@charset "UTF-8";
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 8, scss/_bootstrap.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
; }

/* line 39, scss/_bootstrap.scss */
*,
::after,
::before {
  box-sizing: border-box; }

/* line 45, scss/_bootstrap.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

/* line 52, scss/_bootstrap.scss */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

/* line 65, scss/_bootstrap.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

/* line 76, scss/_bootstrap.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

/* line 80, scss/_bootstrap.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 86, scss/_bootstrap.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

/* line 96, scss/_bootstrap.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 101, scss/_bootstrap.scss */
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

/* line 112, scss/_bootstrap.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 118, scss/_bootstrap.scss */
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 125, scss/_bootstrap.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0; }

/* line 132, scss/_bootstrap.scss */
dt {
  font-weight: 700; }

/* line 136, scss/_bootstrap.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 141, scss/_bootstrap.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 145, scss/_bootstrap.scss */
b,
strong {
  font-weight: bolder; }

/* line 150, scss/_bootstrap.scss */
small {
  font-size: 80%; }

/* line 154, scss/_bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 162, scss/_bootstrap.scss */
sub {
  bottom: -.25em; }

/* line 166, scss/_bootstrap.scss */
sup {
  top: -.5em; }

/* line 170, scss/_bootstrap.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

/* line 176, scss/_bootstrap.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline; }

/* line 181, scss/_bootstrap.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

/* line 186, scss/_bootstrap.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

/* line 191, scss/_bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

/* line 199, scss/_bootstrap.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

/* line 206, scss/_bootstrap.scss */
figure {
  margin: 0 0 1rem; }

/* line 210, scss/_bootstrap.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 215, scss/_bootstrap.scss */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 220, scss/_bootstrap.scss */
table {
  border-collapse: collapse; }

/* line 224, scss/_bootstrap.scss */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 232, scss/_bootstrap.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

/* line 237, scss/_bootstrap.scss */
label {
  display: inline-block;
  margin-bottom: .5rem; }

/* line 242, scss/_bootstrap.scss */
button {
  border-radius: 0; }

/* line 246, scss/_bootstrap.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 251, scss/_bootstrap.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 262, scss/_bootstrap.scss */
button,
input {
  overflow: visible; }

/* line 267, scss/_bootstrap.scss */
button,
select {
  text-transform: none; }

/* line 272, scss/_bootstrap.scss */
[role=button] {
  cursor: pointer; }

/* line 276, scss/_bootstrap.scss */
select {
  word-wrap: normal; }

/* line 280, scss/_bootstrap.scss */
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button; }

/* line 287, scss/_bootstrap.scss */
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer; }

/* line 294, scss/_bootstrap.scss */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 302, scss/_bootstrap.scss */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

/* line 308, scss/_bootstrap.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 313, scss/_bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 320, scss/_bootstrap.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

/* line 332, scss/_bootstrap.scss */
progress {
  vertical-align: baseline; }

/* line 336, scss/_bootstrap.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

/* line 341, scss/_bootstrap.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 346, scss/_bootstrap.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 350, scss/_bootstrap.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 355, scss/_bootstrap.scss */
output {
  display: inline-block; }

/* line 359, scss/_bootstrap.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 364, scss/_bootstrap.scss */
template {
  display: none; }

/* line 368, scss/_bootstrap.scss */
[hidden] {
  display: none !important; }

/* line 372, scss/_bootstrap.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

/* line 389, scss/_bootstrap.scss */
.h1,
h1 {
  font-size: 2.5rem; }

/* line 394, scss/_bootstrap.scss */
.h2,
h2 {
  font-size: 2rem; }

/* line 399, scss/_bootstrap.scss */
.h3,
h3 {
  font-size: 1.75rem; }

/* line 404, scss/_bootstrap.scss */
.h4,
h4 {
  font-size: 1.5rem; }

/* line 409, scss/_bootstrap.scss */
.h5,
h5 {
  font-size: 1.25rem; }

/* line 414, scss/_bootstrap.scss */
.h6,
h6 {
  font-size: 1rem; }

/* line 419, scss/_bootstrap.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/* line 424, scss/_bootstrap.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 430, scss/_bootstrap.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 436, scss/_bootstrap.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 442, scss/_bootstrap.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 448, scss/_bootstrap.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 455, scss/_bootstrap.scss */
.small,
small {
  font-size: 80%;
  font-weight: 400; }

/* line 461, scss/_bootstrap.scss */
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3; }

/* line 467, scss/_bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 472, scss/_bootstrap.scss */
.list-inline {
  padding-left: 0;
  list-style: none; }

/* line 477, scss/_bootstrap.scss */
.list-inline-item {
  display: inline-block; }

/* line 481, scss/_bootstrap.scss */
.list-inline-item:not(:last-child) {
  margin-right: .5rem; }

/* line 485, scss/_bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 490, scss/_bootstrap.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

/* line 495, scss/_bootstrap.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

/* line 501, scss/_bootstrap.scss */
.blockquote-footer::before {
  content: "\2014\00A0"; }

/* line 505, scss/_bootstrap.scss */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 510, scss/_bootstrap.scss */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

/* line 519, scss/_bootstrap.scss */
.figure {
  display: inline-block; }

/* line 523, scss/_bootstrap.scss */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1; }

/* line 528, scss/_bootstrap.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d; }

/* line 533, scss/_bootstrap.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }

/* line 539, scss/_bootstrap.scss */
a > code {
  color: inherit; }

/* line 543, scss/_bootstrap.scss */
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

/* line 551, scss/_bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

/* line 557, scss/_bootstrap.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

/* line 563, scss/_bootstrap.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

/* line 569, scss/_bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 574, scss/_bootstrap.scss */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 588, scss/_bootstrap.scss */
  .container,
  .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  /* line 595, scss/_bootstrap.scss */
  .container,
  .container-md,
  .container-sm {
    max-width: 720px; } }

@media (min-width: 992px) {
  /* line 603, scss/_bootstrap.scss */
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px; } }

@media (min-width: 1200px) {
  /* line 612, scss/_bootstrap.scss */
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px; } }

/* line 621, scss/_bootstrap.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 630, scss/_bootstrap.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

/* line 635, scss/_bootstrap.scss */
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* line 641, scss/_bootstrap.scss */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

/* line 717, scss/_bootstrap.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

/* line 725, scss/_bootstrap.scss */
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 731, scss/_bootstrap.scss */
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

/* line 737, scss/_bootstrap.scss */
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

/* line 743, scss/_bootstrap.scss */
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

/* line 749, scss/_bootstrap.scss */
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

/* line 755, scss/_bootstrap.scss */
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

/* line 761, scss/_bootstrap.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

/* line 768, scss/_bootstrap.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

/* line 774, scss/_bootstrap.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

/* line 780, scss/_bootstrap.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

/* line 786, scss/_bootstrap.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

/* line 792, scss/_bootstrap.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

/* line 798, scss/_bootstrap.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

/* line 804, scss/_bootstrap.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

/* line 810, scss/_bootstrap.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

/* line 816, scss/_bootstrap.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

/* line 822, scss/_bootstrap.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

/* line 828, scss/_bootstrap.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

/* line 834, scss/_bootstrap.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 840, scss/_bootstrap.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1; }

/* line 845, scss/_bootstrap.scss */
.order-last {
  -ms-flex-order: 13;
  order: 13; }

/* line 850, scss/_bootstrap.scss */
.order-0 {
  -ms-flex-order: 0;
  order: 0; }

/* line 855, scss/_bootstrap.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1; }

/* line 860, scss/_bootstrap.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2; }

/* line 865, scss/_bootstrap.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3; }

/* line 870, scss/_bootstrap.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4; }

/* line 875, scss/_bootstrap.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5; }

/* line 880, scss/_bootstrap.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6; }

/* line 885, scss/_bootstrap.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7; }

/* line 890, scss/_bootstrap.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8; }

/* line 895, scss/_bootstrap.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9; }

/* line 900, scss/_bootstrap.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10; }

/* line 905, scss/_bootstrap.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11; }

/* line 910, scss/_bootstrap.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12; }

/* line 915, scss/_bootstrap.scss */
.offset-1 {
  margin-left: 8.333333%; }

/* line 919, scss/_bootstrap.scss */
.offset-2 {
  margin-left: 16.666667%; }

/* line 923, scss/_bootstrap.scss */
.offset-3 {
  margin-left: 25%; }

/* line 927, scss/_bootstrap.scss */
.offset-4 {
  margin-left: 33.333333%; }

/* line 931, scss/_bootstrap.scss */
.offset-5 {
  margin-left: 41.666667%; }

/* line 935, scss/_bootstrap.scss */
.offset-6 {
  margin-left: 50%; }

/* line 939, scss/_bootstrap.scss */
.offset-7 {
  margin-left: 58.333333%; }

/* line 943, scss/_bootstrap.scss */
.offset-8 {
  margin-left: 66.666667%; }

/* line 947, scss/_bootstrap.scss */
.offset-9 {
  margin-left: 75%; }

/* line 951, scss/_bootstrap.scss */
.offset-10 {
  margin-left: 83.333333%; }

/* line 955, scss/_bootstrap.scss */
.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  /* line 960, scss/_bootstrap.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  /* line 967, scss/_bootstrap.scss */
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 972, scss/_bootstrap.scss */
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 977, scss/_bootstrap.scss */
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 982, scss/_bootstrap.scss */
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 987, scss/_bootstrap.scss */
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  /* line 992, scss/_bootstrap.scss */
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 997, scss/_bootstrap.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 1003, scss/_bootstrap.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  /* line 1008, scss/_bootstrap.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 1013, scss/_bootstrap.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 1018, scss/_bootstrap.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 1023, scss/_bootstrap.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  /* line 1028, scss/_bootstrap.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 1033, scss/_bootstrap.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  /* line 1038, scss/_bootstrap.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  /* line 1043, scss/_bootstrap.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 1048, scss/_bootstrap.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  /* line 1053, scss/_bootstrap.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  /* line 1058, scss/_bootstrap.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 1063, scss/_bootstrap.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  /* line 1067, scss/_bootstrap.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  /* line 1071, scss/_bootstrap.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  /* line 1075, scss/_bootstrap.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  /* line 1079, scss/_bootstrap.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  /* line 1083, scss/_bootstrap.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  /* line 1087, scss/_bootstrap.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  /* line 1091, scss/_bootstrap.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  /* line 1095, scss/_bootstrap.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  /* line 1099, scss/_bootstrap.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  /* line 1103, scss/_bootstrap.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  /* line 1107, scss/_bootstrap.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  /* line 1111, scss/_bootstrap.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  /* line 1115, scss/_bootstrap.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  /* line 1119, scss/_bootstrap.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  /* line 1123, scss/_bootstrap.scss */
  .offset-sm-0 {
    margin-left: 0; }
  /* line 1126, scss/_bootstrap.scss */
  .offset-sm-1 {
    margin-left: 8.333333%; }
  /* line 1129, scss/_bootstrap.scss */
  .offset-sm-2 {
    margin-left: 16.666667%; }
  /* line 1132, scss/_bootstrap.scss */
  .offset-sm-3 {
    margin-left: 25%; }
  /* line 1135, scss/_bootstrap.scss */
  .offset-sm-4 {
    margin-left: 33.333333%; }
  /* line 1138, scss/_bootstrap.scss */
  .offset-sm-5 {
    margin-left: 41.666667%; }
  /* line 1141, scss/_bootstrap.scss */
  .offset-sm-6 {
    margin-left: 50%; }
  /* line 1144, scss/_bootstrap.scss */
  .offset-sm-7 {
    margin-left: 58.333333%; }
  /* line 1147, scss/_bootstrap.scss */
  .offset-sm-8 {
    margin-left: 66.666667%; }
  /* line 1150, scss/_bootstrap.scss */
  .offset-sm-9 {
    margin-left: 75%; }
  /* line 1153, scss/_bootstrap.scss */
  .offset-sm-10 {
    margin-left: 83.333333%; }
  /* line 1156, scss/_bootstrap.scss */
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  /* line 1162, scss/_bootstrap.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  /* line 1169, scss/_bootstrap.scss */
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 1174, scss/_bootstrap.scss */
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 1179, scss/_bootstrap.scss */
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 1184, scss/_bootstrap.scss */
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 1189, scss/_bootstrap.scss */
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  /* line 1194, scss/_bootstrap.scss */
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 1199, scss/_bootstrap.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 1205, scss/_bootstrap.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  /* line 1210, scss/_bootstrap.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 1215, scss/_bootstrap.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 1220, scss/_bootstrap.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 1225, scss/_bootstrap.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  /* line 1230, scss/_bootstrap.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 1235, scss/_bootstrap.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  /* line 1240, scss/_bootstrap.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  /* line 1245, scss/_bootstrap.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 1250, scss/_bootstrap.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  /* line 1255, scss/_bootstrap.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  /* line 1260, scss/_bootstrap.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 1265, scss/_bootstrap.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  /* line 1269, scss/_bootstrap.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  /* line 1273, scss/_bootstrap.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  /* line 1277, scss/_bootstrap.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  /* line 1281, scss/_bootstrap.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  /* line 1285, scss/_bootstrap.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  /* line 1289, scss/_bootstrap.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  /* line 1293, scss/_bootstrap.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  /* line 1297, scss/_bootstrap.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  /* line 1301, scss/_bootstrap.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  /* line 1305, scss/_bootstrap.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  /* line 1309, scss/_bootstrap.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  /* line 1313, scss/_bootstrap.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  /* line 1317, scss/_bootstrap.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  /* line 1321, scss/_bootstrap.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  /* line 1325, scss/_bootstrap.scss */
  .offset-md-0 {
    margin-left: 0; }
  /* line 1328, scss/_bootstrap.scss */
  .offset-md-1 {
    margin-left: 8.333333%; }
  /* line 1331, scss/_bootstrap.scss */
  .offset-md-2 {
    margin-left: 16.666667%; }
  /* line 1334, scss/_bootstrap.scss */
  .offset-md-3 {
    margin-left: 25%; }
  /* line 1337, scss/_bootstrap.scss */
  .offset-md-4 {
    margin-left: 33.333333%; }
  /* line 1340, scss/_bootstrap.scss */
  .offset-md-5 {
    margin-left: 41.666667%; }
  /* line 1343, scss/_bootstrap.scss */
  .offset-md-6 {
    margin-left: 50%; }
  /* line 1346, scss/_bootstrap.scss */
  .offset-md-7 {
    margin-left: 58.333333%; }
  /* line 1349, scss/_bootstrap.scss */
  .offset-md-8 {
    margin-left: 66.666667%; }
  /* line 1352, scss/_bootstrap.scss */
  .offset-md-9 {
    margin-left: 75%; }
  /* line 1355, scss/_bootstrap.scss */
  .offset-md-10 {
    margin-left: 83.333333%; }
  /* line 1358, scss/_bootstrap.scss */
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  /* line 1364, scss/_bootstrap.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  /* line 1371, scss/_bootstrap.scss */
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 1376, scss/_bootstrap.scss */
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 1381, scss/_bootstrap.scss */
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 1386, scss/_bootstrap.scss */
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 1391, scss/_bootstrap.scss */
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  /* line 1396, scss/_bootstrap.scss */
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 1401, scss/_bootstrap.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 1407, scss/_bootstrap.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  /* line 1412, scss/_bootstrap.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 1417, scss/_bootstrap.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 1422, scss/_bootstrap.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 1427, scss/_bootstrap.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  /* line 1432, scss/_bootstrap.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 1437, scss/_bootstrap.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  /* line 1442, scss/_bootstrap.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  /* line 1447, scss/_bootstrap.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 1452, scss/_bootstrap.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  /* line 1457, scss/_bootstrap.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  /* line 1462, scss/_bootstrap.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 1467, scss/_bootstrap.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  /* line 1471, scss/_bootstrap.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  /* line 1475, scss/_bootstrap.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  /* line 1479, scss/_bootstrap.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  /* line 1483, scss/_bootstrap.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  /* line 1487, scss/_bootstrap.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  /* line 1491, scss/_bootstrap.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  /* line 1495, scss/_bootstrap.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  /* line 1499, scss/_bootstrap.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  /* line 1503, scss/_bootstrap.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  /* line 1507, scss/_bootstrap.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  /* line 1511, scss/_bootstrap.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  /* line 1515, scss/_bootstrap.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  /* line 1519, scss/_bootstrap.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  /* line 1523, scss/_bootstrap.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  /* line 1527, scss/_bootstrap.scss */
  .offset-lg-0 {
    margin-left: 0; }
  /* line 1530, scss/_bootstrap.scss */
  .offset-lg-1 {
    margin-left: 8.333333%; }
  /* line 1533, scss/_bootstrap.scss */
  .offset-lg-2 {
    margin-left: 16.666667%; }
  /* line 1536, scss/_bootstrap.scss */
  .offset-lg-3 {
    margin-left: 25%; }
  /* line 1539, scss/_bootstrap.scss */
  .offset-lg-4 {
    margin-left: 33.333333%; }
  /* line 1542, scss/_bootstrap.scss */
  .offset-lg-5 {
    margin-left: 41.666667%; }
  /* line 1545, scss/_bootstrap.scss */
  .offset-lg-6 {
    margin-left: 50%; }
  /* line 1548, scss/_bootstrap.scss */
  .offset-lg-7 {
    margin-left: 58.333333%; }
  /* line 1551, scss/_bootstrap.scss */
  .offset-lg-8 {
    margin-left: 66.666667%; }
  /* line 1554, scss/_bootstrap.scss */
  .offset-lg-9 {
    margin-left: 75%; }
  /* line 1557, scss/_bootstrap.scss */
  .offset-lg-10 {
    margin-left: 83.333333%; }
  /* line 1560, scss/_bootstrap.scss */
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  /* line 1566, scss/_bootstrap.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  /* line 1573, scss/_bootstrap.scss */
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 1578, scss/_bootstrap.scss */
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 1583, scss/_bootstrap.scss */
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 1588, scss/_bootstrap.scss */
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 1593, scss/_bootstrap.scss */
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  /* line 1598, scss/_bootstrap.scss */
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 1603, scss/_bootstrap.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  /* line 1609, scss/_bootstrap.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  /* line 1614, scss/_bootstrap.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 1619, scss/_bootstrap.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 1624, scss/_bootstrap.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 1629, scss/_bootstrap.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  /* line 1634, scss/_bootstrap.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 1639, scss/_bootstrap.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  /* line 1644, scss/_bootstrap.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  /* line 1649, scss/_bootstrap.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 1654, scss/_bootstrap.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  /* line 1659, scss/_bootstrap.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  /* line 1664, scss/_bootstrap.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 1669, scss/_bootstrap.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  /* line 1673, scss/_bootstrap.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  /* line 1677, scss/_bootstrap.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  /* line 1681, scss/_bootstrap.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  /* line 1685, scss/_bootstrap.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  /* line 1689, scss/_bootstrap.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  /* line 1693, scss/_bootstrap.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  /* line 1697, scss/_bootstrap.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  /* line 1701, scss/_bootstrap.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  /* line 1705, scss/_bootstrap.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  /* line 1709, scss/_bootstrap.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  /* line 1713, scss/_bootstrap.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  /* line 1717, scss/_bootstrap.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  /* line 1721, scss/_bootstrap.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  /* line 1725, scss/_bootstrap.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  /* line 1729, scss/_bootstrap.scss */
  .offset-xl-0 {
    margin-left: 0; }
  /* line 1732, scss/_bootstrap.scss */
  .offset-xl-1 {
    margin-left: 8.333333%; }
  /* line 1735, scss/_bootstrap.scss */
  .offset-xl-2 {
    margin-left: 16.666667%; }
  /* line 1738, scss/_bootstrap.scss */
  .offset-xl-3 {
    margin-left: 25%; }
  /* line 1741, scss/_bootstrap.scss */
  .offset-xl-4 {
    margin-left: 33.333333%; }
  /* line 1744, scss/_bootstrap.scss */
  .offset-xl-5 {
    margin-left: 41.666667%; }
  /* line 1747, scss/_bootstrap.scss */
  .offset-xl-6 {
    margin-left: 50%; }
  /* line 1750, scss/_bootstrap.scss */
  .offset-xl-7 {
    margin-left: 58.333333%; }
  /* line 1753, scss/_bootstrap.scss */
  .offset-xl-8 {
    margin-left: 66.666667%; }
  /* line 1756, scss/_bootstrap.scss */
  .offset-xl-9 {
    margin-left: 75%; }
  /* line 1759, scss/_bootstrap.scss */
  .offset-xl-10 {
    margin-left: 83.333333%; }
  /* line 1762, scss/_bootstrap.scss */
  .offset-xl-11 {
    margin-left: 91.666667%; } }

/* line 1767, scss/_bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

/* line 1773, scss/_bootstrap.scss */
.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

/* line 1780, scss/_bootstrap.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

/* line 1785, scss/_bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

/* line 1789, scss/_bootstrap.scss */
.table-sm td,
.table-sm th {
  padding: .3rem; }

/* line 1794, scss/_bootstrap.scss */
.table-bordered {
  border: 1px solid #dee2e6; }

/* line 1798, scss/_bootstrap.scss */
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6; }

/* line 1803, scss/_bootstrap.scss */
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px; }

/* line 1808, scss/_bootstrap.scss */
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0; }

/* line 1815, scss/_bootstrap.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 1819, scss/_bootstrap.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1824, scss/_bootstrap.scss */
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff; }

/* line 1830, scss/_bootstrap.scss */
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff; }

/* line 1837, scss/_bootstrap.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff; }

/* line 1841, scss/_bootstrap.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

/* line 1846, scss/_bootstrap.scss */
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db; }

/* line 1852, scss/_bootstrap.scss */
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb; }

/* line 1859, scss/_bootstrap.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

/* line 1863, scss/_bootstrap.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

/* line 1868, scss/_bootstrap.scss */
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb; }

/* line 1874, scss/_bootstrap.scss */
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e; }

/* line 1881, scss/_bootstrap.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb; }

/* line 1885, scss/_bootstrap.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

/* line 1890, scss/_bootstrap.scss */
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb; }

/* line 1896, scss/_bootstrap.scss */
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda; }

/* line 1903, scss/_bootstrap.scss */
.table-hover .table-info:hover {
  background-color: #abdde5; }

/* line 1907, scss/_bootstrap.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

/* line 1912, scss/_bootstrap.scss */
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba; }

/* line 1918, scss/_bootstrap.scss */
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e; }

/* line 1925, scss/_bootstrap.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

/* line 1929, scss/_bootstrap.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

/* line 1934, scss/_bootstrap.scss */
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb; }

/* line 1940, scss/_bootstrap.scss */
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e; }

/* line 1947, scss/_bootstrap.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

/* line 1951, scss/_bootstrap.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

/* line 1956, scss/_bootstrap.scss */
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe; }

/* line 1962, scss/_bootstrap.scss */
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc; }

/* line 1969, scss/_bootstrap.scss */
.table-hover .table-light:hover {
  background-color: #ececf6; }

/* line 1973, scss/_bootstrap.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

/* line 1978, scss/_bootstrap.scss */
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca; }

/* line 1984, scss/_bootstrap.scss */
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c; }

/* line 1991, scss/_bootstrap.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

/* line 1995, scss/_bootstrap.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

/* line 2000, scss/_bootstrap.scss */
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 2006, scss/_bootstrap.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 2010, scss/_bootstrap.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 2015, scss/_bootstrap.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

/* line 2021, scss/_bootstrap.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 2027, scss/_bootstrap.scss */
.table-dark {
  color: #fff;
  background-color: #343a40; }

/* line 2032, scss/_bootstrap.scss */
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55; }

/* line 2038, scss/_bootstrap.scss */
.table-dark.table-bordered {
  border: 0; }

/* line 2042, scss/_bootstrap.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

/* line 2046, scss/_bootstrap.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  /* line 2052, scss/_bootstrap.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  /* line 2058, scss/_bootstrap.scss */
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  /* line 2064, scss/_bootstrap.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  /* line 2070, scss/_bootstrap.scss */
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.98px) {
  /* line 2076, scss/_bootstrap.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  /* line 2082, scss/_bootstrap.scss */
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.98px) {
  /* line 2088, scss/_bootstrap.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  /* line 2094, scss/_bootstrap.scss */
  .table-responsive-xl > .table-bordered {
    border: 0; } }

/* line 2099, scss/_bootstrap.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* line 2106, scss/_bootstrap.scss */
.table-responsive > .table-bordered {
  border: 0; }

/* line 2110, scss/_bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 2127, scss/_bootstrap.scss */
  .form-control {
    transition: none; } }

/* line 2132, scss/_bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

/* line 2137, scss/_bootstrap.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

/* line 2142, scss/_bootstrap.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 2150, scss/_bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 2155, scss/_bootstrap.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 2160, scss/_bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 2165, scss/_bootstrap.scss */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 2170, scss/_bootstrap.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 2175, scss/_bootstrap.scss */
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

/* line 2181, scss/_bootstrap.scss */
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 2190, scss/_bootstrap.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 2195, scss/_bootstrap.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

/* line 2201, scss/_bootstrap.scss */
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

/* line 2209, scss/_bootstrap.scss */
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 2216, scss/_bootstrap.scss */
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }

/* line 2223, scss/_bootstrap.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

/* line 2236, scss/_bootstrap.scss */
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

/* line 2242, scss/_bootstrap.scss */
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

/* line 2250, scss/_bootstrap.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

/* line 2258, scss/_bootstrap.scss */
select.form-control[multiple],
select.form-control[size] {
  height: auto; }

/* line 2263, scss/_bootstrap.scss */
textarea.form-control {
  height: auto; }

/* line 2267, scss/_bootstrap.scss */
.form-group {
  margin-bottom: 1rem; }

/* line 2271, scss/_bootstrap.scss */
.form-text {
  display: block;
  margin-top: .25rem; }

/* line 2276, scss/_bootstrap.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

/* line 2285, scss/_bootstrap.scss */
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

/* line 2291, scss/_bootstrap.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 2297, scss/_bootstrap.scss */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

/* line 2303, scss/_bootstrap.scss */
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d; }

/* line 2308, scss/_bootstrap.scss */
.form-check-label {
  margin-bottom: 0; }

/* line 2312, scss/_bootstrap.scss */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

/* line 2321, scss/_bootstrap.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

/* line 2328, scss/_bootstrap.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }

/* line 2336, scss/_bootstrap.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem; }

/* line 2352, scss/_bootstrap.scss */
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block; }

/* line 2359, scss/_bootstrap.scss */
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

/* line 2369, scss/_bootstrap.scss */
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 2375, scss/_bootstrap.scss */
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

/* line 2381, scss/_bootstrap.scss */
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }

/* line 2388, scss/_bootstrap.scss */
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 2394, scss/_bootstrap.scss */
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

/* line 2399, scss/_bootstrap.scss */
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

/* line 2406, scss/_bootstrap.scss */
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

/* line 2411, scss/_bootstrap.scss */
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745; }

/* line 2416, scss/_bootstrap.scss */
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

/* line 2422, scss/_bootstrap.scss */
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 2427, scss/_bootstrap.scss */
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

/* line 2432, scss/_bootstrap.scss */
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

/* line 2437, scss/_bootstrap.scss */
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 2443, scss/_bootstrap.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }

/* line 2451, scss/_bootstrap.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem; }

/* line 2467, scss/_bootstrap.scss */
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block; }

/* line 2474, scss/_bootstrap.scss */
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

/* line 2484, scss/_bootstrap.scss */
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 2490, scss/_bootstrap.scss */
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

/* line 2496, scss/_bootstrap.scss */
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }

/* line 2503, scss/_bootstrap.scss */
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 2509, scss/_bootstrap.scss */
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

/* line 2514, scss/_bootstrap.scss */
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

/* line 2521, scss/_bootstrap.scss */
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

/* line 2526, scss/_bootstrap.scss */
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

/* line 2531, scss/_bootstrap.scss */
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

/* line 2537, scss/_bootstrap.scss */
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 2542, scss/_bootstrap.scss */
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

/* line 2547, scss/_bootstrap.scss */
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

/* line 2552, scss/_bootstrap.scss */
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 2558, scss/_bootstrap.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

/* line 2567, scss/_bootstrap.scss */
.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  /* line 2572, scss/_bootstrap.scss */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  /* line 2581, scss/_bootstrap.scss */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  /* line 2592, scss/_bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  /* line 2597, scss/_bootstrap.scss */
  .form-inline .form-control-plaintext {
    display: inline-block; }
  /* line 2600, scss/_bootstrap.scss */
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto; }
  /* line 2604, scss/_bootstrap.scss */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  /* line 2614, scss/_bootstrap.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }
  /* line 2622, scss/_bootstrap.scss */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 2628, scss/_bootstrap.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

/* line 2633, scss/_bootstrap.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 2653, scss/_bootstrap.scss */
  .btn {
    transition: none; } }

/* line 2658, scss/_bootstrap.scss */
.btn:hover {
  color: #212529;
  text-decoration: none; }

/* line 2663, scss/_bootstrap.scss */
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 2669, scss/_bootstrap.scss */
.btn.disabled,
.btn:disabled {
  opacity: .65; }

/* line 2674, scss/_bootstrap.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 2678, scss/_bootstrap.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

/* line 2683, scss/_bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 2689, scss/_bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

/* line 2695, scss/_bootstrap.scss */
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

/* line 2703, scss/_bootstrap.scss */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 2710, scss/_bootstrap.scss */
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

/* line 2718, scss/_bootstrap.scss */
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

/* line 2724, scss/_bootstrap.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 2730, scss/_bootstrap.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

/* line 2736, scss/_bootstrap.scss */
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

/* line 2744, scss/_bootstrap.scss */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 2751, scss/_bootstrap.scss */
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

/* line 2759, scss/_bootstrap.scss */
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

/* line 2765, scss/_bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 2771, scss/_bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

/* line 2777, scss/_bootstrap.scss */
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

/* line 2785, scss/_bootstrap.scss */
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 2792, scss/_bootstrap.scss */
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

/* line 2800, scss/_bootstrap.scss */
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

/* line 2806, scss/_bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 2812, scss/_bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

/* line 2818, scss/_bootstrap.scss */
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

/* line 2826, scss/_bootstrap.scss */
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 2833, scss/_bootstrap.scss */
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

/* line 2841, scss/_bootstrap.scss */
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

/* line 2847, scss/_bootstrap.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 2853, scss/_bootstrap.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

/* line 2859, scss/_bootstrap.scss */
.btn-warning.focus,
.btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

/* line 2867, scss/_bootstrap.scss */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 2874, scss/_bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

/* line 2882, scss/_bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

/* line 2888, scss/_bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 2894, scss/_bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

/* line 2900, scss/_bootstrap.scss */
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

/* line 2908, scss/_bootstrap.scss */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 2915, scss/_bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

/* line 2923, scss/_bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

/* line 2929, scss/_bootstrap.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 2935, scss/_bootstrap.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

/* line 2941, scss/_bootstrap.scss */
.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

/* line 2949, scss/_bootstrap.scss */
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 2956, scss/_bootstrap.scss */
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

/* line 2964, scss/_bootstrap.scss */
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

/* line 2970, scss/_bootstrap.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 2976, scss/_bootstrap.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

/* line 2982, scss/_bootstrap.scss */
.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

/* line 2990, scss/_bootstrap.scss */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 2997, scss/_bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

/* line 3005, scss/_bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

/* line 3011, scss/_bootstrap.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }

/* line 3016, scss/_bootstrap.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 3022, scss/_bootstrap.scss */
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 3027, scss/_bootstrap.scss */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

/* line 3033, scss/_bootstrap.scss */
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 3041, scss/_bootstrap.scss */
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 3047, scss/_bootstrap.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

/* line 3052, scss/_bootstrap.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 3058, scss/_bootstrap.scss */
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 3063, scss/_bootstrap.scss */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

/* line 3069, scss/_bootstrap.scss */
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 3077, scss/_bootstrap.scss */
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 3083, scss/_bootstrap.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

/* line 3088, scss/_bootstrap.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 3094, scss/_bootstrap.scss */
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 3099, scss/_bootstrap.scss */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

/* line 3105, scss/_bootstrap.scss */
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 3113, scss/_bootstrap.scss */
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 3119, scss/_bootstrap.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

/* line 3124, scss/_bootstrap.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 3130, scss/_bootstrap.scss */
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 3135, scss/_bootstrap.scss */
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

/* line 3141, scss/_bootstrap.scss */
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 3149, scss/_bootstrap.scss */
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 3155, scss/_bootstrap.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

/* line 3160, scss/_bootstrap.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 3166, scss/_bootstrap.scss */
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 3171, scss/_bootstrap.scss */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

/* line 3177, scss/_bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 3185, scss/_bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 3191, scss/_bootstrap.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

/* line 3196, scss/_bootstrap.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 3202, scss/_bootstrap.scss */
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 3207, scss/_bootstrap.scss */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

/* line 3213, scss/_bootstrap.scss */
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 3221, scss/_bootstrap.scss */
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 3227, scss/_bootstrap.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 3232, scss/_bootstrap.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 3238, scss/_bootstrap.scss */
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 3243, scss/_bootstrap.scss */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

/* line 3249, scss/_bootstrap.scss */
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 3257, scss/_bootstrap.scss */
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 3263, scss/_bootstrap.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

/* line 3268, scss/_bootstrap.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 3274, scss/_bootstrap.scss */
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 3279, scss/_bootstrap.scss */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

/* line 3285, scss/_bootstrap.scss */
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 3293, scss/_bootstrap.scss */
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 3299, scss/_bootstrap.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

/* line 3305, scss/_bootstrap.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

/* line 3310, scss/_bootstrap.scss */
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline; }

/* line 3315, scss/_bootstrap.scss */
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

/* line 3321, scss/_bootstrap.scss */
.btn-group-lg > .btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

/* line 3329, scss/_bootstrap.scss */
.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

/* line 3337, scss/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 3342, scss/_bootstrap.scss */
.btn-block + .btn-block {
  margin-top: .5rem; }

/* line 3346, scss/_bootstrap.scss */
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%; }

/* line 3352, scss/_bootstrap.scss */
.fade {
  transition: opacity .15s linear; }

@media (prefers-reduced-motion: reduce) {
  /* line 3357, scss/_bootstrap.scss */
  .fade {
    transition: none; } }

/* line 3362, scss/_bootstrap.scss */
.fade:not(.show) {
  opacity: 0; }

/* line 3366, scss/_bootstrap.scss */
.collapse:not(.show) {
  display: none; }

/* line 3370, scss/_bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 3378, scss/_bootstrap.scss */
  .collapsing {
    transition: none; } }

/* line 3383, scss/_bootstrap.scss */
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative; }

/* line 3390, scss/_bootstrap.scss */
.dropdown-toggle {
  white-space: nowrap; }

/* line 3394, scss/_bootstrap.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

/* line 3405, scss/_bootstrap.scss */
.dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 3409, scss/_bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

