html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.14286;
  color: #585858;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #30c175;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #218450;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 1.1;
  color: #000; }

h1, .h1 {
  font-size: 3.6rem; }

h2, .h2 {
  font-size: 2.6rem; }

h3, .h3 {
  font-size: 2.4rem; }

h4, .h4 {
  font-size: 2rem; }

h5, .h5 {
  font-size: 1.8rem; }

h6, .h6 {
  font-size: 1.6rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.12; }

.display-2 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.12; }

.display-3 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.12; }

.display-4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.12; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #868e96; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1190px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e9ecef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9ecef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.thead-inverse th {
  color: #fff;
  background-color: #212529; }

.thead-default th {
  color: #495057;
  background-color: #e9ecef; }

.table-inverse {
  color: #fff;
  background-color: #212529; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #32383e; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive.table-bordered {
      border: 0; } }

.form-control {
  display: block;
  width: 100%;
  padding: 1.3rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #979797;
    outline: none; }
  .form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #000;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(1.3rem - 1px * 2);
  padding-bottom: calc(1.3rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  margin-bottom: 0;
  font-size: 1.4rem; }

.form-control-plaintext {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #868e96; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .invalid-feedback,
  .was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
  .form-control.is-valid ~ .invalid-tooltip, .was-validated
  .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .custom-select:valid ~ .invalid-tooltip,
  .custom-select.is-valid ~ .invalid-feedback,
  .custom-select.is-valid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.3rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    background-color: #0069d9;
    background-image: none;
    border-color: #0062cc; }

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d; }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34; }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b; }

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130; }

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5; }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124; }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:active, .btn-outline-light.active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:active, .btn-outline-dark.active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }

.btn-link {
  font-weight: normal;
  color: #30c175;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #218450;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled {
    color: #868e96; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.4rem;
  color: #585858;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }

.show > a {
  outline: 0; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 50px auto; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #ffffff; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 1; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 19px 0 rgba(211, 211, 211, 0.5);
  box-shadow: 0 2px 19px 0 rgba(211, 211, 211, 0.5);
  padding: 35px 40px; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 85px auto 50px auto; }
  .modal-sm {
    max-width: 340px; } }

.modal-lg {
  max-width: 1240px; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 2.14286;
  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: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px; }
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0; }
    .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      margin-top: -3px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0; }
    .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
      margin-top: -3px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }
  .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 2.14286;
  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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 5px; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 11px; }
  .popover .arrow::after {
    content: "";
    border-width: 11px; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 10px; }
    .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-bottom-width: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: -11px;
      margin-left: -6px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: -10px;
      margin-left: -6px;
      border-top-color: #fff; }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 10px; }
    .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
      left: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      margin-top: -8px;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: -10px;
      border-right-color: #fff; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 10px; }
    .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      margin-left: -7px;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: -10px;
      border-bottom-color: #fff; }
    .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 10px; }
    .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
      right: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      margin-top: -8px;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: -10px;
      border-left-color: #fff; }

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 9px 14px;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9ecef !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-muted {
  color: #868e96 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

.h-reset-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

html {
  height: 100%;
  font-size: 10px; }

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  letter-spacing: .015rem; }

img {
  max-width: 100%;
  height: auto; }

.l-main {
  padding-top: 155px; }
  @media (max-width: 991px) {
    .l-main {
      padding-top: 130px; } }

.h-object-fit {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: block; }
  .h-object-fit > picture,
  .h-object-fit > img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    height: auto;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: none;
    max-width: none;
    height: 100%; }
    .no-object-fit .h-object-fit > picture,
    .no-objectfit .h-object-fit > picture, .no-object-fit
    .h-object-fit > img,
    .no-objectfit
    .h-object-fit > img {
      display: none; }

.row_md {
  margin-left: -2.25rem;
  margin-right: -2.25rem; }
  .row_md.col,
  .row_md > [class*="col-"] {
    padding-left: 2.25rem;
    padding-right: 2.25rem; }

@media (min-width: 1200px) {
  .container_md {
    max-width: 99rem; } }

label.form-group {
  display: block; }