/* line 3429, scss/_bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0; }

/* line 3434, scss/_bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  /* line 3440, scss/_bootstrap.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  /* line 3444, scss/_bootstrap.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  /* line 3451, scss/_bootstrap.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  /* line 3455, scss/_bootstrap.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  /* line 3462, scss/_bootstrap.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  /* line 3466, scss/_bootstrap.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  /* line 3473, scss/_bootstrap.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  /* line 3477, scss/_bootstrap.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

/* line 3483, scss/_bootstrap.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

/* line 3490, scss/_bootstrap.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }

/* line 3501, scss/_bootstrap.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 3505, scss/_bootstrap.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem; }

/* line 3513, scss/_bootstrap.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

/* line 3524, scss/_bootstrap.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 3528, scss/_bootstrap.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 3532, scss/_bootstrap.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem; }

/* line 3540, scss/_bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

/* line 3547, scss/_bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 3551, scss/_bootstrap.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

/* line 3561, scss/_bootstrap.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 3565, scss/_bootstrap.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 3569, scss/_bootstrap.scss */
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

/* line 3577, scss/_bootstrap.scss */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

/* line 3584, scss/_bootstrap.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

/* line 3597, scss/_bootstrap.scss */
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

/* line 3604, scss/_bootstrap.scss */
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

/* line 3611, scss/_bootstrap.scss */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

/* line 3618, scss/_bootstrap.scss */
.dropdown-menu.show {
  display: block; }

/* line 3622, scss/_bootstrap.scss */
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

/* line 3631, scss/_bootstrap.scss */
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529; }

/* line 3637, scss/_bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

/* line 3645, scss/_bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 3652, scss/_bootstrap.scss */
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1; }

/* line 3657, scss/_bootstrap.scss */
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1; }

/* line 3666, scss/_bootstrap.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 3675, scss/_bootstrap.scss */
.btn-toolbar .input-group {
  width: auto; }

/* line 3679, scss/_bootstrap.scss */
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px; }

/* line 3684, scss/_bootstrap.scss */
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 3690, scss/_bootstrap.scss */
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 3696, scss/_bootstrap.scss */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

/* line 3701, scss/_bootstrap.scss */
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0; }

/* line 3707, scss/_bootstrap.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

/* line 3711, scss/_bootstrap.scss */
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem; }

/* line 3717, scss/_bootstrap.scss */
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem; }

/* line 3723, scss/_bootstrap.scss */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 3732, scss/_bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%; }

/* line 3737, scss/_bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px; }

/* line 3742, scss/_bootstrap.scss */
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 3748, scss/_bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 3754, scss/_bootstrap.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

/* line 3759, scss/_bootstrap.scss */
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 3768, scss/_bootstrap.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

/* line 3779, scss/_bootstrap.scss */
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0; }

/* line 3791, scss/_bootstrap.scss */
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px; }

/* line 3806, scss/_bootstrap.scss */
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3; }

/* line 3812, scss/_bootstrap.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

/* line 3816, scss/_bootstrap.scss */
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 3822, scss/_bootstrap.scss */
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 3828, scss/_bootstrap.scss */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

/* line 3835, scss/_bootstrap.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 3841, scss/_bootstrap.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 3846, scss/_bootstrap.scss */
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

/* line 3852, scss/_bootstrap.scss */
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2; }

/* line 3858, scss/_bootstrap.scss */
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3; }

/* line 3863, scss/_bootstrap.scss */
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

/* line 3874, scss/_bootstrap.scss */
.input-group-prepend {
  margin-right: -1px; }

/* line 3878, scss/_bootstrap.scss */
.input-group-append {
  margin-left: -1px; }

/* line 3882, scss/_bootstrap.scss */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

/* line 3900, scss/_bootstrap.scss */
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0; }

/* line 3905, scss/_bootstrap.scss */
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px); }

/* line 3910, scss/_bootstrap.scss */
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

/* line 3922, scss/_bootstrap.scss */
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px); }

/* line 3927, scss/_bootstrap.scss */
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

/* line 3939, scss/_bootstrap.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

/* line 3944, scss/_bootstrap.scss */
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 3954, scss/_bootstrap.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 3964, scss/_bootstrap.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }

/* line 3974, scss/_bootstrap.scss */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

/* line 3980, scss/_bootstrap.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

/* line 3989, scss/_bootstrap.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

/* line 3995, scss/_bootstrap.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 3999, scss/_bootstrap.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

/* line 4003, scss/_bootstrap.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

/* line 4009, scss/_bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d; }

/* line 4014, scss/_bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef; }

/* line 4019, scss/_bootstrap.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

/* line 4025, scss/_bootstrap.scss */
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

/* line 4038, scss/_bootstrap.scss */
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%; }

/* line 4049, scss/_bootstrap.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

/* line 4053, scss/_bootstrap.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

/* line 4057, scss/_bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

/* line 4062, scss/_bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

/* line 4066, scss/_bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 4070, scss/_bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 4074, scss/_bootstrap.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

/* line 4078, scss/_bootstrap.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

/* line 4082, scss/_bootstrap.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 4086, scss/_bootstrap.scss */
.custom-switch {
  padding-left: 2.25rem; }

/* line 4090, scss/_bootstrap.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem; }

/* line 4097, scss/_bootstrap.scss */
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 4110, scss/_bootstrap.scss */
  .custom-switch .custom-control-label::after {
    transition: none; } }

/* line 4115, scss/_bootstrap.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

/* line 4121, scss/_bootstrap.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 4125, scss/_bootstrap.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 4143, scss/_bootstrap.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 4149, scss/_bootstrap.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 4154, scss/_bootstrap.scss */
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none; }

/* line 4161, scss/_bootstrap.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

/* line 4166, scss/_bootstrap.scss */
.custom-select::-ms-expand {
  display: none; }

/* line 4170, scss/_bootstrap.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

/* line 4175, scss/_bootstrap.scss */
.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem; }

/* line 4183, scss/_bootstrap.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

/* line 4191, scss/_bootstrap.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0; }

/* line 4199, scss/_bootstrap.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0; }

/* line 4208, scss/_bootstrap.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 4213, scss/_bootstrap.scss */
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef; }

/* line 4218, scss/_bootstrap.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

/* line 4222, scss/_bootstrap.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

/* line 4226, scss/_bootstrap.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

/* line 4242, scss/_bootstrap.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0; }

/* line 4259, scss/_bootstrap.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 4269, scss/_bootstrap.scss */
.custom-range:focus {
  outline: 0; }

/* line 4273, scss/_bootstrap.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 4277, scss/_bootstrap.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 4281, scss/_bootstrap.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 4285, scss/_bootstrap.scss */
.custom-range::-moz-focus-outer {
  border: 0; }

/* line 4289, scss/_bootstrap.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 4303, scss/_bootstrap.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }

/* line 4309, scss/_bootstrap.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

/* line 4313, scss/_bootstrap.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 4323, scss/_bootstrap.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 4336, scss/_bootstrap.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none; } }

/* line 4342, scss/_bootstrap.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

/* line 4346, scss/_bootstrap.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 4356, scss/_bootstrap.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 4371, scss/_bootstrap.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none; } }

/* line 4377, scss/_bootstrap.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

/* line 4381, scss/_bootstrap.scss */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem; }

/* line 4391, scss/_bootstrap.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 4396, scss/_bootstrap.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 4402, scss/_bootstrap.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

/* line 4406, scss/_bootstrap.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

/* line 4410, scss/_bootstrap.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

/* line 4414, scss/_bootstrap.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default; }

/* line 4418, scss/_bootstrap.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

/* line 4422, scss/_bootstrap.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 4429, scss/_bootstrap.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none; } }

/* line 4436, scss/_bootstrap.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 4446, scss/_bootstrap.scss */
.nav-link {
  display: block;
  padding: .5rem 1rem; }

/* line 4451, scss/_bootstrap.scss */
.nav-link:focus,
.nav-link:hover {
  text-decoration: none; }

/* line 4456, scss/_bootstrap.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

/* line 4462, scss/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

/* line 4466, scss/_bootstrap.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px; }

/* line 4470, scss/_bootstrap.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

/* line 4476, scss/_bootstrap.scss */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

/* line 4481, scss/_bootstrap.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

/* line 4487, scss/_bootstrap.scss */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

/* line 4494, scss/_bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 4500, scss/_bootstrap.scss */
.nav-pills .nav-link {
  border-radius: .25rem; }

/* line 4504, scss/_bootstrap.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

/* line 4510, scss/_bootstrap.scss */
.nav-fill .nav-item,
.nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

/* line 4517, scss/_bootstrap.scss */
.nav-justified .nav-item,
.nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

/* line 4526, scss/_bootstrap.scss */
.tab-content > .tab-pane {
  display: none; }

/* line 4530, scss/_bootstrap.scss */
.tab-content > .active {
  display: block; }

/* line 4534, scss/_bootstrap.scss */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem; }

/* line 4547, scss/_bootstrap.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 4563, scss/_bootstrap.scss */
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

/* line 4573, scss/_bootstrap.scss */
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none; }

/* line 4578, scss/_bootstrap.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 4588, scss/_bootstrap.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

/* line 4593, scss/_bootstrap.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

/* line 4598, scss/_bootstrap.scss */
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem; }

/* line 4604, scss/_bootstrap.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

/* line 4613, scss/_bootstrap.scss */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

/* line 4622, scss/_bootstrap.scss */
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

/* line 4627, scss/_bootstrap.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  /* line 4638, scss/_bootstrap.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  /* line 4650, scss/_bootstrap.scss */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  /* line 4656, scss/_bootstrap.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 4660, scss/_bootstrap.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  /* line 4663, scss/_bootstrap.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  /* line 4667, scss/_bootstrap.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  /* line 4676, scss/_bootstrap.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  /* line 4682, scss/_bootstrap.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

@media (max-width: 767.98px) {
  /* line 4688, scss/_bootstrap.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  /* line 4700, scss/_bootstrap.scss */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  /* line 4706, scss/_bootstrap.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 4710, scss/_bootstrap.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  /* line 4713, scss/_bootstrap.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  /* line 4717, scss/_bootstrap.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  /* line 4726, scss/_bootstrap.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  /* line 4732, scss/_bootstrap.scss */
  .navbar-expand-md .navbar-toggler {
    display: none; } }

@media (max-width: 991.98px) {
  /* line 4738, scss/_bootstrap.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  /* line 4750, scss/_bootstrap.scss */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  /* line 4756, scss/_bootstrap.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 4760, scss/_bootstrap.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  /* line 4763, scss/_bootstrap.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  /* line 4767, scss/_bootstrap.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  /* line 4776, scss/_bootstrap.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  /* line 4782, scss/_bootstrap.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

@media (max-width: 1199.98px) {
  /* line 4788, scss/_bootstrap.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  /* line 4800, scss/_bootstrap.scss */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  /* line 4806, scss/_bootstrap.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 4810, scss/_bootstrap.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  /* line 4813, scss/_bootstrap.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  /* line 4817, scss/_bootstrap.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  /* line 4826, scss/_bootstrap.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  /* line 4832, scss/_bootstrap.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

/* line 4837, scss/_bootstrap.scss */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 4844, scss/_bootstrap.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0; }

/* line 4854, scss/_bootstrap.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 4859, scss/_bootstrap.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

/* line 4863, scss/_bootstrap.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

/* line 4868, scss/_bootstrap.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 4878, scss/_bootstrap.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

/* line 4885, scss/_bootstrap.scss */
.navbar-expand .navbar-toggler {
  display: none; }

/* line 4889, scss/_bootstrap.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

/* line 4893, scss/_bootstrap.scss */
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

/* line 4898, scss/_bootstrap.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

/* line 4902, scss/_bootstrap.scss */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

/* line 4907, scss/_bootstrap.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

/* line 4911, scss/_bootstrap.scss */
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

/* line 4918, scss/_bootstrap.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

/* line 4923, scss/_bootstrap.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 4927, scss/_bootstrap.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

/* line 4931, scss/_bootstrap.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

/* line 4935, scss/_bootstrap.scss */
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

/* line 4940, scss/_bootstrap.scss */
.navbar-dark .navbar-brand {
  color: #fff; }

/* line 4944, scss/_bootstrap.scss */
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff; }

/* line 4949, scss/_bootstrap.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

/* line 4953, scss/_bootstrap.scss */
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

/* line 4958, scss/_bootstrap.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

/* line 4962, scss/_bootstrap.scss */
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

/* line 4969, scss/_bootstrap.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 4974, scss/_bootstrap.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 4978, scss/_bootstrap.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

/* line 4982, scss/_bootstrap.scss */
.navbar-dark .navbar-text a {
  color: #fff; }

/* line 4986, scss/_bootstrap.scss */
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff; }

/* line 4991, scss/_bootstrap.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

/* line 5005, scss/_bootstrap.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0; }

/* line 5010, scss/_bootstrap.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

/* line 5015, scss/_bootstrap.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

/* line 5021, scss/_bootstrap.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

/* line 5027, scss/_bootstrap.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0; }

/* line 5032, scss/_bootstrap.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

/* line 5039, scss/_bootstrap.scss */
.card-title {
  margin-bottom: .75rem; }

/* line 5043, scss/_bootstrap.scss */
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0; }

/* line 5048, scss/_bootstrap.scss */
.card-text:last-child {
  margin-bottom: 0; }

/* line 5052, scss/_bootstrap.scss */
.card-link:hover {
  text-decoration: none; }

/* line 5056, scss/_bootstrap.scss */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 5060, scss/_bootstrap.scss */
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

/* line 5067, scss/_bootstrap.scss */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

/* line 5071, scss/_bootstrap.scss */
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

/* line 5077, scss/_bootstrap.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

/* line 5081, scss/_bootstrap.scss */
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0; }

/* line 5088, scss/_bootstrap.scss */
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem; }

/* line 5093, scss/_bootstrap.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px); }

/* line 5103, scss/_bootstrap.scss */
.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

/* line 5111, scss/_bootstrap.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

/* line 5117, scss/_bootstrap.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

/* line 5123, scss/_bootstrap.scss */
.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  /* line 5128, scss/_bootstrap.scss */
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  /* line 5136, scss/_bootstrap.scss */
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

/* line 5145, scss/_bootstrap.scss */
.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  /* line 5150, scss/_bootstrap.scss */
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  /* line 5156, scss/_bootstrap.scss */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }
  /* line 5161, scss/_bootstrap.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  /* line 5165, scss/_bootstrap.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  /* line 5169, scss/_bootstrap.scss */
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0; }
  /* line 5173, scss/_bootstrap.scss */
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0; }
  /* line 5177, scss/_bootstrap.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  /* line 5181, scss/_bootstrap.scss */
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0; }
  /* line 5185, scss/_bootstrap.scss */
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0; } }

/* line 5191, scss/_bootstrap.scss */
.card-columns .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  /* line 5196, scss/_bootstrap.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  /* line 5206, scss/_bootstrap.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

/* line 5212, scss/_bootstrap.scss */
.accordion {
  overflow-anchor: none; }

/* line 5216, scss/_bootstrap.scss */
.accordion > .card {
  overflow: hidden; }

/* line 5220, scss/_bootstrap.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 5226, scss/_bootstrap.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 5231, scss/_bootstrap.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px; }

/* line 5236, scss/_bootstrap.scss */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem; }

/* line 5248, scss/_bootstrap.scss */
.breadcrumb-item {
  display: -ms-flexbox;
  display: flex; }

/* line 5253, scss/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

/* line 5257, scss/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"; }

/* line 5264, scss/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

/* line 5268, scss/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

/* line 5272, scss/_bootstrap.scss */
.breadcrumb-item.active {
  color: #6c757d; }

/* line 5276, scss/_bootstrap.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

/* line 5284, scss/_bootstrap.scss */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

/* line 5295, scss/_bootstrap.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 5303, scss/_bootstrap.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 5309, scss/_bootstrap.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

/* line 5315, scss/_bootstrap.scss */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

/* line 5320, scss/_bootstrap.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 5327, scss/_bootstrap.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

/* line 5335, scss/_bootstrap.scss */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 5341, scss/_bootstrap.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

/* line 5346, scss/_bootstrap.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

/* line 5351, scss/_bootstrap.scss */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

/* line 5357, scss/_bootstrap.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

/* line 5362, scss/_bootstrap.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

/* line 5367, scss/_bootstrap.scss */
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 5381, scss/_bootstrap.scss */
  .badge {
    transition: none; } }

/* line 5386, scss/_bootstrap.scss */
a.badge:focus,
a.badge:hover {
  text-decoration: none; }

/* line 5391, scss/_bootstrap.scss */
.badge:empty {
  display: none; }

/* line 5395, scss/_bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 5400, scss/_bootstrap.scss */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

/* line 5406, scss/_bootstrap.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff; }

/* line 5411, scss/_bootstrap.scss */
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc; }

/* line 5417, scss/_bootstrap.scss */
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 5423, scss/_bootstrap.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

/* line 5428, scss/_bootstrap.scss */
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62; }

/* line 5434, scss/_bootstrap.scss */
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 5440, scss/_bootstrap.scss */
.badge-success {
  color: #fff;
  background-color: #28a745; }

/* line 5445, scss/_bootstrap.scss */
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34; }

/* line 5451, scss/_bootstrap.scss */
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 5457, scss/_bootstrap.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8; }

/* line 5462, scss/_bootstrap.scss */
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b; }

/* line 5468, scss/_bootstrap.scss */
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 5474, scss/_bootstrap.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107; }

/* line 5479, scss/_bootstrap.scss */
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00; }

/* line 5485, scss/_bootstrap.scss */
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 5491, scss/_bootstrap.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545; }

/* line 5496, scss/_bootstrap.scss */
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130; }

/* line 5502, scss/_bootstrap.scss */
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 5508, scss/_bootstrap.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

/* line 5513, scss/_bootstrap.scss */
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5; }

/* line 5519, scss/_bootstrap.scss */
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 5525, scss/_bootstrap.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40; }

/* line 5530, scss/_bootstrap.scss */
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124; }

/* line 5536, scss/_bootstrap.scss */
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 5542, scss/_bootstrap.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

@media (min-width: 576px) {
  /* line 5550, scss/_bootstrap.scss */
  .jumbotron {
    padding: 4rem 2rem; } }

/* line 5555, scss/_bootstrap.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/* line 5561, scss/_bootstrap.scss */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

/* line 5569, scss/_bootstrap.scss */
.alert-heading {
  color: inherit; }

/* line 5573, scss/_bootstrap.scss */
.alert-link {
  font-weight: 700; }

/* line 5577, scss/_bootstrap.scss */
.alert-dismissible {
  padding-right: 4rem; }

/* line 5581, scss/_bootstrap.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit; }

/* line 5590, scss/_bootstrap.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

/* line 5596, scss/_bootstrap.scss */
.alert-primary hr {
  border-top-color: #9fcdff; }

/* line 5600, scss/_bootstrap.scss */
.alert-primary .alert-link {
  color: #002752; }

/* line 5604, scss/_bootstrap.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

/* line 5610, scss/_bootstrap.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf; }

/* line 5614, scss/_bootstrap.scss */
.alert-secondary .alert-link {
  color: #202326; }

/* line 5618, scss/_bootstrap.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

/* line 5624, scss/_bootstrap.scss */
.alert-success hr {
  border-top-color: #b1dfbb; }

/* line 5628, scss/_bootstrap.scss */
.alert-success .alert-link {
  color: #0b2e13; }

/* line 5632, scss/_bootstrap.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

/* line 5638, scss/_bootstrap.scss */
.alert-info hr {
  border-top-color: #abdde5; }

/* line 5642, scss/_bootstrap.scss */
.alert-info .alert-link {
  color: #062c33; }

/* line 5646, scss/_bootstrap.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

/* line 5652, scss/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #ffe8a1; }

/* line 5656, scss/_bootstrap.scss */
.alert-warning .alert-link {
  color: #533f03; }

/* line 5660, scss/_bootstrap.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

/* line 5666, scss/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #f1b0b7; }

/* line 5670, scss/_bootstrap.scss */
.alert-danger .alert-link {
  color: #491217; }

/* line 5674, scss/_bootstrap.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

/* line 5680, scss/_bootstrap.scss */
.alert-light hr {
  border-top-color: #ececf6; }

/* line 5684, scss/_bootstrap.scss */
.alert-light .alert-link {
  color: #686868; }

/* line 5688, scss/_bootstrap.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

/* line 5694, scss/_bootstrap.scss */
.alert-dark hr {
  border-top-color: #b9bbbe; }

/* line 5698, scss/_bootstrap.scss */
.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

/* line 5720, scss/_bootstrap.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

/* line 5731, scss/_bootstrap.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 5747, scss/_bootstrap.scss */
  .progress-bar {
    transition: none; } }

/* line 5752, scss/_bootstrap.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

/* line 5757, scss/_bootstrap.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  /* line 5763, scss/_bootstrap.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }

/* line 5769, scss/_bootstrap.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 5776, scss/_bootstrap.scss */
.media-body {
  -ms-flex: 1;
  flex: 1; }

/* line 5781, scss/_bootstrap.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem; }

/* line 5791, scss/_bootstrap.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

/* line 5797, scss/_bootstrap.scss */
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

/* line 5805, scss/_bootstrap.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

/* line 5810, scss/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

/* line 5818, scss/_bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

/* line 5823, scss/_bootstrap.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

/* line 5828, scss/_bootstrap.scss */
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

/* line 5835, scss/_bootstrap.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 5842, scss/_bootstrap.scss */
.list-group-item + .list-group-item {
  border-top-width: 0; }

/* line 5846, scss/_bootstrap.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px; }

/* line 5851, scss/_bootstrap.scss */
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 5856, scss/_bootstrap.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0; }

/* line 5861, scss/_bootstrap.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0; }

/* line 5866, scss/_bootstrap.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

/* line 5870, scss/_bootstrap.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

/* line 5875, scss/_bootstrap.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 576px) {
  /* line 5881, scss/_bootstrap.scss */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 5885, scss/_bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  /* line 5889, scss/_bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  /* line 5893, scss/_bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }
  /* line 5896, scss/_bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  /* line 5900, scss/_bootstrap.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 768px) {
  /* line 5907, scss/_bootstrap.scss */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 5911, scss/_bootstrap.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  /* line 5915, scss/_bootstrap.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  /* line 5919, scss/_bootstrap.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }
  /* line 5922, scss/_bootstrap.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  /* line 5926, scss/_bootstrap.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 992px) {
  /* line 5933, scss/_bootstrap.scss */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 5937, scss/_bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  /* line 5941, scss/_bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  /* line 5945, scss/_bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }
  /* line 5948, scss/_bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  /* line 5952, scss/_bootstrap.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1200px) {
  /* line 5959, scss/_bootstrap.scss */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 5963, scss/_bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  /* line 5967, scss/_bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  /* line 5971, scss/_bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }
  /* line 5974, scss/_bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  /* line 5978, scss/_bootstrap.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

/* line 5984, scss/_bootstrap.scss */
.list-group-flush {
  border-radius: 0; }

/* line 5988, scss/_bootstrap.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

/* line 5992, scss/_bootstrap.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0; }

/* line 5996, scss/_bootstrap.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

/* line 6001, scss/_bootstrap.scss */
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff; }

/* line 6007, scss/_bootstrap.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

/* line 6013, scss/_bootstrap.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

/* line 6018, scss/_bootstrap.scss */
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }

/* line 6024, scss/_bootstrap.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

/* line 6030, scss/_bootstrap.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

/* line 6035, scss/_bootstrap.scss */
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb; }

/* line 6041, scss/_bootstrap.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

/* line 6047, scss/_bootstrap.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

/* line 6052, scss/_bootstrap.scss */
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5; }

/* line 6058, scss/_bootstrap.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

/* line 6064, scss/_bootstrap.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

/* line 6069, scss/_bootstrap.scss */
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

/* line 6075, scss/_bootstrap.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

/* line 6081, scss/_bootstrap.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

/* line 6086, scss/_bootstrap.scss */
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

/* line 6092, scss/_bootstrap.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

/* line 6098, scss/_bootstrap.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

/* line 6103, scss/_bootstrap.scss */
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }

/* line 6109, scss/_bootstrap.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

/* line 6115, scss/_bootstrap.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

/* line 6120, scss/_bootstrap.scss */
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

/* line 6126, scss/_bootstrap.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

/* line 6132, scss/_bootstrap.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

/* line 6142, scss/_bootstrap.scss */
.close:hover {
  color: #000;
  text-decoration: none; }

/* line 6147, scss/_bootstrap.scss */
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75; }

/* line 6152, scss/_bootstrap.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

/* line 6158, scss/_bootstrap.scss */
a.close.disabled {
  pointer-events: none; }

/* line 6162, scss/_bootstrap.scss */
.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: .25rem; }

/* line 6175, scss/_bootstrap.scss */
.toast:not(:last-child) {
  margin-bottom: .75rem; }

/* line 6179, scss/_bootstrap.scss */
.toast.showing {
  opacity: 1; }

/* line 6183, scss/_bootstrap.scss */
.toast.show {
  display: block;
  opacity: 1; }

/* line 6188, scss/_bootstrap.scss */
.toast.hide {
  display: none; }

/* line 6192, scss/_bootstrap.scss */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

/* line 6206, scss/_bootstrap.scss */
.toast-body {
  padding: .75rem; }

/* line 6210, scss/_bootstrap.scss */
.modal-open {
  overflow: hidden; }

/* line 6214, scss/_bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 6219, scss/_bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

/* line 6231, scss/_bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

/* line 6238, scss/_bootstrap.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  /* line 6247, scss/_bootstrap.scss */
  .modal.fade .modal-dialog {
    transition: none; } }

/* line 6252, scss/_bootstrap.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

/* line 6257, scss/_bootstrap.scss */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

/* line 6262, scss/_bootstrap.scss */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

/* line 6268, scss/_bootstrap.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

/* line 6273, scss/_bootstrap.scss */
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 6279, scss/_bootstrap.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

/* line 6283, scss/_bootstrap.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

/* line 6291, scss/_bootstrap.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""; }

/* line 6300, scss/_bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

/* line 6308, scss/_bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

/* line 6312, scss/_bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

/* line 6316, scss/_bootstrap.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

/* line 6331, scss/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

/* line 6341, scss/_bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0; }

/* line 6345, scss/_bootstrap.scss */
.modal-backdrop.show {
  opacity: .5; }

/* line 6349, scss/_bootstrap.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

/* line 6362, scss/_bootstrap.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

/* line 6367, scss/_bootstrap.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 6372, scss/_bootstrap.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 6379, scss/_bootstrap.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

/* line 6394, scss/_bootstrap.scss */
.modal-footer > * {
  margin: .25rem; }

/* line 6398, scss/_bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 6407, scss/_bootstrap.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  /* line 6411, scss/_bootstrap.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  /* line 6414, scss/_bootstrap.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  /* line 6417, scss/_bootstrap.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  /* line 6420, scss/_bootstrap.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  /* line 6426, scss/_bootstrap.scss */
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  /* line 6432, scss/_bootstrap.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  /* line 6439, scss/_bootstrap.scss */
  .modal-xl {
    max-width: 1140px; } }

/* line 6444, scss/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0; }

/* line 6468, scss/_bootstrap.scss */
.tooltip.show {
  opacity: .9; }

/* line 6472, scss/_bootstrap.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

/* line 6479, scss/_bootstrap.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 6486, scss/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0; }

/* line 6491, scss/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0; }

/* line 6496, scss/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

/* line 6503, scss/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem; }

/* line 6508, scss/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

/* line 6515, scss/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

/* line 6522, scss/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0; }

/* line 6527, scss/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0; }

/* line 6532, scss/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

/* line 6539, scss/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem; }

/* line 6544, scss/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

/* line 6551, scss/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

/* line 6558, scss/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem; }

/* line 6567, scss/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

/* line 6596, scss/_bootstrap.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

/* line 6604, scss/_bootstrap.scss */
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 6613, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem; }

/* line 6618, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=top] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-.5rem - 1px); }

/* line 6623, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=top] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

/* line 6630, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff; }

/* line 6637, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem; }

/* line 6642, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=right] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

/* line 6650, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=right] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

/* line 6657, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=right] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff; }

/* line 6664, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem; }

/* line 6669, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-.5rem - 1px); }

/* line 6674, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

/* line 6681, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff; }

/* line 6688, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

/* line 6700, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem; }

/* line 6705, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

/* line 6713, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=left] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

/* line 6720, scss/_bootstrap.scss */
.bs-popover-auto[x-placement^=left] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff; }

/* line 6727, scss/_bootstrap.scss */
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

/* line 6737, scss/_bootstrap.scss */
.popover-header:empty {
  display: none; }

/* line 6741, scss/_bootstrap.scss */
.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

/* line 6746, scss/_bootstrap.scss */
.carousel {
  position: relative; }

/* line 6750, scss/_bootstrap.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

/* line 6755, scss/_bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* line 6761, scss/_bootstrap.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

/* line 6767, scss/_bootstrap.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 6781, scss/_bootstrap.scss */
  .carousel-item {
    transition: none; } }

/* line 6786, scss/_bootstrap.scss */
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block; }

/* line 6792, scss/_bootstrap.scss */
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

/* line 6798, scss/_bootstrap.scss */
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

/* line 6804, scss/_bootstrap.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

/* line 6811, scss/_bootstrap.scss */
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }

/* line 6818, scss/_bootstrap.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s; }

@media (prefers-reduced-motion: reduce) {
  /* line 6826, scss/_bootstrap.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none; } }

/* line 6832, scss/_bootstrap.scss */
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 6852, scss/_bootstrap.scss */
  .carousel-control-next,
  .carousel-control-prev {
    transition: none; } }

/* line 6858, scss/_bootstrap.scss */
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

/* line 6868, scss/_bootstrap.scss */
.carousel-control-prev {
  left: 0; }

/* line 6872, scss/_bootstrap.scss */
.carousel-control-next {
  right: 0; }

/* line 6876, scss/_bootstrap.scss */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%; }

/* line 6884, scss/_bootstrap.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

/* line 6888, scss/_bootstrap.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

/* line 6892, scss/_bootstrap.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

/* line 6908, scss/_bootstrap.scss */
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 6927, scss/_bootstrap.scss */
  .carousel-indicators li {
    transition: none; } }

/* line 6932, scss/_bootstrap.scss */
.carousel-indicators .active {
  opacity: 1; }

/* line 6936, scss/_bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* line 6962, scss/_bootstrap.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

/* line 6974, scss/_bootstrap.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

/* line 7004, scss/_bootstrap.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

/* line 7016, scss/_bootstrap.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

/* line 7021, scss/_bootstrap.scss */
.align-baseline {
  vertical-align: baseline !important; }

/* line 7025, scss/_bootstrap.scss */
.align-top {
  vertical-align: top !important; }

/* line 7029, scss/_bootstrap.scss */
.align-middle {
  vertical-align: middle !important; }

/* line 7033, scss/_bootstrap.scss */
.align-bottom {
  vertical-align: bottom !important; }

/* line 7037, scss/_bootstrap.scss */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 7041, scss/_bootstrap.scss */
.align-text-top {
  vertical-align: text-top !important; }

/* line 7045, scss/_bootstrap.scss */
.bg-primary {
  background-color: #007bff !important; }

/* line 7049, scss/_bootstrap.scss */
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important; }

/* line 7056, scss/_bootstrap.scss */
.bg-secondary {
  background-color: #6c757d !important; }

/* line 7060, scss/_bootstrap.scss */
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important; }

/* line 7067, scss/_bootstrap.scss */
.bg-success {
  background-color: #28a745 !important; }

/* line 7071, scss/_bootstrap.scss */
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important; }

/* line 7078, scss/_bootstrap.scss */
.bg-info {
  background-color: #17a2b8 !important; }

/* line 7082, scss/_bootstrap.scss */
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important; }

/* line 7089, scss/_bootstrap.scss */
.bg-warning {
  background-color: #ffc107 !important; }

/* line 7093, scss/_bootstrap.scss */
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important; }

/* line 7100, scss/_bootstrap.scss */
.bg-danger {
  background-color: #dc3545 !important; }

/* line 7104, scss/_bootstrap.scss */
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important; }

/* line 7111, scss/_bootstrap.scss */
.bg-light {
  background-color: #f8f9fa !important; }

/* line 7115, scss/_bootstrap.scss */
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important; }

/* line 7122, scss/_bootstrap.scss */
.bg-dark {
  background-color: #343a40 !important; }

/* line 7126, scss/_bootstrap.scss */
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important; }

/* line 7133, scss/_bootstrap.scss */
.bg-white {
  background-color: #fff !important; }

/* line 7137, scss/_bootstrap.scss */
.bg-transparent {
  background-color: transparent !important; }

/* line 7141, scss/_bootstrap.scss */
.border {
  border: 1px solid #dee2e6 !important; }

/* line 7145, scss/_bootstrap.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important; }

/* line 7149, scss/_bootstrap.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important; }

/* line 7153, scss/_bootstrap.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

/* line 7157, scss/_bootstrap.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important; }

/* line 7161, scss/_bootstrap.scss */
.border-0 {
  border: 0 !important; }

/* line 7165, scss/_bootstrap.scss */
.border-top-0 {
  border-top: 0 !important; }

/* line 7169, scss/_bootstrap.scss */
.border-right-0 {
  border-right: 0 !important; }

/* line 7173, scss/_bootstrap.scss */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 7177, scss/_bootstrap.scss */
.border-left-0 {
  border-left: 0 !important; }

/* line 7181, scss/_bootstrap.scss */
.border-primary {
  border-color: #007bff !important; }

/* line 7185, scss/_bootstrap.scss */
.border-secondary {
  border-color: #6c757d !important; }

/* line 7189, scss/_bootstrap.scss */
.border-success {
  border-color: #28a745 !important; }

/* line 7193, scss/_bootstrap.scss */
.border-info {
  border-color: #17a2b8 !important; }

/* line 7197, scss/_bootstrap.scss */
.border-warning {
  border-color: #ffc107 !important; }

/* line 7201, scss/_bootstrap.scss */
.border-danger {
  border-color: #dc3545 !important; }

/* line 7205, scss/_bootstrap.scss */
.border-light {
  border-color: #f8f9fa !important; }

/* line 7209, scss/_bootstrap.scss */
.border-dark {
  border-color: #343a40 !important; }

/* line 7213, scss/_bootstrap.scss */
.border-white {
  border-color: #fff !important; }

/* line 7217, scss/_bootstrap.scss */
.rounded-sm {
  border-radius: 0.2rem !important; }

/* line 7221, scss/_bootstrap.scss */
.rounded {
  border-radius: 0.25rem !important; }

/* line 7225, scss/_bootstrap.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

/* line 7230, scss/_bootstrap.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

/* line 7235, scss/_bootstrap.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 7240, scss/_bootstrap.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 7245, scss/_bootstrap.scss */
.rounded-lg {
  border-radius: 0.3rem !important; }

/* line 7249, scss/_bootstrap.scss */
.rounded-circle {
  border-radius: 50% !important; }

/* line 7253, scss/_bootstrap.scss */
.rounded-pill {
  border-radius: 50rem !important; }

/* line 7257, scss/_bootstrap.scss */
.rounded-0 {
  border-radius: 0 !important; }

/* line 7261, scss/_bootstrap.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 7267, scss/_bootstrap.scss */
.d-none {
  display: none !important; }

/* line 7271, scss/_bootstrap.scss */
.d-inline {
  display: inline !important; }

/* line 7275, scss/_bootstrap.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 7279, scss/_bootstrap.scss */
.d-block {
  display: block !important; }

/* line 7283, scss/_bootstrap.scss */
.d-table {
  display: table !important; }

/* line 7287, scss/_bootstrap.scss */
.d-table-row {
  display: table-row !important; }

/* line 7291, scss/_bootstrap.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 7295, scss/_bootstrap.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 7300, scss/_bootstrap.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 7306, scss/_bootstrap.scss */
  .d-sm-none {
    display: none !important; }
  /* line 7309, scss/_bootstrap.scss */
  .d-sm-inline {
    display: inline !important; }
  /* line 7312, scss/_bootstrap.scss */
  .d-sm-inline-block {
    display: inline-block !important; }
  /* line 7315, scss/_bootstrap.scss */
  .d-sm-block {
    display: block !important; }
  /* line 7318, scss/_bootstrap.scss */
  .d-sm-table {
    display: table !important; }
  /* line 7321, scss/_bootstrap.scss */
  .d-sm-table-row {
    display: table-row !important; }
  /* line 7324, scss/_bootstrap.scss */
  .d-sm-table-cell {
    display: table-cell !important; }
  /* line 7327, scss/_bootstrap.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  /* line 7331, scss/_bootstrap.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  /* line 7338, scss/_bootstrap.scss */
  .d-md-none {
    display: none !important; }
  /* line 7341, scss/_bootstrap.scss */
  .d-md-inline {
    display: inline !important; }
  /* line 7344, scss/_bootstrap.scss */
  .d-md-inline-block {
    display: inline-block !important; }
  /* line 7347, scss/_bootstrap.scss */
  .d-md-block {
    display: block !important; }
  /* line 7350, scss/_bootstrap.scss */
  .d-md-table {
    display: table !important; }
  /* line 7353, scss/_bootstrap.scss */
  .d-md-table-row {
    display: table-row !important; }
  /* line 7356, scss/_bootstrap.scss */
  .d-md-table-cell {
    display: table-cell !important; }
  /* line 7359, scss/_bootstrap.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  /* line 7363, scss/_bootstrap.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  /* line 7370, scss/_bootstrap.scss */
  .d-lg-none {
    display: none !important; }
  /* line 7373, scss/_bootstrap.scss */
  .d-lg-inline {
    display: inline !important; }
  /* line 7376, scss/_bootstrap.scss */
  .d-lg-inline-block {
    display: inline-block !important; }
  /* line 7379, scss/_bootstrap.scss */
  .d-lg-block {
    display: block !important; }
  /* line 7382, scss/_bootstrap.scss */
  .d-lg-table {
    display: table !important; }
  /* line 7385, scss/_bootstrap.scss */
  .d-lg-table-row {
    display: table-row !important; }
  /* line 7388, scss/_bootstrap.scss */
  .d-lg-table-cell {
    display: table-cell !important; }
  /* line 7391, scss/_bootstrap.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  /* line 7395, scss/_bootstrap.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  /* line 7402, scss/_bootstrap.scss */
  .d-xl-none {
    display: none !important; }
  /* line 7405, scss/_bootstrap.scss */
  .d-xl-inline {
    display: inline !important; }
  /* line 7408, scss/_bootstrap.scss */
  .d-xl-inline-block {
    display: inline-block !important; }
  /* line 7411, scss/_bootstrap.scss */
  .d-xl-block {
    display: block !important; }
  /* line 7414, scss/_bootstrap.scss */
  .d-xl-table {
    display: table !important; }
  /* line 7417, scss/_bootstrap.scss */
  .d-xl-table-row {
    display: table-row !important; }
  /* line 7420, scss/_bootstrap.scss */
  .d-xl-table-cell {
    display: table-cell !important; }
  /* line 7423, scss/_bootstrap.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  /* line 7427, scss/_bootstrap.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  /* line 7434, scss/_bootstrap.scss */
  .d-print-none {
    display: none !important; }
  /* line 7437, scss/_bootstrap.scss */
  .d-print-inline {
    display: inline !important; }
  /* line 7440, scss/_bootstrap.scss */
  .d-print-inline-block {
    display: inline-block !important; }
  /* line 7443, scss/_bootstrap.scss */
  .d-print-block {
    display: block !important; }
  /* line 7446, scss/_bootstrap.scss */
  .d-print-table {
    display: table !important; }
  /* line 7449, scss/_bootstrap.scss */
  .d-print-table-row {
    display: table-row !important; }
  /* line 7452, scss/_bootstrap.scss */
  .d-print-table-cell {
    display: table-cell !important; }
  /* line 7455, scss/_bootstrap.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  /* line 7459, scss/_bootstrap.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

/* line 7465, scss/_bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

/* line 7473, scss/_bootstrap.scss */
.embed-responsive::before {
  display: block;
  content: ""; }

/* line 7478, scss/_bootstrap.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* line 7492, scss/_bootstrap.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

/* line 7496, scss/_bootstrap.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 7500, scss/_bootstrap.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 7504, scss/_bootstrap.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 7508, scss/_bootstrap.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

/* line 7513, scss/_bootstrap.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

/* line 7518, scss/_bootstrap.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

/* line 7523, scss/_bootstrap.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

/* line 7528, scss/_bootstrap.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

/* line 7533, scss/_bootstrap.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

/* line 7538, scss/_bootstrap.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

/* line 7543, scss/_bootstrap.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

/* line 7548, scss/_bootstrap.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

/* line 7553, scss/_bootstrap.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

/* line 7558, scss/_bootstrap.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

/* line 7563, scss/_bootstrap.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

/* line 7568, scss/_bootstrap.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

/* line 7573, scss/_bootstrap.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

/* line 7578, scss/_bootstrap.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

/* line 7583, scss/_bootstrap.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

/* line 7588, scss/_bootstrap.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

/* line 7593, scss/_bootstrap.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

/* line 7598, scss/_bootstrap.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

/* line 7603, scss/_bootstrap.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

/* line 7608, scss/_bootstrap.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

/* line 7613, scss/_bootstrap.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

/* line 7618, scss/_bootstrap.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

/* line 7623, scss/_bootstrap.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

/* line 7628, scss/_bootstrap.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

/* line 7633, scss/_bootstrap.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

/* line 7638, scss/_bootstrap.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

/* line 7643, scss/_bootstrap.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

/* line 7648, scss/_bootstrap.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

/* line 7653, scss/_bootstrap.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

/* line 7658, scss/_bootstrap.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

/* line 7663, scss/_bootstrap.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

/* line 7668, scss/_bootstrap.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

/* line 7673, scss/_bootstrap.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 7679, scss/_bootstrap.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  /* line 7683, scss/_bootstrap.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  /* line 7687, scss/_bootstrap.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  /* line 7691, scss/_bootstrap.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  /* line 7695, scss/_bootstrap.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  /* line 7699, scss/_bootstrap.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  /* line 7703, scss/_bootstrap.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  /* line 7707, scss/_bootstrap.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  /* line 7711, scss/_bootstrap.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  /* line 7715, scss/_bootstrap.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  /* line 7719, scss/_bootstrap.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  /* line 7723, scss/_bootstrap.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  /* line 7727, scss/_bootstrap.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  /* line 7731, scss/_bootstrap.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  /* line 7735, scss/_bootstrap.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  /* line 7739, scss/_bootstrap.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  /* line 7743, scss/_bootstrap.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  /* line 7747, scss/_bootstrap.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  /* line 7751, scss/_bootstrap.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  /* line 7755, scss/_bootstrap.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  /* line 7759, scss/_bootstrap.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  /* line 7763, scss/_bootstrap.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  /* line 7767, scss/_bootstrap.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  /* line 7771, scss/_bootstrap.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  /* line 7775, scss/_bootstrap.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  /* line 7779, scss/_bootstrap.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  /* line 7783, scss/_bootstrap.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  /* line 7787, scss/_bootstrap.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  /* line 7791, scss/_bootstrap.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  /* line 7795, scss/_bootstrap.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  /* line 7799, scss/_bootstrap.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  /* line 7803, scss/_bootstrap.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  /* line 7807, scss/_bootstrap.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  /* line 7811, scss/_bootstrap.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  /* line 7818, scss/_bootstrap.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  /* line 7822, scss/_bootstrap.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  /* line 7826, scss/_bootstrap.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  /* line 7830, scss/_bootstrap.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  /* line 7834, scss/_bootstrap.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  /* line 7838, scss/_bootstrap.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  /* line 7842, scss/_bootstrap.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  /* line 7846, scss/_bootstrap.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  /* line 7850, scss/_bootstrap.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  /* line 7854, scss/_bootstrap.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  /* line 7858, scss/_bootstrap.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  /* line 7862, scss/_bootstrap.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  /* line 7866, scss/_bootstrap.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  /* line 7870, scss/_bootstrap.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  /* line 7874, scss/_bootstrap.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  /* line 7878, scss/_bootstrap.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  /* line 7882, scss/_bootstrap.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  /* line 7886, scss/_bootstrap.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  /* line 7890, scss/_bootstrap.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  /* line 7894, scss/_bootstrap.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  /* line 7898, scss/_bootstrap.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  /* line 7902, scss/_bootstrap.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  /* line 7906, scss/_bootstrap.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  /* line 7910, scss/_bootstrap.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  /* line 7914, scss/_bootstrap.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  /* line 7918, scss/_bootstrap.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  /* line 7922, scss/_bootstrap.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  /* line 7926, scss/_bootstrap.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  /* line 7930, scss/_bootstrap.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  /* line 7934, scss/_bootstrap.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  /* line 7938, scss/_bootstrap.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  /* line 7942, scss/_bootstrap.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  /* line 7946, scss/_bootstrap.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  /* line 7950, scss/_bootstrap.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  /* line 7957, scss/_bootstrap.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  /* line 7961, scss/_bootstrap.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  /* line 7965, scss/_bootstrap.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  /* line 7969, scss/_bootstrap.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  /* line 7973, scss/_bootstrap.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  /* line 7977, scss/_bootstrap.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  /* line 7981, scss/_bootstrap.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  /* line 7985, scss/_bootstrap.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  /* line 7989, scss/_bootstrap.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  /* line 7993, scss/_bootstrap.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  /* line 7997, scss/_bootstrap.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  /* line 8001, scss/_bootstrap.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  /* line 8005, scss/_bootstrap.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  /* line 8009, scss/_bootstrap.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  /* line 8013, scss/_bootstrap.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  /* line 8017, scss/_bootstrap.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  /* line 8021, scss/_bootstrap.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  /* line 8025, scss/_bootstrap.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  /* line 8029, scss/_bootstrap.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  /* line 8033, scss/_bootstrap.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  /* line 8037, scss/_bootstrap.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  /* line 8041, scss/_bootstrap.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  /* line 8045, scss/_bootstrap.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  /* line 8049, scss/_bootstrap.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  /* line 8053, scss/_bootstrap.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  /* line 8057, scss/_bootstrap.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  /* line 8061, scss/_bootstrap.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  /* line 8065, scss/_bootstrap.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  /* line 8069, scss/_bootstrap.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  /* line 8073, scss/_bootstrap.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  /* line 8077, scss/_bootstrap.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  /* line 8081, scss/_bootstrap.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  /* line 8085, scss/_bootstrap.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  /* line 8089, scss/_bootstrap.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  /* line 8096, scss/_bootstrap.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  /* line 8100, scss/_bootstrap.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  /* line 8104, scss/_bootstrap.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  /* line 8108, scss/_bootstrap.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  /* line 8112, scss/_bootstrap.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  /* line 8116, scss/_bootstrap.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  /* line 8120, scss/_bootstrap.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  /* line 8124, scss/_bootstrap.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  /* line 8128, scss/_bootstrap.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  /* line 8132, scss/_bootstrap.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  /* line 8136, scss/_bootstrap.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  /* line 8140, scss/_bootstrap.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  /* line 8144, scss/_bootstrap.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  /* line 8148, scss/_bootstrap.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  /* line 8152, scss/_bootstrap.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  /* line 8156, scss/_bootstrap.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  /* line 8160, scss/_bootstrap.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  /* line 8164, scss/_bootstrap.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  /* line 8168, scss/_bootstrap.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  /* line 8172, scss/_bootstrap.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  /* line 8176, scss/_bootstrap.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  /* line 8180, scss/_bootstrap.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  /* line 8184, scss/_bootstrap.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  /* line 8188, scss/_bootstrap.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  /* line 8192, scss/_bootstrap.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  /* line 8196, scss/_bootstrap.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  /* line 8200, scss/_bootstrap.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  /* line 8204, scss/_bootstrap.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  /* line 8208, scss/_bootstrap.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  /* line 8212, scss/_bootstrap.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  /* line 8216, scss/_bootstrap.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  /* line 8220, scss/_bootstrap.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  /* line 8224, scss/_bootstrap.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  /* line 8228, scss/_bootstrap.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/* line 8234, scss/_bootstrap.scss */
.float-left {
  float: left !important; }

/* line 8238, scss/_bootstrap.scss */
.float-right {
  float: right !important; }

/* line 8242, scss/_bootstrap.scss */
.float-none {
  float: none !important; }

@media (min-width: 576px) {
  /* line 8247, scss/_bootstrap.scss */
  .float-sm-left {
    float: left !important; }
  /* line 8250, scss/_bootstrap.scss */
  .float-sm-right {
    float: right !important; }
  /* line 8253, scss/_bootstrap.scss */
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  /* line 8259, scss/_bootstrap.scss */
  .float-md-left {
    float: left !important; }
  /* line 8262, scss/_bootstrap.scss */
  .float-md-right {
    float: right !important; }
  /* line 8265, scss/_bootstrap.scss */
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  /* line 8271, scss/_bootstrap.scss */
  .float-lg-left {
    float: left !important; }
  /* line 8274, scss/_bootstrap.scss */
  .float-lg-right {
    float: right !important; }
  /* line 8277, scss/_bootstrap.scss */
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  /* line 8283, scss/_bootstrap.scss */
  .float-xl-left {
    float: left !important; }
  /* line 8286, scss/_bootstrap.scss */
  .float-xl-right {
    float: right !important; }
  /* line 8289, scss/_bootstrap.scss */
  .float-xl-none {
    float: none !important; } }

/* line 8294, scss/_bootstrap.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important; }

/* line 8301, scss/_bootstrap.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

/* line 8308, scss/_bootstrap.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

/* line 8315, scss/_bootstrap.scss */
.overflow-auto {
  overflow: auto !important; }

/* line 8319, scss/_bootstrap.scss */
.overflow-hidden {
  overflow: hidden !important; }

/* line 8323, scss/_bootstrap.scss */
.position-static {
  position: static !important; }

/* line 8327, scss/_bootstrap.scss */
.position-relative {
  position: relative !important; }

/* line 8331, scss/_bootstrap.scss */
.position-absolute {
  position: absolute !important; }

/* line 8335, scss/_bootstrap.scss */
.position-fixed {
  position: fixed !important; }

/* line 8339, scss/_bootstrap.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

/* line 8344, scss/_bootstrap.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 8352, scss/_bootstrap.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 8361, scss/_bootstrap.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

/* line 8369, scss/_bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 8381, scss/_bootstrap.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 8391, scss/_bootstrap.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 8395, scss/_bootstrap.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* line 8399, scss/_bootstrap.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 8403, scss/_bootstrap.scss */
.shadow-none {
  box-shadow: none !important; }

/* line 8407, scss/_bootstrap.scss */
.w-25 {
  width: 25% !important; }

/* line 8411, scss/_bootstrap.scss */
.w-50 {
  width: 50% !important; }

/* line 8415, scss/_bootstrap.scss */
.w-75 {
  width: 75% !important; }

/* line 8419, scss/_bootstrap.scss */
.w-100 {
  width: 100% !important; }

/* line 8423, scss/_bootstrap.scss */
.w-auto {
  width: auto !important; }

/* line 8427, scss/_bootstrap.scss */
.h-25 {
  height: 25% !important; }

/* line 8431, scss/_bootstrap.scss */
.h-50 {
  height: 50% !important; }

/* line 8435, scss/_bootstrap.scss */
.h-75 {
  height: 75% !important; }

/* line 8439, scss/_bootstrap.scss */
.h-100 {
  height: 100% !important; }

/* line 8443, scss/_bootstrap.scss */
.h-auto {
  height: auto !important; }

/* line 8447, scss/_bootstrap.scss */
.mw-100 {
  max-width: 100% !important; }

/* line 8451, scss/_bootstrap.scss */
.mh-100 {
  max-height: 100% !important; }

/* line 8455, scss/_bootstrap.scss */
.min-vw-100 {
  min-width: 100vw !important; }

/* line 8459, scss/_bootstrap.scss */
.min-vh-100 {
  min-height: 100vh !important; }

/* line 8463, scss/_bootstrap.scss */
.vw-100 {
  width: 100vw !important; }

/* line 8467, scss/_bootstrap.scss */
.vh-100 {
  height: 100vh !important; }

/* line 8471, scss/_bootstrap.scss */
.m-0 {
  margin: 0 !important; }

/* line 8475, scss/_bootstrap.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important; }

/* line 8480, scss/_bootstrap.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important; }

/* line 8485, scss/_bootstrap.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

/* line 8490, scss/_bootstrap.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important; }

/* line 8495, scss/_bootstrap.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 8499, scss/_bootstrap.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

/* line 8504, scss/_bootstrap.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

/* line 8509, scss/_bootstrap.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

/* line 8514, scss/_bootstrap.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

/* line 8519, scss/_bootstrap.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 8523, scss/_bootstrap.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

/* line 8528, scss/_bootstrap.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

/* line 8533, scss/_bootstrap.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

/* line 8538, scss/_bootstrap.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

/* line 8543, scss/_bootstrap.scss */
.m-3 {
  margin: 1rem !important; }

/* line 8547, scss/_bootstrap.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important; }

/* line 8552, scss/_bootstrap.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

/* line 8557, scss/_bootstrap.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

/* line 8562, scss/_bootstrap.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

/* line 8567, scss/_bootstrap.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 8571, scss/_bootstrap.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

/* line 8576, scss/_bootstrap.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

/* line 8581, scss/_bootstrap.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

/* line 8586, scss/_bootstrap.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

/* line 8591, scss/_bootstrap.scss */
.m-5 {
  margin: 3rem !important; }

/* line 8595, scss/_bootstrap.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important; }

/* line 8600, scss/_bootstrap.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

/* line 8605, scss/_bootstrap.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

/* line 8610, scss/_bootstrap.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

/* line 8615, scss/_bootstrap.scss */
.p-0 {
  padding: 0 !important; }

/* line 8619, scss/_bootstrap.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important; }

/* line 8624, scss/_bootstrap.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important; }

/* line 8629, scss/_bootstrap.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

/* line 8634, scss/_bootstrap.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important; }

/* line 8639, scss/_bootstrap.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 8643, scss/_bootstrap.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

/* line 8648, scss/_bootstrap.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

/* line 8653, scss/_bootstrap.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

/* line 8658, scss/_bootstrap.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

/* line 8663, scss/_bootstrap.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 8667, scss/_bootstrap.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

/* line 8672, scss/_bootstrap.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

/* line 8677, scss/_bootstrap.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

/* line 8682, scss/_bootstrap.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

/* line 8687, scss/_bootstrap.scss */
.p-3 {
  padding: 1rem !important; }

/* line 8691, scss/_bootstrap.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important; }

/* line 8696, scss/_bootstrap.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important; }

/* line 8701, scss/_bootstrap.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

/* line 8706, scss/_bootstrap.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important; }

/* line 8711, scss/_bootstrap.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 8715, scss/_bootstrap.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

/* line 8720, scss/_bootstrap.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

/* line 8725, scss/_bootstrap.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

/* line 8730, scss/_bootstrap.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

/* line 8735, scss/_bootstrap.scss */
.p-5 {
  padding: 3rem !important; }

/* line 8739, scss/_bootstrap.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important; }

/* line 8744, scss/_bootstrap.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important; }

/* line 8749, scss/_bootstrap.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

/* line 8754, scss/_bootstrap.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important; }

/* line 8759, scss/_bootstrap.scss */
.m-n1 {
  margin: -0.25rem !important; }

/* line 8763, scss/_bootstrap.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

/* line 8768, scss/_bootstrap.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

/* line 8773, scss/_bootstrap.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

/* line 8778, scss/_bootstrap.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

/* line 8783, scss/_bootstrap.scss */
.m-n2 {
  margin: -0.5rem !important; }

/* line 8787, scss/_bootstrap.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

/* line 8792, scss/_bootstrap.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

/* line 8797, scss/_bootstrap.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

/* line 8802, scss/_bootstrap.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

/* line 8807, scss/_bootstrap.scss */
.m-n3 {
  margin: -1rem !important; }

/* line 8811, scss/_bootstrap.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

/* line 8816, scss/_bootstrap.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

/* line 8821, scss/_bootstrap.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

/* line 8826, scss/_bootstrap.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

/* line 8831, scss/_bootstrap.scss */
.m-n4 {
  margin: -1.5rem !important; }

/* line 8835, scss/_bootstrap.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

/* line 8840, scss/_bootstrap.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

/* line 8845, scss/_bootstrap.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

/* line 8850, scss/_bootstrap.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

/* line 8855, scss/_bootstrap.scss */
.m-n5 {
  margin: -3rem !important; }

/* line 8859, scss/_bootstrap.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

/* line 8864, scss/_bootstrap.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

/* line 8869, scss/_bootstrap.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

/* line 8874, scss/_bootstrap.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

/* line 8879, scss/_bootstrap.scss */
.m-auto {
  margin: auto !important; }

/* line 8883, scss/_bootstrap.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important; }

/* line 8888, scss/_bootstrap.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important; }

/* line 8893, scss/_bootstrap.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

/* line 8898, scss/_bootstrap.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 8904, scss/_bootstrap.scss */
  .m-sm-0 {
    margin: 0 !important; }
  /* line 8907, scss/_bootstrap.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  /* line 8911, scss/_bootstrap.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  /* line 8915, scss/_bootstrap.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  /* line 8919, scss/_bootstrap.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  /* line 8923, scss/_bootstrap.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }
  /* line 8926, scss/_bootstrap.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  /* line 8930, scss/_bootstrap.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  /* line 8934, scss/_bootstrap.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  /* line 8938, scss/_bootstrap.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  /* line 8942, scss/_bootstrap.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }
  /* line 8945, scss/_bootstrap.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  /* line 8949, scss/_bootstrap.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  /* line 8953, scss/_bootstrap.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  /* line 8957, scss/_bootstrap.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  /* line 8961, scss/_bootstrap.scss */
  .m-sm-3 {
    margin: 1rem !important; }
  /* line 8964, scss/_bootstrap.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  /* line 8968, scss/_bootstrap.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  /* line 8972, scss/_bootstrap.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  /* line 8976, scss/_bootstrap.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  /* line 8980, scss/_bootstrap.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }
  /* line 8983, scss/_bootstrap.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  /* line 8987, scss/_bootstrap.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  /* line 8991, scss/_bootstrap.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  /* line 8995, scss/_bootstrap.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  /* line 8999, scss/_bootstrap.scss */
  .m-sm-5 {
    margin: 3rem !important; }
  /* line 9002, scss/_bootstrap.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  /* line 9006, scss/_bootstrap.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  /* line 9010, scss/_bootstrap.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  /* line 9014, scss/_bootstrap.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  /* line 9018, scss/_bootstrap.scss */
  .p-sm-0 {
    padding: 0 !important; }
  /* line 9021, scss/_bootstrap.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  /* line 9025, scss/_bootstrap.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  /* line 9029, scss/_bootstrap.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  /* line 9033, scss/_bootstrap.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  /* line 9037, scss/_bootstrap.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }
  /* line 9040, scss/_bootstrap.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  /* line 9044, scss/_bootstrap.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  /* line 9048, scss/_bootstrap.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  /* line 9052, scss/_bootstrap.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  /* line 9056, scss/_bootstrap.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }
  /* line 9059, scss/_bootstrap.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  /* line 9063, scss/_bootstrap.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  /* line 9067, scss/_bootstrap.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  /* line 9071, scss/_bootstrap.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  /* line 9075, scss/_bootstrap.scss */
  .p-sm-3 {
    padding: 1rem !important; }
  /* line 9078, scss/_bootstrap.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  /* line 9082, scss/_bootstrap.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  /* line 9086, scss/_bootstrap.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  /* line 9090, scss/_bootstrap.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  /* line 9094, scss/_bootstrap.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }
  /* line 9097, scss/_bootstrap.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  /* line 9101, scss/_bootstrap.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  /* line 9105, scss/_bootstrap.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  /* line 9109, scss/_bootstrap.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  /* line 9113, scss/_bootstrap.scss */
  .p-sm-5 {
    padding: 3rem !important; }
  /* line 9116, scss/_bootstrap.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  /* line 9120, scss/_bootstrap.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  /* line 9124, scss/_bootstrap.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  /* line 9128, scss/_bootstrap.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  /* line 9132, scss/_bootstrap.scss */
  .m-sm-n1 {
    margin: -0.25rem !important; }
  /* line 9135, scss/_bootstrap.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  /* line 9139, scss/_bootstrap.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  /* line 9143, scss/_bootstrap.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 9147, scss/_bootstrap.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  /* line 9151, scss/_bootstrap.scss */
  .m-sm-n2 {
    margin: -0.5rem !important; }
  /* line 9154, scss/_bootstrap.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  /* line 9158, scss/_bootstrap.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  /* line 9162, scss/_bootstrap.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 9166, scss/_bootstrap.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  /* line 9170, scss/_bootstrap.scss */
  .m-sm-n3 {
    margin: -1rem !important; }
  /* line 9173, scss/_bootstrap.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  /* line 9177, scss/_bootstrap.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  /* line 9181, scss/_bootstrap.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  /* line 9185, scss/_bootstrap.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  /* line 9189, scss/_bootstrap.scss */
  .m-sm-n4 {
    margin: -1.5rem !important; }
  /* line 9192, scss/_bootstrap.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  /* line 9196, scss/_bootstrap.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  /* line 9200, scss/_bootstrap.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 9204, scss/_bootstrap.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  /* line 9208, scss/_bootstrap.scss */
  .m-sm-n5 {
    margin: -3rem !important; }
  /* line 9211, scss/_bootstrap.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  /* line 9215, scss/_bootstrap.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  /* line 9219, scss/_bootstrap.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  /* line 9223, scss/_bootstrap.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  /* line 9227, scss/_bootstrap.scss */
  .m-sm-auto {
    margin: auto !important; }
  /* line 9230, scss/_bootstrap.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  /* line 9234, scss/_bootstrap.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  /* line 9238, scss/_bootstrap.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  /* line 9242, scss/_bootstrap.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  /* line 9249, scss/_bootstrap.scss */
  .m-md-0 {
    margin: 0 !important; }
  /* line 9252, scss/_bootstrap.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  /* line 9256, scss/_bootstrap.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  /* line 9260, scss/_bootstrap.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  /* line 9264, scss/_bootstrap.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  /* line 9268, scss/_bootstrap.scss */
  .m-md-1 {
    margin: 0.25rem !important; }
  /* line 9271, scss/_bootstrap.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  /* line 9275, scss/_bootstrap.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  /* line 9279, scss/_bootstrap.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  /* line 9283, scss/_bootstrap.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  /* line 9287, scss/_bootstrap.scss */
  .m-md-2 {
    margin: 0.5rem !important; }
  /* line 9290, scss/_bootstrap.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  /* line 9294, scss/_bootstrap.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  /* line 9298, scss/_bootstrap.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  /* line 9302, scss/_bootstrap.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  /* line 9306, scss/_bootstrap.scss */
  .m-md-3 {
    margin: 1rem !important; }
  /* line 9309, scss/_bootstrap.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  /* line 9313, scss/_bootstrap.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  /* line 9317, scss/_bootstrap.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  /* line 9321, scss/_bootstrap.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  /* line 9325, scss/_bootstrap.scss */
  .m-md-4 {
    margin: 1.5rem !important; }
  /* line 9328, scss/_bootstrap.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  /* line 9332, scss/_bootstrap.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  /* line 9336, scss/_bootstrap.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  /* line 9340, scss/_bootstrap.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  /* line 9344, scss/_bootstrap.scss */
  .m-md-5 {
    margin: 3rem !important; }
  /* line 9347, scss/_bootstrap.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  /* line 9351, scss/_bootstrap.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  /* line 9355, scss/_bootstrap.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  /* line 9359, scss/_bootstrap.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  /* line 9363, scss/_bootstrap.scss */
  .p-md-0 {
    padding: 0 !important; }
  /* line 9366, scss/_bootstrap.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  /* line 9370, scss/_bootstrap.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  /* line 9374, scss/_bootstrap.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  /* line 9378, scss/_bootstrap.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  /* line 9382, scss/_bootstrap.scss */
  .p-md-1 {
    padding: 0.25rem !important; }
  /* line 9385, scss/_bootstrap.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  /* line 9389, scss/_bootstrap.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  /* line 9393, scss/_bootstrap.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  /* line 9397, scss/_bootstrap.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  /* line 9401, scss/_bootstrap.scss */
  .p-md-2 {
    padding: 0.5rem !important; }
  /* line 9404, scss/_bootstrap.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  /* line 9408, scss/_bootstrap.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  /* line 9412, scss/_bootstrap.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  /* line 9416, scss/_bootstrap.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  /* line 9420, scss/_bootstrap.scss */
  .p-md-3 {
    padding: 1rem !important; }
  /* line 9423, scss/_bootstrap.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  /* line 9427, scss/_bootstrap.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  /* line 9431, scss/_bootstrap.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  /* line 9435, scss/_bootstrap.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  /* line 9439, scss/_bootstrap.scss */
  .p-md-4 {
    padding: 1.5rem !important; }
  /* line 9442, scss/_bootstrap.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  /* line 9446, scss/_bootstrap.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  /* line 9450, scss/_bootstrap.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  /* line 9454, scss/_bootstrap.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  /* line 9458, scss/_bootstrap.scss */
  .p-md-5 {
    padding: 3rem !important; }
  /* line 9461, scss/_bootstrap.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  /* line 9465, scss/_bootstrap.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  /* line 9469, scss/_bootstrap.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  /* line 9473, scss/_bootstrap.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  /* line 9477, scss/_bootstrap.scss */
  .m-md-n1 {
    margin: -0.25rem !important; }
  /* line 9480, scss/_bootstrap.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  /* line 9484, scss/_bootstrap.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  /* line 9488, scss/_bootstrap.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 9492, scss/_bootstrap.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  /* line 9496, scss/_bootstrap.scss */
  .m-md-n2 {
    margin: -0.5rem !important; }
  /* line 9499, scss/_bootstrap.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  /* line 9503, scss/_bootstrap.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  /* line 9507, scss/_bootstrap.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 9511, scss/_bootstrap.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  /* line 9515, scss/_bootstrap.scss */
  .m-md-n3 {
    margin: -1rem !important; }
  /* line 9518, scss/_bootstrap.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  /* line 9522, scss/_bootstrap.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  /* line 9526, scss/_bootstrap.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  /* line 9530, scss/_bootstrap.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  /* line 9534, scss/_bootstrap.scss */
  .m-md-n4 {
    margin: -1.5rem !important; }
  /* line 9537, scss/_bootstrap.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  /* line 9541, scss/_bootstrap.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  /* line 9545, scss/_bootstrap.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 9549, scss/_bootstrap.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  /* line 9553, scss/_bootstrap.scss */
  .m-md-n5 {
    margin: -3rem !important; }
  /* line 9556, scss/_bootstrap.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  /* line 9560, scss/_bootstrap.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  /* line 9564, scss/_bootstrap.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  /* line 9568, scss/_bootstrap.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  /* line 9572, scss/_bootstrap.scss */
  .m-md-auto {
    margin: auto !important; }
  /* line 9575, scss/_bootstrap.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  /* line 9579, scss/_bootstrap.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  /* line 9583, scss/_bootstrap.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  /* line 9587, scss/_bootstrap.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  /* line 9594, scss/_bootstrap.scss */
  .m-lg-0 {
    margin: 0 !important; }
  /* line 9597, scss/_bootstrap.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  /* line 9601, scss/_bootstrap.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  /* line 9605, scss/_bootstrap.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  /* line 9609, scss/_bootstrap.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  /* line 9613, scss/_bootstrap.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }
  /* line 9616, scss/_bootstrap.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  /* line 9620, scss/_bootstrap.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  /* line 9624, scss/_bootstrap.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  /* line 9628, scss/_bootstrap.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  /* line 9632, scss/_bootstrap.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }
  /* line 9635, scss/_bootstrap.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  /* line 9639, scss/_bootstrap.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  /* line 9643, scss/_bootstrap.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  /* line 9647, scss/_bootstrap.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  /* line 9651, scss/_bootstrap.scss */
  .m-lg-3 {
    margin: 1rem !important; }
  /* line 9654, scss/_bootstrap.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  /* line 9658, scss/_bootstrap.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  /* line 9662, scss/_bootstrap.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  /* line 9666, scss/_bootstrap.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  /* line 9670, scss/_bootstrap.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }
  /* line 9673, scss/_bootstrap.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  /* line 9677, scss/_bootstrap.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  /* line 9681, scss/_bootstrap.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  /* line 9685, scss/_bootstrap.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  /* line 9689, scss/_bootstrap.scss */
  .m-lg-5 {
    margin: 3rem !important; }
  /* line 9692, scss/_bootstrap.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  /* line 9696, scss/_bootstrap.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  /* line 9700, scss/_bootstrap.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  /* line 9704, scss/_bootstrap.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  /* line 9708, scss/_bootstrap.scss */
  .p-lg-0 {
    padding: 0 !important; }
  /* line 9711, scss/_bootstrap.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  /* line 9715, scss/_bootstrap.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  /* line 9719, scss/_bootstrap.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  /* line 9723, scss/_bootstrap.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  /* line 9727, scss/_bootstrap.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }
  /* line 9730, scss/_bootstrap.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  /* line 9734, scss/_bootstrap.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  /* line 9738, scss/_bootstrap.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  /* line 9742, scss/_bootstrap.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  /* line 9746, scss/_bootstrap.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }
  /* line 9749, scss/_bootstrap.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  /* line 9753, scss/_bootstrap.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  /* line 9757, scss/_bootstrap.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  /* line 9761, scss/_bootstrap.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  /* line 9765, scss/_bootstrap.scss */
  .p-lg-3 {
    padding: 1rem !important; }
  /* line 9768, scss/_bootstrap.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  /* line 9772, scss/_bootstrap.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  /* line 9776, scss/_bootstrap.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  /* line 9780, scss/_bootstrap.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  /* line 9784, scss/_bootstrap.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }
  /* line 9787, scss/_bootstrap.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  /* line 9791, scss/_bootstrap.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  /* line 9795, scss/_bootstrap.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  /* line 9799, scss/_bootstrap.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  /* line 9803, scss/_bootstrap.scss */
  .p-lg-5 {
    padding: 3rem !important; }
  /* line 9806, scss/_bootstrap.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  /* line 9810, scss/_bootstrap.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  /* line 9814, scss/_bootstrap.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  /* line 9818, scss/_bootstrap.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  /* line 9822, scss/_bootstrap.scss */
  .m-lg-n1 {
    margin: -0.25rem !important; }
  /* line 9825, scss/_bootstrap.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  /* line 9829, scss/_bootstrap.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  /* line 9833, scss/_bootstrap.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 9837, scss/_bootstrap.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  /* line 9841, scss/_bootstrap.scss */
  .m-lg-n2 {
    margin: -0.5rem !important; }
  /* line 9844, scss/_bootstrap.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  /* line 9848, scss/_bootstrap.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  /* line 9852, scss/_bootstrap.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 9856, scss/_bootstrap.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  /* line 9860, scss/_bootstrap.scss */
  .m-lg-n3 {
    margin: -1rem !important; }
  /* line 9863, scss/_bootstrap.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  /* line 9867, scss/_bootstrap.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  /* line 9871, scss/_bootstrap.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  /* line 9875, scss/_bootstrap.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  /* line 9879, scss/_bootstrap.scss */
  .m-lg-n4 {
    margin: -1.5rem !important; }
  /* line 9882, scss/_bootstrap.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  /* line 9886, scss/_bootstrap.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  /* line 9890, scss/_bootstrap.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 9894, scss/_bootstrap.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  /* line 9898, scss/_bootstrap.scss */
  .m-lg-n5 {
    margin: -3rem !important; }
  /* line 9901, scss/_bootstrap.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  /* line 9905, scss/_bootstrap.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  /* line 9909, scss/_bootstrap.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  /* line 9913, scss/_bootstrap.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  /* line 9917, scss/_bootstrap.scss */
  .m-lg-auto {
    margin: auto !important; }
  /* line 9920, scss/_bootstrap.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  /* line 9924, scss/_bootstrap.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  /* line 9928, scss/_bootstrap.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  /* line 9932, scss/_bootstrap.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  /* line 9939, scss/_bootstrap.scss */
  .m-xl-0 {
    margin: 0 !important; }
  /* line 9942, scss/_bootstrap.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  /* line 9946, scss/_bootstrap.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  /* line 9950, scss/_bootstrap.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  /* line 9954, scss/_bootstrap.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  /* line 9958, scss/_bootstrap.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }
  /* line 9961, scss/_bootstrap.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  /* line 9965, scss/_bootstrap.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  /* line 9969, scss/_bootstrap.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  /* line 9973, scss/_bootstrap.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  /* line 9977, scss/_bootstrap.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }
  /* line 9980, scss/_bootstrap.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  /* line 9984, scss/_bootstrap.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  /* line 9988, scss/_bootstrap.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  /* line 9992, scss/_bootstrap.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  /* line 9996, scss/_bootstrap.scss */
  .m-xl-3 {
    margin: 1rem !important; }
  /* line 9999, scss/_bootstrap.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  /* line 10003, scss/_bootstrap.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  /* line 10007, scss/_bootstrap.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  /* line 10011, scss/_bootstrap.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  /* line 10015, scss/_bootstrap.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }
  /* line 10018, scss/_bootstrap.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  /* line 10022, scss/_bootstrap.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  /* line 10026, scss/_bootstrap.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  /* line 10030, scss/_bootstrap.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  /* line 10034, scss/_bootstrap.scss */
  .m-xl-5 {
    margin: 3rem !important; }
  /* line 10037, scss/_bootstrap.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  /* line 10041, scss/_bootstrap.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  /* line 10045, scss/_bootstrap.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  /* line 10049, scss/_bootstrap.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  /* line 10053, scss/_bootstrap.scss */
  .p-xl-0 {
    padding: 0 !important; }
  /* line 10056, scss/_bootstrap.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  /* line 10060, scss/_bootstrap.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  /* line 10064, scss/_bootstrap.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  /* line 10068, scss/_bootstrap.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  /* line 10072, scss/_bootstrap.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }
  /* line 10075, scss/_bootstrap.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  /* line 10079, scss/_bootstrap.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  /* line 10083, scss/_bootstrap.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  /* line 10087, scss/_bootstrap.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  /* line 10091, scss/_bootstrap.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }
  /* line 10094, scss/_bootstrap.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  /* line 10098, scss/_bootstrap.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  /* line 10102, scss/_bootstrap.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  /* line 10106, scss/_bootstrap.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  /* line 10110, scss/_bootstrap.scss */
  .p-xl-3 {
    padding: 1rem !important; }
  /* line 10113, scss/_bootstrap.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  /* line 10117, scss/_bootstrap.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  /* line 10121, scss/_bootstrap.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  /* line 10125, scss/_bootstrap.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  /* line 10129, scss/_bootstrap.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }
  /* line 10132, scss/_bootstrap.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  /* line 10136, scss/_bootstrap.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  /* line 10140, scss/_bootstrap.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  /* line 10144, scss/_bootstrap.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  /* line 10148, scss/_bootstrap.scss */
  .p-xl-5 {
    padding: 3rem !important; }
  /* line 10151, scss/_bootstrap.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  /* line 10155, scss/_bootstrap.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  /* line 10159, scss/_bootstrap.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  /* line 10163, scss/_bootstrap.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  /* line 10167, scss/_bootstrap.scss */
  .m-xl-n1 {
    margin: -0.25rem !important; }
  /* line 10170, scss/_bootstrap.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  /* line 10174, scss/_bootstrap.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  /* line 10178, scss/_bootstrap.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  /* line 10182, scss/_bootstrap.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  /* line 10186, scss/_bootstrap.scss */
  .m-xl-n2 {
    margin: -0.5rem !important; }
  /* line 10189, scss/_bootstrap.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  /* line 10193, scss/_bootstrap.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  /* line 10197, scss/_bootstrap.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  /* line 10201, scss/_bootstrap.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  /* line 10205, scss/_bootstrap.scss */
  .m-xl-n3 {
    margin: -1rem !important; }
  /* line 10208, scss/_bootstrap.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  /* line 10212, scss/_bootstrap.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  /* line 10216, scss/_bootstrap.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  /* line 10220, scss/_bootstrap.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  /* line 10224, scss/_bootstrap.scss */
  .m-xl-n4 {
    margin: -1.5rem !important; }
  /* line 10227, scss/_bootstrap.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  /* line 10231, scss/_bootstrap.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  /* line 10235, scss/_bootstrap.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  /* line 10239, scss/_bootstrap.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  /* line 10243, scss/_bootstrap.scss */
  .m-xl-n5 {
    margin: -3rem !important; }
  /* line 10246, scss/_bootstrap.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  /* line 10250, scss/_bootstrap.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  /* line 10254, scss/_bootstrap.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  /* line 10258, scss/_bootstrap.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  /* line 10262, scss/_bootstrap.scss */
  .m-xl-auto {
    margin: auto !important; }
  /* line 10265, scss/_bootstrap.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  /* line 10269, scss/_bootstrap.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  /* line 10273, scss/_bootstrap.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  /* line 10277, scss/_bootstrap.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/* line 10283, scss/_bootstrap.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

/* line 10295, scss/_bootstrap.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

/* line 10299, scss/_bootstrap.scss */
.text-justify {
  text-align: justify !important; }

/* line 10303, scss/_bootstrap.scss */
.text-wrap {
  white-space: normal !important; }

/* line 10307, scss/_bootstrap.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 10311, scss/_bootstrap.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 10317, scss/_bootstrap.scss */
.text-left {
  text-align: left !important; }

/* line 10321, scss/_bootstrap.scss */
.text-right {
  text-align: right !important; }

/* line 10325, scss/_bootstrap.scss */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 10330, scss/_bootstrap.scss */
  .text-sm-left {
    text-align: left !important; }
  /* line 10333, scss/_bootstrap.scss */
  .text-sm-right {
    text-align: right !important; }
  /* line 10336, scss/_bootstrap.scss */
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  /* line 10342, scss/_bootstrap.scss */
  .text-md-left {
    text-align: left !important; }
  /* line 10345, scss/_bootstrap.scss */
  .text-md-right {
    text-align: right !important; }
  /* line 10348, scss/_bootstrap.scss */
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  /* line 10354, scss/_bootstrap.scss */
  .text-lg-left {
    text-align: left !important; }
  /* line 10357, scss/_bootstrap.scss */
  .text-lg-right {
    text-align: right !important; }
  /* line 10360, scss/_bootstrap.scss */
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  /* line 10366, scss/_bootstrap.scss */
  .text-xl-left {
    text-align: left !important; }
  /* line 10369, scss/_bootstrap.scss */
  .text-xl-right {
    text-align: right !important; }
  /* line 10372, scss/_bootstrap.scss */
  .text-xl-center {
    text-align: center !important; } }

/* line 10377, scss/_bootstrap.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 10381, scss/_bootstrap.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 10385, scss/_bootstrap.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 10389, scss/_bootstrap.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 10393, scss/_bootstrap.scss */
.font-weight-lighter {
  font-weight: lighter !important; }

/* line 10397, scss/_bootstrap.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 10401, scss/_bootstrap.scss */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 10405, scss/_bootstrap.scss */
.font-weight-bolder {
  font-weight: bolder !important; }

/* line 10409, scss/_bootstrap.scss */
.font-italic {
  font-style: italic !important; }

/* line 10413, scss/_bootstrap.scss */
.text-white {
  color: #fff !important; }

/* line 10417, scss/_bootstrap.scss */
.text-primary {
  color: #007bff !important; }

/* line 10421, scss/_bootstrap.scss */
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important; }

/* line 10426, scss/_bootstrap.scss */
.text-secondary {
  color: #6c757d !important; }

/* line 10430, scss/_bootstrap.scss */
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important; }

/* line 10435, scss/_bootstrap.scss */
.text-success {
  color: #28a745 !important; }

/* line 10439, scss/_bootstrap.scss */
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important; }

/* line 10444, scss/_bootstrap.scss */
.text-info {
  color: #17a2b8 !important; }

/* line 10448, scss/_bootstrap.scss */
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important; }

/* line 10453, scss/_bootstrap.scss */
.text-warning {
  color: #ffc107 !important; }

/* line 10457, scss/_bootstrap.scss */
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important; }

/* line 10462, scss/_bootstrap.scss */
.text-danger {
  color: #dc3545 !important; }

/* line 10466, scss/_bootstrap.scss */
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important; }

/* line 10471, scss/_bootstrap.scss */
.text-light {
  color: #f8f9fa !important; }

/* line 10475, scss/_bootstrap.scss */
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important; }

/* line 10480, scss/_bootstrap.scss */
.text-dark {
  color: #343a40 !important; }

/* line 10484, scss/_bootstrap.scss */
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important; }

/* line 10489, scss/_bootstrap.scss */
.text-body {
  color: #212529 !important; }

/* line 10493, scss/_bootstrap.scss */
.text-muted {
  color: #6c757d !important; }

/* line 10497, scss/_bootstrap.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 10501, scss/_bootstrap.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 10505, scss/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 10513, scss/_bootstrap.scss */
.text-decoration-none {
  text-decoration: none !important; }

/* line 10517, scss/_bootstrap.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

/* line 10522, scss/_bootstrap.scss */
.text-reset {
  color: inherit !important; }

/* line 10526, scss/_bootstrap.scss */
.visible {
  visibility: visible !important; }

/* line 10530, scss/_bootstrap.scss */
.invisible {
  visibility: hidden !important; }

@media print {
  /* line 10535, scss/_bootstrap.scss */
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important; }
  /* line 10541, scss/_bootstrap.scss */
  a:not(.btn) {
    text-decoration: underline; }
  /* line 10544, scss/_bootstrap.scss */
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  /* line 10547, scss/_bootstrap.scss */
  pre {
    white-space: pre-wrap !important; }
  /* line 10550, scss/_bootstrap.scss */
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  /* line 10555, scss/_bootstrap.scss */
  thead {
    display: table-header-group; }
  /* line 10558, scss/_bootstrap.scss */
  img,
  tr {
    page-break-inside: avoid; }
  /* line 10562, scss/_bootstrap.scss */
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  /* line 10568, scss/_bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  /* line 10575, scss/_bootstrap.scss */
  body {
    min-width: 992px !important; }
  /* line 10578, scss/_bootstrap.scss */
  .container {
    min-width: 992px !important; }
  /* line 10581, scss/_bootstrap.scss */
  .navbar {
    display: none; }
  /* line 10584, scss/_bootstrap.scss */
  .badge {
    border: 1px solid #000; }
  /* line 10587, scss/_bootstrap.scss */
  .table {
    border-collapse: collapse !important; }
  /* line 10590, scss/_bootstrap.scss */
  .table td,
  .table th {
    background-color: #fff !important; }
  /* line 10594, scss/_bootstrap.scss */
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important; }
  /* line 10598, scss/_bootstrap.scss */
  .table-dark {
    color: inherit; }
  /* line 10601, scss/_bootstrap.scss */
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6; }
  /* line 10607, scss/_bootstrap.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*# sourceMappingURL=bootstrap.min.css.map */
/* line 1, scss/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 22, scss/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
  box-sizing: border-box; }

/* line 27, scss/_reset.scss */
body {
  line-height: 1; }

/* line 30, scss/_reset.scss */
ol, ul {
  list-style: none; }

/* line 33, scss/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 36, scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 41, scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Raleway-Regular.eot?") format("eot"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Lora-Regular.eot?") format("eot"), url("../fonts/Lora-Regular.woff2") format("woff2"), url("../fonts/Lora-Regular.woff") format("woff"), url("../fonts/Lora-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Lora-Bold.eot?") format("eot"), url("../fonts/Lora-Bold.woff2") format("woff2"), url("../fonts/Lora-Bold.woff") format("woff"), url("../fonts/Lora-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PlayfairDisplay-Regular.eot?") format("eot"), url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/PlayfairDisplay-BoldItalic.eot?") format("eot"), url("../fonts/PlayfairDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-BoldItalic.woff") format("woff"), url("../fonts/PlayfairDisplay-BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/PlayfairDisplay-Bold.eot?") format("eot"), url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/PlayfairDisplay-Black.eot?") format("eot"), url("../fonts/PlayfairDisplay-Black.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Black.woff") format("woff"), url("../fonts/PlayfairDisplay-Black.ttf") format("truetype"); }

@font-face {
  font-family: "Argon";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Argon-Regular.eot?") format("eot"), url("../fonts/Argon-Regular.woff2") format("woff2"), url("../fonts/Argon-Regular.woff") format("woff"), url("../fonts/Argon-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "AdelleCyrillic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AdelleCyrillic-Regular.eot?") format("eot"), url("../fonts/AdelleCyrillic-Regular.woff2") format("woff2"), url("../fonts/AdelleCyrillic-Regular.woff") format("woff"), url("../fonts/AdelleCyrillic-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "AdelleCyrillic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/AdelleCyrillic-Bold.eot?") format("eot"), url("../fonts/AdelleCyrillic-Bold.woff2") format("woff2"), url("../fonts/AdelleCyrillic-Bold.woff") format("woff"), url("../fonts/AdelleCyrillic-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "ClassicRussian";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ClassicRussian-Plain.eot?") format("eot"), url("../fonts/ClassicRussian-Plain.woff2") format("woff2"), url("../fonts/ClassicRussian-Plain.woff") format("woff"), url("../fonts/ClassicRussian-Plain.ttf") format("truetype"); }

@font-face {
  font-family: "PaulGroteskSoft";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PaulGroteskSoft-Regular-Trail.eot?") format("eot"), url("../fonts/PaulGroteskSoft-Regular-Trail.woff2") format("woff2"), url("../fonts/PaulGroteskSoft-Regular-Trail.woff") format("woff"), url("../fonts/PaulGroteskSoft-Regular-Trail.ttf") format("truetype"); }

/* line 1, scss/_main.scss */
body {
  color: #fff;
  font-family: PlayfairDisplay, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  min-width: 320px; }

/* line 15, scss/_main.scss */
a {
  color: inherit; }
  /* line 17, scss/_main.scss */
  a:hover, a:focus {
    text-decoration: none;
    color: inherit;
    outline: none; }

/* line 25, scss/_main.scss */
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 31, scss/_main.scss */
.btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  width: 138px;
  height: 38px;
  background-color: #454545;
  color: #fff;
  border-radius: 0px; }
  /* line 41, scss/_main.scss */
  .btn:hover, .btn:focus {
    color: inherit;
    outline: none; }

/* line 48, scss/_main.scss */
.section_title {
  text-align: left;
  margin-bottom: 30px; }
  /* line 51, scss/_main.scss */
  .section_title h2 {
    padding-bottom: 30px;
    border-bottom: 2px solid #2a2a2a;
    font-size: 31px;
    font-weight: 700;
    color: #2a2a2a; }

/* line 75, scss/_main.scss */
.views {
  font: 700 normal 20px Lora, Arial, sans-serif;
  color: #969696;
  margin-top: 25px; }
  @media screen and (max-width: 1199px) {
    /* line 75, scss/_main.scss */
    .views {
      font-size: 15.38462px; } }

@media screen and (min-width: 768px) {
  /* line 85, scss/_main.scss */
  .container_content {
    width: 750px; } }

@media screen and (min-width: 992px) {
  /* line 85, scss/_main.scss */
  .container_content {
    width: 970px; } }

@media screen and (min-width: 1200px) {
  /* line 85, scss/_main.scss */
  .container_content {
    width: 1170px; } }

@media screen and (min-width: 1350px) {
  /* line 85, scss/_main.scss */
  .container_content {
    width: 1250px; } }

/* line 100, scss/_main.scss */
.container_content h2 {
  font-size: 24px; }

/* line 121, scss/_main.scss */
.navbar-nav {
  flex-wrap: wrap; }

/* line 125, scss/_main.scss */
.primary-link-button.color-1 {
  background: #283548; }

/* line 129, scss/_main.scss */
.primary-link-button.color-2 {
  background: #8091a1; }

/* line 133, scss/_main.scss */
.primary-link-button.color-3 {
  background: #abada2; }

/* line 137, scss/_main.scss */
.primary-link-button.color-4 {
  background: #afafaf; }

/* line 141, scss/_main.scss */
.primary-link-button.color-5 {
  background: #e8c992; }

/* line 145, scss/_main.scss */
.primary-link-button.color-6 {
  background: #375b8b; }

/* line 149, scss/_main.scss */
.primary-link-button.color-7 {
  background: #2d4f6a; }

/* line 153, scss/_main.scss */
.primary-link-button {
  position: relative;
  background: darkblue;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  min-height: 60px;
  padding-left: 60px;
  color: white;
  text-decoration: none !important;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transform: scale(1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0);
  margin-top: 4px;
  margin-bottom: 4px; }

/* line 174, scss/_main.scss */
.primary-link-button br {
  display: none; }

/* line 178, scss/_main.scss */
.primary-link-button__arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  left: 10px;
  top: 10px;
  display: block; }

/* line 189, scss/_main.scss */
.primary-link-button__arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg) translateX(0px);
  top: 10px;
  left: 9px;
  transition: transform 0.3s ease-out; }

/* line 204, scss/_main.scss */
.primary-link-button:hover .primary-link-button__arrow::before {
  /* transform: rotate(-45deg) translate3d(2px, 2px, 0); */ }

/* line 208, scss/_main.scss */
.primary-link-button:hover {
  transform: scale(1.02);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  color: white !important; }

/* line 2, scss/_header.scss */
header .header {
  min-height: 72px;
  background-color: #fff; }
  /* line 10, scss/_header.scss */
  header .header_content {
    background-color: #fff; }
  /* line 14, scss/_header.scss */
  header .header_logo {
    position: relative;
    padding-left: 80px;
    float: left; }
    @media screen and (max-width: 767px) {
      /* line 14, scss/_header.scss */
      header .header_logo {
        padding-left: 70px; } }
    /* line 21, scss/_header.scss */
    header .header_logo:before {
      content: '';
      position: absolute;
      background: url(../images/logo.png) no-repeat center;
      background-size: contain;
      width: 62px;
      height: 62px;
      left: 0px;
      top: -20px; }
    /* line 31, scss/_header.scss */
    header .header_logo p {
      color: #2a2a2a; }
      @media screen and (max-width: 480px) {
        /* line 31, scss/_header.scss */
        header .header_logo p {
          font-size: 23px;
          width: 68px;
          white-space: nowrap;
          overflow: hidden; } }
  /* line 41, scss/_header.scss */
  header .header_menu {
    float: right;
    position: relative;
    text-align: left; }
    @media screen and (max-width: 1869px) {
      /* line 41, scss/_header.scss */
      header .header_menu {
        float: none;
        display: inline-block; } }
    @media screen and (max-width: 1199px) {
      /* line 41, scss/_header.scss */
      header .header_menu {
        position: fixed;
        top: 74px;
        left: 0px;
        padding: 25px 0 25px 25px;
        background-color: rgba(255, 255, 255, 0.9);
        bottom: 0px;
        border-right: 1px solid #626060;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); } }
    @media screen and (max-height: 600px) {
      /* line 41, scss/_header.scss */
      header .header_menu {
        padding: 15px;
        right: 0px;
        top: 0px;
        border-right: none;
        overflow-y: scroll;
        padding: 89px 0 25px 25px;
        z-index: -1; } }
    @media screen and (max-width: 600px) {
      /* line 41, scss/_header.scss */
      header .header_menu {
        padding: 15px;
        right: 0px;
        top: 0px;
        border-right: none;
        overflow-y: scroll;
        padding: 89px 0 25px 25px;
        z-index: -1; } }
    /* line 79, scss/_header.scss */
    header .header_menu_list {
      float: left;
      margin-right: 20px; }
      @media screen and (max-width: 1469px) {
        /* line 79, scss/_header.scss */
        header .header_menu_list {
          margin-right: 16px; } }
      @media screen and (max-width: 1199px) {
        /* line 79, scss/_header.scss */
        header .header_menu_list {
          float: none;
          margin-top: 20px;
          margin-right: 0px;
          padding-right: 25px; } }
      /* line 91, scss/_header.scss */
      header .header_menu_list:last-child {
        margin-right: 0px; }
      /* line 94, scss/_header.scss */
      header .header_menu_list a {
        color: #2a2a2a;
        text-transform: uppercase;
        position: relative;
        top: -2px;
        vertical-align: middle;
        font: 700 normal 12px Lora, Arial, sans-serif;
        position: relative;
        transition: .5s color; }
        /* line 104, scss/_header.scss */
        header .header_menu_list a:hover {
          color: #626060; }
        @media screen and (max-width: 1469px) {
          /* line 94, scss/_header.scss */
          header .header_menu_list a {
            font-size: 12px; } }
        @media screen and (max-width: 1199px) {
          /* line 94, scss/_header.scss */
          header .header_menu_list a {
            font-size: 12px; } }
    /* line 119, scss/_header.scss */
    header .header_menu_list--fac.menu-item-has-children:hover a:before {
      opacity: 1;
      top: 25px; }
      @media screen and (max-width: 1199px) {
        /* line 119, scss/_header.scss */
        header .header_menu_list--fac.menu-item-has-children:hover a:before {
          transition: none;
          top: 11px;
          right: -268px;
          transform: rotate(-90deg); } }
      @media screen and (max-height: 600px) {
        /* line 119, scss/_header.scss */
        header .header_menu_list--fac.menu-item-has-children:hover a:before {
          display: none; } }
      @media screen and (max-width: 600px) {
        /* line 119, scss/_header.scss */
        header .header_menu_list--fac.menu-item-has-children:hover a:before {
          display: none; } }
    /* line 137, scss/_header.scss */
    header .header_menu_list--fac .description {
      content: '';
      position: absolute;
      font: 400 normal 49px Argon, Arial, sans-serif;
      left: -400px;
      top: 52px;
      line-height: 1;
      opacity: 0; }
      @media screen and (max-width: 1869px) {
        /* line 137, scss/_header.scss */
        header .header_menu_list--fac .description {
          display: none; } }
    /* line 151, scss/_header.scss */
    header .header_menu_list--fac:hover .header_menu-hid {
      opacity: 1;
      top: calc(200% - 30px); }
      @media screen and (max-width: 1199px) {
        /* line 151, scss/_header.scss */
        header .header_menu_list--fac:hover .header_menu-hid {
          top: 0px;
          left: 100%;
          bottom: 0px; } }
      @media screen and (max-height: 600px) {
        /* line 151, scss/_header.scss */
        header .header_menu_list--fac:hover .header_menu-hid {
          display: block; } }
      @media screen and (max-width: 600px) {
        /* line 151, scss/_header.scss */
        header .header_menu_list--fac:hover .header_menu-hid {
          display: block; } }
    /* line 166, scss/_header.scss */
    header .header_menu_list--fac:hover .description {
      opacity: 1; }
    /* line 172, scss/_header.scss */
    header .header_menu_link--arrow:before {
      content: '';
      position: absolute;
      opacity: 0;
      top: -1000px;
      left: 0px;
      right: 0px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 30px 15px;
      border-color: transparent transparent #e8e8e8 transparent; }
  /* line 189, scss/_header.scss */
  header .header_menu.is-open {
    transform: none; }
  /* line 192, scss/_header.scss */
  header .header_menu-hid {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -1000px;
    opacity: 0;
    padding-top: 36px;
    padding-bottom: 12px;
    min-height: 105px;
    /*&--fac {
				&:before {
					content: 'Faculties';
				}
			}
			&--divisions {
				&:before {
					content: 'Divisions';
				}
			}
			&--students {
				&:before {
					content: 'Students';

				}
			}
			&--employers {
				&:before {
					content: 'Employers';
					font-size: (72px/1.25);
				}
			}
			&--int {
				&:before {
					content: 'International';
					font-size: (72px/2+10);
				}
			}
			&--science {
				&:before {
					content: 'science';
				}
			}
			&--media {
				// text-align: right;
				// ul {
				// 	min-width: 60px !important;
				// }
				// li {
				// 	margin-right: 0px !important;
				// }
				&:before {
					content: 'Media';
					// top: 0px;
				}
			}*/ }
    @media screen and (max-width: 1199px) {
      /* line 192, scss/_header.scss */
      header .header_menu-hid {
        right: initial;
        background-color: #fff;
        padding: 25px; } }
    @media screen and (max-height: 600px) {
      /* line 192, scss/_header.scss */
      header .header_menu-hid {
        background-color: transparent;
        position: initial;
        padding: 0px;
        display: none;
        opacity: 1;
        transition: none; } }
    @media screen and (max-width: 600px) {
      /* line 192, scss/_header.scss */
      header .header_menu-hid {
        background-color: transparent;
        position: initial;
        padding: 0px;
        display: none;
        opacity: 1;
        transition: none; } }
    /* line 223, scss/_header.scss */
    header .header_menu-hid:after {
      content: '';
      position: absolute;
      background-color: #e8e8e8;
      top: 0px;
      left: -100%;
      right: -100%;
      height: 100%;
      z-index: -1; }
      @media screen and (max-width: 1199px) {
        /* line 223, scss/_header.scss */
        header .header_menu-hid:after {
          display: none; } }
    /* line 236, scss/_header.scss */
    header .header_menu-hid ul {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      min-width: 110px; }
      @media screen and (max-width: 1199px) {
        /* line 236, scss/_header.scss */
        header .header_menu-hid ul {
          min-width: 400px;
          margin: 0px; } }
      @media screen and (max-width: 600px) {
        /* line 236, scss/_header.scss */
        header .header_menu-hid ul {
          min-width: 100%; } }
      /* line 249, scss/_header.scss */
      header .header_menu-hid ul li {
        display: block;
        line-height: 35px;
        margin-right: 20px; }
        @media screen and (max-width: 1199px) {
          /* line 249, scss/_header.scss */
          header .header_menu-hid ul li {
            margin-right: 0px;
            margin-top: 20px;
            line-height: 1; } }
        /* line 258, scss/_header.scss */
        header .header_menu-hid ul li a {
          font-size: 16px;
          text-transform: initial; }
          /* line 261, scss/_header.scss */
          header .header_menu-hid ul li a:hover {
            text-decoration: underline; }
        /* line 265, scss/_header.scss */
        header .header_menu-hid ul li span {
          margin-left: 5px;
          font-size: 10px;
          position: relative;
          top: -1px;
          color: #676767; }
  /* line 324, scss/_header.scss */
  header .header_language {
    float: right;
    margin-left: 20px;
    position: relative;
    z-index: 2;
    cursor: pointer; }
    @media screen and (max-width: 1199px) {
      /* line 324, scss/_header.scss */
      header .header_language {
        margin-left: 20px;
        margin-right: 80px; } }
    /* line 334, scss/_header.scss */
    header .header_language:after {
      content: '';
      position: absolute;
      border: solid #2a2a2a;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      margin: 6px 0;
      transition: 0.5s all;
      top: -2px;
      right: 0px;
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    /* line 349, scss/_header.scss */
    header .header_language li a {
      width: 45px;
      display: inline-block;
      position: relative;
      z-index: 1; }
    /* line 355, scss/_header.scss */
    header .header_language li img {
      display: block;
      width: 29px;
      height: 19px; }
    /* line 361, scss/_header.scss */
    header .header_language .other-lang {
      position: absolute;
      top: -999px;
      opacity: 0; }
    /* line 366, scss/_header.scss */
    header .header_language .other-lang.show {
      top: 25px;
      opacity: 1; }
  /* line 371, scss/_header.scss */
  header .header_hamburger {
    display: none;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    right: calc(-100% + 40px);
    cursor: pointer; }
    @media screen and (max-width: 1199px) {
      /* line 371, scss/_header.scss */
      header .header_hamburger {
        display: block; } }
    /* line 382, scss/_header.scss */
    header .header_hamburger span {
      display: block;
      width: 25px;
      height: 3px;
      margin-bottom: 5px;
      position: relative;
      background-color: #2a2a2a;
      border-radius: 3px;
      z-index: 1;
      transition: .3s transform linear, .1s opacity linear; }
  /* line 395, scss/_header.scss */
  header .header_hamburger.open .header_hamburger_top {
    transform: rotate(45deg) translate(4px, 7px); }
  /* line 398, scss/_header.scss */
  header .header_hamburger.open .header_hamburger_mid {
    opacity: 0; }
  /* line 401, scss/_header.scss */
  header .header_hamburger.open .header_hamburger_bottom {
    transform: rotate(-45deg) translate(4px, -7px); }
  /* line 406, scss/_header.scss */
  header .header_bottom {
    text-align: center; }
    @media screen and (max-width: 1869px) {
      /* line 406, scss/_header.scss */
      header .header_bottom {
        margin-top: 30px; } }
    @media screen and (max-width: 1199px) {
      /* line 406, scss/_header.scss */
      header .header_bottom {
        margin-top: 0px; } }

/* line 465, scss/_header.scss */
.open > .dropdown-menu {
  display: block !important; }

@media (max-width: 1469px) and (min-width: 1200px) {
  /* line 470, scss/_header.scss */
  body.lang-ru header .header_menu_list a {
    font-size: 11px; } }

/* line 475, scss/_header.scss */
.container_content h2 {
  font-size: 24px; }

/* line 479, scss/_header.scss */
.navbar {
  color: #000; }

/* line 483, scss/_header.scss */
.navbar .menu-item > .dropdown-toggle {
  position: relative;
  white-space: normal !important; }

/* line 488, scss/_header.scss */
.navbar .menu-item > .dropdown-toggle:after {
  position: absolute;
  right: -3px;
  top: 50%; }

/* line 494, scss/_header.scss */
.navbar .nav-link {
  font-size: .9rem;
  cursor: pointer;
  color: #000 !important; }

/* line 500, scss/_header.scss */
.navbar .dropdown-item {
  white-space: normal !important;
  width: 300px;
  font-size: .9rem;
  color: #000 !important; }

/* line 507, scss/_header.scss */
.navbar .dropdown-menu .dropdown-menu {
  position: relative; }

/* line 511, scss/_header.scss */
.navbar .input-group-btn button {
  background: #bbb;
  height: 38px; }

/* line 516, scss/_header.scss */
.navbar .header_language {
  float: right;
  margin-left: 20px;
  position: relative;
  z-index: 2;
  cursor: pointer; }

/* line 524, scss/_header.scss */
.navbar .header_language:after {
  content: "";
  position: absolute;
  border: solid #2a2a2a;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin: 6px 0;
  transition: all .5s;
  top: -2px;
  right: 0;
  transform: rotate(45deg); }

/* line 538, scss/_header.scss */
.navbar .header_language li a {
  width: 45px;
  display: inline-block;
  position: relative;
  z-index: 1; }

/* line 545, scss/_header.scss */
.navbar .header_language li img {
  display: block;
  width: 29px;
  height: 19px; }

/* line 551, scss/_header.scss */
.navbar .header_language .other-lang {
  position: absolute;
  top: -999px;
  opacity: 0; }

/* line 557, scss/_header.scss */
.navbar .header_language .other-lang.show {
  top: 25px;
  opacity: 1; }

/* line 562, scss/_header.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

/* line 1, scss/_index.scss */
.layout-screen {
  height: 100vh;
  background: url(../images/first-banner.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 999;
  transition: 0.5s opacity linear; }
  /* line 17, scss/_index.scss */
  .layout-screen .first-title {
    font-size: 343px;
    display: inline-block;
    letter-spacing: 3px; }

/* line 27, scss/_index.scss */
#svg-container {
  transition: 0.5s all; }

/* line 35, scss/_index.scss */
#svg-canvas {
  position: relative;
  width: 1100px;
  height: 245px; }
  @media screen and (max-width: 767px) {
    /* line 35, scss/_index.scss */
    #svg-canvas {
      width: 100%;
      height: 67px; } }

/* line 45, scss/_index.scss */
.title {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 12s linear forwards;
  -webkit-animation: draw 12s linear forwards;
  -moz-animation: draw 12s linear forwards;
  -o-animation: draw 12s linear forwards; }

/* line 64, scss/_index.scss */
#title1 {
  animation: draw 10s linear forwards, drawsec 2s 3.3s ease forwards;
  -webkit-animation: draw 10s linear forwards, drawsec 2s 3.3s ease forwards;
  -moz-animation: draw 10s linear forwards, drawsec 2s 3.3s ease forwards;
  -o-animation: draw 10s linear forwards, drawsec 2s 3.3s ease forwards; }

/* line 71, scss/_index.scss */
#title2 {
  animation: draw 10s linear forwards, drawsec 2s 3.3s ease forwards;
  -webkit-animation: draw 10s linear forwards, drawsec 2s 3.3s ease forwards;
  -moz-animation: draw 10s linear forwards, drawsec 2s 3.3s ease forwards;
  -o-animation: draw 10s linear forwards, drawsec 2s 3.3s ease forwards; }

/* line 78, scss/_index.scss */
#title3 {
  animation: draw 6.25s linear forwards, drawsec 2s 3.3s ease forwards;
  -webkit-animation: draw 6.25s linear forwards, drawsec 2s 3.3s ease forwards;
  -moz-animation: draw 6.25s linear forwards, drawsec 2s 3.3s ease forwards;
  -o-animation: draw 6.25s linear forwards, drawsec 2s 3.3s ease forwards; }

/* line 85, scss/_index.scss */
#title4 {
  animation: draw 10s linear forwards, drawsec 2s 3.3s ease forwards;
  -webkit-animation: draw 10s linear forwards, drawsec 2s 3.3s ease forwards;
  -moz-animation: draw 10s linear forwards, drawsec 2s 3.3s ease forwards;
  -o-animation: draw 10s linear forwards, drawsec 2s 3.3s ease forwards; }

/* line 92, scss/_index.scss */
#title5 {
  animation: draw 3.75s linear forwards, drawsec 2s 3.3s ease forwards;
  -webkit-animation: draw 3.75s linear forwards, drawsec 2s 3.3s ease forwards;
  -moz-animation: draw 3.75s linear forwards, drawsec 2s 3.3s ease forwards;
  -o-animation: draw 3.75s linear forwards, drawsec 2s 3.3s ease forwards; }

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0; } }

@-moz-keyframes draw {
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes draw {
  to {
    stroke-dashoffset: 0; } }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }

/* line 133, scss/_index.scss */
.wrapper {
  height: 0px;
  overflow-y: hidden;
  visibility: hidden; }
  @media screen and (max-width: 1199px) {
    /* line 133, scss/_index.scss */
    .wrapper {
      height: initial !important; } }
  @media screen and (max-width: 767px) {
    /* line 133, scss/_index.scss */
    .wrapper {
      overflow: hidden !important; } }

@media screen and (min-width: 768px) {
  /* line 148, scss/_index.scss */
  .banner {
    padding-top: 30px; } }

/* line 152, scss/_index.scss */
.banner_title {
  color: #2a2a2a;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 3px; }
  @media screen and (max-height) {
    /* line 152, scss/_index.scss */
    .banner_title {
      font-size: 40.24497px; } }
  @media screen and (max-width: 1199px) {
    /* line 152, scss/_index.scss */
    .banner_title {
      font-size: 34.58647px; } }
  @media screen and (max-width: 991px) {
    /* line 152, scss/_index.scss */
    .banner_title {
      font-size: 27.05882px; } }
  @media screen and (max-width: 767px) {
    /* line 152, scss/_index.scss */
    .banner_title {
      font-size: 23px; } }

/* line 170, scss/_index.scss */
.banner_text {
  color: #2a2a2a;
  font: 400 normal 19px Lora, Arial, sans-serif;
  margin-top: 20px; }
  @media screen and (max-width: 1199px) {
    /* line 170, scss/_index.scss */
    .banner_text {
      font-size: 14.28571px; } }

/* line 178, scss/_index.scss */
.banner .btn {
  margin-top: 25px; }

/* line 182, scss/_index.scss */
.banner .slick-for_blk {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

/* line 195, scss/_index.scss */
.banner .slick-for_overlay {
  background-color: rgba(255, 255, 255, 0.6);
  height: inherit;
  display: flex;
  align-items: center; }
  /* line 200, scss/_index.scss */
  .banner .slick-for_overlay .container {
    padding-left: 20px;
    padding-right: 20px; }

/* line 205, scss/_index.scss */
.banner .slick-for_box {
  max-width: 640px; }
  @media screen and (max-width: 767px) {
    /* line 205, scss/_index.scss */
    .banner .slick-for_box {
      padding: 0 20px; } }

/* line 213, scss/_index.scss */
.banner .slick-for .slick-prev:before,
.banner .slick-for .slick-next:before {
  border-color: #2a2a2a;
  padding: 10px;
  font-size: 6px; }

/* line 219, scss/_index.scss */
.banner .slick-for .slick-prev {
  left: 0px; }
  @media screen and (max-width: 767px) {
    /* line 219, scss/_index.scss */
    .banner .slick-for .slick-prev {
      left: 5px; } }

/* line 225, scss/_index.scss */
.banner .slick-for .slick-next {
  right: 0px; }
  @media screen and (max-width: 767px) {
    /* line 225, scss/_index.scss */
    .banner .slick-for .slick-next {
      right: 5px; } }

/* line 232, scss/_index.scss */
.banner .slick-navigation {
  max-width: 1320px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    /* line 232, scss/_index.scss */
    .banner .slick-navigation {
      display: none; } }
  /* line 242, scss/_index.scss */
  .banner .slick-navigation .section_title {
    margin-bottom: 20px; }
    /* line 244, scss/_index.scss */
    .banner .slick-navigation .section_title h2 {
      padding-bottom: 20px;
      border-bottom: 1px solid #dadada; }

/* line 251, scss/_index.scss */
.banner .slick-nav_box {
  width: 300px;
  min-height: 335px;
  margin: auto;
  background-color: #fff;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 1199px) {
    /* line 251, scss/_index.scss */
    .banner .slick-nav_box {
      min-height: 251.8797px; } }
  /* line 262, scss/_index.scss */
  .banner .slick-nav_box:hover .slick-nav_overlay {
    background-color: rgba(0, 0, 0, 0.5); }
    /* line 264, scss/_index.scss */
    .banner .slick-nav_box:hover .slick-nav_overlay h3 {
      opacity: 1; }

/* line 270, scss/_index.scss */
.banner .slick-nav_img {
  width: 100%;
  min-height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s all; }
  @media screen and (max-width: 1199px) {
    /* line 270, scss/_index.scss */
    .banner .slick-nav_img {
      min-height: 210.52632px; } }

/* line 281, scss/_index.scss */
.banner .slick-nav_overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: inherit;
  transition: 0.5s all; }
  /* line 287, scss/_index.scss */
  .banner .slick-nav_overlay h3 {
    font: 400 normal 64px Argon, Arial, sans-serif;
    opacity: 0;
    transition: 0.5s all; }

/* line 293, scss/_index.scss */
.banner .slick-nav_bottom {
  padding-top: 5px;
  padding-bottom: 7px;
  position: relative; }
  /* line 297, scss/_index.scss */
  .banner .slick-nav_bottom_data {
    color: #858585;
    text-align: left;
    margin-top: 10px; }
    /* line 301, scss/_index.scss */
    .banner .slick-nav_bottom_data .section-type,
    .banner .slick-nav_bottom_data .day,
    .banner .slick-nav_bottom_data .month,
    .banner .slick-nav_bottom_data .time {
      float: left;
      margin-right: 3px;
      text-transform: uppercase;
      font: 400 normal 11px Lora, Arial, sans-serif; }
    /* line 312, scss/_index.scss */
    .banner .slick-nav_bottom_data .section-type {
      position: relative;
      margin-right: 15px; }
      /* line 315, scss/_index.scss */
      .banner .slick-nav_bottom_data .section-type:after {
        content: '-';
        position: absolute;
        right: -10px; }
  /* line 322, scss/_index.scss */
  .banner .slick-nav_bottom_name {
    color: #212121;
    font-size: 15px;
    margin-top: 10px; }
    /* line 326, scss/_index.scss */
    .banner .slick-nav_bottom_name:hover {
      color: #263c62; }

/* line 331, scss/_index.scss */
.banner .slick-nav .slick-prev,
.banner .slick-nav .slick-next {
  border: 1px solid #fff;
  top: 40%;
  opacity: 0; }
  /* line 336, scss/_index.scss */
  .banner .slick-nav .slick-prev:before,
  .banner .slick-nav .slick-next:before {
    font-size: 5px;
    border-color: #fff; }
  /* line 340, scss/_index.scss */
  .banner .slick-nav .slick-prev:hover,
  .banner .slick-nav .slick-next:hover {
    background-color: #fff; }
    /* line 342, scss/_index.scss */
    .banner .slick-nav .slick-prev:hover:before,
    .banner .slick-nav .slick-next:hover:before {
      border-color: #2a2a2a; }

/* line 347, scss/_index.scss */
.banner .slick-nav .slick-prev {
  left: 20px; }
  @media screen and (max-width: 1469px) {
    /* line 347, scss/_index.scss */
    .banner .slick-nav .slick-prev {
      left: 45px; } }
  /* line 352, scss/_index.scss */
  .banner .slick-nav .slick-prev:before {
    margin-left: 8px; }

/* line 356, scss/_index.scss */
.banner .slick-nav .slick-next {
  right: 20px; }
  @media screen and (max-width: 1469px) {
    /* line 356, scss/_index.scss */
    .banner .slick-nav .slick-next {
      right: 45px; } }
  /* line 361, scss/_index.scss */
  .banner .slick-nav .slick-next:before {
    margin-right: 8px; }

/* line 366, scss/_index.scss */
.banner .slick-nav:hover .slick-prev,
.banner .slick-nav:hover .slick-next {
  opacity: 1; }

/* line 375, scss/_index.scss */
.announce,
.newspaper {
  padding: 75px 0 40px 0; }
  /* line 378, scss/_index.scss */
  .announce_img,
  .newspaper_img {
    min-height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      /* line 378, scss/_index.scss */
      .announce_img,
      .newspaper_img {
        min-height: 290px; } }
  /* line 387, scss/_index.scss */
  .announce_data,
  .newspaper_data {
    margin-top: 30px;
    font: 400 normal 9px Lora, Arial, sans-serif;
    color: #9a9a9a;
    text-transform: uppercase; }
    /* line 392, scss/_index.scss */
    .announce_data .section-type,
    .announce_data .day,
    .announce_data .month,
    .announce_data .year,
    .newspaper_data .section-type,
    .newspaper_data .day,
    .newspaper_data .month,
    .newspaper_data .year {
      float: left;
      margin-right: 4px; }
    /* line 399, scss/_index.scss */
    .announce_data .section-type,
    .newspaper_data .section-type {
      position: relative;
      margin-right: 15px; }
      /* line 402, scss/_index.scss */
      .announce_data .section-type:after,
      .newspaper_data .section-type:after {
        content: '-';
        position: absolute;
        right: -10px; }
  /* line 409, scss/_index.scss */
  .announce_name,
  .newspaper_name {
    color: #2a2a2a;
    font-weight: 700;
    font-size: 15px;
    margin: 15px 0 10px 0; }
  /* line 415, scss/_index.scss */
  .announce_text,
  .newspaper_text {
    font: 400 normal 13px Lora, Arial, sans-serif;
    color: #5a5a5a;
    line-height: 1.5; }
    @media screen and (max-width: 991px) {
      /* line 415, scss/_index.scss */
      .announce_text,
      .newspaper_text {
        margin-bottom: 30px; } }

/* line 426, scss/_index.scss */
.newspaper {
  padding: 0px 0px 85px 0px; }
  /* line 430, scss/_index.scss */
  .newspaper_left .newspaper_img {
    min-height: 432px; }
    @media screen and (max-width: 991px) {
      /* line 430, scss/_index.scss */
      .newspaper_left .newspaper_img {
        min-height: 446px; } }
  /* line 436, scss/_index.scss */
  .newspaper_left .newspaper_data {
    margin-top: 20px; }
  /* line 439, scss/_index.scss */
  .newspaper_left .newspaper_name {
    margin: 15px 0;
    font-size: 30px;
    font-weight: 400; }
    /* line 443, scss/_index.scss */
    .newspaper_left .newspaper_name span {
      font-weight: 600; }
  /* line 451, scss/_index.scss */
  .newspaper_right .newspaper_img {
    min-height: 140px; }
  /* line 454, scss/_index.scss */
  .newspaper_right .newspaper_data {
    margin-top: 20px; }
  /* line 457, scss/_index.scss */
  .newspaper_right .newspaper_name {
    margin: 8px 0 15px 0; }
  /* line 460, scss/_index.scss */
  .newspaper_right .newspaper_text {
    margin-bottom: 30px; }

/* line 544, scss/_index.scss */
.partners {
  padding: 0px 0 100px 0; }
  @media screen and (max-width: 767px) {
    /* line 549, scss/_index.scss */
    .partners .slick-partners {
      max-width: 500px;
      margin: auto; } }
  /* line 554, scss/_index.scss */
  .partners .slick-partners_box {
    position: relative;
    min-height: 100px;
    min-width: 120px;
    margin: auto;
    transition: 0.5s all;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer; }
    /* line 562, scss/_index.scss */
    .partners .slick-partners_box:hover {
      -webkit-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      filter: grayscale(0%); }
    @media screen and (max-width: 767px) {
      /* line 554, scss/_index.scss */
      .partners .slick-partners_box {
        -webkit-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        filter: grayscale(0%); } }
    /* line 568, scss/_index.scss */
    .partners .slick-partners_box img {
      margin: auto;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      max-width: 120px; }
  /* line 578, scss/_index.scss */
  .partners .slick-partners .slick-list {
    max-width: 1400px;
    margin: auto; }
  /* line 582, scss/_index.scss */
  .partners .slick-partners .slick-prev,
  .partners .slick-partners .slick-next {
    border: 1px solid #414141; }
    /* line 585, scss/_index.scss */
    .partners .slick-partners .slick-prev:before,
    .partners .slick-partners .slick-next:before {
      font-size: 2px;
      border-color: #414141; }
    /* line 589, scss/_index.scss */
    .partners .slick-partners .slick-prev:hover,
    .partners .slick-partners .slick-next:hover {
      background-color: #414141; }
      /* line 591, scss/_index.scss */
      .partners .slick-partners .slick-prev:hover:before,
      .partners .slick-partners .slick-next:hover:before {
        border-color: #fff; }
  /* line 596, scss/_index.scss */
  .partners .slick-partners .slick-next {
    right: -50px; }
    @media screen and (max-width: 1469px) {
      /* line 596, scss/_index.scss */
      .partners .slick-partners .slick-next {
        right: 0px; } }
  /* line 602, scss/_index.scss */
  .partners .slick-partners .slick-prev {
    left: -50px; }
    @media screen and (max-width: 1469px) {
      /* line 602, scss/_index.scss */
      .partners .slick-partners .slick-prev {
        left: 0px; } }

/* line 611, scss/_index.scss */
.banners {
  text-align: center; }
  /* line 613, scss/_index.scss */
  .banners_block {
    margin-bottom: 100px; }
  /* line 616, scss/_index.scss */
  .banners .slick-banners {
    max-width: 245px;
    margin: auto; }
    /* line 619, scss/_index.scss */
    .banners .slick-banners_box {
      display: inline-block; }
      /* line 621, scss/_index.scss */
      .banners .slick-banners_box img {
        width: 100%;
        display: block; }

/* line 630, scss/_index.scss */
.map .section_title {
  margin-bottom: 20px; }
  /* line 632, scss/_index.scss */
  .map .section_title h2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none; }

/* line 638, scss/_index.scss */
.map_blk {
  min-height: 500px; }

/* line 1, scss/_faculties.scss */
.content-fac, .content-divisions {
  /*.views {
		margin-bottom: 110px;
		text-align: right;
		font: 400 normal 16px $Bitter;
		@media screen and (max-width: 991px) {
			text-align: center;
		}
		@media screen and (max-width: 767px) {
			text-align: left;
		}
	}*/ }

/* line 14, scss/_faculties.scss */
.main_title {
  text-align: center;
  padding: 50px 0; }
  /* line 17, scss/_faculties.scss */
  .main_title h2 {
    display: inline-block;
    line-height: 1.25;
    color: #525559; }
    @media screen and (max-width: 1199px) {
      /* line 17, scss/_faculties.scss */
      .main_title h2 {
        font-size: 36.15385px; } }
    @media screen and (max-width: 991px) {
      /* line 17, scss/_faculties.scss */
      .main_title h2 {
        font-size: 27.64706px; } }

/* line 30, scss/_faculties.scss */
.departments_block {
  overflow: hidden;
  text-align: center; }

/* line 34, scss/_faculties.scss */
.departments ul {
  /*margin-top: 25px;*/ }
  /* line 36, scss/_faculties.scss */
  .departments ul li {
    float: left;
    width: 33%;
    min-height: 134px;
    padding: 0 10px;
    /*&:last-child {
				position: relative;
				&:after {
					position: absolute;
					content: '';
					top: 50%;
					height: 1px;
					width: 1000px;
					background-color: #dedede;
					right: -1012px;
					@media screen and (max-width: 767px) {
						display: none;
					}
				}
			}*/ }
    @media screen and (max-width: 767px) {
      /* line 36, scss/_faculties.scss */
      .departments ul li {
        float: none;
        width: 100%;
        max-width: 320px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center; } }
    /* line 58, scss/_faculties.scss */
    .departments ul li a {
      font: 400 normal 18px Lora, Arial, sans-serif;
      color: #696868;
      line-height: 1.5; }
      @media screen and (max-width: 1199px) {
        /* line 58, scss/_faculties.scss */
        .departments ul li a {
          font-size: 16px; } }
      @media screen and (max-width: 991px) {
        /* line 58, scss/_faculties.scss */
        .departments ul li a {
          font-size: 14px; } }
      /* line 68, scss/_faculties.scss */
      .departments ul li a:hover {
        text-decoration: underline;
        color: #2a2a2a; }

/* line 92, scss/_faculties.scss */
.fac-types {
  padding: 90px 0 110px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    /* line 92, scss/_faculties.scss */
    .fac-types {
      padding-top: 45.45455px;
      padding-bottom: 31.81818px; } }
  /* line 100, scss/_faculties.scss */
  .fac-types_block {
    /*padding: 0px 0 85px 0;*/
    padding: 0;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      /* line 100, scss/_faculties.scss */
      .fac-types_block {
        display: block; } }
    /* line 110, scss/_faculties.scss */
    .fac-types_block_post {
      font: 400 normal 21px Lora, Arial, sans-serif;
      color: #626060; }
      @media screen and (max-width: 1199px) {
        /* line 110, scss/_faculties.scss */
        .fac-types_block_post {
          font-size: 15.78947px; } }
      @media screen and (max-width: 767px) {
        /* line 110, scss/_faculties.scss */
        .fac-types_block_post {
          margin-top: 15px; } }
    /* line 120, scss/_faculties.scss */
    .fac-types_block_name {
      color: #2a2a2a;
      font-size: 25px;
      text-transform: uppercase;
      margin-top: 5px;
      margin-bottom: 30px; }
      @media screen and (max-width: 1199px) {
        /* line 120, scss/_faculties.scss */
        .fac-types_block_name {
          font-size: 18.79699px; } }
    /* line 130, scss/_faculties.scss */
    .fac-types_block_conditions {
      color: #2a2a2a;
      font-size: 28px;
      margin: 10px 0 20px 0;
      border-bottom: 2px solid #2a2a2a;
      display: inline-block;
      line-height: 1.25; }
      @media screen and (max-width: 1199px) {
        /* line 130, scss/_faculties.scss */
        .fac-types_block_conditions {
          font-size: 21.05263px; } }
    /* line 141, scss/_faculties.scss */
    .fac-types_block p {
      font: 400 normal 21px Lora, Arial, sans-serif;
      color: #626060;
      line-height: 1.5; }
      @media screen and (max-width: 1199px) {
        /* line 141, scss/_faculties.scss */
        .fac-types_block p {
          font-size: 15.78947px; } }
    /* line 149, scss/_faculties.scss */
    .fac-types_block_img {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      min-height: 600px; }
      @media screen and (max-width: 1199px) {
        /* line 149, scss/_faculties.scss */
        .fac-types_block_img {
          min-height: 601.50376px; } }

/* line 162, scss/_faculties.scss */
blockquote {
  max-width: 860px;
  display: block;
  margin: auto;
  border-bottom: 1px solid #2a2a2a;
  border-top: 1px solid #2a2a2a;
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font: 400 normal 43px Times New Roman, Arial, sans-serif;
  color: #2a2a2a;
  text-transform: uppercase;
  line-height: 1.5;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 162, scss/_faculties.scss */
    blockquote {
      padding: 30px 0;
      margin-top: 60px; } }
  @media screen and (max-width: 1199px) {
    /* line 162, scss/_faculties.scss */
    blockquote {
      font-size: 39.84962px; } }
  @media screen and (max-width: 991px) {
    /* line 162, scss/_faculties.scss */
    blockquote {
      font-size: 31.17647px; } }
  @media screen and (max-width: 767px) {
    /* line 162, scss/_faculties.scss */
    blockquote {
      font-size: 24.09091px; } }
  /* line 190, scss/_faculties.scss */
  blockquote:before {
    content: '';
    position: absolute;
    background: #fff url(../images/quotes.png) no-repeat center;
    background-size: contain;
    width: 27px;
    height: 18px;
    left: 0px;
    right: 0px;
    margin: auto;
    top: -10px;
    padding: 0 60px; }
  /* line 203, scss/_faculties.scss */
  blockquote .author {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -25px;
    font-size: 18px;
    text-transform: initial; }

/* line 212, scss/_faculties.scss */
.contact-us {
  background: url(../images/background-contacts.jpg) no-repeat center;
  background-size: cover;
  min-height: 420px;
  background-attachment: fixed; }
  /* line 217, scss/_faculties.scss */
  .contact-us_overlay {
    background: rgba(0, 0, 0, 0.6);
    min-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center; }
  /* line 224, scss/_faculties.scss */
  .contact-us_blk {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      /* line 224, scss/_faculties.scss */
      .contact-us_blk {
        display: block; } }
  /* line 232, scss/_faculties.scss */
  .contact-us_title {
    font: 400 normal 76px Argon, Arial, sans-serif;
    text-align: center; }
    @media screen and (max-width: 1469px) {
      /* line 232, scss/_faculties.scss */
      .contact-us_title {
        font-size: 80.76923px; } }
    @media screen and (max-width: 1199px) {
      /* line 232, scss/_faculties.scss */
      .contact-us_title {
        font-size: 61.76471px; } }
    @media screen and (max-width: 991px) {
      /* line 232, scss/_faculties.scss */
      .contact-us_title {
        font-size: 47.72727px; } }
  /* line 245, scss/_faculties.scss */
  .contact-us_menu {
    margin-top: 20px; }
    /* line 247, scss/_faculties.scss */
    .contact-us_menu_list {
      font: 400 normal 21px Lora, Arial, sans-serif;
      color: #dcd9d9;
      position: relative;
      padding-left: 40px;
      margin-bottom: 7px;
      max-width: 420px;
      /*&:nth-child(5) {
				&:before {

				}
			}
			&:last-child {
				&:before {
					background-position: -151px;
				}
			}*/ }
      @media screen and (max-width: 1469px) {
        /* line 247, scss/_faculties.scss */
        .contact-us_menu_list {
          font-size: 16.15385px;
          margin-bottom: 12px; } }
      /* line 258, scss/_faculties.scss */
      .contact-us_menu_list:before {
        position: absolute;
        content: '';
        background: url(../images/contact-sprite.png) no-repeat;
        width: 30px;
        height: 30px;
        left: 0px;
        background-position: -5px;
        margin-top: -3px; }
      /* line 269, scss/_faculties.scss */
      .contact-us_menu_list:first-child:before {
        width: 23px;
        height: 29px;
        background-position: -30px;
        margin-top: 0; }
      /* line 277, scss/_faculties.scss */
      .contact-us_menu_list:nth-child(2):before {
        background-position: -56px;
        /*width: 23px;*/ }
      /* line 283, scss/_faculties.scss */
      .contact-us_menu_list:nth-child(3):before {
        background-position: -85px; }
      /* line 288, scss/_faculties.scss */
      .contact-us_menu_list:nth-child(4):before {
        background-position: -118px; }
  /* line 304, scss/_faculties.scss */
  .contact-us_text {
    font-size: 28px;
    line-height: 1;
    border-bottom: 2px solid #fff;
    display: inline-block;
    color: #fff; }
    @media screen and (max-width: 1469px) {
      /* line 304, scss/_faculties.scss */
      .contact-us_text {
        font-size: 21.53846px; } }
    @media screen and (max-width: 767px) {
      /* line 304, scss/_faculties.scss */
      .contact-us_text {
        margin-top: 10px; } }
  /* line 317, scss/_faculties.scss */
  .contact-us_social {
    margin-top: 15px; }
    /* line 319, scss/_faculties.scss */
    .contact-us_social li {
      display: inline-block;
      margin-right: 7px; }
    /* line 323, scss/_faculties.scss */
    .contact-us_social .btn {
      background-color: transparent; }
      /* line 327, scss/_faculties.scss */
      .contact-us_social .btn:hover span:before {
        transition: 0.5s all;
        color: #969696; }

/* line 336, scss/_faculties.scss */
.fac-programs {
  padding: 80px 0 0px 0; }
  /* line 340, scss/_faculties.scss */
  .fac-programs .row:last-child .fac-programs_blk {
    margin-bottom: 0px; }
  /* line 343, scss/_faculties.scss */
  .fac-programs .row:last-child .fac-programs_box {
    top: 0px; }
  /* line 348, scss/_faculties.scss */
  .fac-programs h2 {
    font-size: 25px;
    margin-bottom: 70px; }
  /* line 352, scss/_faculties.scss */
  .fac-programs_blk {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px; }
    @media screen and (max-width: 991px) {
      /* line 352, scss/_faculties.scss */
      .fac-programs_blk {
        display: block;
        margin-bottom: 0px; } }
  /* line 362, scss/_faculties.scss */
  .fac-programs_box {
    max-width: 600px;
    margin: auto; }
  /* line 366, scss/_faculties.scss */
  .fac-programs_term {
    color: #626060;
    font: 400 normal 21px Lora, Arial, sans-serif; }
    @media screen and (max-width: 1199px) {
      /* line 366, scss/_faculties.scss */
      .fac-programs_term {
        font-size: 18px; } }
  /* line 373, scss/_faculties.scss */
  .fac-programs_name {
    font-size: 28px;
    color: #414141;
    line-height: 1.25;
    margin: 0px 0 25px 0;
    display: inline-block;
    border-bottom: 1.5px solid #2a2a2a; }
    @media screen and (max-width: 1199px) {
      /* line 373, scss/_faculties.scss */
      .fac-programs_name {
        font-size: 21.53846px; } }
  /* line 384, scss/_faculties.scss */
  .fac-programs_menu {
    font: 400 normal 19px Lora, Arial, sans-serif;
    color: #6a6868;
    line-height: 1.5;
    /*li {


		}*/ }
    @media screen and (max-width: 1199px) {
      /* line 384, scss/_faculties.scss */
      .fac-programs_menu {
        font-size: 16.15385px; } }
  /* line 397, scss/_faculties.scss */
  .fac-programs .panel-group {
    font: 400 normal 19px Lora, Arial, sans-serif;
    min-height: 220px; }
    @media screen and (max-width: 1199px) {
      /* line 397, scss/_faculties.scss */
      .fac-programs .panel-group {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      /* line 397, scss/_faculties.scss */
      .fac-programs .panel-group {
        min-height: initial;
        margin-bottom: 60px; } }
    /* line 407, scss/_faculties.scss */
    .fac-programs .panel-group .panel {
      border: none;
      box-shadow: none;
      border-radius: 0px; }
    /* line 412, scss/_faculties.scss */
    .fac-programs .panel-group a {
      color: #414141;
      font-weight: 600;
      display: block;
      position: relative;
      padding-right: 30px; }
      /* line 418, scss/_faculties.scss */
      .fac-programs .panel-group a:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 2px;
        right: 0px;
        background-color: #414141; }
        @media screen and (max-width: 991px) {
          /* line 418, scss/_faculties.scss */
          .fac-programs .panel-group a:after {
            top: 0px; } }
      /* line 430, scss/_faculties.scss */
      .fac-programs .panel-group a:before {
        content: '';
        position: absolute;
        z-index: 1;
        right: 0px;
        width: 9px;
        height: 9px;
        top: 2px;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: rotate(135deg);
        margin-right: 5.55px;
        margin-top: 3px; }
        @media screen and (max-width: 991px) {
          /* line 430, scss/_faculties.scss */
          .fac-programs .panel-group a:before {
            top: 0px; } }
    /* line 448, scss/_faculties.scss */
    .fac-programs .panel-group .panel-body {
      padding: 0;
      color: #626060; }
    /* line 452, scss/_faculties.scss */
    .fac-programs .panel-group ul li, .fac-programs .panel-group p {
      color: #626060; }
  /* line 456, scss/_faculties.scss */
  .fac-programs_img {
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1199px) {
      /* line 456, scss/_faculties.scss */
      .fac-programs_img {
        min-height: 307.69231px; } }
    @media screen and (max-width: 991px) {
      /* line 456, scss/_faculties.scss */
      .fac-programs_img {
        display: none; } }
  /* line 469, scss/_faculties.scss */
  .fac-programs .section_title {
    margin: 0; }
    /* line 471, scss/_faculties.scss */
    .fac-programs .section_title h2 {
      margin: 0; }

/* line 1, scss/_divisions.scss */
.content-divisions {
  /*.fac-types_block {
		// padding: 0px 0 85px 0;
		padding: 0px;
		margin: 0px 0px 85px 0px;
		@media screen and (max-width: 991px) {
			margin-bottom: (85px/1.7);
		}
	}*/
  /*.views {
		text-align: left;
		@media screen and (max-width: 991px) {
			text-align: center;
			margin-top: 100px;
		}
		@media screen and (max-width: 767px) {
			text-align: left;
		}
	}*/ }
  /* line 3, scss/_divisions.scss */
  .content-divisions .slick-divisions .slick-next, .content-divisions .slick-divisions .slick-prev {
    background-color: #414141;
    width: 45px;
    height: 45px; }
    /* line 10, scss/_divisions.scss */
    .content-divisions .slick-divisions .slick-next:hover, .content-divisions .slick-divisions .slick-prev:hover {
      background-color: #000; }
      @media screen and (max-width: 767px) {
        /* line 10, scss/_divisions.scss */
        .content-divisions .slick-divisions .slick-next:hover, .content-divisions .slick-divisions .slick-prev:hover {
          background-color: transparent; } }
    /* line 16, scss/_divisions.scss */
    .content-divisions .slick-divisions .slick-next:before, .content-divisions .slick-divisions .slick-prev:before {
      border-color: #fff;
      padding: 2px; }
  /* line 21, scss/_divisions.scss */
  .content-divisions .slick-divisions .slick-prev {
    padding-left: 6px;
    left: initial;
    right: 60px; }
    @media screen and (max-width: 767px) {
      /* line 21, scss/_divisions.scss */
      .content-divisions .slick-divisions .slick-prev {
        right: initial;
        left: 0px; } }
  /* line 30, scss/_divisions.scss */
  .content-divisions .slick-divisions .slick-next {
    right: 0px;
    padding-right: 6px; }
    @media screen and (max-width: 767px) {
      /* line 30, scss/_divisions.scss */
      .content-divisions .slick-divisions .slick-next {
        right: 0px; } }
  /* line 38, scss/_divisions.scss */
  .content-divisions .fac-types {
    padding: 100px 0 70px 0; }
  /* line 49, scss/_divisions.scss */
  .content-divisions .fac-types_block_img {
    margin-right: 125px;
    transition: 0.5s all; }
    @media screen and (max-width: 991px) {
      /* line 49, scss/_divisions.scss */
      .content-divisions .fac-types_block_img {
        margin-right: 100px; } }
    @media screen and (max-width: 767px) {
      /* line 49, scss/_divisions.scss */
      .content-divisions .fac-types_block_img {
        margin-right: 0px; } }
  /* line 65, scss/_divisions.scss */
  .content-divisions .fac-programs_img {
    transition: 0.5s all; }
  /* line 72, scss/_divisions.scss */
  .content-divisions .fac-programs {
    /*padding: 200px 0 0px 0;*/ }
    @media screen and (max-width: 991px) {
      /* line 72, scss/_divisions.scss */
      .content-divisions .fac-programs {
        padding-top: 0px; } }
    /* line 79, scss/_divisions.scss */
    .content-divisions .fac-programs_menu ul, .content-divisions .fac-programs_menu ol {
      padding-left: 30px; }
    /* line 82, scss/_divisions.scss */
    .content-divisions .fac-programs_menu p, .content-divisions .fac-programs_menu ul, .content-divisions .fac-programs_menu ol {
      margin-bottom: 15px; }
    /* line 85, scss/_divisions.scss */
    .content-divisions .fac-programs_menu ul {
      list-style-type: disc; }
    /* line 88, scss/_divisions.scss */
    .content-divisions .fac-programs_menu ol {
      list-style-type: decimal; }
    @media screen and (max-width: 991px) {
      /* line 92, scss/_divisions.scss */
      .content-divisions .fac-programs_box {
        margin-top: 60px; } }
    @media screen and (max-width: 767px) {
      /* line 92, scss/_divisions.scss */
      .content-divisions .fac-programs_box {
        max-width: 100%; } }

/* line 114, scss/_divisions.scss */
.banner-div, .banner-fac, .banner-org, .banner-news {
  padding-top: 72px;
  min-height: 220px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%); }
  /* line 121, scss/_divisions.scss */
  .banner-div_overlay, .banner-fac_overlay, .banner-org_overlay, .banner-news_overlay {
    background: rgba(255, 255, 255, 0.75);
    min-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center; }
  /* line 128, scss/_divisions.scss */
  .banner-div h1, .banner-fac h1, .banner-org h1, .banner-news h1 {
    font-size: 22px;
    color: #2a2a2a;
    /*text-transform: uppercase;*/
    text-align: center; }
  /* line 145, scss/_divisions.scss */
  .banner-div p#breadcrumbs, .banner-fac p#breadcrumbs, .banner-org p#breadcrumbs, .banner-news p#breadcrumbs {
    text-align: center;
    margin-top: 5px; }
    /* line 148, scss/_divisions.scss */
    .banner-div p#breadcrumbs span, .banner-fac p#breadcrumbs span, .banner-org p#breadcrumbs span, .banner-news p#breadcrumbs span {
      font: 400 normal 18px Lora, Arial, sans-serif;
      color: #616060;
      display: inline-block;
      margin-right: 15px;
      position: relative;
      /*&:after {
				content: '/';
				position: absolute;
				right: -12px;
			}*/ }
      @media screen and (max-width: 767px) {
        /* line 148, scss/_divisions.scss */
        .banner-div p#breadcrumbs span, .banner-fac p#breadcrumbs span, .banner-org p#breadcrumbs span, .banner-news p#breadcrumbs span {
          margin-right: 10px; } }
      /* line 157, scss/_divisions.scss */
      .banner-div p#breadcrumbs span a:hover, .banner-fac p#breadcrumbs span a:hover, .banner-org p#breadcrumbs span a:hover, .banner-news p#breadcrumbs span a:hover {
        color: #000; }
      /* line 165, scss/_divisions.scss */
      .banner-div p#breadcrumbs span:last-child, .banner-fac p#breadcrumbs span:last-child, .banner-org p#breadcrumbs span:last-child, .banner-news p#breadcrumbs span:last-child {
        margin-right: 0px;
        /*&:after {
					display: none;
				}*/ }

/* line 175, scss/_divisions.scss */
.slick-divisions-tasks .slick-prev, .slick-divisions-tasks .slick-next {
  top: initial;
  bottom: -70px; }
  /* line 178, scss/_divisions.scss */
  .slick-divisions-tasks .slick-prev:before, .slick-divisions-tasks .slick-next:before {
    color: #2a2a2a;
    transform: none;
    border: none;
    padding: 0px;
    font: 400 normal 21px Lora, Arial, sans-serif; }

/* line 186, scss/_divisions.scss */
.slick-divisions-tasks .slick-prev {
  left: 0px; }
  @media screen and (max-width: 767px) {
    /* line 186, scss/_divisions.scss */
    .slick-divisions-tasks .slick-prev {
      left: 25px; } }
  /* line 191, scss/_divisions.scss */
  .slick-divisions-tasks .slick-prev:before {
    content: 'Назад'; }

/* line 195, scss/_divisions.scss */
.slick-divisions-tasks .slick-next {
  right: 0px; }
  @media screen and (max-width: 767px) {
    /* line 195, scss/_divisions.scss */
    .slick-divisions-tasks .slick-next {
      right: 25px; } }
  /* line 200, scss/_divisions.scss */
  .slick-divisions-tasks .slick-next:before {
    content: 'Далі'; }

/* line 1, scss/_gallery.scss */
.slick-div-gallery {
  max-width: 1450px;
  margin: auto; }
  /* line 4, scss/_gallery.scss */
  .slick-div-gallery_box {
    background-position: center;
    background-size: cover;
    min-height: 370px;
    width: 370px;
    margin: auto; }
    @media screen and (max-width: 1669px) {
      /* line 4, scss/_gallery.scss */
      .slick-div-gallery_box {
        width: 328.08399px;
        min-height: 328.08399px; } }
    @media screen and (max-width: 1469px) {
      /* line 4, scss/_gallery.scss */
      .slick-div-gallery_box {
        width: 290.69767px;
        min-height: 290.69767px; } }
    @media screen and (max-width: 1199px) {
      /* line 4, scss/_gallery.scss */
      .slick-div-gallery_box {
        width: 217.64706px;
        min-height: 220.58824px; } }
  /* line 24, scss/_gallery.scss */
  .slick-div-gallery_overlay {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s all; }
    /* line 32, scss/_gallery.scss */
    .slick-div-gallery_overlay:hover {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      /* line 24, scss/_gallery.scss */
      .slick-div-gallery_overlay {
        opacity: 1; } }
  /* line 39, scss/_gallery.scss */
  .slick-div-gallery_inner {
    text-align: center; }
  /* line 42, scss/_gallery.scss */
  .slick-div-gallery p {
    display: block;
    font: 400 normal 66px Argon, Arial, sans-serif; }
    @media screen and (max-width: 1469px) {
      /* line 42, scss/_gallery.scss */
      .slick-div-gallery p {
        font-size: 51.16279px; } }
    @media screen and (max-width: 1199px) {
      /* line 42, scss/_gallery.scss */
      .slick-div-gallery p {
        font-size: 49.62406px; } }
    @media screen and (max-width: 991px) {
      /* line 42, scss/_gallery.scss */
      .slick-div-gallery p {
        font-size: 38.82353px; } }
  /* line 55, scss/_gallery.scss */
  .slick-div-gallery a {
    font: 700 normal 20px Lora, Arial, sans-serif; }
    @media screen and (max-width: 1469px) {
      /* line 55, scss/_gallery.scss */
      .slick-div-gallery a {
        font-size: 15.50388px; } }
    @media screen and (max-width: 1199px) {
      /* line 55, scss/_gallery.scss */
      .slick-div-gallery a {
        font-size: 15.03759px; } }
    @media screen and (max-width: 991px) {
      /* line 55, scss/_gallery.scss */
      .slick-div-gallery a {
        font-size: 11.76471px; } }
  /* line 67, scss/_gallery.scss */
  .slick-div-gallery .circle {
    margin: auto;
    width: 45px;
    height: 45px;
    border: 5px solid #fff;
    border-radius: 50%;
    line-height: 1;
    margin-top: 10px;
    position: relative;
    display: block; }
    /* line 77, scss/_gallery.scss */
    .slick-div-gallery .circle .cross {
      height: 5px;
      width: 20px;
      background-color: #fff;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      margin: auto; }
    /* line 88, scss/_gallery.scss */
    .slick-div-gallery .circle .cross-v {
      -webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
      -o-transform: rotate(-90deg) translate3d(0, 0, 0);
      -moz-transform: rotate(-90deg) translate3d(0, 0, 0);
      -ms-transform: rotate(-90deg) translate3d(0, 0, 0);
      transform: rotate(-90deg) translate3d(0, 0, 0); }
  /* line 92, scss/_gallery.scss */
  .slick-div-gallery .slick-next, .slick-div-gallery .slick-prev {
    background-color: #414141;
    width: 45px;
    height: 45px; }
    /* line 96, scss/_gallery.scss */
    .slick-div-gallery .slick-next:hover, .slick-div-gallery .slick-prev:hover {
      background-color: #000; }
    /* line 99, scss/_gallery.scss */
    .slick-div-gallery .slick-next:before, .slick-div-gallery .slick-prev:before {
      border-color: #fff;
      padding: 2px; }
  /* line 105, scss/_gallery.scss */
  .slick-div-gallery .slick-prev {
    padding-left: 6px;
    left: -50px; }
    @media screen and (max-width: 991px) {
      /* line 105, scss/_gallery.scss */
      .slick-div-gallery .slick-prev {
        left: -10px; } }
  /* line 112, scss/_gallery.scss */
  .slick-div-gallery .slick-next {
    padding-right: 6px;
    right: -50px; }
    @media screen and (max-width: 991px) {
      /* line 112, scss/_gallery.scss */
      .slick-div-gallery .slick-next {
        right: -10px; } }

/* line 2, scss/_news.scss */
.content-news .views {
  /*margin-bottom: 110px;*/
  margin-top: 0px; }

/* line 8, scss/_news.scss */
.banner-news h1 {
  font: 400 normal 117px Argon, Arial, sans-serif; }

/* line 12, scss/_news.scss */
.news {
  padding: 85px 0 0 0; }
  /* line 14, scss/_news.scss */
  .news_right {
    max-width: 370px;
    margin: auto;
    /*.months {
			.show-more {
				display: inline-block;
				position: relative;
				width: 20px;
				height: 20px;
				&:after {
					content: '';
					position: absolute;
					width: 20px;
					height: 20px;
					top: 2px;
					right: 0px;
					background-color: $grey;
				}
				&:before {
					content: '';
					position: absolute;
					z-index: 1;
					right: 0px;
					width: 9px;
					height: 9px;
					top: 2px;
					border-right: 2px solid $main_color;
					border-top: 2px solid $main_color;
					transform: rotate(135deg);
					margin-right: 5.55px;
					margin-top: 3px;
				}
			}
		}*/ }
    @media screen and (max-width: 991px) {
      /* line 14, scss/_news.scss */
      .news_right {
        margin-bottom: 60px; } }
    /* line 20, scss/_news.scss */
    .news_right .widget {
      box-shadow: none;
      border: none; }
      /* line 25, scss/_news.scss */
      .news_right .widget ul li {
        color: #7d7c7c;
        font: 400 normal 21px Lora, Arial, sans-serif;
        padding: 15px 0;
        border-bottom: 1px solid #7d7c7c;
        margin-bottom: 10px; }
    /* line 34, scss/_news.scss */
    .news_right .panel-body {
      padding: 0px; }
  /* line 70, scss/_news.scss */
  .news .form input {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #000; }
    /* line 50, scss/_var-mix.scss */
    .news .form input::-webkit-input-placeholder {
      font-size: 16px; }
    /* line 50, scss/_var-mix.scss */
    .news .form input::-moz-placeholder {
      font-size: 16px; }
    /* line 50, scss/_var-mix.scss */
    .news .form input:-moz-placeholder {
      font-size: 16px; }
    /* line 50, scss/_var-mix.scss */
    .news .form input:-ms-placeholder {
      font-size: 16px; }
    /* line 52, scss/_var-mix.scss */
    .news .form input placeholder {
      font-size: 16px; }
    @media screen and (max-width: 767px) {
      /* line 70, scss/_news.scss */
      .news .form input {
        width: 100%; } }
  /* line 79, scss/_news.scss */
  .news .form .btn {
    width: 110px;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }
  /* line 88, scss/_news.scss */
  .news .widget-title {
    color: #2a2a2a;
    margin-top: 15px;
    font: 600 normal 25px Lora, Arial, sans-serif;
    margin-bottom: 10px; }
  /* line 95, scss/_news.scss */
  .news_box {
    color: #2a2a2a;
    margin-top: 90px; }
    /* line 98, scss/_news.scss */
    .news_box:first-child {
      margin-top: 0px; }
    /* line 101, scss/_news.scss */
    .news_box_img {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 460px; }
    /* line 107, scss/_news.scss */
    .news_box_name {
      font-size: 26px;
      /*text-transform: uppercase;*/
      margin-top: 25px;
      margin-bottom: 5px; }
    /* line 113, scss/_news.scss */
    .news_box_category {
      padding-left: 35px;
      position: relative;
      font: 400 normal 17px Lora, Arial, sans-serif;
      color: #626060; }
    /* line 119, scss/_news.scss */
    .news_box_icon {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      display: block; }
    /* line 125, scss/_news.scss */
    .news_box .edu {
      position: absolute;
      top: 0px;
      left: 0px;
      background-image: url(../images/edu.png);
      width: 30px;
      height: 30px;
      margin-top: -5px;
      display: block; }
    /* line 135, scss/_news.scss */
    .news_box_text {
      font: 400 normal 21px Lora, Arial, sans-serif;
      margin-top: 28px;
      line-height: 2;
      color: #626060; }
      /* line 141, scss/_news.scss */
      .news_box_text p {
        margin-bottom: 20px; }
      /* line 144, scss/_news.scss */
      .news_box_text b, .news_box_text strong {
        font: 600 normal 21px Lora, Arial, sans-serif; }
      /* line 147, scss/_news.scss */
      .news_box_text em, .news_box_text i {
        font-style: italic; }
      /* line 150, scss/_news.scss */
      .news_box_text ul {
        padding-left: 30px;
        margin-bottom: 20px; }
        /* line 152, scss/_news.scss */
        .news_box_text ul li {
          list-style: disc;
          padding-left: 8px; }
      /* line 159, scss/_news.scss */
      .news_box_text a {
        text-decoration: underline; }
      /* line 162, scss/_news.scss */
      .news_box_text ol {
        padding-left: 30px;
        margin-bottom: 20px; }
        /* line 164, scss/_news.scss */
        .news_box_text ol li {
          list-style: decimal;
          padding-left: 8px; }
    /* line 171, scss/_news.scss */
    .news_box a.more {
      font: 600 normal 17px Lora, Arial, sans-serif; }
      /* line 173, scss/_news.scss */
      .news_box a.more:hover {
        text-decoration: underline; }
    /* line 177, scss/_news.scss */
    .news_box_bottom {
      margin-top: 35px;
      border-bottom: 1.5px solid #cdcdcd;
      border-top: 1.5px solid #cdcdcd;
      padding: 15px 0; }
    /* line 183, scss/_news.scss */
    .news_box_data {
      padding: 6px 0; }
    /* line 186, scss/_news.scss */
    .news_box .share {
      text-align: right; }
      @media screen and (max-width: 767px) {
        /* line 186, scss/_news.scss */
        .news_box .share {
          text-align: left;
          margin-top: 10px; } }
      /* line 192, scss/_news.scss */
      .news_box .share p {
        display: inline-block;
        margin-right: 20px; }
    /* line 197, scss/_news.scss */
    .news_box_social {
      display: inline-block; }
      /* line 199, scss/_news.scss */
      .news_box_social li {
        display: inline-block; }
        /* line 201, scss/_news.scss */
        .news_box_social li a {
          background-color: transparent;
          margin-right: 8px; }
          /* line 204, scss/_news.scss */
          .news_box_social li a:last-child {
            margin-right: 0px; }
        /* line 209, scss/_news.scss */
        .news_box_social li span:before {
          color: #cdcdcd;
          transition: 0.5s all; }
        /* line 214, scss/_news.scss */
        .news_box_social li span:hover:before {
          color: #2a2a2a; }
  /* line 223, scss/_news.scss */
  .news_pagination .pagination-block {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 991px) {
      /* line 223, scss/_news.scss */
      .news_pagination .pagination-block {
        justify-content: center; } }
    /* line 229, scss/_news.scss */
    .news_pagination .pagination-block .pagination {
      display: inherit;
      margin: 25px 0 30px 0; }
      /* line 232, scss/_news.scss */
      .news_pagination .pagination-block .pagination .page-numbers {
        color: #414141;
        font-size: 18px;
        width: 33px;
        height: 33px;
        border: 2px solid #414141;
        margin-right: 5px;
        transition: .3s all; }
        /* line 240, scss/_news.scss */
        .news_pagination .pagination-block .pagination .page-numbers:hover {
          background-color: #414141;
          color: #fff; }
      /* line 245, scss/_news.scss */
      .news_pagination .pagination-block .pagination .page-numbers, .news_pagination .pagination-block .pagination .current {
        display: flex;
        justify-content: center;
        align-items: center; }
      /* line 250, scss/_news.scss */
      .news_pagination .pagination-block .pagination .current {
        background-color: #414141;
        color: #fff; }
      /* line 254, scss/_news.scss */
      .news_pagination .pagination-block .pagination .prev, .news_pagination .pagination-block .pagination .next {
        width: 33px;
        height: 33px;
        border: 1px solid #414141;
        padding: 0px;
        transition: .3s all;
        background-color: #414141; }
        /* line 261, scss/_news.scss */
        .news_pagination .pagination-block .pagination .prev:hover, .news_pagination .pagination-block .pagination .next:hover {
          background-color: #fff; }
          /* line 263, scss/_news.scss */
          .news_pagination .pagination-block .pagination .prev:hover i, .news_pagination .pagination-block .pagination .next:hover i {
            border-color: #414141; }
      /* line 268, scss/_news.scss */
      .news_pagination .pagination-block .pagination i {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        margin: 2px 0; }
      /* line 275, scss/_news.scss */
      .news_pagination .pagination-block .pagination .right {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-right: 5px; }
      /* line 280, scss/_news.scss */
      .news_pagination .pagination-block .pagination .left {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-left: 5px; }

/* line 1, scss/_article.scss */
.content-article {
  /*blockquote {
		margin-top: 30px;
		padding: 20px 0;
		text-align: center;
        font-size: 40px;
        &:before {
            top: -35px;
        }
	}*/ }
  /* line 2, scss/_article.scss */
  .content-article .news_box {
    padding-bottom: 170px; }

/* line 3, scss/schedule.scss */
.content-schedule h1 {
  font: 400 normal 58px PlayfairDisplay, Arial, sans-serif;
  line-height: 1; }
  @media screen and (max-width: 1199px) {
    /* line 3, scss/schedule.scss */
    .content-schedule h1 {
      font-size: 44.61538px; } }
  @media screen and (max-width: 991px) {
    /* line 3, scss/schedule.scss */
    .content-schedule h1 {
      font-size: 34.11765px; } }
  @media screen and (max-width: 767px) {
    /* line 3, scss/schedule.scss */
    .content-schedule h1 {
      font-size: 26.36364px; } }

/* line 17, scss/schedule.scss */
.schedule {
  color: #2a2a2a; }
  /* line 19, scss/schedule.scss */
  .schedule_blk {
    max-width: 1450px;
    margin: auto;
    padding: 120px 0; }
    @media screen and (max-width: 767px) {
      /* line 19, scss/schedule.scss */
      .schedule_blk {
        padding-top: 54.54545px;
        padding-bottom: 54.54545px; } }
  /* line 28, scss/schedule.scss */
  .schedule_classes {
    min-height: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b5b5b4;
    padding: 0 30px 0 0; }
    @media screen and (max-width: 991px) {
      /* line 28, scss/schedule.scss */
      .schedule_classes {
        margin-top: 30px; } }
    /* line 38, scss/schedule.scss */
    .schedule_classes .table {
      margin-bottom: 0px; }
      /* line 40, scss/schedule.scss */
      .schedule_classes .table tr {
        line-height: 75px;
        height: 75px; }
        /* line 43, scss/schedule.scss */
        .schedule_classes .table tr td {
          font: 400 normal 21px Lora, Arial, sans-serif;
          color: #696868;
          border: none;
          padding: 0px;
          vertical-align: middle; }
          @media screen and (max-width: 1199px) {
            /* line 43, scss/schedule.scss */
            .schedule_classes .table tr td {
              font-size: 15.78947px; } }
          /* line 52, scss/schedule.scss */
          .schedule_classes .table tr td:first-child {
            color: #969696;
            font: 400 normal 25px PlayfairDisplay, Arial, sans-serif; }
            @media screen and (max-width: 1199px) {
              /* line 52, scss/schedule.scss */
              .schedule_classes .table tr td:first-child {
                font-size: 18.79699px; } }
          /* line 59, scss/schedule.scss */
          .schedule_classes .table tr td p {
            text-align: center;
            width: 110px;
            margin: auto;
            padding: 10px 0;
            letter-spacing: 0.8px; }
            @media screen and (max-width: 420px) {
              /* line 59, scss/schedule.scss */
              .schedule_classes .table tr td p {
                padding: 21px 0; } }
          /* line 70, scss/schedule.scss */
          .schedule_classes .table tr td:last-child p {
            width: 100%;
            padding: 14px 0 14px 25px;
            text-align: left; }
      /* line 79, scss/schedule.scss */
      .schedule_classes .table tr.active td {
        background-color: transparent; }
        /* line 81, scss/schedule.scss */
        .schedule_classes .table tr.active td p {
          background-color: #2a2a2a;
          color: #fff; }
        /* line 86, scss/schedule.scss */
        .schedule_classes .table tr.active td:first-child p {
          background-color: #969696; }
  /* line 94, scss/schedule.scss */
  .schedule_time {
    border: 1px solid #b5b5b4;
    min-height: 220px;
    width: 100%;
    display: table; }
    @media screen and (max-width: 767px) {
      /* line 94, scss/schedule.scss */
      .schedule_time {
        min-height: 150px;
        text-align: center; } }
    /* line 103, scss/schedule.scss */
    .schedule_time_box {
      display: table-cell;
      vertical-align: middle; }
  /* line 108, scss/schedule.scss */
  .schedule .time {
    font: 400 normal 115px Argon, Arial, sans-serif;
    width: 550px;
    margin: auto;
    line-height: 1; }
    @media screen and (max-width: 1469px) {
      /* line 108, scss/schedule.scss */
      .schedule .time {
        font-size: 89.14729px;
        width: 426.35659px; } }
    @media screen and (max-width: 767px) {
      /* line 108, scss/schedule.scss */
      .schedule .time {
        width: 280px;
        font-size: 57.5px; } }
  /* line 122, scss/schedule.scss */
  .schedule .location {
    font: 400 normal 27px Lora, Arial, sans-serif;
    color: #626060;
    width: 550px;
    margin: auto;
    line-height: 1; }
    @media screen and (max-width: 1469px) {
      /* line 122, scss/schedule.scss */
      .schedule .location {
        width: 426.35659px;
        font-size: 20.93023px; } }
    @media screen and (max-width: 767px) {
      /* line 122, scss/schedule.scss */
      .schedule .location {
        width: 280px;
        font-size: 13.5px; } }
  /* line 137, scss/schedule.scss */
  .schedule_day {
    border: 1px solid #b5b5b4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 320px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      /* line 137, scss/schedule.scss */
      .schedule_day {
        display: block;
        padding: 0 20px 20px 20px; } }
    /* line 149, scss/schedule.scss */
    .schedule_day .today {
      width: 50%;
      display: inline-block;
      font: 400 normal 46px Argon, Arial, sans-serif; }
      @media screen and (max-width: 1469px) {
        /* line 149, scss/schedule.scss */
        .schedule_day .today {
          font-size: 35.65891px;
          width: 45%; } }
      @media screen and (max-width: 1199px) {
        /* line 149, scss/schedule.scss */
        .schedule_day .today {
          font-size: 34.58647px; } }
      @media screen and (max-width: 991px) {
        /* line 149, scss/schedule.scss */
        .schedule_day .today {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        /* line 149, scss/schedule.scss */
        .schedule_day .today {
          width: 100%;
          margin-bottom: 20px; } }
      /* line 168, scss/schedule.scss */
      .schedule_day .today .day {
        font-size: 156px;
        line-height: 1; }
        @media screen and (max-width: 1469px) {
          /* line 168, scss/schedule.scss */
          .schedule_day .today .day {
            font-size: 120.93023px; } }
        @media screen and (max-width: 1199px) {
          /* line 168, scss/schedule.scss */
          .schedule_day .today .day {
            font-size: 117.29323px; } }
      /* line 178, scss/schedule.scss */
      .schedule_day .today .month {
        line-height: 1; }
    /* line 182, scss/schedule.scss */
    .schedule_day .calendar {
      width: 50%;
      display: inline-block;
      font: 400 normal 18px Lora, Arial, sans-serif; }
      @media screen and (max-width: 1469px) {
        /* line 182, scss/schedule.scss */
        .schedule_day .calendar {
          width: 55%; } }
      @media screen and (max-width: 991px) {
        /* line 182, scss/schedule.scss */
        .schedule_day .calendar {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        /* line 182, scss/schedule.scss */
        .schedule_day .calendar {
          width: 100%; } }
      /* line 196, scss/schedule.scss */
      .schedule_day .calendar table {
        width: 320px;
        margin-bottom: 0px; }
        @media screen and (max-width: 1669px) {
          /* line 196, scss/schedule.scss */
          .schedule_day .calendar table {
            width: 280px; } }
        @media screen and (max-width: 1199px) {
          /* line 196, scss/schedule.scss */
          .schedule_day .calendar table {
            width: 230px; } }
        @media screen and (max-width: 767px) {
          /* line 196, scss/schedule.scss */
          .schedule_day .calendar table {
            margin: auto; } }
        /* line 208, scss/schedule.scss */
        .schedule_day .calendar table tr, .schedule_day .calendar table td {
          border: none; }
        /* line 211, scss/schedule.scss */
        .schedule_day .calendar table tr {
          line-height: 1;
          height: 30px; }
          /* line 214, scss/schedule.scss */
          .schedule_day .calendar table tr:nth-child(2) {
            display: none; }
          /* line 218, scss/schedule.scss */
          .schedule_day .calendar table tr:last-child td {
            color: #2a2a2a !important; }
          /* line 222, scss/schedule.scss */
          .schedule_day .calendar table tr td {
            text-align: center;
            vertical-align: middle; }
            /* line 225, scss/schedule.scss */
            .schedule_day .calendar table tr td:last-child {
              color: #b21a2b; }
        /* line 230, scss/schedule.scss */
        .schedule_day .calendar table td {
          padding: 0px;
          line-height: 16px; }
  /* line 237, scss/schedule.scss */
  .schedule_name {
    font-size: 23px;
    text-transform: uppercase;
    padding-left: 50px;
    margin-top: 40px;
    position: relative; }
    /* line 243, scss/schedule.scss */
    .schedule_name:before {
      position: absolute;
      content: '';
      width: 40px;
      height: 40px;
      background: url(../images/schedule.png) no-repeat center;
      background-size: cover;
      left: 0px;
      margin-top: -12px; }

@media screen and (max-width: 1469px) {
  /* line 2, scss/_anons.scss */
  .content-anons h1 {
    font-size: 87.96992px; } }

@media screen and (max-width: 991px) {
  /* line 2, scss/_anons.scss */
  .content-anons h1 {
    font-size: 68.42105px; } }

@media screen and (max-width: 767px) {
  /* line 2, scss/_anons.scss */
  .content-anons h1 {
    font-size: 51.5873px; } }

/* line 13, scss/_anons.scss */
.content-anons .views {
  margin-bottom: 140px; }
  @media screen and (max-width: 767px) {
    /* line 13, scss/_anons.scss */
    .content-anons .views {
      margin-bottom: 61.7284px; } }

/* line 20, scss/_anons.scss */
.anons {
  padding: 80px 0 0px 0; }
  @media screen and (max-width: 767px) {
    /* line 20, scss/_anons.scss */
    .anons {
      padding: 0px; } }
  /* line 26, scss/_anons.scss */
  .anons_month {
    text-align: center;
    max-width: 450px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 767px) {
      /* line 26, scss/_anons.scss */
      .anons_month {
        display: none; } }
  /* line 35, scss/_anons.scss */
  .anons h2 {
    font-size: 43px;
    color: #2a2a2a; }
  /* line 39, scss/_anons.scss */
  .anons .next, .anons .prev {
    width: 35px;
    height: 35px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 8px;
    border: 1px solid #2a2a2a;
    transition: 0.5s all; }
    /* line 48, scss/_anons.scss */
    .anons .next:before, .anons .prev:before {
      content: '';
      position: absolute;
      border: solid #2a2a2a;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 7px;
      margin: 9px -12px;
      transition: 0.5s all; }
    /* line 58, scss/_anons.scss */
    .anons .next:hover, .anons .prev:hover {
      background-color: #2a2a2a; }
      /* line 60, scss/_anons.scss */
      .anons .next:hover:before, .anons .prev:hover:before {
        border-color: #fff; }
  /* line 65, scss/_anons.scss */
  .anons .prev {
    left: 0px; }
    /* line 67, scss/_anons.scss */
    .anons .prev:before {
      -webkit-transform: rotate(-225deg);
      -o-transform: rotate(-225deg);
      -moz-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
      transform: rotate(-225deg);
      margin: 9px -6px; }
  /* line 73, scss/_anons.scss */
  .anons .next {
    right: 0px; }
    /* line 75, scss/_anons.scss */
    .anons .next:before {
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  /* line 79, scss/_anons.scss */
  .anons_calendar {
    color: #2a2a2a;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      /* line 79, scss/_anons.scss */
      .anons_calendar {
        margin-top: 20px; } }
    /* line 85, scss/_anons.scss */
    .anons_calendar_top {
      border: 1px solid #969696; }
      @media screen and (max-width: 767px) {
        /* line 85, scss/_anons.scss */
        .anons_calendar_top {
          display: none; } }
      /* line 91, scss/_anons.scss */
      .anons_calendar_top ul li {
        float: left;
        width: 13.4%;
        margin-right: 1%;
        color: #2a2a2a;
        font: 400 normal 58px Argon, Arial, sans-serif;
        text-align: center; }
        @media screen and (max-width: 1199px) {
          /* line 91, scss/_anons.scss */
          .anons_calendar_top ul li {
            font-size: 43.60902px; } }
        @media screen and (max-width: 991px) {
          /* line 91, scss/_anons.scss */
          .anons_calendar_top ul li {
            font-size: 33.91813px; } }
        /* line 107, scss/_anons.scss */
        .anons_calendar_top ul li:last-child {
          margin-right: 0px; }
    /* line 115, scss/_anons.scss */
    .anons_calendar_main ul li {
      border: 1px solid #626060;
      float: left;
      margin-top: 15px;
      width: 13.4%;
      margin-right: 1%; }
      @media screen and (max-width: 767px) {
        /* line 115, scss/_anons.scss */
        .anons_calendar_main ul li {
          width: 100%;
          margin-right: 0px; } }
      /* line 128, scss/_anons.scss */
      .anons_calendar_main ul li:nth-child(7n+7) {
        margin-right: 0px; }
    /* line 135, scss/_anons.scss */
    .anons_calendar .event_box {
      min-height: 220px;
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 1869px) {
        /* line 135, scss/_anons.scss */
        .anons_calendar .event_box {
          min-height: 200px; } }
      @media screen and (max-width: 1669px) {
        /* line 135, scss/_anons.scss */
        .anons_calendar .event_box {
          min-height: 150px; } }
      @media screen and (max-width: 1199px) {
        /* line 135, scss/_anons.scss */
        .anons_calendar .event_box {
          min-height: 125px; } }
      @media screen and (max-width: 991px) {
        /* line 135, scss/_anons.scss */
        .anons_calendar .event_box {
          min-height: 100px; } }
      @media screen and (max-width: 767px) {
        /* line 135, scss/_anons.scss */
        .anons_calendar .event_box {
          min-height: 220px; } }
      /* line 162, scss/_anons.scss */
      .anons_calendar .event_box_inner {
        background-color: rgba(0, 0, 0, 0.4);
        min-height: inherit; }
      /* line 166, scss/_anons.scss */
      .anons_calendar .event_box_month {
        font: 400 normal 32px Argon, Arial, sans-serif;
        color: #fff;
        position: absolute;
        left: 15px;
        top: 0px;
        display: none; }
        @media screen and (max-width: 767px) {
          /* line 166, scss/_anons.scss */
          .anons_calendar .event_box_month {
            display: block; } }
      /* line 177, scss/_anons.scss */
      .anons_calendar .event_box_date {
        font: 400 normal 66px Argon, Arial, sans-serif;
        color: #fff;
        line-height: 1;
        text-align: right;
        padding-right: 15px;
        transition: 0.5s all; }
        @media screen and (max-width: 1669px) {
          /* line 177, scss/_anons.scss */
          .anons_calendar .event_box_date {
            font-size: 48px; } }
        @media screen and (max-width: 1199px) {
          /* line 177, scss/_anons.scss */
          .anons_calendar .event_box_date {
            font-size: 44px; } }
        @media screen and (max-width: 1469px) {
          /* line 177, scss/_anons.scss */
          .anons_calendar .event_box_date {
            font-size: 40px; } }
        @media screen and (max-width: 1199px) {
          /* line 177, scss/_anons.scss */
          .anons_calendar .event_box_date {
            font-size: 32px; } }
        @media screen and (max-width: 767px) {
          /* line 177, scss/_anons.scss */
          .anons_calendar .event_box_date {
            font-size: 44px; } }
      /* line 204, scss/_anons.scss */
      .anons_calendar .event_box_name {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        font-size: 13px;
        text-align: center;
        background-color: #fff;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase; }
        @media screen and (max-width: 1469px) {
          /* line 204, scss/_anons.scss */
          .anons_calendar .event_box_name {
            font-size: 10.07752px; } }
        @media screen and (max-width: 1199px) {
          /* line 204, scss/_anons.scss */
          .anons_calendar .event_box_name {
            font-size: 9.77444px; } }
        @media screen and (max-width: 991px) {
          /* line 204, scss/_anons.scss */
          .anons_calendar .event_box_name {
            font-size: 7.60234px; } }
        @media screen and (max-width: 767px) {
          /* line 204, scss/_anons.scss */
          .anons_calendar .event_box_name {
            font-size: 11px; } }
      /* line 230, scss/_anons.scss */
      .anons_calendar .event_box_hidden {
        position: absolute;
        left: -1px;
        right: -1px;
        top: 0px;
        z-index: 9;
        min-height: calc(70% + 2px);
        margin-top: calc(30% - 4px);
        text-align: center;
        background-color: #fff;
        border: 1px solid #626060;
        border-top: none;
        padding: 20px 10px 0 10px;
        opacity: 0;
        transition: 0.5s all; }
        @media screen and (max-width: 1669px) {
          /* line 230, scss/_anons.scss */
          .anons_calendar .event_box_hidden {
            margin-top: calc(30% - 6px); } }
        @media screen and (max-width: 1469px) {
          /* line 230, scss/_anons.scss */
          .anons_calendar .event_box_hidden {
            padding: 12px 10px 0 10px; } }
        @media screen and (max-width: 1199px) {
          /* line 230, scss/_anons.scss */
          .anons_calendar .event_box_hidden {
            padding: 4px 10px 0 10px; } }
        @media screen and (max-width: 991px) {
          /* line 230, scss/_anons.scss */
          .anons_calendar .event_box_hidden {
            padding: 0px 5px 0 5px;
            margin-top: calc(30% + 3px); } }
        @media screen and (max-width: 767px) {
          /* line 230, scss/_anons.scss */
          .anons_calendar .event_box_hidden {
            min-height: 178px;
            margin-top: 43px;
            padding: 20px 10px 0 10px; } }
        /* line 269, scss/_anons.scss */
        .anons_calendar .event_box_hidden a {
          display: block;
          font-size: 13px;
          text-transform: uppercase;
          margin-bottom: 10px;
          text-align: left; }
          @media screen and (max-width: 1869px) {
            /* line 269, scss/_anons.scss */
            .anons_calendar .event_box_hidden a {
              font-size: 11px;
              margin-bottom: 5px; } }
          @media screen and (max-width: 1669px) {
            /* line 269, scss/_anons.scss */
            .anons_calendar .event_box_hidden a {
              margin-bottom: 3px;
              font-size: 9px; } }
          @media screen and (max-width: 1199px) {
            /* line 269, scss/_anons.scss */
            .anons_calendar .event_box_hidden a {
              font-size: 8px;
              margin-bottom: 2px; } }
          @media screen and (max-width: 991px) {
            /* line 269, scss/_anons.scss */
            .anons_calendar .event_box_hidden a {
              font-size: 7px; } }
          @media screen and (max-width: 767px) {
            /* line 269, scss/_anons.scss */
            .anons_calendar .event_box_hidden a {
              font-size: 13px; } }
          /* line 302, scss/_anons.scss */
          .anons_calendar .event_box_hidden a:nth-child(n+4) {
            display: none; }
        /* line 306, scss/_anons.scss */
        .anons_calendar .event_box_hidden a.open {
          display: block; }
        /* line 309, scss/_anons.scss */
        .anons_calendar .event_box_hidden .event_box_showmore {
          width: 26px;
          height: 26px;
          background-color: #2a2a2a;
          font-size: 16px;
          padding: 5px 0;
          margin-bottom: 10px;
          border: none;
          text-align: center;
          color: #fff;
          display: inline-block; }
          @media screen and (max-width: 991px) {
            /* line 309, scss/_anons.scss */
            .anons_calendar .event_box_hidden .event_box_showmore {
              font-size: 9px;
              width: 17px;
              height: 17px;
              margin-bottom: 0px;
              padding: 3px 0;
              display: block;
              margin: auto; } }
          @media screen and (max-width: 767px) {
            /* line 309, scss/_anons.scss */
            .anons_calendar .event_box_hidden .event_box_showmore {
              width: 26px;
              height: 26px;
              font-size: 16px;
              padding: 5px 0; } }
          /* line 335, scss/_anons.scss */
          .anons_calendar .event_box_hidden .event_box_showmore a {
            display: none; }
          /* line 338, scss/_anons.scss */
          .anons_calendar .event_box_hidden .event_box_showmore:hover {
            width: initial;
            height: initial;
            background-color: #fff;
            color: #fff;
            font-size: 0px; }
            /* line 346, scss/_anons.scss */
            .anons_calendar .event_box_hidden .event_box_showmore:hover a {
              display: block;
              color: #2a2a2a; }
        /* line 353, scss/_anons.scss */
        .anons_calendar .event_box_hidden:hover {
          opacity: 1;
          z-index: 30; }
    /* line 360, scss/_anons.scss */
    .anons_calendar .event_box.morenews .event_box_date {
      background-color: #fff;
      color: #2a2a2a !important; }
    /* line 365, scss/_anons.scss */
    .anons_calendar .event_box.morenews .event_box_hidden {
      opacity: 1; }
    /* line 371, scss/_anons.scss */
    .anons_calendar .event.past-event .event_box {
      -webkit-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      filter: grayscale(100%); }
      /* line 373, scss/_anons.scss */
      .anons_calendar .event.past-event .event_box:hover {
        -webkit-filter: none;
        -o-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        filter: none; }
    /* line 380, scss/_anons.scss */
    .anons_calendar .event.no-event .event_box .event_box_date {
      color: #2a2a2a; }

/* line 387, scss/_anons.scss */
.mobile-picker {
  display: none; }
  @media screen and (max-width: 767px) {
    /* line 387, scss/_anons.scss */
    .mobile-picker {
      display: block;
      margin-top: 30px;
      text-align: center; } }
  /* line 394, scss/_anons.scss */
  .mobile-picker p {
    color: #2a2a2a;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 5px; }
  /* line 400, scss/_anons.scss */
  .mobile-picker input {
    color: #626060;
    font: 400 normal 16px Lora, Arial, sans-serif;
    padding-left: 5px; }

/* line 2, scss/_footer.scss */
footer .footer {
  font: 400 normal 15px Lora, Arial, sans-serif; }
  /* line 5, scss/_footer.scss */
  footer .footer_main {
    padding: 25px 0;
    background-color: #2a2a2a; }
    /* line 9, scss/_footer.scss */
    footer .footer_main a:hover {
      text-decoration: underline; }
  /* line 15, scss/_footer.scss */
  footer .footer_left li, footer .footer_center li {
    color: #fff;
    line-height: 32px; }
  /* line 26, scss/_footer.scss */
  footer .footer_left ul {
    float: left;
    width: 50%; }
    @media screen and (max-width: 767px) {
      /* line 26, scss/_footer.scss */
      footer .footer_left ul {
        width: 100%;
        margin-top: 30px; }
        /* line 32, scss/_footer.scss */
        footer .footer_left ul:first-child {
          margin-top: 0px; } }
  @media screen and (max-width: 767px) {
    /* line 38, scss/_footer.scss */
    footer .footer_center {
      margin-top: 30px; } }
  /* line 43, scss/_footer.scss */
  footer .footer_center ul li {
    line-height: 32px; }
  /* line 50, scss/_footer.scss */
  footer .footer_center li:first-child, footer .footer_address li:first-child {
    font: 700 normal 18px PlayfairDisplay, Arial, sans-serif; }
  @media screen and (max-width: 1199px) {
    /* line 56, scss/_footer.scss */
    footer .footer_right {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    /* line 56, scss/_footer.scss */
    footer .footer_right {
      margin-top: 30px; } }
  /* line 64, scss/_footer.scss */
  footer .footer_socials, footer .footer_address {
    float: left;
    width: 50%; }
    @media screen and (max-width: 767px) {
      /* line 64, scss/_footer.scss */
      footer .footer_socials, footer .footer_address {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    /* line 71, scss/_footer.scss */
    footer .footer_socials {
      margin-bottom: 30px; } }
  /* line 76, scss/_footer.scss */
  footer .footer_socials li span {
    padding-right: 10px;
    width: 35px;
    text-align: center;
    font-size: 21px; }
  /* line 82, scss/_footer.scss */
  footer .footer_socials li a {
    font: 400 normal 14px AdelleCyrillic, Arial, sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    display: inline-block; }
  /* line 92, scss/_footer.scss */
  footer .footer_socials li:nth-child(2) a:before {
    background-position: -41px; }
  /* line 99, scss/_footer.scss */
  footer .footer_socials li:nth-child(3) a:before {
    background-position: -101px; }
  /* line 106, scss/_footer.scss */
  footer .footer_socials li:nth-child(4) a:before {
    background-position: -161px; }
  /* line 113, scss/_footer.scss */
  footer .footer_socials li:nth-child(5) a:before {
    background-position: -230px; }
  /* line 121, scss/_footer.scss */
  footer .footer_address li {
    margin-bottom: 30px;
    position: relative; }
    /* line 125, scss/_footer.scss */
    footer .footer_address li:nth-child(n+2) {
      margin-bottom: 20px; }
    /* line 129, scss/_footer.scss */
    footer .footer_address li:first-child:before {
      display: none; }
    /* line 134, scss/_footer.scss */
    footer .footer_address li:nth-child(2):before {
      background-position: 0px; }
    /* line 139, scss/_footer.scss */
    footer .footer_address li:nth-child(3):before {
      background-position: -32px; }
    /* line 144, scss/_footer.scss */
    footer .footer_address li:nth-child(4):before {
      background-position: -58px; }
    /* line 148, scss/_footer.scss */
    footer .footer_address li:before {
      content: '';
      position: absolute;
      background: url(../images/contacts-sprite.png) no-repeat;
      background-size: cover;
      left: 0px;
      top: 0px;
      width: 26px;
      height: 22px; }
    /* line 159, scss/_footer.scss */
    footer .footer_address li a, footer .footer_address li p {
      padding-left: 40px;
      line-height: 20px; }
    /* line 163, scss/_footer.scss */
    footer .footer_address li a {
      display: table;
      color: #fff; }
  /* line 169, scss/_footer.scss */
  footer .footer_bottom {
    background-color: #252424;
    min-height: 70px; }
    /* line 172, scss/_footer.scss */
    footer .footer_bottom_left {
      min-height: inherit;
      display: flex;
      align-items: center;
      padding: 15px 0; }
      /* line 177, scss/_footer.scss */
      footer .footer_bottom_left img {
        margin-right: 15px;
        height: 53.6px;
        transition: 0.5s all;
        -webkit-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%); }
        /* line 182, scss/_footer.scss */
        footer .footer_bottom_left img:hover {
          -webkit-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -ms-filter: grayscale(0%);
          filter: grayscale(0%); }
  /* line 188, scss/_footer.scss */
  footer .footer_copyright {
    display: flex;
    align-items: center; }
    /* line 193, scss/_footer.scss */
    footer .footer_copyright p {
      font: 400 normal 16px AdelleCyrillic, Arial, sans-serif;
      display: inline-block; }
    @media screen and (max-width: 767px) {
      /* line 188, scss/_footer.scss */
      footer .footer_copyright {
        display: none; } }
  /* line 201, scss/_footer.scss */
  footer .footer_production {
    text-align: right;
    padding: 27px 0; }
    @media screen and (max-width: 767px) {
      /* line 201, scss/_footer.scss */
      footer .footer_production {
        min-height: 80px;
        text-align: left; } }
    /* line 208, scss/_footer.scss */
    footer .footer_production a {
      position: relative;
      font-size: 13px;
      letter-spacing: 1.5px;
      max-width: 290px;
      padding-right: 110px;
      display: inline-block;
      text-align: left; }
      /* line 217, scss/_footer.scss */
      footer .footer_production a:before {
        position: absolute;
        content: '';
        background: url(../images/unit-space.svg) no-repeat center;
        background-size: contain;
        width: 108px;
        height: 40px;
        top: 0px;
        bottom: 0px;
        right: 0px; }

/* Slider */
/* line 2, scss/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 21, scss/_slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

/* line 31, scss/_slick.scss */
.slick-list:focus {
  outline: none; }

/* line 35, scss/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

/* line 41, scss/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 51, scss/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 61, scss/_slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

/* line 68, scss/_slick.scss */
.slick-track:after {
  clear: both; }

/* line 72, scss/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden; }

/* line 77, scss/_slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none; }

/* line 86, scss/_slick.scss */
[dir='rtl'] .slick-slide {
  float: right; }

/* line 90, scss/_slick.scss */
.slick-slide img {
  display: block; }

/* line 94, scss/_slick.scss */
.slick-slide.slick-loading img {
  display: none; }

/* line 98, scss/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none; }

/* line 102, scss/_slick.scss */
.slick-initialized .slick-slide {
  display: block; }

/* line 106, scss/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden; }

/* line 110, scss/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* line 118, scss/_slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* line 3, scss/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); }

/* Arrows */
/* line 19, scss/_slick-theme.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%) translate3d(0, 0, 0);
  -o-transform: translate(0, -50%) translate3d(0, 0, 0);
  -moz-transform: translate(0, -50%) translate3d(0, 0, 0);
  -ms-transform: translate(0, -50%) translate3d(0, 0, 0);
  transform: translate(0, -50%) translate3d(0, 0, 0);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  transition: 0.3s all ease;
  z-index: 1; }

/* line 41, scss/_slick-theme.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

/* line 50, scss/_slick-theme.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  border-color: #2a2a2a; }

/* line 58, scss/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

/* line 64, scss/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-size: 16px;
  /*line-height: 1;*/
  line-height: 0.8;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #969696;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  margin: 6px 0;
  transition: 0.5s all; }
  /* line 81, scss/_slick-theme.scss */
  .slick-prev:before:hover,
  .slick-next:before:hover {
    border: solid #2a2a2a; }

/* line 85, scss/_slick-theme.scss */
.slick-prev:before {
  -webkit-transform: rotate(135deg) translate3d(0, 0, 0);
  -o-transform: rotate(135deg) translate3d(0, 0, 0);
  -moz-transform: rotate(135deg) translate3d(0, 0, 0);
  -ms-transform: rotate(135deg) translate3d(0, 0, 0);
  transform: rotate(135deg) translate3d(0, 0, 0);
  margin-left: 2px; }

/* line 89, scss/_slick-theme.scss */
.slick-next:before {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  -o-transform: rotate(-45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  margin-right: 5px; }

/* line 94, scss/_slick-theme.scss */
.slick-prev {
  left: -25px; }

/* line 98, scss/_slick-theme.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

/* line 103, scss/_slick-theme.scss */
.slick-prev:before {
  content: '←'; }

/* line 107, scss/_slick-theme.scss */
[dir='rtl'] .slick-prev:before {
  content: '→'; }

/* line 112, scss/_slick-theme.scss */
.slick-next {
  right: -25px; }

/* line 116, scss/_slick-theme.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

/* line 121, scss/_slick-theme.scss */
.slick-next:before {
  content: '→'; }

/* line 125, scss/_slick-theme.scss */
[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
/* line 131, scss/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

/* line 136, scss/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

/* line 151, scss/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

/* line 164, scss/_slick-theme.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

/* line 182, scss/_slick-theme.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

/* line 187, scss/_slick-theme.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

/* line 192, scss/_slick-theme.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 214, scss/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 4, scss/font-awesome/_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, scss/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 10, scss/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 11, scss/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 12, scss/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 13, scss/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 3, scss/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center; }

/* line 4, scss/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  /* line 8, scss/font-awesome/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 10, scss/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  /* line 16, scss/font-awesome/_list.scss */
  .fa-li.fa-lg {
    left: -1.85714em; }

/* line 4, scss/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

/* line 10, scss/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left; }

/* line 11, scss/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right; }

/* line 14, scss/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 15, scss/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 19, scss/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 20, scss/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 23, scss/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 24, scss/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 4, scss/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 9, scss/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

/* line 4, scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 5, scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 6, scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 8, scss/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 9, scss/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 14, scss/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 4, scss/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 12, scss/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 18, scss/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 19, scss/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 20, scss/font-awesome/_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, scss/font-awesome/_icons.scss */
.fa-glass:before {
  content: ""; }

/* line 5, scss/font-awesome/_icons.scss */
.fa-music:before {
  content: ""; }

/* line 6, scss/font-awesome/_icons.scss */
.fa-search:before {
  content: ""; }

/* line 7, scss/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: ""; }

/* line 8, scss/font-awesome/_icons.scss */
.fa-heart:before {
  content: ""; }

/* line 9, scss/font-awesome/_icons.scss */
.fa-star:before {
  content: ""; }

/* line 10, scss/font-awesome/_icons.scss */
.fa-star-o:before {
  content: ""; }

/* line 11, scss/font-awesome/_icons.scss */
.fa-user:before {
  content: ""; }

/* line 12, scss/font-awesome/_icons.scss */
.fa-film:before {
  content: ""; }

/* line 13, scss/font-awesome/_icons.scss */
.fa-th-large:before {
  content: ""; }

/* line 14, scss/font-awesome/_icons.scss */
.fa-th:before {
  content: ""; }

/* line 15, scss/font-awesome/_icons.scss */
.fa-th-list:before {
  content: ""; }

/* line 16, scss/font-awesome/_icons.scss */
.fa-check:before {
  content: ""; }

/* line 17, scss/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

/* line 20, scss/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: ""; }

/* line 21, scss/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: ""; }

/* line 22, scss/font-awesome/_icons.scss */
.fa-power-off:before {
  content: ""; }

/* line 23, scss/font-awesome/_icons.scss */
.fa-signal:before {
  content: ""; }

/* line 24, scss/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: ""; }

/* line 26, scss/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: ""; }

/* line 27, scss/font-awesome/_icons.scss */
.fa-home:before {
  content: ""; }

/* line 28, scss/font-awesome/_icons.scss */
.fa-file-o:before {
  content: ""; }

/* line 29, scss/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: ""; }

/* line 30, scss/font-awesome/_icons.scss */
.fa-road:before {
  content: ""; }

/* line 31, scss/font-awesome/_icons.scss */
.fa-download:before {
  content: ""; }

/* line 32, scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: ""; }

/* line 33, scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: ""; }

/* line 34, scss/font-awesome/_icons.scss */
.fa-inbox:before {
  content: ""; }

/* line 35, scss/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: ""; }

/* line 36, scss/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

/* line 38, scss/font-awesome/_icons.scss */
.fa-refresh:before {
  content: ""; }

/* line 39, scss/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: ""; }

/* line 40, scss/font-awesome/_icons.scss */
.fa-lock:before {
  content: ""; }

/* line 41, scss/font-awesome/_icons.scss */
.fa-flag:before {
  content: ""; }

/* line 42, scss/font-awesome/_icons.scss */
.fa-headphones:before {
  content: ""; }

/* line 43, scss/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: ""; }

/* line 44, scss/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: ""; }

/* line 45, scss/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: ""; }

/* line 46, scss/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: ""; }

/* line 47, scss/font-awesome/_icons.scss */
.fa-barcode:before {
  content: ""; }

/* line 48, scss/font-awesome/_icons.scss */
.fa-tag:before {
  content: ""; }

/* line 49, scss/font-awesome/_icons.scss */
.fa-tags:before {
  content: ""; }

/* line 50, scss/font-awesome/_icons.scss */
.fa-book:before {
  content: ""; }

/* line 51, scss/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: ""; }

/* line 52, scss/font-awesome/_icons.scss */
.fa-print:before {
  content: ""; }

/* line 53, scss/font-awesome/_icons.scss */
.fa-camera:before {
  content: ""; }

/* line 54, scss/font-awesome/_icons.scss */
.fa-font:before {
  content: ""; }

/* line 55, scss/font-awesome/_icons.scss */
.fa-bold:before {
  content: ""; }

/* line 56, scss/font-awesome/_icons.scss */
.fa-italic:before {
  content: ""; }

/* line 57, scss/font-awesome/_icons.scss */
.fa-text-height:before {
  content: ""; }

/* line 58, scss/font-awesome/_icons.scss */
.fa-text-width:before {
  content: ""; }

/* line 59, scss/font-awesome/_icons.scss */
.fa-align-left:before {
  content: ""; }

/* line 60, scss/font-awesome/_icons.scss */
.fa-align-center:before {
  content: ""; }

/* line 61, scss/font-awesome/_icons.scss */
.fa-align-right:before {
  content: ""; }

/* line 62, scss/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: ""; }

/* line 63, scss/font-awesome/_icons.scss */
.fa-list:before {
  content: ""; }

/* line 64, scss/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

/* line 66, scss/font-awesome/_icons.scss */
.fa-indent:before {
  content: ""; }

/* line 67, scss/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: ""; }

/* line 68, scss/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

/* line 71, scss/font-awesome/_icons.scss */
.fa-pencil:before {
  content: ""; }

/* line 72, scss/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: ""; }

/* line 73, scss/font-awesome/_icons.scss */
.fa-adjust:before {
  content: ""; }

/* line 74, scss/font-awesome/_icons.scss */
.fa-tint:before {
  content: ""; }

/* line 75, scss/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

/* line 77, scss/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: ""; }

/* line 78, scss/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: ""; }

/* line 79, scss/font-awesome/_icons.scss */
.fa-arrows:before {
  content: ""; }

/* line 80, scss/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: ""; }

/* line 81, scss/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: ""; }

/* line 82, scss/font-awesome/_icons.scss */
.fa-backward:before {
  content: ""; }

/* line 83, scss/font-awesome/_icons.scss */
.fa-play:before {
  content: ""; }

/* line 84, scss/font-awesome/_icons.scss */
.fa-pause:before {
  content: ""; }

/* line 85, scss/font-awesome/_icons.scss */
.fa-stop:before {
  content: ""; }

/* line 86, scss/font-awesome/_icons.scss */
.fa-forward:before {
  content: ""; }

/* line 87, scss/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: ""; }

/* line 88, scss/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: ""; }

/* line 89, scss/font-awesome/_icons.scss */
.fa-eject:before {
  content: ""; }

/* line 90, scss/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: ""; }

/* line 91, scss/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: ""; }

/* line 92, scss/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: ""; }

/* line 93, scss/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: ""; }

/* line 94, scss/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: ""; }

/* line 95, scss/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: ""; }

/* line 96, scss/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: ""; }

/* line 97, scss/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: ""; }

/* line 98, scss/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: ""; }

/* line 99, scss/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: ""; }

/* line 100, scss/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: ""; }

/* line 101, scss/font-awesome/_icons.scss */
.fa-ban:before {
  content: ""; }

/* line 102, scss/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: ""; }

/* line 103, scss/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: ""; }

/* line 104, scss/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: ""; }

/* line 105, scss/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: ""; }

/* line 106, scss/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

/* line 108, scss/font-awesome/_icons.scss */
.fa-expand:before {
  content: ""; }

/* line 109, scss/font-awesome/_icons.scss */
.fa-compress:before {
  content: ""; }

/* line 110, scss/font-awesome/_icons.scss */
.fa-plus:before {
  content: ""; }

/* line 111, scss/font-awesome/_icons.scss */
.fa-minus:before {
  content: ""; }

/* line 112, scss/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: ""; }

/* line 113, scss/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: ""; }

/* line 114, scss/font-awesome/_icons.scss */
.fa-gift:before {
  content: ""; }

/* line 115, scss/font-awesome/_icons.scss */
.fa-leaf:before {
  content: ""; }

/* line 116, scss/font-awesome/_icons.scss */
.fa-fire:before {
  content: ""; }

/* line 117, scss/font-awesome/_icons.scss */
.fa-eye:before {
  content: ""; }

/* line 118, scss/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: ""; }

/* line 119, scss/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

/* line 121, scss/font-awesome/_icons.scss */
.fa-plane:before {
  content: ""; }

/* line 122, scss/font-awesome/_icons.scss */
.fa-calendar:before {
  content: ""; }

/* line 123, scss/font-awesome/_icons.scss */
.fa-random:before {
  content: ""; }

/* line 124, scss/font-awesome/_icons.scss */
.fa-comment:before {
  content: ""; }

/* line 125, scss/font-awesome/_icons.scss */
.fa-magnet:before {
  content: ""; }

/* line 126, scss/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: ""; }

/* line 127, scss/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: ""; }

/* line 128, scss/font-awesome/_icons.scss */
.fa-retweet:before {
  content: ""; }

/* line 129, scss/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: ""; }

/* line 130, scss/font-awesome/_icons.scss */
.fa-folder:before {
  content: ""; }

/* line 131, scss/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: ""; }

/* line 132, scss/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: ""; }

/* line 133, scss/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: ""; }

/* line 134, scss/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

/* line 136, scss/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: ""; }

/* line 137, scss/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: ""; }

/* line 138, scss/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: ""; }

/* line 139, scss/font-awesome/_icons.scss */
.fa-key:before {
  content: ""; }

/* line 140, scss/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: ""; }

/* line 142, scss/font-awesome/_icons.scss */
.fa-comments:before {
  content: ""; }

/* line 143, scss/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: ""; }

/* line 144, scss/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: ""; }

/* line 145, scss/font-awesome/_icons.scss */
.fa-star-half:before {
  content: ""; }

/* line 146, scss/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: ""; }

/* line 147, scss/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: ""; }

/* line 148, scss/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: ""; }

/* line 149, scss/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: ""; }

/* line 150, scss/font-awesome/_icons.scss */
.fa-external-link:before {
  content: ""; }

/* line 151, scss/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: ""; }

/* line 152, scss/font-awesome/_icons.scss */
.fa-trophy:before {
  content: ""; }

/* line 153, scss/font-awesome/_icons.scss */
.fa-github-square:before {
  content: ""; }

/* line 154, scss/font-awesome/_icons.scss */
.fa-upload:before {
  content: ""; }

/* line 155, scss/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: ""; }

/* line 156, scss/font-awesome/_icons.scss */
.fa-phone:before {
  content: ""; }

/* line 157, scss/font-awesome/_icons.scss */
.fa-square-o:before {
  content: ""; }

/* line 158, scss/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: ""; }

/* line 159, scss/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: ""; }

/* line 160, scss/font-awesome/_icons.scss */
.fa-twitter:before {
  content: ""; }

/* line 161, scss/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

/* line 163, scss/font-awesome/_icons.scss */
.fa-github:before {
  content: ""; }

/* line 164, scss/font-awesome/_icons.scss */
.fa-unlock:before {
  content: ""; }

/* line 165, scss/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: ""; }

/* line 166, scss/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: ""; }

/* line 168, scss/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: ""; }

/* line 169, scss/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: ""; }

/* line 170, scss/font-awesome/_icons.scss */
.fa-bell:before {
  content: ""; }

/* line 171, scss/font-awesome/_icons.scss */
.fa-certificate:before {
  content: ""; }

/* line 172, scss/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: ""; }

/* line 173, scss/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: ""; }

/* line 174, scss/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: ""; }

/* line 175, scss/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: ""; }

/* line 176, scss/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: ""; }

/* line 177, scss/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: ""; }

/* line 178, scss/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: ""; }

/* line 179, scss/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: ""; }

/* line 180, scss/font-awesome/_icons.scss */
.fa-globe:before {
  content: ""; }

/* line 181, scss/font-awesome/_icons.scss */
.fa-wrench:before {
  content: ""; }

/* line 182, scss/font-awesome/_icons.scss */
.fa-tasks:before {
  content: ""; }

/* line 183, scss/font-awesome/_icons.scss */
.fa-filter:before {
  content: ""; }

/* line 184, scss/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: ""; }

/* line 185, scss/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: ""; }

/* line 186, scss/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: ""; }

/* line 188, scss/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: ""; }

/* line 190, scss/font-awesome/_icons.scss */
.fa-cloud:before {
  content: ""; }

/* line 191, scss/font-awesome/_icons.scss */
.fa-flask:before {
  content: ""; }

/* line 192, scss/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: ""; }

/* line 194, scss/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: ""; }

/* line 196, scss/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: ""; }

/* line 197, scss/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

/* line 199, scss/font-awesome/_icons.scss */
.fa-square:before {
  content: ""; }

/* line 200, scss/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

/* line 203, scss/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: ""; }

/* line 204, scss/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: ""; }

/* line 205, scss/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: ""; }

/* line 206, scss/font-awesome/_icons.scss */
.fa-underline:before {
  content: ""; }

/* line 207, scss/font-awesome/_icons.scss */
.fa-table:before {
  content: ""; }

/* line 208, scss/font-awesome/_icons.scss */
.fa-magic:before {
  content: ""; }

/* line 209, scss/font-awesome/_icons.scss */
.fa-truck:before {
  content: ""; }

/* line 210, scss/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: ""; }

/* line 211, scss/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: ""; }

/* line 212, scss/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: ""; }

/* line 213, scss/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: ""; }

/* line 214, scss/font-awesome/_icons.scss */
.fa-money:before {
  content: ""; }

/* line 215, scss/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: ""; }

/* line 216, scss/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: ""; }

/* line 217, scss/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: ""; }

/* line 218, scss/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: ""; }

/* line 219, scss/font-awesome/_icons.scss */
.fa-columns:before {
  content: ""; }

/* line 220, scss/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

/* line 222, scss/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

/* line 224, scss/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

/* line 226, scss/font-awesome/_icons.scss */
.fa-envelope:before {
  content: ""; }

/* line 227, scss/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: ""; }

/* line 228, scss/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

/* line 230, scss/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: ""; }

/* line 232, scss/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

/* line 234, scss/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: ""; }

/* line 235, scss/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: ""; }

/* line 236, scss/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: ""; }

/* line 238, scss/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: ""; }

/* line 239, scss/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: ""; }

/* line 240, scss/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

/* line 242, scss/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: ""; }

/* line 243, scss/font-awesome/_icons.scss */
.fa-exchange:before {
  content: ""; }

/* line 244, scss/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: ""; }

/* line 245, scss/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: ""; }

/* line 246, scss/font-awesome/_icons.scss */
.fa-user-md:before {
  content: ""; }

/* line 247, scss/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: ""; }

/* line 248, scss/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: ""; }

/* line 249, scss/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: ""; }

/* line 250, scss/font-awesome/_icons.scss */
.fa-coffee:before {
  content: ""; }

/* line 251, scss/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: ""; }

/* line 252, scss/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: ""; }

/* line 253, scss/font-awesome/_icons.scss */
.fa-building-o:before {
  content: ""; }

/* line 254, scss/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: ""; }

/* line 255, scss/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: ""; }

/* line 256, scss/font-awesome/_icons.scss */
.fa-medkit:before {
  content: ""; }

/* line 257, scss/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: ""; }

/* line 258, scss/font-awesome/_icons.scss */
.fa-beer:before {
  content: ""; }

/* line 259, scss/font-awesome/_icons.scss */
.fa-h-square:before {
  content: ""; }

/* line 260, scss/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: ""; }

/* line 261, scss/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: ""; }

/* line 262, scss/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: ""; }

/* line 263, scss/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: ""; }

/* line 264, scss/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: ""; }

/* line 265, scss/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: ""; }

/* line 266, scss/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: ""; }

/* line 267, scss/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: ""; }

/* line 268, scss/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: ""; }

/* line 269, scss/font-awesome/_icons.scss */
.fa-desktop:before {
  content: ""; }

/* line 270, scss/font-awesome/_icons.scss */
.fa-laptop:before {
  content: ""; }

/* line 271, scss/font-awesome/_icons.scss */
.fa-tablet:before {
  content: ""; }

/* line 272, scss/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

/* line 274, scss/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: ""; }

/* line 275, scss/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: ""; }

/* line 276, scss/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: ""; }

/* line 277, scss/font-awesome/_icons.scss */
.fa-spinner:before {
  content: ""; }

/* line 278, scss/font-awesome/_icons.scss */
.fa-circle:before {
  content: ""; }

/* line 279, scss/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

/* line 281, scss/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: ""; }

/* line 282, scss/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: ""; }

/* line 283, scss/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: ""; }

/* line 284, scss/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: ""; }

/* line 285, scss/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: ""; }

/* line 286, scss/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: ""; }

/* line 287, scss/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: ""; }

/* line 288, scss/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: ""; }

/* line 289, scss/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: ""; }

/* line 290, scss/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: ""; }

/* line 291, scss/font-awesome/_icons.scss */
.fa-terminal:before {
  content: ""; }

/* line 292, scss/font-awesome/_icons.scss */
.fa-code:before {
  content: ""; }

/* line 293, scss/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

/* line 295, scss/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

/* line 298, scss/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: ""; }

/* line 299, scss/font-awesome/_icons.scss */
.fa-crop:before {
  content: ""; }

/* line 300, scss/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: ""; }

/* line 301, scss/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

/* line 303, scss/font-awesome/_icons.scss */
.fa-question:before {
  content: ""; }

/* line 304, scss/font-awesome/_icons.scss */
.fa-info:before {
  content: ""; }

/* line 305, scss/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: ""; }

/* line 306, scss/font-awesome/_icons.scss */
.fa-superscript:before {
  content: ""; }

/* line 307, scss/font-awesome/_icons.scss */
.fa-subscript:before {
  content: ""; }

/* line 308, scss/font-awesome/_icons.scss */
.fa-eraser:before {
  content: ""; }

/* line 309, scss/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: ""; }

/* line 310, scss/font-awesome/_icons.scss */
.fa-microphone:before {
  content: ""; }

/* line 311, scss/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: ""; }

/* line 312, scss/font-awesome/_icons.scss */
.fa-shield:before {
  content: ""; }

/* line 313, scss/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: ""; }

/* line 314, scss/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: ""; }

/* line 315, scss/font-awesome/_icons.scss */
.fa-rocket:before {
  content: ""; }

/* line 316, scss/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: ""; }

/* line 317, scss/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: ""; }

/* line 318, scss/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: ""; }

/* line 319, scss/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: ""; }

/* line 320, scss/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: ""; }

/* line 321, scss/font-awesome/_icons.scss */
.fa-html5:before {
  content: ""; }

/* line 322, scss/font-awesome/_icons.scss */
.fa-css3:before {
  content: ""; }

/* line 323, scss/font-awesome/_icons.scss */
.fa-anchor:before {
  content: ""; }

/* line 324, scss/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: ""; }

/* line 325, scss/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: ""; }

/* line 326, scss/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: ""; }

/* line 327, scss/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: ""; }

/* line 328, scss/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: ""; }

/* line 329, scss/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: ""; }

/* line 330, scss/font-awesome/_icons.scss */
.fa-ticket:before {
  content: ""; }

/* line 331, scss/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: ""; }

/* line 332, scss/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: ""; }

/* line 333, scss/font-awesome/_icons.scss */
.fa-level-up:before {
  content: ""; }

/* line 334, scss/font-awesome/_icons.scss */
.fa-level-down:before {
  content: ""; }

/* line 335, scss/font-awesome/_icons.scss */
.fa-check-square:before {
  content: ""; }

/* line 336, scss/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: ""; }

/* line 337, scss/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: ""; }

/* line 338, scss/font-awesome/_icons.scss */
.fa-share-square:before {
  content: ""; }

/* line 339, scss/font-awesome/_icons.scss */
.fa-compass:before {
  content: ""; }

/* line 340, scss/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

/* line 342, scss/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

/* line 344, scss/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

/* line 346, scss/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: ""; }

/* line 348, scss/font-awesome/_icons.scss */
.fa-gbp:before {
  content: ""; }

/* line 349, scss/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: ""; }

/* line 351, scss/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: ""; }

/* line 353, scss/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

/* line 357, scss/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

/* line 360, scss/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: ""; }

/* line 362, scss/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

/* line 364, scss/font-awesome/_icons.scss */
.fa-file:before {
  content: ""; }

/* line 365, scss/font-awesome/_icons.scss */
.fa-file-text:before {
  content: ""; }

/* line 366, scss/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: ""; }

/* line 367, scss/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: ""; }

/* line 368, scss/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: ""; }

/* line 369, scss/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: ""; }

/* line 370, scss/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: ""; }

/* line 371, scss/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: ""; }

/* line 372, scss/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: ""; }

/* line 373, scss/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: ""; }

/* line 374, scss/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: ""; }

/* line 375, scss/font-awesome/_icons.scss */
.fa-youtube:before {
  content: ""; }

/* line 376, scss/font-awesome/_icons.scss */
.fa-xing:before {
  content: ""; }

/* line 377, scss/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: ""; }

/* line 378, scss/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: ""; }

/* line 379, scss/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: ""; }

/* line 380, scss/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: ""; }

/* line 381, scss/font-awesome/_icons.scss */
.fa-instagram:before {
  content: ""; }

/* line 382, scss/font-awesome/_icons.scss */
.fa-flickr:before {
  content: ""; }

/* line 383, scss/font-awesome/_icons.scss */
.fa-adn:before {
  content: ""; }

/* line 384, scss/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: ""; }

/* line 385, scss/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: ""; }

/* line 386, scss/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: ""; }

/* line 387, scss/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: ""; }

/* line 388, scss/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: ""; }

/* line 389, scss/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: ""; }

/* line 390, scss/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: ""; }

/* line 391, scss/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: ""; }

/* line 392, scss/font-awesome/_icons.scss */
.fa-apple:before {
  content: ""; }

/* line 393, scss/font-awesome/_icons.scss */
.fa-windows:before {
  content: ""; }

/* line 394, scss/font-awesome/_icons.scss */
.fa-android:before {
  content: ""; }

/* line 395, scss/font-awesome/_icons.scss */
.fa-linux:before {
  content: ""; }

/* line 396, scss/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: ""; }

/* line 397, scss/font-awesome/_icons.scss */
.fa-skype:before {
  content: ""; }

/* line 398, scss/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: ""; }

/* line 399, scss/font-awesome/_icons.scss */
.fa-trello:before {
  content: ""; }

/* line 400, scss/font-awesome/_icons.scss */
.fa-female:before {
  content: ""; }

/* line 401, scss/font-awesome/_icons.scss */
.fa-male:before {
  content: ""; }

/* line 402, scss/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

/* line 404, scss/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: ""; }

/* line 405, scss/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: ""; }

/* line 406, scss/font-awesome/_icons.scss */
.fa-archive:before {
  content: ""; }

/* line 407, scss/font-awesome/_icons.scss */
.fa-bug:before {
  content: ""; }

/* line 408, scss/font-awesome/_icons.scss */
.fa-vk:before {
  content: ""; }

/* line 409, scss/font-awesome/_icons.scss */
.fa-weibo:before {
  content: ""; }

/* line 410, scss/font-awesome/_icons.scss */
.fa-renren:before {
  content: ""; }

/* line 411, scss/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: ""; }

/* line 412, scss/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: ""; }

/* line 413, scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: ""; }

/* line 414, scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: ""; }

/* line 415, scss/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

/* line 417, scss/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: ""; }

/* line 418, scss/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: ""; }

/* line 419, scss/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: ""; }

/* line 420, scss/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

/* line 422, scss/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: ""; }

/* line 423, scss/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: ""; }

/* line 424, scss/font-awesome/_icons.scss */
.fa-slack:before {
  content: ""; }

/* line 425, scss/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: ""; }

/* line 426, scss/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: ""; }

/* line 427, scss/font-awesome/_icons.scss */
.fa-openid:before {
  content: ""; }

/* line 428, scss/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

/* line 431, scss/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

/* line 433, scss/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: ""; }

/* line 434, scss/font-awesome/_icons.scss */
.fa-google:before {
  content: ""; }

/* line 435, scss/font-awesome/_icons.scss */
.fa-reddit:before {
  content: ""; }

/* line 436, scss/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: ""; }

/* line 437, scss/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: ""; }

/* line 438, scss/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: ""; }

/* line 439, scss/font-awesome/_icons.scss */
.fa-delicious:before {
  content: ""; }

/* line 440, scss/font-awesome/_icons.scss */
.fa-digg:before {
  content: ""; }

/* line 441, scss/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: ""; }

/* line 442, scss/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: ""; }

/* line 443, scss/font-awesome/_icons.scss */
.fa-drupal:before {
  content: ""; }

/* line 444, scss/font-awesome/_icons.scss */
.fa-joomla:before {
  content: ""; }

/* line 445, scss/font-awesome/_icons.scss */
.fa-language:before {
  content: ""; }

/* line 446, scss/font-awesome/_icons.scss */
.fa-fax:before {
  content: ""; }

/* line 447, scss/font-awesome/_icons.scss */
.fa-building:before {
  content: ""; }

/* line 448, scss/font-awesome/_icons.scss */
.fa-child:before {
  content: ""; }

/* line 449, scss/font-awesome/_icons.scss */
.fa-paw:before {
  content: ""; }

/* line 450, scss/font-awesome/_icons.scss */
.fa-spoon:before {
  content: ""; }

/* line 451, scss/font-awesome/_icons.scss */
.fa-cube:before {
  content: ""; }

/* line 452, scss/font-awesome/_icons.scss */
.fa-cubes:before {
  content: ""; }

/* line 453, scss/font-awesome/_icons.scss */
.fa-behance:before {
  content: ""; }

/* line 454, scss/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: ""; }

/* line 455, scss/font-awesome/_icons.scss */
.fa-steam:before {
  content: ""; }

/* line 456, scss/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: ""; }

/* line 457, scss/font-awesome/_icons.scss */
.fa-recycle:before {
  content: ""; }

/* line 458, scss/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: ""; }

/* line 460, scss/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: ""; }

/* line 462, scss/font-awesome/_icons.scss */
.fa-tree:before {
  content: ""; }

/* line 463, scss/font-awesome/_icons.scss */
.fa-spotify:before {
  content: ""; }

/* line 464, scss/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: ""; }

/* line 465, scss/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: ""; }

/* line 466, scss/font-awesome/_icons.scss */
.fa-database:before {
  content: ""; }

/* line 467, scss/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: ""; }

/* line 468, scss/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: ""; }

/* line 469, scss/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: ""; }

/* line 470, scss/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: ""; }

/* line 471, scss/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

/* line 474, scss/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

/* line 476, scss/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

/* line 478, scss/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

/* line 480, scss/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: ""; }

/* line 481, scss/font-awesome/_icons.scss */
.fa-vine:before {
  content: ""; }

/* line 482, scss/font-awesome/_icons.scss */
.fa-codepen:before {
  content: ""; }

/* line 483, scss/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: ""; }

/* line 484, scss/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

/* line 489, scss/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: ""; }

/* line 490, scss/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

/* line 493, scss/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: ""; }

/* line 495, scss/font-awesome/_icons.scss */
.fa-git-square:before {
  content: ""; }

/* line 496, scss/font-awesome/_icons.scss */
.fa-git:before {
  content: ""; }

/* line 497, scss/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

/* line 500, scss/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: ""; }

/* line 501, scss/font-awesome/_icons.scss */
.fa-qq:before {
  content: ""; }

/* line 502, scss/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

/* line 504, scss/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

/* line 506, scss/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

/* line 508, scss/font-awesome/_icons.scss */
.fa-history:before {
  content: ""; }

/* line 509, scss/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: ""; }

/* line 510, scss/font-awesome/_icons.scss */
.fa-header:before {
  content: ""; }

/* line 511, scss/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: ""; }

/* line 512, scss/font-awesome/_icons.scss */
.fa-sliders:before {
  content: ""; }

/* line 513, scss/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: ""; }

/* line 514, scss/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: ""; }

/* line 515, scss/font-awesome/_icons.scss */
.fa-bomb:before {
  content: ""; }

/* line 516, scss/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

/* line 518, scss/font-awesome/_icons.scss */
.fa-tty:before {
  content: ""; }

/* line 519, scss/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: ""; }

/* line 520, scss/font-awesome/_icons.scss */
.fa-plug:before {
  content: ""; }

/* line 521, scss/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: ""; }

/* line 522, scss/font-awesome/_icons.scss */
.fa-twitch:before {
  content: ""; }

/* line 523, scss/font-awesome/_icons.scss */
.fa-yelp:before {
  content: ""; }

/* line 524, scss/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: ""; }

/* line 525, scss/font-awesome/_icons.scss */
.fa-wifi:before {
  content: ""; }

/* line 526, scss/font-awesome/_icons.scss */
.fa-calculator:before {
  content: ""; }

/* line 527, scss/font-awesome/_icons.scss */
.fa-paypal:before {
  content: ""; }

/* line 528, scss/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: ""; }

/* line 529, scss/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: ""; }

/* line 530, scss/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: ""; }

/* line 531, scss/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: ""; }

/* line 532, scss/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: ""; }

/* line 533, scss/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: ""; }

/* line 534, scss/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: ""; }

/* line 535, scss/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: ""; }

/* line 536, scss/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: ""; }

/* line 537, scss/font-awesome/_icons.scss */
.fa-trash:before {
  content: ""; }

/* line 538, scss/font-awesome/_icons.scss */
.fa-copyright:before {
  content: ""; }

/* line 539, scss/font-awesome/_icons.scss */
.fa-at:before {
  content: ""; }

/* line 540, scss/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: ""; }

/* line 541, scss/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: ""; }

/* line 542, scss/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: ""; }

/* line 543, scss/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: ""; }

/* line 544, scss/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: ""; }

/* line 545, scss/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: ""; }

/* line 546, scss/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: ""; }

/* line 547, scss/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: ""; }

/* line 548, scss/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: ""; }

/* line 549, scss/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: ""; }

/* line 550, scss/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: ""; }

/* line 551, scss/font-awesome/_icons.scss */
.fa-bus:before {
  content: ""; }

/* line 552, scss/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: ""; }

/* line 553, scss/font-awesome/_icons.scss */
.fa-angellist:before {
  content: ""; }

/* line 554, scss/font-awesome/_icons.scss */
.fa-cc:before {
  content: ""; }

/* line 555, scss/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

/* line 558, scss/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: ""; }

/* line 559, scss/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: ""; }

/* line 560, scss/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: ""; }

/* line 561, scss/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: ""; }

/* line 562, scss/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: ""; }

/* line 563, scss/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: ""; }

/* line 564, scss/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: ""; }

/* line 565, scss/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: ""; }

/* line 566, scss/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: ""; }

/* line 567, scss/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: ""; }

/* line 568, scss/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: ""; }

/* line 569, scss/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: ""; }

/* line 570, scss/font-awesome/_icons.scss */
.fa-diamond:before {
  content: ""; }

/* line 571, scss/font-awesome/_icons.scss */
.fa-ship:before {
  content: ""; }

/* line 572, scss/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: ""; }

/* line 573, scss/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: ""; }

/* line 574, scss/font-awesome/_icons.scss */
.fa-street-view:before {
  content: ""; }

/* line 575, scss/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: ""; }

/* line 576, scss/font-awesome/_icons.scss */
.fa-venus:before {
  content: ""; }

/* line 577, scss/font-awesome/_icons.scss */
.fa-mars:before {
  content: ""; }

/* line 578, scss/font-awesome/_icons.scss */
.fa-mercury:before {
  content: ""; }

/* line 579, scss/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

/* line 581, scss/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: ""; }

/* line 582, scss/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: ""; }

/* line 583, scss/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: ""; }

/* line 584, scss/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: ""; }

/* line 585, scss/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: ""; }

/* line 586, scss/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: ""; }

/* line 587, scss/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: ""; }

/* line 588, scss/font-awesome/_icons.scss */
.fa-neuter:before {
  content: ""; }

/* line 589, scss/font-awesome/_icons.scss */
.fa-genderless:before {
  content: ""; }

/* line 590, scss/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: ""; }

/* line 591, scss/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: ""; }

/* line 592, scss/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: ""; }

/* line 593, scss/font-awesome/_icons.scss */
.fa-server:before {
  content: ""; }

/* line 594, scss/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: ""; }

/* line 595, scss/font-awesome/_icons.scss */
.fa-user-times:before {
  content: ""; }

/* line 596, scss/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: ""; }

/* line 598, scss/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: ""; }

/* line 599, scss/font-awesome/_icons.scss */
.fa-train:before {
  content: ""; }

/* line 600, scss/font-awesome/_icons.scss */
.fa-subway:before {
  content: ""; }

/* line 601, scss/font-awesome/_icons.scss */
.fa-medium:before {
  content: ""; }

/* line 602, scss/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

/* line 604, scss/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: ""; }

/* line 605, scss/font-awesome/_icons.scss */
.fa-opencart:before {
  content: ""; }

/* line 606, scss/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: ""; }

/* line 607, scss/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

/* line 610, scss/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

/* line 612, scss/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

/* line 614, scss/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

/* line 616, scss/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

/* line 618, scss/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: ""; }

/* line 619, scss/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: ""; }

/* line 620, scss/font-awesome/_icons.scss */
.fa-object-group:before {
  content: ""; }

/* line 621, scss/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: ""; }

/* line 622, scss/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: ""; }

/* line 623, scss/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: ""; }

/* line 624, scss/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: ""; }

/* line 625, scss/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: ""; }

/* line 626, scss/font-awesome/_icons.scss */
.fa-clone:before {
  content: ""; }

/* line 627, scss/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: ""; }

/* line 628, scss/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: ""; }

/* line 629, scss/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

/* line 631, scss/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

/* line 633, scss/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

/* line 635, scss/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: ""; }

/* line 636, scss/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

/* line 638, scss/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

/* line 640, scss/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: ""; }

/* line 641, scss/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: ""; }

/* line 642, scss/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: ""; }

/* line 643, scss/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: ""; }

/* line 644, scss/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: ""; }

/* line 645, scss/font-awesome/_icons.scss */
.fa-trademark:before {
  content: ""; }

/* line 646, scss/font-awesome/_icons.scss */
.fa-registered:before {
  content: ""; }

/* line 647, scss/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: ""; }

/* line 648, scss/font-awesome/_icons.scss */
.fa-gg:before {
  content: ""; }

/* line 649, scss/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: ""; }

/* line 650, scss/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: ""; }

/* line 651, scss/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: ""; }

/* line 652, scss/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: ""; }

/* line 653, scss/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: ""; }

/* line 654, scss/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: ""; }

/* line 655, scss/font-awesome/_icons.scss */
.fa-safari:before {
  content: ""; }

/* line 656, scss/font-awesome/_icons.scss */
.fa-chrome:before {
  content: ""; }

/* line 657, scss/font-awesome/_icons.scss */
.fa-firefox:before {
  content: ""; }

/* line 658, scss/font-awesome/_icons.scss */
.fa-opera:before {
  content: ""; }

/* line 659, scss/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: ""; }

/* line 660, scss/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: ""; }

/* line 662, scss/font-awesome/_icons.scss */
.fa-contao:before {
  content: ""; }

/* line 663, scss/font-awesome/_icons.scss */
.fa-500px:before {
  content: ""; }

/* line 664, scss/font-awesome/_icons.scss */
.fa-amazon:before {
  content: ""; }

/* line 665, scss/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: ""; }

/* line 666, scss/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: ""; }

/* line 667, scss/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: ""; }

/* line 668, scss/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: ""; }

/* line 669, scss/font-awesome/_icons.scss */
.fa-industry:before {
  content: ""; }

/* line 670, scss/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: ""; }

/* line 671, scss/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: ""; }

/* line 672, scss/font-awesome/_icons.scss */
.fa-map-o:before {
  content: ""; }

/* line 673, scss/font-awesome/_icons.scss */
.fa-map:before {
  content: ""; }

/* line 674, scss/font-awesome/_icons.scss */
.fa-commenting:before {
  content: ""; }

/* line 675, scss/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: ""; }

/* line 676, scss/font-awesome/_icons.scss */
.fa-houzz:before {
  content: ""; }

/* line 677, scss/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: ""; }

/* line 678, scss/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: ""; }

/* line 679, scss/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: ""; }

/* line 680, scss/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: ""; }

/* line 681, scss/font-awesome/_icons.scss */
.fa-edge:before {
  content: ""; }

/* line 682, scss/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: ""; }

/* line 683, scss/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: ""; }

/* line 684, scss/font-awesome/_icons.scss */
.fa-modx:before {
  content: ""; }

/* line 685, scss/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: ""; }

/* line 686, scss/font-awesome/_icons.scss */
.fa-usb:before {
  content: ""; }

/* line 687, scss/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: ""; }

/* line 688, scss/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: ""; }

/* line 689, scss/font-awesome/_icons.scss */
.fa-scribd:before {
  content: ""; }

/* line 690, scss/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: ""; }

/* line 691, scss/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: ""; }

/* line 692, scss/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: ""; }

/* line 693, scss/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: ""; }

/* line 694, scss/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: ""; }

/* line 695, scss/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: ""; }

/* line 696, scss/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: ""; }

/* line 697, scss/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: ""; }

/* line 698, scss/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: ""; }

/* line 699, scss/font-awesome/_icons.scss */
.fa-percent:before {
  content: ""; }

/* line 700, scss/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: ""; }

/* line 701, scss/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: ""; }

/* line 702, scss/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: ""; }

/* line 703, scss/font-awesome/_icons.scss */
.fa-envira:before {
  content: ""; }

/* line 704, scss/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: ""; }

/* line 705, scss/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: ""; }

/* line 706, scss/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: ""; }

/* line 707, scss/font-awesome/_icons.scss */
.fa-blind:before {
  content: ""; }

/* line 708, scss/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: ""; }

/* line 709, scss/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: ""; }

/* line 710, scss/font-awesome/_icons.scss */
.fa-braille:before {
  content: ""; }

/* line 711, scss/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: ""; }

/* line 712, scss/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

/* line 714, scss/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

/* line 717, scss/font-awesome/_icons.scss */
.fa-glide:before {
  content: ""; }

/* line 718, scss/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: ""; }

/* line 719, scss/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

/* line 721, scss/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: ""; }

/* line 722, scss/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: ""; }

/* line 723, scss/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: ""; }

/* line 724, scss/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: ""; }

/* line 725, scss/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: ""; }

/* line 726, scss/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: ""; }

/* line 727, scss/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: ""; }

/* line 728, scss/font-awesome/_icons.scss */
.fa-first-order:before {
  content: ""; }

/* line 729, scss/font-awesome/_icons.scss */
.fa-yoast:before {
  content: ""; }

/* line 730, scss/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: ""; }

/* line 731, scss/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

/* line 733, scss/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

/* line 735, scss/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: ""; }

/* line 736, scss/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: ""; }

/* line 737, scss/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: ""; }

/* line 738, scss/font-awesome/_icons.scss */
.fa-linode:before {
  content: ""; }

/* line 739, scss/font-awesome/_icons.scss */
.fa-address-book:before {
  content: ""; }

/* line 740, scss/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: ""; }

/* line 741, scss/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

/* line 743, scss/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

/* line 745, scss/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: ""; }

/* line 746, scss/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: ""; }

/* line 747, scss/font-awesome/_icons.scss */
.fa-user-o:before {
  content: ""; }

/* line 748, scss/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: ""; }

/* line 749, scss/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

/* line 751, scss/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

/* line 753, scss/font-awesome/_icons.scss */
.fa-quora:before {
  content: ""; }

/* line 754, scss/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: ""; }

/* line 755, scss/font-awesome/_icons.scss */
.fa-telegram:before {
  content: ""; }

/* line 756, scss/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

/* line 759, scss/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

/* line 761, scss/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

/* line 763, scss/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

/* line 765, scss/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

/* line 767, scss/font-awesome/_icons.scss */
.fa-shower:before {
  content: ""; }

/* line 768, scss/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

/* line 771, scss/font-awesome/_icons.scss */
.fa-podcast:before {
  content: ""; }

/* line 772, scss/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: ""; }

/* line 773, scss/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: ""; }

/* line 774, scss/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: ""; }

/* line 775, scss/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

/* line 777, scss/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

/* line 779, scss/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: ""; }

/* line 780, scss/font-awesome/_icons.scss */
.fa-grav:before {
  content: ""; }

/* line 781, scss/font-awesome/_icons.scss */
.fa-etsy:before {
  content: ""; }

/* line 782, scss/font-awesome/_icons.scss */
.fa-imdb:before {
  content: ""; }

/* line 783, scss/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: ""; }

/* line 784, scss/font-awesome/_icons.scss */
.fa-eercast:before {
  content: ""; }

/* line 785, scss/font-awesome/_icons.scss */
.fa-microchip:before {
  content: ""; }

/* line 786, scss/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: ""; }

/* line 787, scss/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: ""; }

/* line 788, scss/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: ""; }

/* line 789, scss/font-awesome/_icons.scss */
.fa-meetup:before {
  content: ""; }

/* line 4, scss/font-awesome/_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, scss/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
/* line 10, scss/_bootstrap-social.scss */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 10, scss/_bootstrap-social.scss */
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

/* line 11, scss/_bootstrap-social.scss */
.btn-social.btn-lg {
  padding-left: 61px; }

/* line 11, scss/_bootstrap-social.scss */
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

/* line 12, scss/_bootstrap-social.scss */
.btn-social.btn-sm {
  padding-left: 38px; }

/* line 12, scss/_bootstrap-social.scss */
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

/* line 13, scss/_bootstrap-social.scss */
.btn-social.btn-xs {
  padding-left: 30px; }

/* line 13, scss/_bootstrap-social.scss */
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

/* line 14, scss/_bootstrap-social.scss */
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0; }

/* line 14, scss/_bootstrap-social.scss */
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

/* line 15, scss/_bootstrap-social.scss */
.btn-social-icon.btn-lg {
  padding-left: 61px; }

/* line 15, scss/_bootstrap-social.scss */
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

/* line 16, scss/_bootstrap-social.scss */
.btn-social-icon.btn-sm {
  padding-left: 38px; }

/* line 16, scss/_bootstrap-social.scss */
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

/* line 17, scss/_bootstrap-social.scss */
.btn-social-icon.btn-xs {
  padding-left: 30px; }

/* line 17, scss/_bootstrap-social.scss */
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

/* line 18, scss/_bootstrap-social.scss */
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important; }

/* line 19, scss/_bootstrap-social.scss */
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0; }

/* line 20, scss/_bootstrap-social.scss */
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0; }

/* line 21, scss/_bootstrap-social.scss */
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0; }

/* line 22, scss/_bootstrap-social.scss */
.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 22, scss/_bootstrap-social.scss */
.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 23, scss/_bootstrap-social.scss */
.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 24, scss/_bootstrap-social.scss */
.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 24, scss/_bootstrap-social.scss */
.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 25, scss/_bootstrap-social.scss */
.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  background-image: none; }

/* line 26, scss/_bootstrap-social.scss */
.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 27, scss/_bootstrap-social.scss */
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff; }

/* line 28, scss/_bootstrap-social.scss */
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 28, scss/_bootstrap-social.scss */
.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 29, scss/_bootstrap-social.scss */
.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 30, scss/_bootstrap-social.scss */
.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 30, scss/_bootstrap-social.scss */
.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 31, scss/_bootstrap-social.scss */
.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  background-image: none; }

/* line 32, scss/_bootstrap-social.scss */
.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 33, scss/_bootstrap-social.scss */
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff; }

/* line 34, scss/_bootstrap-social.scss */
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 34, scss/_bootstrap-social.scss */
.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 35, scss/_bootstrap-social.scss */
.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 36, scss/_bootstrap-social.scss */
.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 36, scss/_bootstrap-social.scss */
.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 37, scss/_bootstrap-social.scss */
.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  background-image: none; }

/* line 38, scss/_bootstrap-social.scss */
.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 39, scss/_bootstrap-social.scss */
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff; }

/* line 40, scss/_bootstrap-social.scss */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 40, scss/_bootstrap-social.scss */
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 41, scss/_bootstrap-social.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 42, scss/_bootstrap-social.scss */
.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 42, scss/_bootstrap-social.scss */
.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 43, scss/_bootstrap-social.scss */
.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  background-image: none; }

/* line 44, scss/_bootstrap-social.scss */
.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 45, scss/_bootstrap-social.scss */
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff; }

/* line 46, scss/_bootstrap-social.scss */
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 46, scss/_bootstrap-social.scss */
.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 47, scss/_bootstrap-social.scss */
.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 48, scss/_bootstrap-social.scss */
.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 48, scss/_bootstrap-social.scss */
.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 49, scss/_bootstrap-social.scss */
.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  background-image: none; }

/* line 50, scss/_bootstrap-social.scss */
.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 51, scss/_bootstrap-social.scss */
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff; }

/* line 52, scss/_bootstrap-social.scss */
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 52, scss/_bootstrap-social.scss */
.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 53, scss/_bootstrap-social.scss */
.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 54, scss/_bootstrap-social.scss */
.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 54, scss/_bootstrap-social.scss */
.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 55, scss/_bootstrap-social.scss */
.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  background-image: none; }

/* line 56, scss/_bootstrap-social.scss */
.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 57, scss/_bootstrap-social.scss */
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff; }

/* line 58, scss/_bootstrap-social.scss */
.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 58, scss/_bootstrap-social.scss */
.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 59, scss/_bootstrap-social.scss */
.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 60, scss/_bootstrap-social.scss */
.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 60, scss/_bootstrap-social.scss */
.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 61, scss/_bootstrap-social.scss */
.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  background-image: none; }

/* line 62, scss/_bootstrap-social.scss */
.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 63, scss/_bootstrap-social.scss */
.btn-github .badge {
  color: #444;
  background-color: #fff; }

/* line 64, scss/_bootstrap-social.scss */
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 64, scss/_bootstrap-social.scss */
.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 65, scss/_bootstrap-social.scss */
.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 66, scss/_bootstrap-social.scss */
.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 66, scss/_bootstrap-social.scss */
.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 67, scss/_bootstrap-social.scss */
.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  background-image: none; }

/* line 68, scss/_bootstrap-social.scss */
.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 69, scss/_bootstrap-social.scss */
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff; }

/* line 70, scss/_bootstrap-social.scss */
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 70, scss/_bootstrap-social.scss */
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 71, scss/_bootstrap-social.scss */
.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 72, scss/_bootstrap-social.scss */
.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 72, scss/_bootstrap-social.scss */
.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 73, scss/_bootstrap-social.scss */
.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  background-image: none; }

/* line 74, scss/_bootstrap-social.scss */
.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 75, scss/_bootstrap-social.scss */
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff; }

/* line 76, scss/_bootstrap-social.scss */
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 76, scss/_bootstrap-social.scss */
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 77, scss/_bootstrap-social.scss */
.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 78, scss/_bootstrap-social.scss */
.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 78, scss/_bootstrap-social.scss */
.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 79, scss/_bootstrap-social.scss */
.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  background-image: none; }

/* line 80, scss/_bootstrap-social.scss */
.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 81, scss/_bootstrap-social.scss */
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff; }

/* line 82, scss/_bootstrap-social.scss */
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 82, scss/_bootstrap-social.scss */
.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 83, scss/_bootstrap-social.scss */
.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 84, scss/_bootstrap-social.scss */
.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 84, scss/_bootstrap-social.scss */
.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 85, scss/_bootstrap-social.scss */
.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  background-image: none; }

/* line 86, scss/_bootstrap-social.scss */
.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 87, scss/_bootstrap-social.scss */
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff; }

/* line 88, scss/_bootstrap-social.scss */
.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 88, scss/_bootstrap-social.scss */
.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 89, scss/_bootstrap-social.scss */
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 90, scss/_bootstrap-social.scss */
.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 90, scss/_bootstrap-social.scss */
.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 91, scss/_bootstrap-social.scss */
.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none; }

/* line 92, scss/_bootstrap-social.scss */
.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 93, scss/_bootstrap-social.scss */
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff; }

/* line 94, scss/_bootstrap-social.scss */
.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 94, scss/_bootstrap-social.scss */
.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 95, scss/_bootstrap-social.scss */
.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 96, scss/_bootstrap-social.scss */
.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 96, scss/_bootstrap-social.scss */
.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 97, scss/_bootstrap-social.scss */
.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  background-image: none; }

/* line 98, scss/_bootstrap-social.scss */
.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 99, scss/_bootstrap-social.scss */
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff; }

/* line 100, scss/_bootstrap-social.scss */
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 100, scss/_bootstrap-social.scss */
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 101, scss/_bootstrap-social.scss */
.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 102, scss/_bootstrap-social.scss */
.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 102, scss/_bootstrap-social.scss */
.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 103, scss/_bootstrap-social.scss */
.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  background-image: none; }

/* line 104, scss/_bootstrap-social.scss */
.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 105, scss/_bootstrap-social.scss */
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff; }

/* line 106, scss/_bootstrap-social.scss */
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 106, scss/_bootstrap-social.scss */
.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 107, scss/_bootstrap-social.scss */
.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 108, scss/_bootstrap-social.scss */
.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 108, scss/_bootstrap-social.scss */
.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 109, scss/_bootstrap-social.scss */
.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  background-image: none; }

/* line 110, scss/_bootstrap-social.scss */
.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 111, scss/_bootstrap-social.scss */
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000; }

/* line 112, scss/_bootstrap-social.scss */
.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 112, scss/_bootstrap-social.scss */
.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 113, scss/_bootstrap-social.scss */
.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 114, scss/_bootstrap-social.scss */
.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 114, scss/_bootstrap-social.scss */
.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 115, scss/_bootstrap-social.scss */
.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  background-image: none; }

/* line 116, scss/_bootstrap-social.scss */
.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 117, scss/_bootstrap-social.scss */
.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff; }

/* line 118, scss/_bootstrap-social.scss */
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 118, scss/_bootstrap-social.scss */
.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 119, scss/_bootstrap-social.scss */
.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 120, scss/_bootstrap-social.scss */
.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 120, scss/_bootstrap-social.scss */
.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 121, scss/_bootstrap-social.scss */
.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  background-image: none; }

/* line 122, scss/_bootstrap-social.scss */
.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 123, scss/_bootstrap-social.scss */
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff; }

/* line 124, scss/_bootstrap-social.scss */
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 124, scss/_bootstrap-social.scss */
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 125, scss/_bootstrap-social.scss */
.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 126, scss/_bootstrap-social.scss */
.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 126, scss/_bootstrap-social.scss */
.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 127, scss/_bootstrap-social.scss */
.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  background-image: none; }

/* line 128, scss/_bootstrap-social.scss */
.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 129, scss/_bootstrap-social.scss */
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff; }

/* line 130, scss/_bootstrap-social.scss */
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 130, scss/_bootstrap-social.scss */
.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 131, scss/_bootstrap-social.scss */
.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 132, scss/_bootstrap-social.scss */
.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 132, scss/_bootstrap-social.scss */
.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 133, scss/_bootstrap-social.scss */
.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  background-image: none; }

/* line 134, scss/_bootstrap-social.scss */
.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 135, scss/_bootstrap-social.scss */
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff; }

/* line 136, scss/_bootstrap-social.scss */
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 136, scss/_bootstrap-social.scss */
.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 137, scss/_bootstrap-social.scss */
.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 138, scss/_bootstrap-social.scss */
.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 138, scss/_bootstrap-social.scss */
.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 139, scss/_bootstrap-social.scss */
.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  background-image: none; }

/* line 140, scss/_bootstrap-social.scss */
.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 141, scss/_bootstrap-social.scss */
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff; }

/* line 142, scss/_bootstrap-social.scss */
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 142, scss/_bootstrap-social.scss */
.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 143, scss/_bootstrap-social.scss */
.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 144, scss/_bootstrap-social.scss */
.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 144, scss/_bootstrap-social.scss */
.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 145, scss/_bootstrap-social.scss */
.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  background-image: none; }

/* line 146, scss/_bootstrap-social.scss */
.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2); }

/* line 147, scss/_bootstrap-social.scss */
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff; }

/* line 2, scss/_fancybox.scss */
.fancybox-enabled {
  overflow: hidden; }

/* line 5, scss/_fancybox.scss */
.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

/* line 9, scss/_fancybox.scss */
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

/* line 15, scss/_fancybox.scss */
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
/* line 29, scss/_fancybox.scss */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

/* line 32, scss/_fancybox.scss */
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 42, scss/_fancybox.scss */
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/* line 46, scss/_fancybox.scss */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

/* line 53, scss/_fancybox.scss */
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

/* line 57, scss/_fancybox.scss */
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

/* line 68, scss/_fancybox.scss */
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

/* line 75, scss/_fancybox.scss */
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

/* line 80, scss/_fancybox.scss */
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

/* line 98, scss/_fancybox.scss */
.fancybox-toolbar {
  top: 0;
  right: 0; }

/* line 102, scss/_fancybox.scss */
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

/* line 108, scss/_fancybox.scss */
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 132, scss/_fancybox.scss */
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

/* line 139, scss/_fancybox.scss */
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

/* line 145, scss/_fancybox.scss */
.fancybox-slide--image {
  overflow: visible; }

/* line 148, scss/_fancybox.scss */
.fancybox-slide--image::before {
  display: none; }

/* line 151, scss/_fancybox.scss */
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

/* line 155, scss/_fancybox.scss */
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

/* line 159, scss/_fancybox.scss */
.fancybox-slide--next {
  z-index: 99995; }

/* line 162, scss/_fancybox.scss */
.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

/* line 174, scss/_fancybox.scss */
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 197, scss/_fancybox.scss */
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

/* line 201, scss/_fancybox.scss */
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

/* line 205, scss/_fancybox.scss */
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

/* line 209, scss/_fancybox.scss */
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* line 213, scss/_fancybox.scss */
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 230, scss/_fancybox.scss */
.fancybox-spaceball {
  z-index: 1; }

/* line 233, scss/_fancybox.scss */
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

/* line 242, scss/_fancybox.scss */
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

/* line 251, scss/_fancybox.scss */
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

/* line 259, scss/_fancybox.scss */
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

/* line 265, scss/_fancybox.scss */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

/* line 280, scss/_fancybox.scss */
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

/* line 298, scss/_fancybox.scss */
.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

/* line 301, scss/_fancybox.scss */
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* line 305, scss/_fancybox.scss */
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

/* line 309, scss/_fancybox.scss */
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

/* line 314, scss/_fancybox.scss */
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
/* line 318, scss/_fancybox.scss */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

/* line 326, scss/_fancybox.scss */
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

/* line 335, scss/_fancybox.scss */
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

/* line 340, scss/_fancybox.scss */
.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
/* line 345, scss/_fancybox.scss */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

/* line 362, scss/_fancybox.scss */
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

/* line 366, scss/_fancybox.scss */
.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

/* line 369, scss/_fancybox.scss */
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

/* line 373, scss/_fancybox.scss */
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

/* line 384, scss/_fancybox.scss */
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

/* line 388, scss/_fancybox.scss */
.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

/* line 397, scss/_fancybox.scss */
.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* line 403, scss/_fancybox.scss */
.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 409, scss/_fancybox.scss */
.fancybox-button--left {
  border-bottom-left-radius: 5px; }

/* line 412, scss/_fancybox.scss */
.fancybox-button--right {
  border-bottom-right-radius: 5px; }

/* line 415, scss/_fancybox.scss */
.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

/* line 424, scss/_fancybox.scss */
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 429, scss/_fancybox.scss */
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
/* line 435, scss/_fancybox.scss */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

/* line 454, scss/_fancybox.scss */
.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

/* line 466, scss/_fancybox.scss */
.fancybox-arrow--right {
  right: 0; }

/* line 469, scss/_fancybox.scss */
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

/* line 475, scss/_fancybox.scss */
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

/* line 479, scss/_fancybox.scss */
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

/* line 482, scss/_fancybox.scss */
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
/* line 486, scss/_fancybox.scss */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
/* line 519, scss/_fancybox.scss */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
/* line 523, scss/_fancybox.scss */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

/* line 528, scss/_fancybox.scss */
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

/* line 533, scss/_fancybox.scss */
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
/* line 539, scss/_fancybox.scss */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

/* line 544, scss/_fancybox.scss */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
/* line 548, scss/_fancybox.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

/* line 553, scss/_fancybox.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

/* line 558, scss/_fancybox.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
/* line 564, scss/_fancybox.scss */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

/* line 570, scss/_fancybox.scss */
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

/* line 576, scss/_fancybox.scss */
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
/* line 583, scss/_fancybox.scss */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

/* line 588, scss/_fancybox.scss */
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

/* line 593, scss/_fancybox.scss */
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
/* line 599, scss/_fancybox.scss */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

/* line 603, scss/_fancybox.scss */
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

/* line 607, scss/_fancybox.scss */
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  /* line 613, scss/_fancybox.scss */
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  /* line 616, scss/_fancybox.scss */
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  /* line 619, scss/_fancybox.scss */
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
/* line 624, scss/_fancybox.scss */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
/* line 633, scss/_fancybox.scss */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

/* line 639, scss/_fancybox.scss */
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

/* line 647, scss/_fancybox.scss */
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
/* line 654, scss/_fancybox.scss */
.fancybox-thumbs {
  display: none; }

/* line 657, scss/_fancybox.scss */
.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  /* line 661, scss/_fancybox.scss */
  .fancybox-button--thumbs {
    display: inline-block; }
  /* line 663, scss/_fancybox.scss */
  .fancybox-button--thumbs span {
    font-size: 23px; }
  /* line 665, scss/_fancybox.scss */
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  /* line 671, scss/_fancybox.scss */
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  /* line 687, scss/_fancybox.scss */
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  /* line 689, scss/_fancybox.scss */
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  /* line 691, scss/_fancybox.scss */
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  /* line 702, scss/_fancybox.scss */
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  /* line 720, scss/_fancybox.scss */
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  /* line 722, scss/_fancybox.scss */
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  /* line 735, scss/_fancybox.scss */
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  /* line 747, scss/_fancybox.scss */
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/**
 * @package   PickMeUp
 * @author    Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author    Stefan Petre <www.eyecon.ro>
 * @copyright Copyright (c) 2013-2017, Nazar Mokrynskyi
 * @copyright Copyright (c) 2008-2009, Stefan Petre
 * @license   MIT License, see license.txt
 */
/* line 26, scss/_pickmeup.scss */
.pickmeup {
  background: #fff;
  border-radius: 0.4em;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  touch-action: manipulation;
  border: 1px solid #969696;
  z-index: 10; }
  /* line 37, scss/_pickmeup.scss */
  .pickmeup * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 42, scss/_pickmeup.scss */
  .pickmeup.pmu-flat {
    position: relative; }
  /* line 46, scss/_pickmeup.scss */
  .pickmeup.pmu-hidden {
    display: none; }
  /* line 50, scss/_pickmeup.scss */
  .pickmeup .pmu-instance {
    display: inline-block;
    height: 15.5em;
    padding: .5em;
    text-align: center;
    width: 13em; }
    /* line 59, scss/_pickmeup.scss */
    .pickmeup .pmu-instance .pmu-button {
      color: #626060;
      cursor: pointer;
      outline: none;
      text-decoration: none; }
    /* line 66, scss/_pickmeup.scss */
    .pickmeup .pmu-instance .pmu-today {
      background: #2a2a2a;
      color: #fff; }
    /* line 76, scss/_pickmeup.scss */
    .pickmeup .pmu-instance .pmu-not-in-month {
      color: #666; }
    /* line 80, scss/_pickmeup.scss */
    .pickmeup .pmu-instance .pmu-disabled,
    .pickmeup .pmu-instance .pmu-disabled:hover {
      color: #333;
      cursor: default; }
    /* line 86, scss/_pickmeup.scss */
    .pickmeup .pmu-instance .pmu-selected {
      background: #2a2a2a;
      color: #fff; }
    /* line 91, scss/_pickmeup.scss */
    .pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
      background: #666; }
    /* line 95, scss/_pickmeup.scss */
    .pickmeup .pmu-instance nav {
      color: #626060;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      line-height: 2em; }
      /* line 102, scss/_pickmeup.scss */
      .pickmeup .pmu-instance nav *:first-child :hover {
        color: #88c5eb; }
      /* line 106, scss/_pickmeup.scss */
      .pickmeup .pmu-instance nav .pmu-prev,
      .pickmeup .pmu-instance nav .pmu-next {
        display: none;
        height: 2em;
        width: 1em; }
      /* line 112, scss/_pickmeup.scss */
      .pickmeup .pmu-instance nav .pmu-month {
        width: 14em; }
    /* line 119, scss/_pickmeup.scss */
    .pickmeup .pmu-instance .pmu-years *,
    .pickmeup .pmu-instance .pmu-months * {
      display: inline-block;
      line-height: 3em;
      width: 3.5em; }
    /* line 126, scss/_pickmeup.scss */
    .pickmeup .pmu-instance .pmu-day-of-week {
      color: #999;
      cursor: default; }
    /* line 133, scss/_pickmeup.scss */
    .pickmeup .pmu-instance .pmu-day-of-week *,
    .pickmeup .pmu-instance .pmu-days * {
      display: inline-block;
      line-height: 1.5em;
      width: 2em; }
    /* line 140, scss/_pickmeup.scss */
    .pickmeup .pmu-instance .pmu-day-of-week * {
      line-height: 1.8em; }
  /* line 145, scss/_pickmeup.scss */
  .pickmeup .pmu-instance:first-child .pmu-prev,
  .pickmeup .pmu-instance:last-child .pmu-next {
    display: block; }
  /* line 152, scss/_pickmeup.scss */
  .pickmeup .pmu-instance:first-child .pmu-month,
  .pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em; }
  /* line 157, scss/_pickmeup.scss */
  .pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 12em; }
  /* line 161, scss/_pickmeup.scss */
  .pickmeup:not(.pmu-view-days) .pmu-days,
  .pickmeup:not(.pmu-view-days) .pmu-day-of-week,
  .pickmeup:not(.pmu-view-months) .pmu-months,
  .pickmeup:not(.pmu-view-years) .pmu-years {
    display: none; }