.form-group {
  display: block; }
  .form-group:last-child {
    margin-bottom: 0; }
  .form-group label.error,
  .form-group div.error,
  .form-group span.error {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    color: #ff0000;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.023rem; }

.form-control.error {
  border-color: #ff0000; }

.form-control.success {
  border-color: #30c175; }

.control-label {
  line-height: 3rem;
  font-size: 1.4rem;
  display: block; }

.bootstrap-select {
  position: relative; }
  .bootstrap-select * {
    outline: 0 !important; }
  .bootstrap-select > select {
    left: 0;
    width: 0 !important;
    visibility: hidden; }
  .bootstrap-select > .dropdown-menu {
    padding: 1rem 0;
    -webkit-box-shadow: 0 0.5rem 0.2rem rgba(0, 0, 0, 0.29);
    box-shadow: 0 0.5rem 0.2rem rgba(0, 0, 0, 0.29);
    background-color: rgba(255, 255, 255, 0.95);
    margin: 0;
    border: 0;
    border-radius: 0;
    max-height: 23rem !important;
    overflow-x: hidden !important;
    overflow-y: auto !important; }
    .bootstrap-select > .dropdown-menu > .inner {
      display: block;
      background-color: transparent !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 0;
      border-radius: 0;
      color: #101010 !important;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.2;
      overflow: unset !important; }
      .bootstrap-select > .dropdown-menu > .inner > li.selected {
        color: #30c175; }
      .bootstrap-select > .dropdown-menu > .inner > li a {
        display: block;
        padding: .75rem 1.5rem;
        color: inherit; }
        .bootstrap-select > .dropdown-menu > .inner > li a:hover {
          color: #30c175; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-regular.eot");
  src: url("../fonts/roboto/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-regular.woff") format("woff"), url("../fonts/roboto/roboto-regular.ttf") format("truetype"), url("../fonts/roboto/roboto-regular.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-italic.eot");
  src: url("../fonts/roboto/roboto-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-italic.woff2") format("woff2"), url("../fonts/roboto/roboto-italic.woff") format("woff"), url("../fonts/roboto/roboto-italic.ttf") format("truetype"), url("../fonts/roboto/roboto-italic.svg#robotoitalic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-bold.eot");
  src: url("../fonts/roboto/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-bold.woff2") format("woff2"), url("../fonts/roboto/roboto-bold.woff") format("woff"), url("../fonts/roboto/roboto-bold.ttf") format("truetype"), url("../fonts/roboto/roboto-bold.svg#robotobold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-bolditalic.eot");
  src: url("../fonts/roboto/roboto-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-bolditalic.woff2") format("woff2"), url("../fonts/roboto/roboto-bolditalic.woff") format("woff"), url("../fonts/roboto/roboto-bolditalic.ttf") format("truetype"), url("../fonts/roboto/roboto-bolditalic.svg#robotobold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-thin.eot");
  src: url("../fonts/roboto/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-thin.woff2") format("woff2"), url("../fonts/roboto/roboto-thin.woff") format("woff"), url("../fonts/roboto/roboto-thin.ttf") format("truetype"), url("../fonts/roboto/roboto-thin.svg#robotothin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-thinitalic.eot");
  src: url("../fonts/roboto/roboto-thinitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-thinitalic.woff2") format("woff2"), url("../fonts/roboto/roboto-thinitalic.woff") format("woff"), url("../fonts/roboto/roboto-thinitalic.ttf") format("truetype"), url("../fonts/roboto/roboto-thinitalic.svg#robotothin_italic") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-light.eot");
  src: url("../fonts/roboto/roboto-light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-light.woff2") format("woff2"), url("../fonts/roboto/roboto-light.woff") format("woff"), url("../fonts/roboto/roboto-light.ttf") format("truetype"), url("../fonts/roboto/roboto-light.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-lightitalic.eot");
  src: url("../fonts/roboto/roboto-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-lightitalic.woff2") format("woff2"), url("../fonts/roboto/roboto-lightitalic.woff") format("woff"), url("../fonts/roboto/roboto-lightitalic.ttf") format("truetype"), url("../fonts/roboto/roboto-lightitalic.svg#robotolight_italic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-medium.eot");
  src: url("../fonts/roboto/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-medium.woff2") format("woff2"), url("../fonts/roboto/roboto-medium.woff") format("woff"), url("../fonts/roboto/roboto-medium.ttf") format("truetype"), url("../fonts/roboto/roboto-medium.svg#robotomedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-mediumitalic.eot");
  src: url("../fonts/roboto/roboto-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-mediumitalic.woff2") format("woff2"), url("../fonts/roboto/roboto-mediumitalic.woff") format("woff"), url("../fonts/roboto/roboto-mediumitalic.ttf") format("truetype"), url("../fonts/roboto/roboto-mediumitalic.svg#robotomedium_italic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-black.eot");
  src: url("../fonts/roboto/roboto-black.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-black.woff2") format("woff2"), url("../fonts/roboto/roboto-black.woff") format("woff"), url("../fonts/roboto/roboto-black.ttf") format("truetype"), url("../fonts/roboto/roboto-black.svg#robotoblack") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-blackitalic.eot");
  src: url("../fonts/roboto/roboto-blackitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-blackitalic.woff2") format("woff2"), url("../fonts/roboto/roboto-blackitalic.woff") format("woff"), url("../fonts/roboto/roboto-blackitalic.ttf") format("truetype"), url("../fonts/roboto/roboto-blackitalic.svg#robotoblack_italic") format("svg");
  font-weight: 900;
  font-style: italic; }

html,
body {
  width: 100%;
  height: 100%;
  min-height: 0; }

.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative; }

.l-middle {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.l-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

body.body-basic .c-header {
  padding-top: 15px;
  background-color: #F2F2F2; }

.page-404 {
  padding: 200px 0 10px 0;
  text-align: center; }
  .page-404__img {
    line-height: 0;
    margin: 0 0 40px 0; }
  .page-404__img img {
    max-width: 475px;
    height: auto; }
  .page-404__caption {
    font-size: 26px;
    color: #000000;
    line-height: 1.2;
    margin: 0 0 30px 0; }
    @media (max-width: 767px) {
      .page-404__caption {
        font-size: 20px; } }
  .page-404__btn {
    margin: 0 0 30px 0; }

.accordion__item {
  position: relative; }

.accordion__head {
  margin-bottom: 0.5rem; }

.accordion__button {
  display: inline;
  font-size: 1.8rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  .accordion__button:hover {
    color: #30c175; }

.accordion__body {
  display: none; }

.accordion__content {
  padding-bottom: 2.4rem; }

.accordion__content p:last-child {
  margin: 0; }

.photos__item {
  text-align: center;
  margin: 0 0 50px 0; }

.photos__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px; }

.photos__photo {
  line-height: 0;
  margin-bottom: 20px; }

.photos__photo img {
  border-radius: 50%; }

.photos__sub-title {
  font-size: 16px;
  font-weight: 500; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.icon-calendar {
  width: 0.9375em; }

.icon-check {
  width: 1.2998046875em; }

.icon-logo {
  width: 3.5556640625em; }

.icon-quote {
  width: 1.0908203125em; }

.icon-soc-fb {
  width: 0.466796875em; }

.icon-soc-in {
  width: 1.0712890625em; }

.icon-soc-yt {
  width: 1.2912890625em;
  margin-top: 0.2rem; }

.icon-arrow-right {
  width: 0.541015625em; }

button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent; }

.btn {
  display: inline-block;
  height: 51px;
  border-radius: 0;
  font-weight: 400;
  line-height: 48px;
  padding: 0 28px;
  border: 0 solid transparent;
  background-color: transparent;
  color: inherit  !important;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer; }
  .btn_green {
    background-color: #29c88c;
    color: #fff !important; }
    .btn_green:focus, .btn_green:active, .btn_green:hover {
      background-color: #1c8960;
      color: #fff !important; }
  .btn_full {
    width: 100%; }
  .btn_simple {
    line-height: 1.21;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.21;
    letter-spacing: 0.057rem;
    padding-right: 0 !important; }
    .btn_simple .bs-caret {
      display: none !important; }
  .btn_control {
    padding: 1.3rem 0.75rem;
    font-size: 1.4rem;
    line-height: 1.25;
    border: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .btn_control .bs-caret {
      display: none !important; }
  .btn_md {
    min-width: 19.6rem;
    height: 5rem;
    line-height: 5rem;
    padding: 0 2rem;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 0.065rem; }
  .btn_extra {
    height: auto;
    font-weight: 900;
    font-size: 14px;
    color: #000000 !important;
    letter-spacing: 0.65px;
    line-height: 1;
    border: none;
    padding: 6px 0 0 40px;
    position: relative; }
    .btn_extra:before {
      display: block;
      content: '';
      width: 24px;
      height: 24px;
      background-image: url(../images/icon/contract.svg);
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
    .btn_extra:hover {
      color: #29C88C !important; }

.form-control::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1; }

.form-control::-moz-placeholder {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1; }

.form-control::placeholder {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1; }

.form-control:focus::-webkit-input-placeholder {
  opacity: 0; }

.form-control:focus::-moz-placeholder {
  opacity: 0; }

.form-control:focus::-ms-input-placeholder {
  opacity: 0; }

.form-control:focus::placeholder {
  opacity: 0; }

.form-control.error {
  border-color: #ff0000 !important; }

.form-control:disabled .form-control, .form-control[disabled] .form-control, .form-control.disabled .form-control {
  pointer-events: none;
  cursor: default;
  opacity: 0.5; }

textarea.form-control {
  min-height: 80px; }

.form-group:disabled .form-control, .form-group[disabled] .form-control, .form-group.disabled .form-control {
  pointer-events: none;
  cursor: default;
  opacity: 0.5; }

.input-wrap,
.select-wrap {
  position: relative; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }

.bootstrap-select > .dropdown-toggle.dropdown-toggle, .bootstrap-select > .dropdown-toggle.dropdown-toggle:hover, .bootstrap-select > .dropdown-toggle.dropdown-toggle:focus, .bootstrap-select > .dropdown-toggle.dropdown-toggle:active, .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  outline: none !important; }

label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }
  label.error {
    color: #ff0000; }

.hidden-input {
  visibility: hidden !important;
  position: absolute !important;
  z-index: -1 !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  left: 0 !important;
  top: 0 !important; }

.checkbox-label .hidden-input.error + .check-icon,
.radio-label .hidden-input.error + .check-icon {
  border-color: #ff0000; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.field_clear_btn {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-bottom: auto;
  position: absolute;
  margin-top: auto;
  display: block;
  color: #d8d8d8;
  height: 30px;
  width: 30px;
  bottom: 0;
  right: 0;
  top: 0; }
  .field_clear_btn:hover {
    border-color: #b61f27;
    color: #b61f27; }
  .field_clear_btn:before, .field_clear_btn:after {
    background-color: currentColor;
    position: absolute;
    display: block;
    margin: auto;
    content: '';
    height: 2px;
    width: 16px;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; }
  .field_clear_btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .field_clear_btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.checkbox-label {
  position: relative;
  padding-left: 3rem; }
  .checkbox-label:disabled, .checkbox-label[disabled], .checkbox-label.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; }
  .checkbox-label .check-icon {
    border: 0.1rem solid #dbdbdb;
    position: absolute;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    left: 0;
    top: .6rem; }
    .checkbox-label .check-icon:before {
      -webkit-transform: rotate(-52.5deg) skew(-15deg);
      transform: rotate(-52.5deg) skew(-15deg);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-bottom: solid 0.2rem #fff;
      border-left: solid 0.2rem #fff;
      position: absolute;
      display: block;
      margin: auto;
      content: '';
      height: .6rem;
      width: .9rem;
      opacity: 0;
      top: -.4rem;
      left: .1rem;
      bottom: 0;
      right: 0; }
  .checkbox-label:hover .check-icon {
    border-color: #30c175; }
  .checkbox-label .check-value {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #323232; }
  .checkbox-label.label_grey .check-value {
    color: #979797; }
  .checkbox-label input:checked ~ .check-icon {
    background-color: #30c175;
    border-color: #30c175; }
    .checkbox-label input:checked ~ .check-icon:before {
      opacity: 1; }
  .checkbox-label input:disabled ~ .check-icon {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
    background-color: #d1d1d1;
    border-color: #d1d1d1; }
  .checkbox-label input:disabled ~ .check-value {
    pointer-events: none;
    cursor: default; }

.radio-label {
  padding-left: 3rem;
  position: relative; }
  .radio-label:disabled, .radio-label[disabled], .radio-label.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; }
  .radio-label .check-icon {
    border: 0.2rem solid #dbdbdb;
    border-radius: 50%;
    position: absolute;
    display: block;
    height: 1.7rem;
    width: 1.7rem;
    top: .6rem;
    left: 0; }
    .radio-label .check-icon:before {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      background-color: #55cc9f;
      border-radius: 50%;
      position: absolute;
      display: block;
      margin: auto;
      content: '';
      height: 1.3rem;
      width: 1.3rem;
      opacity: 0;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0; }
  .radio-label:hover .check-icon {
    border-color: #34a25a; }
  .radio-label .check-value {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #323232; }
  .radio-label.label_grey .check-value {
    color: #979797; }
  .radio-label input:checked ~ .check-icon {
    border-color: #34a25a; }
    .radio-label input:checked ~ .check-icon:before {
      opacity: 1; }
  .radio-label input:disabled ~ .check-icon {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
    border-color: #979797 !important; }
  .radio-label input:disabled ~ .check-value {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; }

.hidden {
  display: none !important; }

.bootstrap-select.error .btn_control {
  border-color: #ff0000; }

.message-block {
  max-width: 56rem;
  margin: 0 auto; }

.message-success {
  margin-bottom: 2.1rem;
  padding: 15px;
  color: #ffffff;
  line-height: 1.6;
  background-color: #29c88c; }

.input-file {
  display: block; }

.l-footer {
  background-color: #f2f2f2; }
  @media (min-width: 768px) {
    .l-footer {
      padding-top: 7.1rem; } }
  @media (max-width: 767px) {
    .l-footer__inner {
      padding-top: 7.1rem;
      position: relative;
      padding-bottom: 13rem; } }
  @media (max-width: 575px) {
    .l-footer__inner {
      padding-top: 2.1rem; } }
  .l-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .l-footer__center {
    padding-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .l-footer__center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (max-width: 575px) {
      .l-footer__center {
        padding-top: 2.5rem; } }
  .l-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4.2rem;
    padding-bottom: 8.4rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .l-footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 4.4rem; } }
    @media (max-width: 767px) {
      .l-footer__bottom {
        padding-bottom: 0; } }
    @media (max-width: 575px) {
      .l-footer__bottom {
        padding-top: 2.6rem; } }

.c-footer {
  background-color: #f2f2f2; }
  .c-footer__nav {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.21;
    letter-spacing: 0.057rem; }
    .c-footer__nav > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0; }
      @media (max-width: 575px) {
        .c-footer__nav > ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      @media (max-width: 575px) {
        .c-footer__nav > ul > li {
          width: 50%;
          margin-bottom: .8rem; } }
      .c-footer__nav > ul > li:not(:last-child) {
        margin-right: 6.2rem; }
        @media (max-width: 991px) {
          .c-footer__nav > ul > li:not(:last-child) {
            margin-right: 3.2rem; } }
        @media (max-width: 575px) {
          .c-footer__nav > ul > li:not(:last-child) {
            margin-right: 0; } }
    .c-footer__nav a {
      color: inherit;
      text-decoration: none !important; }
  .c-footer__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .c-footer__tools {
        position: absolute;
        bottom: 7rem;
        left: 0;
        right: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .c-footer__search .c-header__search__control {
    background-color: transparent; }
  @media (max-width: 991px) {
    .c-footer__search .c-header__search__control {
      right: 3.7rem;
      width: 15rem; } }
  @media (max-width: 767px) {
    .c-footer__search.c-header__search {
      width: 18.7rem;
      margin-right: 0; } }
  .c-footer__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-footer__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .c-footer__partners {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .c-footer__partners__ttl {
      color: #989898;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.21;
      letter-spacing: 0.036rem;
      margin-right: 5.4rem; }
    .c-footer__partners__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 991px) {
        .c-footer__partners__body {
          padding-top: 1rem; } }
      @media (max-width: 575px) {
        .c-footer__partners__body {
          flex-wrap: wrap;
          justify-content: center;}
        }
     .c-footer__partners__item {max-width: 8rem;}
    .c-footer__partners__item:not(:last-child) {
      margin-right: 2.5rem;}
      @media (max-width: 991px) {
        .c-footer__partners__item:not(:last-child) {
          margin-right: 2.5rem; } }

      @media (max-width: 575px) {
        .c-footer__partners__item {
          margin-bottom: 1rem
        }
      }
    .c-footer__partners__item > img {
      display: block; }
  .c-footer__invites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .8rem; }
    @media (max-width: 767px) {
      .c-footer__invites {
        padding-top: 2rem; } }
    @media (max-width: 575px) {
      .c-footer__invites {
        padding-top: 3.3rem; } }
  .c-footer__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3.3rem;
    margin-top: -.1em; }
    .c-footer__soc a {
      display: block;
      color: inherit;
      text-decoration: none !important; }
      .c-footer__soc a:not(:last-child) {
        margin-right: 2.8rem; }
    .c-footer__soc .icon {
      display: block; }
    .c-footer__soc .icon-soc-fb {
      font-size: 1.6rem; }
  .c-footer__email {
    text-decoration: none !important; }
  .c-footer__rights {
    padding-top: 3px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .c-footer__rights {
        padding-top: 4.4rem; } }
    @media (max-width: 767px) {
      .c-footer__rights {
        position: absolute;
        bottom: 1.6rem;
        left: 0; } }
  .c-footer__dispatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 575px) {
      .c-footer__dispatch {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%; } }
    .c-footer__dispatch__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 1.7rem; }
      @media (max-width: 575px) {
        .c-footer__dispatch__body {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 100%;
          margin-right: 0; } }
      .c-footer__dispatch__body .form-group {
        max-width: 160px;
        margin-bottom: 0; }
        @media (max-width: 575px) {
          .c-footer__dispatch__body .form-group {
            max-width: none;
            width: 100%; } }
        .c-footer__dispatch__body .form-group:not(:last-child) {
          margin-right: 3.7rem; }
          @media (max-width: 575px) {
            .c-footer__dispatch__body .form-group:not(:last-child) {
              margin-right: 0;
              margin-bottom: 1rem; } }
      .c-footer__dispatch__body .form-control {
        border-width: 0;
        border-bottom-width: 1px;
        padding: .9rem 0;
        width: 16rem;
        background-color: transparent;
        border-bottom-color: #ccc; }
        @media (max-width: 767px) {
          .c-footer__dispatch__body .form-control {
            width: 14rem; } }
        @media (max-width: 575px) {
          .c-footer__dispatch__body .form-control {
            width: 100%; } }
    .c-footer__dispatch__ttl {
      font-weight: 500; }
      @media (max-width: 575px) {
        .c-footer__dispatch__ttl {
          padding-top: 1.7rem; } }
  .c-footer__dispatch-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 575px) {
      .c-footer__dispatch-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%; } }

.c-footer__middle {
  display: none;
  padding-top: 30px; }
  .c-footer__middle::after {
    display: block;
    clear: both;
    content: ""; }

.c-footer__donors {
  padding-left: 276px; }
  @media (max-width: 991px) {
    .c-footer__donors {
      padding-left: 0; } }
  .c-footer__donors__left {
    width: 218px;
    float: left;
    margin-left: -276px; }
    @media (max-width: 991px) {
      .c-footer__donors__left {
        width: auto;
        float: none;
        margin-left: 0;
        margin-bottom: 30px; } }
  .c-footer__donors__right {
    width: 100%;
    float: right; }
    @media (max-width: 991px) {
      .c-footer__donors__right {
        width: auto;
        float: none; } }
  .c-footer__donors__caption {
    font-size: 14px;
    color: #989898;
    line-height: 1.7; }

.footer__flag {
  padding-top: 20px; }
  @media (max-width: 991px) {
    .footer__flag {
      padding-top: 0; } }
  .footer__flag-list {
    font-size: 0;
    line-height: 0; }
  .footer__flag-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 15px 0; }
    .footer__flag-item:last-child {
      margin-right: 0; }
  .footer__flag-icon {
    display: block;
    cursor: pointer; }

.c-header {
  padding-top: 15px;
  padding-bottom: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101; }
  @media (max-width: 991px) {
    .c-header {
      padding-bottom: 20px; } }
  .c-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 7rem;
    padding-left: 3.1rem;
    padding-right: 4rem; }
    @media (max-width: 991px) {
      .c-header__inner {
        position: relative;
        padding-right: 1.2rem;
        height: 6rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .c-header__logo {
    display: block;
    margin-bottom: 0;
    font-size: inherit; }
    .c-header__logo > .icon {
      display: block;
      font-size: 3.7rem;
      margin-right: -4rem; }
  @media (min-width: 992px) {
    .c-header__mob-menu {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }
  .c-header__mob-menu__trigger {
    display: none; }
    @media (max-width: 991px) {
      .c-header__mob-menu__trigger {
        position: relative;
        display: block;
        width: 4rem;
        height: 3rem;
        z-index: 1;
        color: #000; }
        .c-header__mob-menu__trigger:before, .c-header__mob-menu__trigger:after {
          content: "";
          display: block; }
        .c-header__mob-menu__trigger:before, .c-header__mob-menu__trigger:after,
        .c-header__mob-menu__trigger > span {
          position: absolute;
          height: .2rem;
          background-color: currentColor;
          width: 2rem;
          left: 0;
          right: 0;
          margin: auto;
          -webkit-transition-property: opacity, visibility, top, -webkit-transform;
          transition-property: opacity, visibility, top, -webkit-transform;
          transition-property: transform, opacity, visibility, top;
          transition-property: transform, opacity, visibility, top, -webkit-transform;
          -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }
        .c-header__mob-menu__trigger:before {
          top: .6rem; }
        .c-header__mob-menu__trigger span {
          top: 50%;
          margin-top: -.1rem; }
        .c-header__mob-menu__trigger:after {
          top: calc(100% - .8rem); }
        .c-header__mob-menu.is-active .c-header__mob-menu__trigger:before, .c-header__mob-menu.is-active .c-header__mob-menu__trigger:after {
          top: calc(50% - 0.1rem); }
        .c-header__mob-menu.is-active .c-header__mob-menu__trigger:before {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .c-header__mob-menu.is-active .c-header__mob-menu__trigger:after {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .c-header__mob-menu.is-active .c-header__mob-menu__trigger span {
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
          opacity: 0;
          visibility: hidden; } }
  .c-header__mob-menu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .c-header__mob-menu__body {
        position: absolute;
        top: -1.5rem;
        right: -1.5rem;
        width: 26.8rem;
        padding-bottom: 14rem;
        padding-top: 9rem;
        padding-left: 3.5rem;
        padding-right: 20px;
        background-color: #fff;
        -webkit-box-shadow: 0 0.2rem 1.9rem rgba(211, 211, 211, 0.5);
        box-shadow: 0 0.2rem 1.9rem rgba(211, 211, 211, 0.5);
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease; }
        .c-header__mob-menu.is-active .c-header__mob-menu__body {
          visibility: visible;
          opacity: 1;
          -webkit-transform: none;
          transform: none; } }
  .c-header__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.21428571;
    letter-spacing: 0.057rem;
    color: #000; }
    .c-header__nav > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 991px) {
        .c-header__nav > ul {
          display: block; } }
      @media (min-width: 992px) {
        .c-header__nav > ul > li {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 5rem; } }
      @media (max-width: 991px) {
        .c-header__nav > ul > li {
          height: auto;
          position: relative;
          padding-right: 15px; }
          .c-header__nav > ul > li:not(:last-child) {
            display: block;
            margin-bottom: .9em; } }
      @media (min-width: 1200px) {
        .c-header__nav > ul > li {
          margin-right: 25px; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .c-header__nav > ul > li {
          margin-right: 10px;
          font-size: 13px; } }
      .c-header__nav > ul > li:last-child {
        margin-right: 0 !important; }
      .c-header__nav > ul > li > a {
        display: block;
        color: inherit;
        text-decoration: none !important; }
      @media (min-width: 992px) {
        .c-header__nav > ul > li:hover .c-header__nav__drop {
          visibility: visible;
          opacity: 1;
          -webkit-transform: none;
          transform: none; } }
      .c-header__nav > ul > li > a:hover, .c-header__nav > ul > li > a.active {
        color: #30c175; }
    .c-header__nav__drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 2rem;
      height: 2rem;
      margin-left: .5rem; }
      @media (max-width: 991px) {
        .c-header__nav__drop-trigger {
          margin-top: -.2em; } }
      @media (max-width: 991px) {
        .c-header__nav__drop-trigger {
          position: absolute;
          top: 0;
          right: 0; } }
      .c-header__nav__drop-trigger:after {
        content: "";
        margin: auto;
        width: 0.8rem;
        height: 0.8rem;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-left: 1px solid currentColor;
        border-bottom: 1px solid currentColor; }
    .c-header__nav__drop {
      white-space: nowrap;
      background-color: #fff; }
      @media (min-width: 992px) {
        .c-header__nav__drop {
          position: absolute;
          top: 100%;
          padding: 1rem;
          margin-left: -1rem;
          left: 0;
          -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
          opacity: 0;
          visibility: hidden;
          -webkit-transition-property: opacity, visibility, -webkit-transform;
          transition-property: opacity, visibility, -webkit-transform;
          transition-property: opacity, visibility, transform;
          transition-property: opacity, visibility, transform, -webkit-transform;
          -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          -webkit-transition-timing-function: ease;
          transition-timing-function: ease; } }
      @media (max-width: 991px) {
        .c-header__nav__drop {
          display: none;
          white-space: normal; }
          li.is-active > .c-header__nav__drop {
            display: block; } }
      @media (max-width: 991px) {
        .c-header__nav__drop > ul {
          padding: 1rem 1rem 0; } }
      .c-header__nav__drop > ul > li {
        line-height: 2; }
        .c-header__nav__drop > ul > li:not(:last-child) {
          margin-bottom: 0.5rem; }
        .c-header__nav__drop > ul > li > a {
          text-decoration: none !important;
          color: #585858; }
          .c-header__nav__drop > ul > li > a:hover, .c-header__nav__drop > ul > li > a.active {
            color: #30c175; }
  .c-header__search {
    position: relative;
    padding-right: 2rem;
    height: 2.7rem;
    margin-right: 3.7rem;
    overflow: hidden; }
    @media (max-width: 991px) {
      .c-header__search:not(.c-footer__search) {
        position: absolute;
        bottom: 7.8rem;
        right: 3.7rem;
        margin-right: 0;
        max-width: none;
        width: 20rem;
        height: 28px; } }
    .c-header__search.is-active {
      overflow: visible; }
    .c-header__search__control {
      position: absolute;
      right: 3.7rem;
      top: 0;
      border: 0;
      border-bottom: 1px solid #e1e1e1;
      height: 28px;
      outline: 0 !important;
      width: 15rem; }
      @media (max-width: 991px) {
        .c-header__search__control {
          right: 0;
          width: 100%; } }
      .c-header__search__control::-webkit-input-placeholder {
        color: #e1e1e1; }
      .c-header__search__control::-moz-placeholder {
        color: #e1e1e1; }
      .c-header__search__control::-ms-input-placeholder {
        color: #e1e1e1; }
      .c-header__search__control::placeholder {
        color: #e1e1e1; }
    .c-header__search__trigger {
      position: absolute;
      top: .7rem;
      right: 0;
      font-size: 1.8rem;
      outline: 0 !important;
      cursor: pointer; }
      @media (max-width: 991px) {
        .c-header__search__trigger {
          top: 0.2rem; } }
      li.is-active .c-header__search__trigger {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .c-header__search__trigger > .icon {
        display: block; }
  .c-header__langs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    line-height: 1.21428571;
    letter-spacing: 0.036rem; }
    @media (max-width: 991px) {
      .c-header__langs {
        position: absolute;
        top: 0;
        left: 0; } }
    @media (max-width: 991px) {
      .c-header__langs {
        position: absolute;
        top: 3.8rem;
        left: 3.5rem; } }
  .c-header__lang {
    color: inherit;
    display: block;
    text-decoration: none !important; }
    .c-header__lang.is-active {
      color: #989898;
      pointer-events: none; }
    .c-header__lang:not(:last-child) {
      margin-right: 2rem; }

.c-main-welcome {
  position: relative;
  overflow: hidden; }
  .c-main-welcome__container {
    padding-left: 0;
    padding-right: 0; }
  .c-main-welcome__slider__item {
    position: relative;
    overflow: hidden;
    background-color: #000000; }
    @media (min-width: 1281px) {
      .c-main-welcome__slider__item {
        height: 782px; } }
    @media (min-width: 1025px) and (max-width: 1280px) {
      .c-main-welcome__slider__item {
        height: 695px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .c-main-welcome__slider__item {
        height: 556px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .c-main-welcome__slider__item {
        height: 416px; } }
    @media (max-width: 480px) {
      .c-main-welcome__slider__item {
        height: 416px; } }
    .c-main-welcome__slider__item > picture {
      height: 100%;
      width: 100%; }
  .c-main-welcome__slider > .slick-dots {
    position: absolute;
    bottom: 14.7rem;
    left: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding-left: 0; }
    @media (max-width: 575px) {
      .c-main-welcome__slider > .slick-dots {
        bottom: 7.7rem; } }
    .c-main-welcome__slider > .slick-dots > li {
      width: 1rem;
      height: 1rem;
      background-color: #e1e1e1; }
      .c-main-welcome__slider > .slick-dots > li.slick-active {
        background-color: #29c88c; }
      @media (max-width: 575px) {
        .c-main-welcome__slider > .slick-dots > li {
          width: 0.5rem;
          height: 0.5rem; } }
      .c-main-welcome__slider > .slick-dots > li:not(:last-child) {
        margin-right: 1rem; }
      .c-main-welcome__slider > .slick-dots > li > button {
        display: none !important; }
  .c-main-welcome__slider-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #eaeae8;
    background-repeat: no-repeat; }
  .c-main-welcome__slider-video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .5; }
  .c-main-welcome__slider-video-btn {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-image: url(../images/useful/svg/icons/play.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px; }
  .c-main-welcome__caption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1281px) {
      .c-main-welcome__caption {
        padding-top: 12.9rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 1025px) and (max-width: 1280px) {
      .c-main-welcome__caption {
        padding-top: 20rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .c-main-welcome__caption {
        padding-top: 12.9rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .c-main-welcome__caption {
        padding-top: 12.9rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (max-width: 480px) {
      .c-main-welcome__caption {
        padding-top: 12.9rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .c-main-welcome__caption__container {
      position: relative; }
    .c-main-welcome__caption .display-1 {
      letter-spacing: .15rem;
      max-width: 80rem;
      line-height: 1;
      margin-bottom: 3rem; }
      @media (min-width: 1281px) {
        .c-main-welcome__caption .display-1 {
          font-size: 40px; } }
      @media (min-width: 1025px) and (max-width: 1280px) {
        .c-main-welcome__caption .display-1 {
          font-size: 35px; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .c-main-welcome__caption .display-1 {
          font-size: 25px; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .c-main-welcome__caption .display-1 {
          font-size: 20px; } }
      @media (max-width: 480px) {
        .c-main-welcome__caption .display-1 {
          font-size: 20px; } }
  .c-main-welcome__nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1199px) {
      .c-main-welcome__nav {
        top: auto;
        bottom: 22rem; } }
    @media (max-width: 575px) {
      .c-main-welcome__nav {
        display: none; } }
    .c-main-welcome__nav__container {
      position: relative; }
    .c-main-welcome__nav__prev, .c-main-welcome__nav__next {
      position: absolute;
      top: 13.4rem;
      bottom: 0;
      margin: auto;
      width: 1em;
      height: 1em;
      z-index: 1;
      font-size: 3.9rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0.7;
      cursor: pointer;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease; }
      .c-main-welcome__nav__prev.slick-disabled, .c-main-welcome__nav__next.slick-disabled {
        opacity: 0;
        pointer-events: none; }
      .c-main-welcome__nav__prev:hover, .c-main-welcome__nav__next:hover {
        opacity: 1; }
      .c-main-welcome__nav__prev > .icon, .c-main-welcome__nav__next > .icon {
        display: block; }
    .c-main-welcome__nav__prev {
      left: -7.3rem; }
      @media (max-width: 1199px) {
        .c-main-welcome__nav__prev {
          left: 0; } }
      .c-main-welcome__nav__prev > .icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .c-main-welcome__nav__next {
      right: -7.3rem; }
      @media (max-width: 1199px) {
        .c-main-welcome__nav__next {
          right: 0; } }
  .c-main-welcome__heading {
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: 1.58px;
    margin-bottom: 20px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .c-main-welcome__heading {
        font-size: 30px; } }
  .c-main-welcome__info {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 50px;
    font-weight: normal; }

.c-main-welcome__slider > .c-main-welcome__slider__item ~ .c-main-welcome__slider__item {
  position: absolute;
  left: -99999px; }

.loading {
  min-height: 100px;
  background-image: url(../images/loader/black.svg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important; }

.c-main-about__counts__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10rem;
  height: 20rem;
  -webkit-box-shadow: 0 0.2rem 1.9rem rgba(211, 211, 211, 0.5);
  box-shadow: 0 0.2rem 1.9rem rgba(211, 211, 211, 0.5);
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .c-main-about__counts__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 5rem;
      padding-bottom: 5rem;
      height: auto; } }
  @media (max-width: 575px) {
    .c-main-about__counts__inner {
      margin-top: -6rem;
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.c-main-about__counts__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .c-main-about__counts__item:not(:last-child) {
      margin-bottom: 3rem; } }
  @media (max-width: 575px) {
    .c-main-about__counts__item:not(:last-child) {
      margin-bottom: 2.8rem; } }
  .c-main-about__counts__item__inner {
    display: block;
    position: relative;
    text-decoration: none; }
    .c-main-about__counts__item__inner:hover {
      text-decoration: none; }
      .c-main-about__counts__item__inner:hover b {
        color: #afe4d9; }
  .c-main-about__counts__item b {
    display: block;
    color: #e0e0e0;
    font-size: 10.2rem;
    font-weight: 700;
    letter-spacing: 0.474rem;
    line-height: 1.01;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    @media (max-width: 991px) {
      .c-main-about__counts__item b {
        font-size: 8.2rem; } }
    @media (max-width: 575px) {
      .c-main-about__counts__item b {
        font-size: 7.2rem; } }
  .c-main-about__counts__item span {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.093rem;
    margin-right: -2rem; }
    @media (max-width: 575px) {
      .c-main-about__counts__item span {
        font-size: 1.6rem;
        font-weight: 700; } }

.c-main-about__caption {
  padding-top: 9.2rem;
  padding-bottom: 5.5rem;
  font-size: 1.6rem;
  line-height: 1.9; }
  @media (max-width: 767px) {
    .c-main-about__caption {
      padding-top: 5rem; } }
  @media (max-width: 575px) {
    .c-main-about__caption {
      padding-top: 7rem;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.8;
      letter-spacing: 0.009rem;
      padding-bottom: 3rem; } }
  .c-main-about__caption__inner {
    position: relative;
    padding-left: 17.2rem; }
    @media (max-width: 767px) {
      .c-main-about__caption__inner {
        padding-top: 14rem;
        padding-left: 0; } }
    @media (max-width: 575px) {
      .c-main-about__caption__inner {
        padding-top: 13rem; } }
    .c-main-about__caption__inner p {
      margin-bottom: 3rem; }
      @media (max-width: 575px) {
        .c-main-about__caption__inner p {
          margin-bottom: 2.7rem; } }
      .c-main-about__caption__inner p:last-child {
        margin-bottom: 0; }
  .c-main-about__caption__logo {
    position: absolute;
    top: 3.5rem;
    left: 2.2rem; }
    @media (max-width: 767px) {
      .c-main-about__caption__logo {
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        width: 7.7rem; } }
    @media (max-width: 575px) {
      .c-main-about__caption__logo {
        width: 6.7rem; } }

.c-main-events {
  padding-bottom: 4.7rem; }
  .c-main-events__header {
    padding-top: 7.6rem;
    padding-bottom: 4.7rem; }
    @media (max-width: 767px) {
      .c-main-events__header {
        padding-top: 5rem;
        padding-bottom: 4rem; } }
    @media (max-width: 575px) {
      .c-main-events__header {
        padding-top: 2.8rem;
        padding-bottom: 3.2rem; } }
  .c-main-events__title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.084rem;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .c-main-events__title {
        text-align: center; } }
  .c-main-events__item {
    max-width: 29rem;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 575px) {
      .c-main-events__item {
        margin-bottom: 1.9rem; } }
    .c-main-events__item__image {
      border-left: 0.4rem solid #29c88c;
      text-decoration: none !important;
      color: inherit; }
      .c-main-events__item__image img, .c-main-events__item__image picture {
        position: static;
        -o-object-fit: none;
        object-fit: none;
        height: auto; }
    .c-main-events__item__tools {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      color: #b1b1b1;
      font-size: 1.2rem;
      font-weight: 400;
      letter-spacing: 0.013rem;
      padding-top: 1.2rem; }
    .c-main-events__item__event {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .c-main-events__item__event > .icon {
        margin-right: 1rem;
        font-size: 1.7rem; }
    .c-main-events__item__caption {
      padding-top: .2rem; }
    .c-main-events__item__caption a {
      color: #585858;
      text-decoration: none; }
      .c-main-events__item__caption a:hover, .c-main-events__item__caption a:focus {
        color: #585858;
        text-decoration: underline; }

.c-main-invite {
  padding-top: 8.9rem;
  padding-bottom: 5.3rem;
  background-image: linear-gradient(19deg, #36c9c5 0%, #43c89a 100%);
  color: #fff; }
  @media (max-width: 767px) {
    .c-main-invite {
      padding: 4rem 0 4.1rem; } }
  .c-main-invite__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .c-main-invite__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .c-main-invite__ttl {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.31;
    letter-spacing: 0.114rem;
    max-width: 40rem; }
    @media (max-width: 991px) {
      .c-main-invite__ttl {
        font-size: 2.6rem;
        max-width: 29rem; } }
    @media (max-width: 767px) {
      .c-main-invite__ttl {
        font-size: 2.6rem;
        line-height: 1.23;
        letter-spacing: 0.049rem;
        max-width: none;
        margin-bottom: 2.9rem; } }
  .c-main-invite__form {
    width: 34rem;
    -webkit-box-shadow: 0 0.2rem 1.9rem rgba(211, 211, 211, 0.5);
    box-shadow: 0 0.2rem 1.9rem rgba(211, 211, 211, 0.5);
    background-color: #fff;
    padding: 4rem 4rem 3.4rem;
    color: #000; }
    @media (min-width: 1200px) {
      .c-main-invite__form {
        margin-right: 6rem; } }
    @media (max-width: 767px) {
      .c-main-invite__form {
        width: 100%;
        padding: 2.7rem 2.4rem; } }
    .c-main-invite__form .control-label {
      margin-bottom: .2rem; }
    .c-main-invite__form__footer {
      padding-top: 2.5rem; }

.c-partners {
  padding-top: 4rem;
  padding-bottom: 7.3rem; }
  .c-partners__header p {
    max-width: 56rem; }
    .c-partners__header p:last-child {
      margin-bottom: 0; }
  .c-partners__title {
    font-weight: 700;
    letter-spacing: 0.114rem;
    margin-bottom: 0; }
    @media (max-width: 575px) {
      .c-partners__title {
        font-size: 2.6rem;
        line-height: 1.23;
        letter-spacing: 0.049rem; } }
    .c-partners__title:not(:last-child) {
      margin-bottom: 2.6rem; }
  .c-partners__body {
    padding-top: 6.5rem; }
    .c-partners__body-2 {
      padding-top: 5rem; }
      .c-partners__body-2 .c-partners__group {
        padding-top: 3.5rem; }
      .c-partners__body-2 .nav-basic__item {
        margin-right: 10%; }
    @media (max-width: 991px) {
      .c-partners__body {
        padding-top: 3.5rem; }
        .c-partners__body-2 {
          padding-top: 3.5rem; }
          .c-partners__body-2 .nav-basic__item {
            margin-right: 0; } }
  .c-partners__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .c-partners__tools {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .c-partners__panel {
    padding-top: 20px; }
  .c-partners__select {
    white-space: nowrap;
    width: 14rem !important;
    outline: 0 !important; }
    .c-partners__select * {
      outline: 0 !important; }
  .c-partners__alphabet {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #909090;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.21;
    text-transform: uppercase;
    letter-spacing: 0.937rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 2rem; }
    @media (max-width: 991px) {
      .c-partners__alphabet {
        padding-left: 0;
        margin-top: 2rem; } }
    @media (max-width: 767px) {
      .c-partners__alphabet {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: center; } }
    .c-partners__alphabet a {
      color: inherit;
      text-decoration: none !important; }
      @media (max-width: 767px) {
        .c-partners__alphabet a {
          margin-left: 0.4rem;
          margin-bottom: 0.4rem; } }
      .c-partners__alphabet a:focus, .c-partners__alphabet a:active, .c-partners__alphabet a:hover, .c-partners__alphabet a.active {
        color: #30c175; }
      .c-partners__alphabet a.disabled {
        color: #c6c6c6; }
  .c-partners__group {
    padding-top: 10.5rem; }
    @media (max-width: 991px) {
      .c-partners__group {
        padding-top: 6.5rem; } }
  .c-partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5.9rem; }
    @media (max-width: 767px) {
      .c-partners__item {
        margin-bottom: 4rem; } }
    .c-partners__item__img {
      height: 13.5rem; }
      .c-partners__item__img img {
        max-height: 100%; }
  .c-partners__footer {
    margin-top: 4rem; }
    .c-partners__footer__inner {
      border-top: 1px solid #e8e8e8;
      padding-top: 3.6rem; }

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-pagination a {
    display: block;
    color: inherit;
    text-decoration: none !important;
    width: 2.9rem;
    height: 2.9rem;
    line-height: 2.9rem;
    border-radius: .6rem;
    text-align: center; }
    .c-pagination a:not(:last-child) {
      margin-right: 0.8rem; }
    .c-pagination a:active, .c-pagination a:hover {
      background-color: #e3e3e3; }
    .c-pagination a.is-active {
      background-color: #e3e3e3;
      pointer-events: none; }

.nav-panel__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-panel__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 5px 0;
  padding: 0; }
  @media (max-width: 767px) {
    .nav-panel__item.nav-panel__item_label {
      display: block; } }

.nav-panel__label {
  font-size: 14px;
  letter-spacing: 0.57px; }

.select-panel .dropdown-menu {
  width: 150px; }

.c-partner {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .c-partner__ttl {
    text-transform: uppercase;
    letter-spacing: 0.114rem;
    font-weight: 700;
    color: #000; }
    @media (max-width: 767px) {
      .c-partner__ttl {
        font-size: 2.6rem;
        line-height: 1.23;
        letter-spacing: 0.049rem; } }
    .c-partner__ttl:not(:first-child) {
      margin-top: 2.9rem; }
  .c-partner__body {
    padding-top: 9.1rem; }
    @media (max-width: 767px) {
      .c-partner__body {
        padding-top: 2rem; } }
  .c-partner__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 3.8rem; }
    @media (max-width: 767px) {
      .c-partner__desc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .c-partner__desc__img {
      width: 170px; }
    @media (min-width: 768px) {
      .c-partner__desc__caption {
        padding-left: 8.5rem; } }
    .c-partner__desc__table {
      max-width: 54.3rem;
      color: #585858;
      font-size: 1.4rem;
      font-weight: 400;
      letter-spacing: 0.015rem;
      margin-bottom: 0;
      line-height: 1.2; }
      .c-partner__desc__table td {
        padding: 0 0 15px 0; }
      .c-partner__desc__table .e-name {
        padding-right: 2rem; }
  .c-partner__company {
    border-top: 0.1rem solid #e8e8e8;
    padding-top: 7.4rem; }
    @media (max-width: 991px) {
      .c-partner__company {
        padding-top: 5.4rem; } }
    .c-partner__company__title {
      color: #000;
      letter-spacing: 0.082rem; }
    .c-partner__company__body {
      color: #585858;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 2.75;
      letter-spacing: 0.015rem;
      padding-top: 2.4rem;
      max-width: 107rem; }
      @media (max-width: 575px) {
        .c-partner__company__body {
          line-height: 2; } }

.c-breadcrump {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important; }
  .c-breadcrump .icon {
    display: block;
    margin-right: 1rem; }
  .c-breadcrump span {
    display: block; }

.c-news {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .c-news__title {
    letter-spacing: 0.114rem;
    color: #000; }
  .c-news__body {
    padding-top: 2.5rem; }
  .c-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .c-news__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .c-news__item:not(:last-child) {
      margin-bottom: 3.9rem; }
    .c-news__item__img {
      width: 25.9rem;
      height: 13.4rem; }
      @media (max-width: 991px) {
        .is-large .c-news__item__img {
          width: 26rem;
          height: 15.9rem; } }
      @media (min-width: 992px) {
        .is-large .c-news__item__img {
          width: 46rem;
          height: 28.1rem; } }
    .c-news__item__caption {
      padding-top: .2rem; }
      @media (min-width: 768px) {
        .c-news__item__caption {
          padding-left: 3.9rem;
          width: calc(100% - 25.9rem); } }
      @media (max-width: 767px) {
        .c-news__item__caption {
          padding-top: 2rem; } }
      @media (min-width: 768px) and (max-width: 767px) {
        .is-large .c-news__item__caption {
          width: calc(100% - 26rem); } }
      @media (min-width: 992px) {
        .is-large .c-news__item__caption {
          width: calc(100% - 46rem); } }
    .c-news__item__ttl {
      color: #000;
      font-size: 2rem;
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: 0.021rem;
      margin-top: -.6rem; }
      @media (max-width: 991px) {
        .is-large .c-news__item__ttl {
          font-size: 2rem;
          font-weight: 400;
          line-height: 1.25;
          letter-spacing: 0.021rem;
          margin-top: -.6rem; } }
      @media (min-width: 992px) {
        .is-large .c-news__item__ttl {
          margin-top: 0;
          font-size: 2.4rem;
          font-weight: 500;
          letter-spacing: 0.026rem; } }
    .c-news__item__ttl a {
      color: #000000;
      text-decoration: none; }
      .c-news__item__ttl a:hover, .c-news__item__ttl a:active {
        color: #000000;
        text-decoration: underline; }
    .c-news__item__tools {
      max-width: 19.8rem;
      padding-top: .4rem; }
      @media (max-width: 991px) {
        .is-large .c-news__item__tools {
          padding-top: .4rem; } }
      @media (min-width: 992px) {
        .is-large .c-news__item__tools {
          padding-top: 0.9rem; } }
    .c-news__item__body {
      color: #585858;
      font-size: 1.4rem;
      font-weight: 400;
      letter-spacing: 0.015rem;
      padding-top: 0.5rem;
      line-height: 2.2; }
      @media (max-width: 991px) {
        .is-large .c-news__item__body {
          padding-top: 0.5rem; } }
      @media (min-width: 992px) {
        .is-large .c-news__item__body {
          padding-top: 2.5rem; } }
      .c-news__item__body p {
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .c-news__item__body p {
            max-height: 4.6rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-height: 1.8;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            margin-bottom: .7rem; } }
  .c-news__list {
    padding-top: 8rem;
    padding-bottom: 5.4rem; }
    .c-news__list__body {
      padding-top: 2rem; }
  .c-news__footer__inner {
    border-top: 1px solid #e8e8e8;
    padding-top: 3.6rem; }

.c-news__list_results {
  padding-top: 0; }
  .c-news__list_results .c-news__list__body {
    padding-top: 0; }
  .c-news__list_results .c-news__item__caption {
    width: auto;
    padding-left: 0; }

.c-step-form {
  padding-top: 4.5rem;
  padding-bottom: 10rem; }
  .c-step-form__title {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
    text-align: center; }
  .c-step-form__body {
    padding-top: 4rem; }
  .c-step-form__steps {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 75rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .c-step-form__steps:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 0.2rem;
      background-color: #e1e1e1; }
    .c-step-form__steps a {
      position: relative;
      display: block;
      width: 3rem;
      height: 3rem;
      text-align: center;
      line-height: 3rem;
      text-decoration: none !important;
      pointer-events: none;
      border-radius: 50%;
      background-color: #e1e1e1;
      color: inherit; }
      .c-step-form__steps a.has-activated {
        background-color: #29c88c;
        color: #fff;
        pointer-events: all; }
      .c-step-form__steps a.is-active {
        background-color: #585858;
        color: #fff; }
  .c-step-form__inner {
    padding-top: 8.9rem; }
  .c-step-form__sub-title {
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.074rem;
    text-align: center; }
    @media (max-width: 767px) {
      .c-step-form__sub-title {
        line-height: 1.2; } }
  .c-step-form__group {
    max-width: 56rem;
    margin: 3.6rem auto 0; }
  .c-step-form__control {
    margin-bottom: 2.1rem; }
    .c-step-form__control:last-child {
      margin-bottom: 0; }
    .c-step-form__control .control-label {
      margin-bottom: .7rem; }
      @media (max-width: 767px) {
        .c-step-form__control .control-label {
          line-height: 1.2; } }
  .c-step-form__row {
    margin-bottom: 10px; }
    .c-step-form__row::after {
      display: block;
      clear: both;
      content: ""; }
    .c-step-form__row:last-child {
      margin-bottom: 0; }
  .c-step-form__row > .c-step-form__control {
    padding-left: 30px;
    margin-bottom: 10px; }
    .c-step-form__row > .c-step-form__control::after {
      display: block;
      clear: both;
      content: ""; }
    .c-step-form__row > .c-step-form__control:last-child {
      margin-bottom: 0; }
  .c-step-form__footer {
    max-width: 56rem;
    margin: 0 auto;
    padding-top: 5.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-step-form__footer .btn_md {
      min-width: 26rem; }
    @media (max-width: 575px) {
      .c-step-form__footer {
        padding-top: 4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .c-step-form__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    color: #404040;
    cursor: pointer; }
    @media (max-width: 575px) {
      .c-step-form__back {
        margin-top: 2rem; } }
    .c-step-form__back:hover {
      color: #30c175; }
    .c-step-form__back .icon {
      margin-right: 1.3rem;
      font-size: 1.3rem; }

.c-post {
  padding-top: 3.3rem;
  padding-bottom: 3.3rem; }
  .c-post__header h1 {
    margin-bottom: 0; }
  .c-post__header p:last-child {
    margin-bottom: 0; }
  .c-post__body:not(:first-child) {
    padding-top: 2.5rem; }
  .c-post__tools {
    max-width: 19rem;
    padding-top: 0;
    margin-bottom: 1.1rem; }
  .c-post__group {
    max-width: 110rem;
    margin-bottom: 3.3rem; }
    .c-post__group img.float-left {
      margin-right: 4rem; }
    .c-post__group p {
      margin-bottom: 2.4rem; }
      .c-post__group p:last-child {
        margin-bottom: 0; }
  .c-post .h1,
  .c-post h1 {
    margin-bottom: 15px;
    letter-spacing: 0.114rem; }
    @media (max-width: 575px) {
      .c-post .h1,
      .c-post h1 {
        font-size: 3rem; } }
  .c-post .h2,
  .c-post h2 {
    margin-bottom: 15px;
    letter-spacing: 0.082rem; }
    @media (max-width: 575px) {
      .c-post .h2,
      .c-post h2 {
        font-size: 2.4rem; } }
  .c-post .e-list {
    list-style-type: none;
    padding-left: 3.2rem;
    counter-reset: list 0;
    margin-bottom: 2rem; }
    .c-post .e-list_count li {
      position: relative;
      padding-left: 1.5rem; }
      .c-post .e-list_count li:before {
        position: absolute;
        top: 0;
        left: 0;
        counter-increment: list;
        content: counter(list) ". "; }
    .c-post .e-list li:not(:last-child) {
      margin-bottom: 2rem; }
  .c-post .h-max-941 {
    max-width: 94.1rem; }
  .c-post .h-max-988 {
    max-width: 98.8rem; }

.e-quote {
  color: #585858;
  letter-spacing: 0.015rem;
  padding-bottom: .5rem;
  margin-bottom: 2rem; }
  .e-quote__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: .1rem solid #e0e0e0; }
    .e-quote__item:not(:last-child) {
      margin-bottom: 2rem; }
    .e-quote__item span:first-child {
      padding-right: 1rem; }
    .e-quote__item span:last-child {
      padding-left: 1rem; }

.e-list-markered {
  margin-bottom: 2rem; }
  .e-list-markered li {
    position: relative;
    padding-left: 1.9rem;
    line-height: 2.31;
    letter-spacing: 0.014rem; }
    .e-list-markered li:before {
      position: absolute;
      top: 1.3rem;
      left: .2rem;
      width: 0.5rem;
      height: 0.5rem;
      background-color: #30c175;
      content: ""; }

.e-quote-jumbo {
  position: relative;
  max-width: 68.7rem;
  background-color: #f5f5f5;
  padding: 3.8rem 4rem 3.3rem 9.2rem; }
  .e-quote-jumbo .icon-quote {
    position: absolute;
    top: 4.6rem;
    left: 3rem;
    color: #bbbbbb;
    font-size: 2.3rem; }
  .e-quote-jumbo p:last-child {
    margin-bottom: 0; }

.e-jumbo-xs {
  padding: 2rem 3rem 2.7rem;
  color: #585858;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: 0.015rem;
  max-width: 72rem;
  border: 0.2rem solid #f2f2f2; }

.e-jumbo-sm {
  padding: 2.3rem 3rem 2.7rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: 0.015rem;
  background-color: #434343; }
  .e-jumbo-sm_green {
    background-color: #1c9d59; }

.block-icons {
  padding: 30px 0 50px 0; }
  @media (max-width: 991px) {
    .block-icons {
      padding: 0; } }
  .block-icons__item {
    text-align: center;
    padding: 0 20px;
    line-height: 1.7; }
    @media (max-width: 991px) {
      .block-icons__item {
        padding: 0;
        margin-bottom: 40px; } }
  .block-icons__img {
    line-height: 0;
    margin-bottom: 25px; }
  .block-icons__img img {
    width: 72px;
    height: 72px; }

.block-advantage {
  padding: 120px 0 0 0;
  margin-bottom: 50px;
  color: #ffffff;
  background-image: linear-gradient(19deg, #36c9c5 0%, #43c89a 100%); }
  .block-advantage::after {
    display: block;
    clear: both;
    content: ""; }
  .block-advantage_fluid {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .block-advantage {
      padding: 50px 0 30px 0; } }
  .block-advantage__row {
    padding-bottom: 120px; }
    @media (max-width: 991px) {
      .block-advantage__row {
        padding-bottom: 0; } }
  .block-advantage__item {
    position: relative;
    padding-right: 20px; }
    @media (max-width: 991px) {
      .block-advantage__item {
        padding-right: 0;
        margin-bottom: 20px; } }
  .block-advantage__count {
    font-size: 102px;
    color: rgba(234, 234, 234, 0.149);
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    @media (max-width: 991px) {
      .block-advantage__count {
        top: -6px;
        font-size: 30px;
        color: rgba(234, 234, 234, 0.3); } }
  .block-advantage__caption {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    padding: 60px 0 0 55px;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .block-advantage__caption {
        padding: 0 0 0 50px; } }

.page-description {
  max-width: 56rem; }

.c-post_advokaziia {
  padding-top: 0; }
  .c-post_advokaziia .c-post__body:not(:first-child) {
    padding-top: 1rem; }

.block-directions {
  margin-top: 7rem; }
  .block-directions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    margin-bottom: 5.1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block-directions__icon {
    width: 12.8rem;
    height: 12.8rem;
    border-radius: 50%;
    border: 1px solid #F2F2F2; }
    .block-directions__icon img {
      max-height: 100%;
      max-width: 100%; }
  .block-directions__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .block-directions__details {
    width: calc(100% - 12.8rem);
    padding: .8rem 0 0 1.9rem;
    max-width: 74rem;
    letter-spacing: 0; }
    .block-directions__details:after {
      content: '';
      margin-top: 3.6rem;
      display: block;
      width: 100%;
      height: 1.1rem;
      background-size: 20rem 1.1rem;
      background-repeat: no-repeat;
      background-image: url(../images/icon/decor-3.svg);
      background-position: 0 0; }
  .block-directions__ttl {
    font-size: 2rem;
    line-height: 1.3; }
  .block-directions__description {
    margin-top: 2.6rem;
    font-size: 1.4rem; }
  .block-directions__text {
    color: #585858; }
  .block-directions__download {
    margin-top: 3.5rem; }

@media (max-width: 767px) {
  .block-directions {
    margin-top: 5rem; }
  .block-directions__item {
    display: block;
    margin-bottom: 6.1rem; }
  .block-directions__icon {
    width: 11.8rem;
    height: 11.8rem; }
  .block-directions__details {
    width: 100%;
    padding: 0.8rem 0 0; }
  .block-directions__description {
    margin-top: 1.6rem;
    line-height: 1.4; }
  .block-directions__details:after {
    margin-top: 1.6rem; }
  .block-directions__download {
    margin-top: 2.5rem; } }

.upper {
  margin-bottom: 40px; }
  .upper .slick-dots {
    bottom: 30px; }

.heading-basic {
  font-size: 28px;
  color: #000000;
  line-height: 2;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .heading-basic {
      font-size: 24px; } }

.sertification-path {
  margin-bottom: 50px; }
  .sertification-path__body {
    padding: 75px 0 40px 0;
    background-color: #f2f2f2;
    overflow: hidden; }
    @media (max-width: 991px) {
      .sertification-path__body {
        padding: 40px 0; } }
  .sertification-path__list::after {
    display: block;
    clear: both;
    content: ""; }
  .sertification-path__item {
    width: 50%;
    float: left;
    padding: 0 20px; }
    @media (max-width: 991px) {
      .sertification-path__item {
        width: auto;
        float: none;
        padding: 0;
        margin-bottom: 40px; }
        .sertification-path__item:last-child {
          margin-bottom: 0; } }
  .sertification-path__inner {
    max-width: 280px; }
  .sertification-path__scope {
    padding-left: 100px; }
    .sertification-path__scope::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 991px) {
      .sertification-path__scope {
        padding-left: 60px; } }
  .sertification-path__count {
    width: 80px;
    float: left;
    margin-left: -100px;
    font-weight: 700;
    font-size: 80px;
    color: #29C88C;
    letter-spacing: 2.53px;
    line-height: 1;
    background: -webkit-linear-gradient(#43C89A, #36C9C5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 991px) {
      .sertification-path__count {
        width: 40px;
        margin-left: -60px;
        font-size: 60px; } }
  .sertification-path__info {
    width: 100%;
    float: right;
    padding-top: 6px; }
  .sertification-path__title {
    font-size: 24px;
    color: #000000;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .sertification-path__title {
        margin-bottom: 15px; } }
  .sertification-path__caption {
    font-size: 14px;
    color: #585858;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px; }
  .sertification-path__info {
    display: table;
    width: 100%; }
  .sertification-path__info-cell {
    display: table-cell;
    vertical-align: top;
    text-align: left; }

.arrow-right-basic {
  width: 100%;
  height: 7px;
  position: relative; }
  .arrow-right-basic::after {
    display: block;
    clear: both;
    content: ""; }
  .arrow-right-basic:before {
    display: block;
    content: '';
    height: 1px;
    background-color: #E3E3E3;
    position: absolute;
    top: 0;
    left: 0;
    right: 13px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }
  .arrow-right-basic:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 13px;
    border-color: transparent transparent transparent #E3E3E3;
    position: absolute;
    top: 0;
    right: 0; }

.link-extra {
  font-weight: 900;
  font-size: 14px;
  color: #2CAE84;
  letter-spacing: 0.65px;
  text-decoration: none; }

.sertification-info {
  margin-bottom: 50px;
  overflow: hidden; }
  .sertification-info__date {
    line-height: 1;
    margin-bottom: 50px; }
  .sertification-info__date-inner {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 300;
    color: #585858;
    line-height: 1; }
  .sertification-info__list::after {
    display: block;
    clear: both;
    content: ""; }
  .sertification-info__item {
    width: 50%;
    float: left;
    padding: 0 20px; }
    .sertification-info__item::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 991px) {
      .sertification-info__item {
        width: auto;
        float: none;
        padding: 0;
        margin-bottom: 40px; }
        .sertification-info__item:last-child {
          margin-bottom: 0; } }
  .sertification-info__inner {
    max-width: 500px;
    padding-left: 55px; }
    @media (max-width: 991px) {
      .sertification-info__inner {
        padding-left: 0; } }
  .sertification-info__extra {
    width: 490px;
    background-color: rgba(242, 242, 242, 0.8);
    float: right;
    padding: 35px 45px; }
    @media (max-width: 1199px) {
      .sertification-info__extra {
        width: auto;
        float: none; } }
  .sertification-info__extra-list {
    margin-left: -30px; }
    .sertification-info__extra-list::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 500px) {
      .sertification-info__extra-list {
        margin-left: 0; } }
  .sertification-info__extra-item {
    width: 50%;
    float: left;
    padding-left: 30px; }
    @media (max-width: 500px) {
      .sertification-info__extra-item {
        width: auto;
        float: none;
        padding-left: 0;
        margin-bottom: 15px; }
        .sertification-info__extra-item:last-child {
          margin-bottom: 0; } }
  .sertification-info__extra-title {
    min-height: 54px;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 1.7;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .sertification-info__extra-title {
        min-height: 1px;
        margin-bottom: 10px; } }
  .sertification-info__extra-caption {
    font-size: 14px;
    color: #585858;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 15px; }
  .sertification-info__line {
    margin: 0 0 20px 0;
    border-radius: 1px solid #E3E3E3; }
    @media (max-width: 991px) {
      .sertification-info__line {
        display: none; } }

.list-basic {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-basic > li {
    position: relative;
    margin: 0 0 43px 0;
    padding: 0 0 0 64px;
    min-height: 33px;
    background-image: url(../images/icon/group.svg);
    background-position: 0 0;
    background-size: 33px 33px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    color: #2C2D31; }
    @media (max-width: 991px) {
      .list-basic > li {
        padding-left: 50px; } }

.sertification-steps {
  margin-bottom: 50px; }
  .sertification-steps__body {
    background-image: linear-gradient(19deg, #36c9c5 0%, #43c89a 100%); }
  .sertification-steps__list {
    overflow: hidden; }
    @media (max-width: 767px) {
      .sertification-steps__list {
        padding: 40px 0; } }
  .sertification-steps__item {
    width: 25%;
    float: left;
    text-align: left;
    position: relative;
    padding-right: 70px;
    padding-left: 50px; }
    @media (max-width: 991px) {
      .sertification-steps__item {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .sertification-steps__item {
        width: auto;
        float: none;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        margin-bottom: 30px; }
        .sertification-steps__item:last-child {
          margin-bottom: 0; } }
    .sertification-steps__item:first-child {
      padding-left: 0; }
    .sertification-steps__item:last-child {
      padding-right: 0; }
      .sertification-steps__item:last-child:after {
        display: none; }
    .sertification-steps__item:after {
      display: block;
      content: '';
      width: 175px;
      height: 175px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      -webkit-transform: rotate(45deg) skew(12deg, 12deg);
      transform: rotate(45deg) skew(12deg, 12deg);
      position: absolute;
      top: 0;
      right: 10px;
      z-index: 0; }
      @media (max-width: 767px) {
        .sertification-steps__item:after {
          display: none; } }
  .sertification-steps__main {
    display: table;
    width: 100%;
    height: 175px; }
    @media (max-width: 767px) {
      .sertification-steps__main {
        display: block;
        height: auto; } }
  .sertification-steps__main-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0; }
    @media (max-width: 767px) {
      .sertification-steps__main-cell {
        display: block;
        padding: 0; } }
  .sertification-steps__caption {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 2;
    position: relative;
    z-index: 1; }

.sertification-advantages {
  margin-bottom: 100px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .sertification-advantages {
      margin-bottom: 50px;
      overflow: visible; } }
  .sertification-advantages__list {
    display: table;
    width: 100%;
    table-layout: fixed; }
    @media (max-width: 991px) {
      .sertification-advantages__list {
        display: block; } }
  .sertification-advantages__item {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    position: relative;
    padding: 0 15px; }
    .sertification-advantages__item::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 991px) {
      .sertification-advantages__item {
        display: block;
        padding: 0;
        margin-bottom: 40px; }
        .sertification-advantages__item:last-child {
          margin-bottom: 0; } }
    .sertification-advantages__item:first-child .sertification-advantages__inner {
      float: left;
      margin: 0; }
      @media (max-width: 991px) {
        .sertification-advantages__item:first-child .sertification-advantages__inner {
          float: none;
          margin: 0 auto; } }
    .sertification-advantages__item:last-child .sertification-advantages__inner {
      float: right;
      margin: 0; }
      @media (max-width: 991px) {
        .sertification-advantages__item:last-child .sertification-advantages__inner {
          float: none;
          margin: 0 auto; } }
  .sertification-advantages__inner {
    max-width: 260px;
    margin: 0 auto; }
  .sertification-advantages__media {
    display: table;
    width: 100%;
    height: 65px;
    line-height: 0;
    margin-bottom: 30px; }
    .sertification-advantages__media img {
      display: inline-block; }
  .sertification-advantages__media-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .sertification-advantages__caption {
    font-size: 14px;
    color: #2C2D31;
    font-weight: 300;
    line-height: 2.1;
    margin-bottom: 20px; }
  .sertification-advantages__btn {
    padding-top: 40px; }
  .sertification-advantages__btn-inner {
    position: relative; }
  .sertification-advantages__decor {
    width: 400px;
    height: 7px;
    position: absolute;
    right: 110%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }
    @media (max-width: 1199px) {
      .sertification-advantages__decor {
        width: 200px; } }
    @media (max-width: 991px) {
      .sertification-advantages__decor {
        display: none; } }

.text-decor {
  color: #B1B1B1; }

.sertification-term {
  padding-top: 140px;
  padding-bottom: 140px;
  margin-bottom: 100px;
  color: #ffffff;
  background-image: linear-gradient(19deg, #36c9c5 0%, #43c89a 100%); }
  @media (max-width: 991px) {
    .sertification-term {
      padding-top: 40px;
      padding-bottom: 40px;
      margin-bottom: 50px; } }
  .sertification-term__scope::after {
    display: block;
    clear: both;
    content: ""; }
  .sertification-term__left {
    width: 40%;
    float: left;
    padding-right: 15px; }
    @media (max-width: 991px) {
      .sertification-term__left {
        width: auto;
        float: none;
        padding-right: 0; } }
  .sertification-term__right {
    width: 60%;
    float: left;
    padding-left: 15px; }
    .sertification-term__right::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 991px) {
      .sertification-term__right {
        width: auto;
        float: none;
        padding-left: 0; } }
  .sertification-term__heading {
    font-weight: 700;
    font-size: 42px;
    color: #FFFFFF;
    letter-spacing: 1.33px;
    line-height: 1.3; }
    @media (max-width: 991px) {
      .sertification-term__heading {
        font-size: 32px;
        margin-bottom: 30px; } }
  .sertification-term__info {
    width: 500px;
    float: right; }
    @media (max-width: 991px) {
      .sertification-term__info {
        width: auto;
        max-width: 500px;
        float: none; } }
  .sertification-term__info-row {
    margin-bottom: 25px; }
    .sertification-term__info-row::after {
      display: block;
      clear: both;
      content: ""; }
    .sertification-term__info-row:last-child {
      margin-bottom: 0; }
  .sertification-term__info-col-l {
    width: 50%;
    float: left;
    padding-right: 15px;
    text-align: left; }
  .sertification-term__info-col-r {
    width: 50%;
    float: right;
    padding-left: 15px;
    text-align: right; }
  .sertification-term__info-time {
    display: inline-block;
    vertical-align: top;
    padding: 9px 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #29C88C;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    min-width: 150px; }
    @media (max-width: 767px) {
      .sertification-term__info-time {
        padding: 7px 10px;
        font-size: 11px;
        min-width: 100px; } }
  .sertification-term__info-caption {
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500; }
    @media (max-width: 767px) {
      .sertification-term__info-caption {
        font-size: 12px; } }
  .sertification-term__info-scale {
    height: 30px;
    position: relative; }
    .sertification-term__info-scale::after {
      display: block;
      clear: both;
      content: ""; }
    .sertification-term__info-scale:before, .sertification-term__info-scale:after {
      display: block;
      content: '';
      width: 4px;
      height: 30px;
      background-color: #ffffff;
      position: absolute;
      top: 0; }
    .sertification-term__info-scale:before {
      left: 0; }
    .sertification-term__info-scale:after {
      right: 0; }
  .sertification-term__info-scale-inner {
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }

.sertification-price {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .sertification-price {
      margin-bottom: 50px; } }
  .sertification-price__scope::after {
    display: block;
    clear: both;
    content: ""; }
  .sertification-price__left {
    width: 45%;
    float: left;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .sertification-price__left {
        width: auto;
        float: none;
        padding-right: 0;
        margin-bottom: 30px; } }
  .sertification-price__right {
    width: 55%;
    float: right;
    padding-left: 15px;
    text-align: right; }
    .sertification-price__right::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 767px) {
      .sertification-price__right {
        width: auto;
        float: none;
        padding-left: 0;
        text-align: left; } }
  .sertification-price__caption {
    font-size: 14px;
    color: #585858;
    font-weight: 300;
    line-height: 2.5; }
  .sertification-price__media {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    position: relative;
    margin-right: 10%; }
    .sertification-price__media:before {
      display: block;
      content: '+';
      width: 28px;
      height: 28px;
      font-weight: 300;
      font-size: 48px;
      color: #B1B1B1;
      line-height: 0.5;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .sertification-price__media-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 105px; }
    .sertification-price__media-img:last-child {
      margin-right: 0; }

.sertification-standard {
  margin-bottom: 50px; }
  .sertification-standard__list::after {
    display: block;
    clear: both;
    content: ""; }
  .sertification-standard__item {
    width: 50%;
    float: left;
    padding: 0 20px;
    text-align: center; }
    @media (max-width: 991px) {
      .sertification-standard__item {
        width: auto;
        float: none;
        margin-bottom: 40px; }
        .sertification-standard__item:last-child {
          margin-bottom: 0; } }
  .sertification-standard__caption {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .sertification-standard__caption {
        font-size: 18px; } }
  .sertification-standard__media {
    line-height: 0; }

.experts-top {
  max-width: 550px;
  padding: 0 25px;
  margin-bottom: 40px; }
  .experts-top__heading {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    letter-spacing: 1.14px;
    line-height: 1.5;
    margin-bottom: 20px; }
  .experts-top__caption {
    font-size: 14px;
    color: #585858;
    letter-spacing: 0.15px;
    text-align: left;
    line-height: 2.1; }

.experts-list {
  margin-bottom: 30px; }
  .experts-list__item {
    border: 1px solid transparent;
    padding: 25px; }
  .experts-list__main {
    display: table;
    width: 100%; }
    @media (max-width: 991px) {
      .experts-list__main {
        display: block; } }
  .experts-list__main-info {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 350px;
    padding-right: 5px; }
    @media (max-width: 991px) {
      .experts-list__main-info {
        display: block;
        width: auto;
        padding-right: 0;
        margin-bottom: 20px; } }
  .experts-list__main-media {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: auto; }
    @media (max-width: 991px) {
      .experts-list__main-media {
        display: block; } }
  .experts-list__wrap {
    max-width: 230px; }
  .experts-list__title {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 5px; }
  .experts-list__caption {
    font-size: 14px;
    color: #585858;
    font-weight: 300;
    line-height: 2.1; }
  .experts-list__inner {
    display: table;
    width: 100%;
    table-layout: fixed; }
    @media (max-width: 991px) {
      .experts-list__inner {
        display: block; } }
  .experts-list__inner-cell {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding: 0 5px; }
    @media (max-width: 991px) {
      .experts-list__inner-cell {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 15px 0;
        padding: 0; } }
    @media (max-width: 991px) {
      .experts-list__inner-cell.empty {
        display: none; } }
  .experts-list__inner-img {
    display: inline-block;
    vertical-align: top;
    opacity: .2;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s; }
  .experts-list__item:hover, .experts-list__item.active {
    border-color: #E3E3E3; }
    .experts-list__item:hover .experts-list__inner-img, .experts-list__item.active .experts-list__inner-img {
      opacity: 1; }

.steps {
  max-width: 855px;
  margin-bottom: 30px; }

.steps-top {
  margin-bottom: 40px; }
  .steps-top__heading {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1.14px;
    line-height: 1.5;
    margin-bottom: 20px; }
  .steps-top__caption {
    font-size: 14px;
    color: #585858;
    letter-spacing: 0.15px;
    text-align: left;
    line-height: 2.1; }

.list-number {
  color: #29C88C;
  margin: 0;
  padding: 0 0 0 100px;
  list-style: upper-roman inside; }
  @media (max-width: 991px) {
    .list-number {
      padding-left: 0; } }
  .list-number > li {
    margin: 0;
    padding: 0; }

.link-step {
  color: #29C88C;
  text-decoration: none; }
  .link-step:hover {
    color: #29C88C;
    text-decoration: underline; }

.steps-main {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7; }
  .steps-main a {
    color: #29C88C;
    text-decoration: none; }
    .steps-main a:hover {
      color: #29C88C;
      text-decoration: underline; }

.steps-title {
  font-weight: 400;
  font-size: 20px;
  color: #2C2D31;
  letter-spacing: 0.15px;
  line-height: 1.5;
  margin-bottom: 50px; }

.steps-list {
  margin-bottom: 50px; }
  .steps-list__item {
    padding: 0 0 40px 100px;
    position: relative; }
    @media (max-width: 991px) {
      .steps-list__item {
        padding-left: 0; } }
    .steps-list__item:before {
      display: block;
      content: '';
      width: 1px;
      height: 0;
      background-color: #F2F2F2;
      position: absolute;
      top: 0;
      left: 20px;
      z-index: 0;
      -webkit-transition: height 1s ease 0s;
      transition: height 1s ease 0s;
      will-change: height; }
      @media (max-width: 991px) {
        .steps-list__item:before {
          display: none; } }
    .steps-list__item:last-child {
      margin-bottom: 0; }
      .steps-list__item:last-child:before {
        display: none; }
    .steps-list__item:nth-child(1):before {
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .steps-list__item:nth-child(1) .steps-list__count,
    .steps-list__item:nth-child(1) .steps-list__title,
    .steps-list__item:nth-child(1) .steps-list__caption {
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
    .steps-list__item:nth-child(2):before {
      -webkit-transition-delay: 2s;
      transition-delay: 2s; }
    .steps-list__item:nth-child(2) .steps-list__count,
    .steps-list__item:nth-child(2) .steps-list__title,
    .steps-list__item:nth-child(2) .steps-list__caption {
      -webkit-transition-delay: 1.5s;
      transition-delay: 1.5s; }
    .steps-list__item:nth-child(3):before {
      -webkit-transition-delay: 3.5s;
      transition-delay: 3.5s; }
    .steps-list__item:nth-child(3) .steps-list__count,
    .steps-list__item:nth-child(3) .steps-list__title,
    .steps-list__item:nth-child(3) .steps-list__caption {
      -webkit-transition-delay: 3s;
      transition-delay: 3s; }
    .steps-list__item:nth-child(4):before {
      -webkit-transition-delay: 5s;
      transition-delay: 5s; }
    .steps-list__item:nth-child(4) .steps-list__count,
    .steps-list__item:nth-child(4) .steps-list__title,
    .steps-list__item:nth-child(4) .steps-list__caption {
      -webkit-transition-delay: 4.5s;
      transition-delay: 4.5s; }
    .steps-list__item:nth-child(5):before {
      -webkit-transition-delay: 6.5s;
      transition-delay: 6.5s; }
    .steps-list__item:nth-child(5) .steps-list__count,
    .steps-list__item:nth-child(5) .steps-list__title,
    .steps-list__item:nth-child(5) .steps-list__caption {
      -webkit-transition-delay: 6s;
      transition-delay: 6s; }
    .steps-list__item:nth-child(6):before {
      -webkit-transition-delay: 8s;
      transition-delay: 8s; }
    .steps-list__item:nth-child(6) .steps-list__count,
    .steps-list__item:nth-child(6) .steps-list__title,
    .steps-list__item:nth-child(6) .steps-list__caption {
      -webkit-transition-delay: 7.5s;
      transition-delay: 7.5s; }
    .steps-list__item:nth-child(7):before {
      -webkit-transition-delay: 9.5s;
      transition-delay: 9.5s; }
    .steps-list__item:nth-child(7) .steps-list__count,
    .steps-list__item:nth-child(7) .steps-list__title,
    .steps-list__item:nth-child(7) .steps-list__caption {
      -webkit-transition-delay: 9s;
      transition-delay: 9s; }
    .steps-list__item:nth-child(8):before {
      -webkit-transition-delay: 11s;
      transition-delay: 11s; }
    .steps-list__item:nth-child(8) .steps-list__count,
    .steps-list__item:nth-child(8) .steps-list__title,
    .steps-list__item:nth-child(8) .steps-list__caption {
      -webkit-transition-delay: 10.5s;
      transition-delay: 10.5s; }
    .steps-list__item:nth-child(9):before {
      -webkit-transition-delay: 12.5s;
      transition-delay: 12.5s; }
    .steps-list__item:nth-child(9) .steps-list__count,
    .steps-list__item:nth-child(9) .steps-list__title,
    .steps-list__item:nth-child(9) .steps-list__caption {
      -webkit-transition-delay: 12s;
      transition-delay: 12s; }
    .steps-list__item:nth-child(10):before {
      -webkit-transition-delay: 14s;
      transition-delay: 14s; }
    .steps-list__item:nth-child(10) .steps-list__count,
    .steps-list__item:nth-child(10) .steps-list__title,
    .steps-list__item:nth-child(10) .steps-list__caption {
      -webkit-transition-delay: 13.5s;
      transition-delay: 13.5s; }
    .steps-list__item:nth-child(11):before {
      -webkit-transition-delay: 15.5s;
      transition-delay: 15.5s; }
    .steps-list__item:nth-child(11) .steps-list__count,
    .steps-list__item:nth-child(11) .steps-list__title,
    .steps-list__item:nth-child(11) .steps-list__caption {
      -webkit-transition-delay: 15s;
      transition-delay: 15s; }
    .steps-list__item:nth-child(12):before {
      -webkit-transition-delay: 17s;
      transition-delay: 17s; }
    .steps-list__item:nth-child(12) .steps-list__count,
    .steps-list__item:nth-child(12) .steps-list__title,
    .steps-list__item:nth-child(12) .steps-list__caption {
      -webkit-transition-delay: 16.5s;
      transition-delay: 16.5s; }
    .steps-list__item:nth-child(13):before {
      -webkit-transition-delay: 18.5s;
      transition-delay: 18.5s; }
    .steps-list__item:nth-child(13) .steps-list__count,
    .steps-list__item:nth-child(13) .steps-list__title,
    .steps-list__item:nth-child(13) .steps-list__caption {
      -webkit-transition-delay: 18s;
      transition-delay: 18s; }
    .steps-list__item:nth-child(14):before {
      -webkit-transition-delay: 20s;
      transition-delay: 20s; }
    .steps-list__item:nth-child(14) .steps-list__count,
    .steps-list__item:nth-child(14) .steps-list__title,
    .steps-list__item:nth-child(14) .steps-list__caption {
      -webkit-transition-delay: 19.5s;
      transition-delay: 19.5s; }
    .steps-list__item:nth-child(15):before {
      -webkit-transition-delay: 21.5s;
      transition-delay: 21.5s; }
    .steps-list__item:nth-child(15) .steps-list__count,
    .steps-list__item:nth-child(15) .steps-list__title,
    .steps-list__item:nth-child(15) .steps-list__caption {
      -webkit-transition-delay: 21s;
      transition-delay: 21s; }
    .steps-list__item:nth-child(16):before {
      -webkit-transition-delay: 23s;
      transition-delay: 23s; }
    .steps-list__item:nth-child(16) .steps-list__count,
    .steps-list__item:nth-child(16) .steps-list__title,
    .steps-list__item:nth-child(16) .steps-list__caption {
      -webkit-transition-delay: 22.5s;
      transition-delay: 22.5s; }
    .steps-list__item:nth-child(17):before {
      -webkit-transition-delay: 24.5s;
      transition-delay: 24.5s; }
    .steps-list__item:nth-child(17) .steps-list__count,
    .steps-list__item:nth-child(17) .steps-list__title,
    .steps-list__item:nth-child(17) .steps-list__caption {
      -webkit-transition-delay: 24s;
      transition-delay: 24s; }
    .steps-list__item:nth-child(18):before {
      -webkit-transition-delay: 26s;
      transition-delay: 26s; }
    .steps-list__item:nth-child(18) .steps-list__count,
    .steps-list__item:nth-child(18) .steps-list__title,
    .steps-list__item:nth-child(18) .steps-list__caption {
      -webkit-transition-delay: 25.5s;
      transition-delay: 25.5s; }
    .steps-list__item:nth-child(19):before {
      -webkit-transition-delay: 27.5s;
      transition-delay: 27.5s; }
    .steps-list__item:nth-child(19) .steps-list__count,
    .steps-list__item:nth-child(19) .steps-list__title,
    .steps-list__item:nth-child(19) .steps-list__caption {
      -webkit-transition-delay: 27s;
      transition-delay: 27s; }
    .steps-list__item:nth-child(20):before {
      -webkit-transition-delay: 29s;
      transition-delay: 29s; }
    .steps-list__item:nth-child(20) .steps-list__count,
    .steps-list__item:nth-child(20) .steps-list__title,
    .steps-list__item:nth-child(20) .steps-list__caption {
      -webkit-transition-delay: 28.5s;
      transition-delay: 28.5s; }
    .steps-list__item:nth-child(21):before {
      -webkit-transition-delay: 30.5s;
      transition-delay: 30.5s; }
    .steps-list__item:nth-child(21) .steps-list__count,
    .steps-list__item:nth-child(21) .steps-list__title,
    .steps-list__item:nth-child(21) .steps-list__caption {
      -webkit-transition-delay: 30s;
      transition-delay: 30s; }
    .steps-list__item:nth-child(22):before {
      -webkit-transition-delay: 32s;
      transition-delay: 32s; }
    .steps-list__item:nth-child(22) .steps-list__count,
    .steps-list__item:nth-child(22) .steps-list__title,
    .steps-list__item:nth-child(22) .steps-list__caption {
      -webkit-transition-delay: 31.5s;
      transition-delay: 31.5s; }
    .steps-list__item:nth-child(23):before {
      -webkit-transition-delay: 33.5s;
      transition-delay: 33.5s; }
    .steps-list__item:nth-child(23) .steps-list__count,
    .steps-list__item:nth-child(23) .steps-list__title,
    .steps-list__item:nth-child(23) .steps-list__caption {
      -webkit-transition-delay: 33s;
      transition-delay: 33s; }
    .steps-list__item:nth-child(24):before {
      -webkit-transition-delay: 35s;
      transition-delay: 35s; }
    .steps-list__item:nth-child(24) .steps-list__count,
    .steps-list__item:nth-child(24) .steps-list__title,
    .steps-list__item:nth-child(24) .steps-list__caption {
      -webkit-transition-delay: 34.5s;
      transition-delay: 34.5s; }
    .steps-list__item:nth-child(25):before {
      -webkit-transition-delay: 36.5s;
      transition-delay: 36.5s; }
    .steps-list__item:nth-child(25) .steps-list__count,
    .steps-list__item:nth-child(25) .steps-list__title,
    .steps-list__item:nth-child(25) .steps-list__caption {
      -webkit-transition-delay: 36s;
      transition-delay: 36s; }
  .steps-list__count {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    background-image: url(../images/icon/count.svg);
    background-repeat: no-repeat;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #2C2D31;
    letter-spacing: 0.12px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s; }
    @media (max-width: 991px) {
      .steps-list__count {
        position: static;
        top: auto;
        left: auto;
        margin-bottom: 25px; } }
  .steps-list__title {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: opacity 2s ease 0s, -webkit-transform 2s ease 0s;
    transition: opacity 2s ease 0s, -webkit-transform 2s ease 0s;
    transition: opacity 2s ease 0s, transform 2s ease 0s;
    transition: opacity 2s ease 0s, transform 2s ease 0s, -webkit-transform 2s ease 0s; }
  .steps-list__caption {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: opacity 2s ease 0s, -webkit-transform 2s ease 0s;
    transition: opacity 2s ease 0s, -webkit-transform 2s ease 0s;
    transition: opacity 2s ease 0s, transform 2s ease 0s;
    transition: opacity 2s ease 0s, transform 2s ease 0s, -webkit-transform 2s ease 0s; }
    .steps-list__caption p {
      margin-bottom: 20px; }
      .steps-list__caption p:last-child {
        margin-bottom: 0; }
  .steps-list__align-right {
    text-align: right; }
    @media (max-width: 991px) {
      .steps-list__align-right {
        text-align: left; } }
  .steps-list.animation-active .steps-list__item:before {
    height: 100%; }
  .steps-list.animation-active .steps-list__count {
    opacity: 1; }
  .steps-list.animation-active .steps-list__title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .steps-list.animation-active .steps-list__caption {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.steps-success {
  padding-left: 100px;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s; }
  @media (max-width: 991px) {
    .steps-success {
      padding-left: 0; } }
  .steps-success__heading {
    font-size: 20px; }
  .steps-success.animation-active {
    opacity: 1; }

.steps-note {
  padding: 25px 25px 25px 100px;
  position: relative;
  border: 1px solid #E3E3E3;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s; }
  @media (max-width: 991px) {
    .steps-note {
      padding-left: 25px; } }
  .steps-note:before {
    display: block;
    content: '!';
    line-height: 1;
    font-size: 72px;
    color: #2CAE84;
    position: absolute;
    top: 15px;
    left: 40px;
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s; }
    @media (max-width: 991px) {
      .steps-note:before {
        display: none; } }
  .steps-note__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .steps-note__item {
    margin: 0 0 40px 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
    transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
    transition: transform 1s ease 1s, opacity 1s ease 1s;
    transition: transform 1s ease 1s, opacity 1s ease 1s, -webkit-transform 1s ease 1s; }
    .steps-note__item:nth-child(1) {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .steps-note__item:nth-child(2) {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .steps-note__item:nth-child(3) {
      -webkit-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    .steps-note__item:nth-child(4) {
      -webkit-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .steps-note__item:nth-child(5) {
      -webkit-transition-delay: 1.5s;
      transition-delay: 1.5s; }
    .steps-note__item:nth-child(6) {
      -webkit-transition-delay: 1.8s;
      transition-delay: 1.8s; }
    .steps-note__item:nth-child(7) {
      -webkit-transition-delay: 2.1s;
      transition-delay: 2.1s; }
    .steps-note__item:nth-child(8) {
      -webkit-transition-delay: 2.4s;
      transition-delay: 2.4s; }
    .steps-note__item:nth-child(9) {
      -webkit-transition-delay: 2.7s;
      transition-delay: 2.7s; }
    .steps-note__item:nth-child(10) {
      -webkit-transition-delay: 3s;
      transition-delay: 3s; }
    .steps-note__item:nth-child(11) {
      -webkit-transition-delay: 3.3s;
      transition-delay: 3.3s; }
    .steps-note__item:nth-child(12) {
      -webkit-transition-delay: 3.6s;
      transition-delay: 3.6s; }
    .steps-note__item:nth-child(13) {
      -webkit-transition-delay: 3.9s;
      transition-delay: 3.9s; }
    .steps-note__item:nth-child(14) {
      -webkit-transition-delay: 4.2s;
      transition-delay: 4.2s; }
    .steps-note__item:nth-child(15) {
      -webkit-transition-delay: 4.5s;
      transition-delay: 4.5s; }
    .steps-note__item:nth-child(16) {
      -webkit-transition-delay: 4.8s;
      transition-delay: 4.8s; }
    .steps-note__item:nth-child(17) {
      -webkit-transition-delay: 5.1s;
      transition-delay: 5.1s; }
    .steps-note__item:nth-child(18) {
      -webkit-transition-delay: 5.4s;
      transition-delay: 5.4s; }
    .steps-note__item:nth-child(19) {
      -webkit-transition-delay: 5.7s;
      transition-delay: 5.7s; }
    .steps-note__item:nth-child(20) {
      -webkit-transition-delay: 6s;
      transition-delay: 6s; }
    .steps-note__item:nth-child(21) {
      -webkit-transition-delay: 6.3s;
      transition-delay: 6.3s; }
    .steps-note__item:nth-child(22) {
      -webkit-transition-delay: 6.6s;
      transition-delay: 6.6s; }
    .steps-note__item:nth-child(23) {
      -webkit-transition-delay: 6.9s;
      transition-delay: 6.9s; }
    .steps-note__item:nth-child(24) {
      -webkit-transition-delay: 7.2s;
      transition-delay: 7.2s; }
    .steps-note__item:nth-child(25) {
      -webkit-transition-delay: 7.5s;
      transition-delay: 7.5s; }
    .steps-note__item:last-child {
      margin-bottom: 0; }
  .steps-note.animation-active {
    opacity: 1; }
    .steps-note.animation-active:before {
      opacity: 1; }
    .steps-note.animation-active .steps-note__item {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }

.steps-extra__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.steps-extra__item {
  margin: 0 0 15px 0;
  padding: 0 0 0 100px;
  color: #2C2D31;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: transform 1s ease 1s, opacity 1s ease 1s;
  transition: transform 1s ease 1s, opacity 1s ease 1s, -webkit-transform 1s ease 1s; }
  .steps-extra__item:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .steps-extra__item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .steps-extra__item:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .steps-extra__item:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .steps-extra__item:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .steps-extra__item:nth-child(6) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .steps-extra__item:nth-child(7) {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s; }
  .steps-extra__item:nth-child(8) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s; }
  .steps-extra__item:nth-child(9) {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s; }
  .steps-extra__item:nth-child(10) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s; }
  .steps-extra__item:nth-child(11) {
    -webkit-transition-delay: 3.3s;
    transition-delay: 3.3s; }
  .steps-extra__item:nth-child(12) {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s; }
  .steps-extra__item:nth-child(13) {
    -webkit-transition-delay: 3.9s;
    transition-delay: 3.9s; }
  .steps-extra__item:nth-child(14) {
    -webkit-transition-delay: 4.2s;
    transition-delay: 4.2s; }
  .steps-extra__item:nth-child(15) {
    -webkit-transition-delay: 4.5s;
    transition-delay: 4.5s; }
  .steps-extra__item:nth-child(16) {
    -webkit-transition-delay: 4.8s;
    transition-delay: 4.8s; }
  .steps-extra__item:nth-child(17) {
    -webkit-transition-delay: 5.1s;
    transition-delay: 5.1s; }
  .steps-extra__item:nth-child(18) {
    -webkit-transition-delay: 5.4s;
    transition-delay: 5.4s; }
  .steps-extra__item:nth-child(19) {
    -webkit-transition-delay: 5.7s;
    transition-delay: 5.7s; }
  .steps-extra__item:nth-child(20) {
    -webkit-transition-delay: 6s;
    transition-delay: 6s; }
  .steps-extra__item:nth-child(21) {
    -webkit-transition-delay: 6.3s;
    transition-delay: 6.3s; }
  .steps-extra__item:nth-child(22) {
    -webkit-transition-delay: 6.6s;
    transition-delay: 6.6s; }
  .steps-extra__item:nth-child(23) {
    -webkit-transition-delay: 6.9s;
    transition-delay: 6.9s; }
  .steps-extra__item:nth-child(24) {
    -webkit-transition-delay: 7.2s;
    transition-delay: 7.2s; }
  .steps-extra__item:nth-child(25) {
    -webkit-transition-delay: 7.5s;
    transition-delay: 7.5s; }
  @media (max-width: 991px) {
    .steps-extra__item {
      padding-left: 0; } }
  .steps-extra__item:last-child {
    margin-bottom: 0; }

.steps-extra__count {
  position: absolute;
  top: 2px;
  left: 56px; }
  .steps-extra__count .steps-sup {
    font-size: 12px; }

.steps-extra.animation-active .steps-extra__item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.steps-sup {
  color: #29C88C;
  font-weight: 300;
  font-size: 10px;
  line-height: 1;
  top: -.8em; }

.login-container {
  min-height: 600px; }
  @media (max-width: 991px) {
    .login-container {
      min-height: 1px; } }

.login {
  max-width: 340px;
  margin: 0 auto; }
  .login__above {
    margin-bottom: 40px; }
  .login__heading {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.63px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px; }
  .login__heading-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
  .login__heading-link {
    color: #29C88C;
    text-decoration: none; }
    .login__heading-link:hover, .login__heading-link.active {
      color: #000000;
      text-decoration: none; }
  .login__caption {
    font-size: 14px;
    color: #585858;
    letter-spacing: 0.15px;
    text-align: left;
    line-height: 2.1; }
  .login__wrap {
    background: #FFFFFF;
    padding: 40px;
    -webkit-box-shadow: 0 2px 19px 0 rgba(211, 211, 211, 0.5);
    box-shadow: 0 2px 19px 0 rgba(211, 211, 211, 0.5); }
  .login__row {
    margin-bottom: 10px; }
    .login__row:last-child {
      margin-bottom: 0; }
  .login__label {
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px; }
  .login__tool {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.15px;
    text-align: left;
    line-height: 1.4; }
  .login__tool a {
    text-decoration: none !important; }
  .login__btn {
    padding-top: 15px; }
  .login__under {
    padding: 30px 0 0 0;
    text-align: center; }

.link-back {
  display: inline-block;
  vertical-align: middle;
  min-height: 16px;
  font-size: 14px;
  color: #30C175;
  letter-spacing: 0.15px;
  text-align: left;
  line-height: 1.2;
  padding-left: 25px;
  text-decoration: none !important;
  background-image: url(../images/icon/arrow-left-extra.svg);
  background-position: left 4px;
  background-repeat: no-repeat; }

.fluid {
  display: block !important;
  width: 100% !important; }

.inputbox-password {
  position: relative; }
  .inputbox-password input {
    padding-right: 45px; }
  .inputbox-password__btn {
    display: block;
    width: 18px;
    height: 11px;
    cursor: pointer;
    background-image: url(../images/icon/view.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s; }
    .inputbox-password__btn:hover {
      opacity: .7; }

.c-post__footer {
  border-top: 1px solid #e8e8e8;
  padding-top: 3.6rem; }

.c-post__nav {
  text-align: right;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .c-post__nav {
      text-align: left;
      margin-bottom: 30px; } }

.c-post__nav-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0; }
  .c-post__nav-item:last-child {
    margin-right: 0; }

.link-document {
  display: inline-block;
  vertical-align: middle;
  min-height: 22px;
  line-height: 20px;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.51px;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: color .5s ease 0s;
  transition: color .5s ease 0s; }
  .link-document:before {
    display: block;
    content: '';
    width: 22px;
    height: 20px;
    background-image: url(../images/icon/file.svg);
    background-position: left 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s; }
  .link-document:hover, .link-document.active {
    color: #585858;
    text-decoration: none; }
    .link-document:hover:before, .link-document.active:before {
      opacity: .652; }

.link-settings {
  display: inline-block;
  vertical-align: middle;
  min-height: 20px;
  line-height: 20px;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.51px;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: color .5s ease 0s;
  transition: color .5s ease 0s; }
  .link-settings:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/icon/settings.svg);
    background-position: left 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s; }
  .link-settings:hover {
    color: #585858;
    text-decoration: none; }
    .link-settings:hover:before {
      opacity: .652; }

.link-login {
  display: inline-block;
  vertical-align: middle;
  min-height: 19px;
  line-height: 19px;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.51px;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: color .5s ease 0s;
  transition: color .5s ease 0s; }
  .link-login:before {
    display: block;
    content: '';
    width: 16px;
    height: 19px;
    background-image: url(../images/icon/login.svg);
    background-position: left 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s; }
  .link-login:hover, .link-login.active {
    color: #585858;
    text-decoration: none; }
    .link-login:hover:before, .link-login.active:before {
      opacity: .652; }

.link-registration {
  display: inline-block;
  vertical-align: middle;
  min-height: 19px;
  line-height: 19px;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.51px;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: color .5s ease 0s;
  transition: color .5s ease 0s; }
  .link-registration:before {
    display: block;
    content: '';
    width: 19px;
    height: 19px;
    background-image: url(../images/icon/registration.svg);
    background-position: left 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s; }
  .link-registration:hover, .link-registration.active {
    color: #585858;
    text-decoration: none; }
    .link-registration:hover:before, .link-registration.active:before {
      opacity: .652; }

.link-exit {
  display: inline-block;
  vertical-align: middle;
  min-height: 19px;
  line-height: 19px;
  text-decoration: none;
  font-size: 14px;
  color: #29C88C;
  letter-spacing: 0.51px;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: color .5s ease 0s;
  transition: color .5s ease 0s; }
  .link-exit:before {
    display: block;
    content: '';
    width: 20px;
    height: 19px;
    background-image: url(../images/icon/exit.svg);
    background-position: left 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s; }
  .link-exit:hover, .link-exit.active {
    color: #585858;
    text-decoration: none; }
    .link-exit:hover:before, .link-exit.active:before {
      opacity: .652; }

.nav-basic {
  border: 1px solid #E3E3E3;
  padding: 15px 30px;
  margin-bottom: 35px; }
  .nav-basic__wrap {
    display: table;
    width: 100%; }
    @media (max-width: 991px) {
      .nav-basic__wrap {
        display: block; } }
  .nav-basic__cell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-right: 15px; }
    @media (max-width: 991px) {
      .nav-basic__cell {
        display: block;
        padding-right: 0;
        margin-bottom: 15px; }
        .nav-basic__cell:last-child {
          margin-bottom: 0; } }
    .nav-basic__cell:last-child {
      padding-right: 0; }
    .nav-basic__cell_right {
      text-align: right; }
      @media (max-width: 991px) {
        .nav-basic__cell_right {
          text-align: left; } }
  .nav-basic__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0; }
  .nav-basic__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 100px 0 0;
    padding: 5px 0; }
    @media (max-width: 991px) {
      .nav-basic__item {
        display: block;
        padding: 0;
        margin-bottom: 15px; }
        .nav-basic__item:last-child {
          margin-bottom: 0; } }
    .nav-basic__item:last-child {
      margin-right: 0 !important; }
  .nav-basic__link {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 12px;
    color: #29C88C;
    line-height: 1;
    letter-spacing: 0.13px;
    text-transform: uppercase;
    -webkit-transition: color .5s ease 0s;
    transition: color .5s ease 0s; }
    .nav-basic__link:hover, .nav-basic__link.active {
      color: #585858;
      text-decoration: none; }
    .nav-basic__link.active {
      pointer-events: none; }
  .nav-basic_fluid .nav-basic__cell:last-child {
    text-align: right; }
    @media (max-width: 991px) {
      .nav-basic_fluid .nav-basic__cell:last-child {
        text-align: left; } }
    .nav-basic_fluid .nav-basic__cell:last-child .nav-basic__item {
      margin-right: 40px; }
      @media (max-width: 991px) {
        .nav-basic_fluid .nav-basic__cell:last-child .nav-basic__item {
          margin-right: 0; } }
  .nav-basic_left .nav-basic__cell:last-child:first-child {
    text-align: left; }
  .nav-basic_advokaziia {
    margin-top: 4.7rem; }
    .nav-basic_advokaziia .nav-basic__cell:last-child .nav-basic__item {
      margin-right: 14%; }
    @media (max-width: 991px) {
      .nav-basic_advokaziia {
        margin-top: 3rem; }
        .nav-basic_advokaziia .nav-basic__item {
          margin-right: 0; } }

.library__item {
  max-width: 960px;
  margin-bottom: 35px; }

.library__title {
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    .library__title {
      font-size: 16px; } }

.library__caption {
  font-size: 14px;
  color: #585858;
  letter-spacing: 0.15px;
  line-height: 2.1;
  margin-bottom: 20px; }

.link-download {
  display: inline-block;
  vertical-align: middle;
  min-height: 24px;
  line-height: 28px;
  text-decoration: none;
  font-size: 14px;
  color: #30C175;
  letter-spacing: 0.51px;
  padding: 0 0 0 35px;
  margin: 0 20px 10px 0;
  cursor: pointer;
  background-image: url(../images/icon/download.svg);
  background-position: left 0;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s; }
  .link-download:hover {
    color: #30C175;
    text-decoration: none;
    opacity: .7; }

.link-video {
  display: inline-block;
  vertical-align: middle;
  min-height: 24px;
  line-height: 28px;
  text-decoration: none;
  font-size: 14px;
  color: #30C175;
  letter-spacing: 0.51px;
  padding: 0 0 0 35px;
  margin: 0 20px 10px 0;
  cursor: pointer;
  background-image: url(../images/icon/youtube.svg);
  background-position: left 4px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s; }
  .link-video:hover {
    color: #30C175;
    text-decoration: none;
    opacity: .7; }

.link-site {
  display: inline-block;
  vertical-align: middle;
  min-height: 24px;
  line-height: 28px;
  text-decoration: none;
  font-size: 14px;
  color: #30C175;
  letter-spacing: 0.51px;
  padding: 0 0 0 35px;
  margin: 0 20px 10px 0;
  cursor: pointer;
  background-image: url(../images/icon/link.svg);
  background-position: left 0;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s; }
  .link-site:hover {
    color: #30C175;
    text-decoration: none;
    opacity: .7; }

.breadcrumbs-basic {
  padding: 0 30px;
  margin-bottom: 20px; }
  .breadcrumbs-basic__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumbs-basic__list::after {
      display: block;
      clear: both;
      content: ""; }
  .breadcrumbs-basic__item {
    float: left;
    margin: 0 5px 10px 0;
    padding: 0 15px 0 0;
    position: relative;
    color: #000000; }
    .breadcrumbs-basic__item:after {
      display: block;
      content: '/';
      font-weight: 500;
      font-size: 20px;
      color: #000000;
      letter-spacing: 0.21px;
      line-height: 1;
      position: absolute;
      top: 0;
      right: 0; }
    .breadcrumbs-basic__item:last-child {
      margin-right: 0;
      padding-right: 0; }
      .breadcrumbs-basic__item:last-child:after {
        display: none; }
  .breadcrumbs-basic__link {
    color: #29C88C;
    text-decoration: none;
    -webkit-transition: color .5s ease 0s;
    transition: color .5s ease 0s; }
    .breadcrumbs-basic__link:hover {
      color: #000000;
      text-decoration: none; }
  .breadcrumbs-basic__heading {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.21px;
    line-height: 1; }

.panel-info {
  padding: 0 30px;
  margin-bottom: 20px; }
  .panel-info__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0; }
    .panel-info__list::after {
      display: block;
      clear: both;
      content: ""; }
  .panel-info__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px 10px 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.2; }
    .panel-info__item:last-child {
      margin-right: 0; }
  .panel-info__time {
    min-height: 24px;
    padding: 5px 0 0 38px;
    font-size: 14px;
    color: #2C2D31;
    letter-spacing: 0.15px;
    line-height: 1;
    background-image: url(../images/icon/stopwatch.svg);
    background-position: left top;
    background-repeat: no-repeat; }
  .panel-info__doc {
    min-height: 22px;
    padding: 5px 0 0 38px;
    font-size: 14px;
    color: #2C2D31;
    letter-spacing: 0.15px;
    line-height: 1;
    background-image: url(../images/icon/folder.svg);
    background-position: left top;
    background-repeat: no-repeat; }
  .panel-info__doc-counter {
    display: inline;
    color: #29C88C; }

.cabinet-info {
  max-width: 460px;
  margin: 0 auto 30px auto;
  padding: 25px 30px;
  background-color: #F2F2F2;
  font-size: 14px;
  color: #2C2D31;
  letter-spacing: 0.15px;
  line-height: 2; }

.cabinet-btn {
  text-align: center;
  margin-bottom: 30px; }

.table-basic-container {
  margin-bottom: 50px; }
  .table-basic-container .table-basic {
    min-width: 500px; }

.table-basic {
  width: 100%;
  margin-bottom: 0; }
  .table-basic thead th {
    font-weight: normal;
    font-size: 14px;
    color: #585858;
    letter-spacing: 0.15px;
    line-height: 1.4;
    padding: 0 15px 15px 15px; }
    .table-basic thead th:first-child {
      padding-left: 30px; }
    .table-basic thead th:last-child {
      padding-right: 30px; }
  .table-basic tbody td {
    font-weight: normal;
    font-size: 14px;
    color: #585858;
    letter-spacing: 0.15px;
    line-height: 1.4;
    padding: 15px 15px;
    border-bottom: 1px solid #E8E8E8; }
    .table-basic tbody td:first-child {
      padding-left: 30px; }
    .table-basic tbody td:last-child {
      padding-right: 30px; }
  .table-basic tbody tr:first-child td {
    border-top: 1px solid #E8E8E8; }
  .table-basic a {
    color: #29C88C;
    text-decoration: none; }
    .table-basic a:hover {
      color: #29C88C;
      text-decoration: underline; }
  .table-basic_fluid th:last-child, .table-basic_fluid td:last-child {
    text-align: right; }

.data-basic {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .data-basic.active {
    color: #D6D6D6; }
  .data-basic.checked {
    padding-right: 30px; }
    .data-basic.checked:after {
      display: block;
      content: '';
      width: 18px;
      height: 14px;
      background-image: url(../images/icon/verification-mark.svg);
      background-position: left top;
      background-repeat: no-repeat;
      position: absolute;
      top: 2px;
      right: 0; }
  .data-basic.accepted {
    padding-left: 30px; }
    .data-basic.accepted:after {
      display: block;
      content: '';
      width: 18px;
      height: 14px;
      background-image: url(../images/icon/verification-mark.svg);
      background-position: left top;
      background-repeat: no-repeat;
      position: absolute;
      top: 2px;
      left: 0; }
  .data-basic.rejected {
    color: #FF5656; }
  .data-basic.comments {
    color: #FF5656;
    cursor: pointer;
    padding-left: 30px;
    opacity: 1;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s; }
    .data-basic.comments:after {
      display: block;
      content: '';
      width: 20px;
      height: 19px;
      background-image: url(../images/icon/rejected.svg);
      background-position: left top;
      background-repeat: no-repeat;
      position: absolute;
      top: 2px;
      left: 0; }
    .data-basic.comments:hover {
      opacity: .7; }

.cabinet-steps::after {
  display: block;
  clear: both;
  content: ""; }

.cabinet-steps__sidebar {
  width: 40%;
  float: left; }
  @media (max-width: 991px) {
    .cabinet-steps__sidebar {
      width: auto;
      float: none; } }

.cabinet-steps__content {
  width: 60%;
  float: right;
  padding-left: 140px; }
  @media (max-width: 991px) {
    .cabinet-steps__content {
      width: auto;
      float: none;
      padding-left: 0; } }

.cabinet-steps__item {
  display: none; }
  .cabinet-steps__item.active {
    display: block; }
  .cabinet-steps__item .c-step-form {
    padding: 0; }
  .cabinet-steps__item .c-step-form__sub-title {
    text-align: left; }
  .cabinet-steps__item .c-step-form__group {
    max-width: 100%;
    margin: 0; }
  .cabinet-steps__item .c-step-form__footer {
    display: block;
    max-width: 100%;
    margin: 0; }
    .cabinet-steps__item .c-step-form__footer::after {
      display: block;
      clear: both;
      content: ""; }
  .cabinet-steps__item .c-step-form__footer .c-step-form__back {
    display: block;
    margin-top: 8px;
    float: left; }
    @media (max-width: 991px) {
      .cabinet-steps__item .c-step-form__footer .c-step-form__back {
        margin-top: 0;
        float: none;
        margin-bottom: 30px; } }
  .cabinet-steps__item .c-step-form__footer .c-step-form__back .icon-arrow-left {
    position: relative;
    top: 2px; }
  .cabinet-steps__item .c-step-form__footer .btn {
    display: block;
    float: right; }
    @media (max-width: 991px) {
      .cabinet-steps__item .c-step-form__footer .btn {
        float: none; } }

.btn-step {
  font-size: 14px;
  color: #29C88C;
  cursor: pointer;
  position: relative; }
  .btn-step:before {
    display: block;
    content: '';
    width: 19px;
    height: 13px;
    background-image: url(../images/icon/arrow-right-basic.svg);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: -28px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    -webkit-transition: opacity .5s ease 0s,
 visibility .5s ease .5s,
 -webkit-transform .5s ease 0s;
    transition: opacity .5s ease 0s,
 visibility .5s ease .5s,
 -webkit-transform .5s ease 0s;
    transition: opacity .5s ease 0s,
 transform .5s ease 0s,
 visibility .5s ease .5s;
    transition: opacity .5s ease 0s,
 transform .5s ease 0s,
 visibility .5s ease .5s,
 -webkit-transform .5s ease 0s; }
  .btn-step:hover {
    color: #29C88C;
    text-decoration: underline; }
  .btn-step.active {
    color: #000000;
    text-decoration: none; }
    .btn-step.active:before {
      opacity: inherit;
      visibility: visible;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: opacity .5s ease 0s,
 visibility .5s ease 0s,
 -webkit-transform .5s ease 0s;
      transition: opacity .5s ease 0s,
 visibility .5s ease 0s,
 -webkit-transform .5s ease 0s;
      transition: opacity .5s ease 0s,
 transform .5s ease 0s,
 visibility .5s ease 0s;
      transition: opacity .5s ease 0s,
 transform .5s ease 0s,
 visibility .5s ease 0s,
 -webkit-transform .5s ease 0s; }

.btn.btn_md.btn_green.loader {
  cursor: default !important;
  color: transparent !important;
  background-color: #29c88c !important;
  background-image: url(../images/loader/white.svg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important; }

.nav-date {
  padding: 0 30px 10px 30px;
  margin: 0 0 35px 0;
  border-bottom: 1px solid #E3E3E3; }
  .nav-date__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0; }
  .nav-date__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 15px 0;
    padding: 0; }
    .nav-date__item:last-child {
      margin-right: 0; }
  .nav-date__link {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 16px;
    color: #29C88C;
    line-height: 1;
    letter-spacing: 0.13px;
    -webkit-transition: color .5s ease 0s;
    transition: color .5s ease 0s; }
    .nav-date__link:hover, .nav-date__link.active {
      color: #585858;
      text-decoration: none; }

.comments-container {
  padding: 0 30px; }
  .comments-container .comments-basic {
    margin-bottom: 35px; }

.comments-box {
  visibility: hidden; }
  .comments-box td {
    text-align: left !important;
    vertical-align: top !important;
    padding: 0 !important;
    border-bottom: none !important; }
  .comments-box .comments-wrap {
    overflow: hidden;
    height: 0; }
  .comments-box.active {
    visibility: visible; }
    .comments-box.active td {
      border-bottom: 1px solid #E8E8E8 !important; }
    .comments-box.active .comments-wrap {
      height: auto; }

.comments-wrap {
  width: 100%;
  max-width: 100%;
  position: relative; }

.comments-basic {
  background-color: #F2F2F2;
  padding: 30px 50px;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #585858;
  line-height: 2;
  position: relative; }
  @media (max-width: 991px) {
    .comments-basic {
      padding: 30px; } }
  .comments-basic p {
    margin: 0 0 20px 0; }
  .comments-basic *:last-child {
    margin-bottom: 0; }

.title-caption {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #2C2D31;
  letter-spacing: 0.17px;
  line-height: 1.4;
  margin: 0 0 15px 0; }

.list-primary {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #585858;
  letter-spacing: 0.14px;
  line-height: 2;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0; }
  .list-primary > li {
    margin: 0 0 5px 0;
    padding: 0 0 0 15px;
    position: relative; }
  .list-primary > li:before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #30C175;
    position: absolute;
    top: 11px;
    left: 0; }

.line-primary {
  width: 24px;
  height: 2px;
  border: none;
  background-color: #2CAE84;
  margin: 0 0 20px 0; }

.btn-close {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/close.svg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #29c88c;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  -webkit-transition: background-color .5s ease 0s;
  transition: background-color .5s ease 0s; }
  .btn-close:hover {
    background-color: rgba(41, 200, 140, 0.7); }

.slider-comments {
  min-width: 100%;
  width: 0;
  background-color: #F2F2F2;
  overflow: hidden;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .slider-comments {
      text-align: right; } }
  .slider-comments > .slider-comments__item ~ .slider-comments__item {
    position: absolute;
    left: -99999px; }
  .slider-comments__item {
    text-align: left; }
  .slider-comments .slick-arrow {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
    border: none;
    padding: 0;
    outline: none !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #29C88C;
    letter-spacing: 0.15px;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s; }
    @media (min-width: 992px) {
      .slider-comments .slick-arrow {
        margin: 0 20px 0 0; } }
    @media (max-width: 991px) {
      .slider-comments .slick-arrow {
        width: 30px;
        height: 30px;
        margin: 0 0 0 20px;
        overflow: hidden;
        text-indent: -9999px;
        border: 1px solid #29C88C;
        background-position: center center !important;
        padding: 0 !important; } }
    .slider-comments .slick-arrow:hover {
      opacity: .7; }
  .slider-comments .slick-prev {
    padding-left: 20px;
    background-image: url(../images/icon/prev.svg);
    background-position: left top; }
    @media (max-width: 991px) {
      .slider-comments .slick-prev {
        margin-left: 30px; } }
  .slider-comments .slick-next {
    padding-right: 20px;
    background-image: url(../images/icon/next.svg);
    background-position: right top; }

.table-cell-file {
  width: 180px; }

.file-area__message.success {
  color: #B1B1B1; }

.file-area__message.error {
  color: #ff0000; }

.inputfile-basic {
  display: inline-block;
  vertical-align: middle;
  cursor: default; }
  .inputfile-basic__field {
    visibility: hidden;
    position: absolute;
    left: -9999999px;
    z-index: -1; }
  .inputfile-basic__caption {
    cursor: pointer;
    color: #29C88C;
    -webkit-transition: color .5s ease 0s;
    transition: color .5s ease 0s; }
  .inputfile-basic:hover .inputfile-basic__caption {
    color: #585858; }
  .inputfile-basic__field[disabled] + .inputfile-basic__caption {
    color: #585858 !important;
    cursor: default !important; }

.progress {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100px;
  border: 1px solid #E3E3E3;
  padding: 1px;
  border-radius: 3px; }
  .progress__bar {
    background-color: #29C88C;
    width: 0%;
    height: 16px;
    border-radius: 3px; }
  .progress__percent {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.c-post-inner {
  padding: 0 30px; }

.title-success {
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  color: #000000;
  letter-spacing: 0.82px;
  line-height: 1.4;
  margin: 0 0 25px 0; }

.file-container {
  position: relative; }

.file-switch {
  position: absolute;
  top: 0;
  left: -30px; }
  .file-switch .radio-label {
    display: block; }
  .file-switch .check-icon {
    top: 2px; }

@media (min-width: 992px) {
  .cabinet-steps__item .c-step-form__inner {
    padding: 0 0 0 30px; } }

@media (max-width: 991px) {
  .cabinet-steps__item .c-step-form__inner {
    padding: 0; } }

@media (max-width: 767px) {
  .cabinet-steps__item .c-step-form__footer .btn.btn_md {
    display: block;
    width: 100%; } }

.input-file-inline {
  display: inline-block;
  vertical-align: middle; }

.input-file-caption {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.13px; }

.input-caption {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.13px;
  margin-bottom: .7rem;
  line-height: 3rem; }

.gallery {
  margin-bottom: 40px; }
  .gallery__heading {
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    letter-spacing: 0.82px;
    line-height: 1.4;
    margin: 0 0 30px 0; }
    @media (max-width: 991px) {
      .gallery__heading {
        font-size: 22px; } }
  .gallery__list {
    margin-left: -40px; }
    .gallery__list::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 767px) {
      .gallery__list {
        margin-left: -20px; } }
  .gallery__item {
    display: block;
    width: calc(33.333333% - 40px);
    float: left;
    margin: 0 0 40px 40px;
    text-decoration: none !important; }
    @media (min-width: 768px) {
      .gallery__item:nth-child(3n+1) {
        clear: left; } }
    @media (max-width: 767px) {
      .gallery__item {
        width: calc(50% - 20px);
        margin: 0 0 20px 20px; }
        .gallery__item:nth-child(2n+1) {
          clear: left; } }
  .gallery__img {
    display: block; }
  .gallery__more {
    text-align: center; }

.modal-glassy .c-post {
  padding: 0; }

.modal-glassy .modal-body {
  -webkit-box-shadow: none;
  box-shadow: none; }

.modal-btn-close {
  display: block;
  cursor: pointer;
  background-color: #29C88C;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 10;
  -webkit-transition: background-color .5s ease 0s;
  transition: background-color .5s ease 0s; }
  @media (min-width: 992px) {
    .modal-btn-close {
      width: 45px;
      height: 45px;
      background-image: url(../images/icon/close-lg.svg);
      top: 20px;
      right: 20px; } }
  @media (max-width: 991px) {
    .modal-btn-close {
      width: 25px;
      height: 25px;
      background-image: url(../images/icon/close.svg);
      top: 10px;
      right: 10px; } }
  .modal-btn-close:hover {
    background-color: rgba(41, 200, 140, 0.7); }

.modal-heding {
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.63px;
  line-height: 1.4;
  margin: 0 0 45px 0; }

.file-name {
  display: none;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  letter-spacing: 0.13px;
  padding-top: 15px;
  text-align: center;
  line-height: 1.4; }
  .file-name.active {
    display: block; }

.view-pdf {
  display: inline-block;
  vertical-align: middle;
  min-height: 24px;
  padding: 5px 0 0 25px;
  line-height: 1.4;
  color: #29C88C;
  text-decoration: none;
  background-image: url(../images/icon/pdf.svg);
  background-position: left top;
  background-repeat: no-repeat; }
  .view-pdf:hover {
    color: #29C88C;
    text-decoration: underline; }

.nav-top {
  margin: 0 0 15px 0; }
  @media (min-width: 992px) {
    .nav-top {
      padding: 0 4rem 0 3.1rem; } }
  .nav-top__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-align: right; }
  .nav-top__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 13px;
    line-height: 1; }
    @media (max-width: 991px) {
      .nav-top__item {
        margin-right: 10px; } }
    .nav-top__item:last-child {
      margin-right: 0; }
  .nav-top__link {
    color: #000000;
    letter-spacing: 0.51px;
    text-decoration: none;
    -webkit-transition: color .5s ease 0s;
    transition: color .5s ease 0s; }
    .nav-top__link:hover, .nav-top__link.active {
      color: #585858;
      text-decoration: none; }
  .nav-top__link,
  .nav-top .link-settings,
  .nav-top .link-exit {
    font-size: 13px; }

.modal-basic .modal-dialog {
  width: 1280px;
  max-width: none;
  margin: 85px auto 30px auto; }
  @media (max-width: 1300px) {
    .modal-basic .modal-dialog {
      width: 100%; } }
  @media (max-width: 991px) {
    .modal-basic .modal-dialog {
      margin: 45px auto 30px auto; } }

.modal-basic .modal-content {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.modal-basic .modal-body {
  padding: 0; }
  @media (max-width: 1300px) {
    .modal-basic .modal-body {
      padding: 0 10px; } }

.modal-basic.show ~ .modal-backdrop.show {
  opacity: .95;
  background-color: #ffffff; }

.video-basic {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  line-height: 0;
  height: 0;
  padding-bottom: 56.25%; }
  .video-basic:after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/loader/white.svg);
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: opacity 1s, background-color .3s;
    transition: opacity 1s, background-color .3s; }
  .video-basic__player {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: -99999px;
    z-index: 1; }
  .video-basic.video-ready {
    cursor: pointer; }
    .video-basic.video-ready:after {
      opacity: 0;
      visibility: hidden; }
  .video-basic.video-play .video-basic__player {
    left: 0; }

.l-extra .c-step-form {
  padding: 0 !important;
  margin: 0 0 30px 0; }

.body-basic .l-extra {
  padding-top: 18.6rem; }
  @media (max-width: 991px) {
    .body-basic .l-extra {
      padding-top: 15rem; } }

.division {
  margin-bottom: 40px; }

.line-division {
  margin: 0 0 40px 0;
  border-top-color: #E8E8E8; }

.title-extra {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 25px 0; }

.link-basic {
  color: #2CAE84;
  text-decoration: none; }
  .link-basic:hover {
    color: #2CAE84;
    text-decoration: underline; }

.secretariat__heading {
  font-size: 26px;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.82px;
  margin: 0 0 40px 0; }

.secretariat__list::after {
  display: block;
  clear: both;
  content: ""; }

@media (min-width: 768px) {
  .secretariat__list {
    margin-left: -30px; } }

.secretariat__item {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .secretariat__item {
      width: 25%;
      float: left;
      padding-left: 30px; }
      .secretariat__item:nth-child(4n+1) {
        clear: left; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .secretariat__item {
      width: 50%;
      float: left;
      padding-left: 30px; }
      .secretariat__item:nth-child(2n+1) {
        clear: left; } }

.secretariat__media {
  margin-bottom: 30px; }

.secretariat__media-img {
  display: block; }

.secretariat__name {
  font-size: 20px;
  letter-spacing: 0.17;
  line-height: 1.4;
  color: #000000;
  margin: 0 0 5px 0; }

.secretariat__caption {
  font-size: 14px;
  letter-spacing: 0.17;
  line-height: 1.4;
  color: #585858;
  margin: 0 0 8px 0; }

.secretariat__contact {
  font-size: 14px;
  letter-spacing: 0.17;
  line-height: 1.4;
  color: #585858;
  margin: 0 0 8px 0; }

.map-basic {
  max-width: 960px;
  height: 0;
  padding-bottom: 58.333333%;
  margin: 0 auto;
  position: relative; }
  .map-basic__iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0; }

.alert-information {
  overflow: hidden; }
  .alert-information__body {
    background-color: #FAFAFA;
    border: 1px solid #E3E3E3;
    color: #000000;
    letter-spacing: 0.15px;
    text-align: left;
    margin: -10000px 0 30px 0;
    position: relative;
    z-index: 9999;
    opacity: 0;
    visibility: visible;
    -webkit-transition: opacity 1s ease 0s,
 visibility 0s ease 1s,
 margin-top 0s ease 1s;
    transition: opacity 1s ease 0s,
 visibility 0s ease 1s,
 margin-top 0s ease 1s; }
    @media (min-width: 992px) {
      .alert-information__body {
        font-size: 14px;
        line-height: 1.7;
        padding: 15px 30px; } }
    @media (max-width: 991px) {
      .alert-information__body {
        font-size: 12px;
        line-height: 1.4;
        padding: 10px 30px; } }
  .alert-information.active .alert-information__body {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: opacity 1s ease 0s,
 visibility 0s ease 0s,
 margin-top 0s ease 0s;
    transition: opacity 1s ease 0s,
 visibility 0s ease 0s,
 margin-top 0s ease 0s; }

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
  animation: tooltipster-fading 400ms; }

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
  animation: tooltipster-rotating 600ms; }

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: #989898;
  font-size: 12px;
  letter-spacing: 0.13px;
  line-height: 1.4px;
  padding: 13px 20px; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #FFFFFF;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #FFFFFF;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #FFFFFF;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #FFFFFF;
  left: 0;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #FFFFFF; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #FFFFFF; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #FFFFFF; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #FFFFFF; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
[data-animation] {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden; }

.animation-active[data-animation] {
  visibility: visible; }

.animation-steps > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden; }
  .animation-steps > *:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .animation-steps > *:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .animation-steps > *:nth-child(4) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .animation-steps > *:nth-child(5) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .animation-steps > *:nth-child(6) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .animation-steps > *:nth-child(7) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  .animation-steps > *:nth-child(8) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s; }
  .animation-steps > *:nth-child(9) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s; }
  .animation-steps > *:nth-child(10) {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s; }
  .animation-steps > *:nth-child(11) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  .animation-steps > *:nth-child(12) {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s; }
  .animation-steps > *:nth-child(13) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s; }
  .animation-steps > *:nth-child(14) {
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s; }
  .animation-steps > *:nth-child(15) {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s; }
  .animation-steps > *:nth-child(16) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s; }
  .animation-steps > *:nth-child(17) {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s; }
  .animation-steps > *:nth-child(18) {
    -webkit-animation-delay: 5.1s;
    animation-delay: 5.1s; }
  .animation-steps > *:nth-child(19) {
    -webkit-animation-delay: 5.4s;
    animation-delay: 5.4s; }
  .animation-steps > *:nth-child(20) {
    -webkit-animation-delay: 5.7s;
    animation-delay: 5.7s; }

.animation-steps.animation-active > * {
  visibility: visible; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn, .animation-steps > * {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #29c88c;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.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); }

.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); }

.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-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #29c88c;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
