@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-size-adjust: auto; }

body {
  margin: 0; }

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[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 {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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

.wrapper {
  box-sizing: border-box;
  max-width: 1800px; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -3%;
  margin-left: -3%; }

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

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.block {
  margin-top: 100px; }

.wrapper {
  margin: 0.5rem auto 0 auto; }

.container-fluid {
  margin-right: auto;
  margin-left: auto; }

.col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: 8.3333333333%;
  -moz-flex-basis: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: 16.6666666667%;
  -moz-flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: 41.6666666667%;
  -moz-flex-basis: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: 58.3333333333%;
  -moz-flex-basis: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: 83.3333333333%;
  -moz-flex-basis: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: 91.6666666667%;
  -moz-flex-basis: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 25%; }

.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 50%; }

.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 75%; }

.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3%;
  padding-left: 3%;
  margin-left: 100%; }

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 767px) {
  .wrapper {
    margin: 1.3rem auto 0 auto; }
  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 25%; }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 50%; }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 75%; }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 991px) {
  .wrapper {
    margin: 1.3rem auto 0 auto; }
  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 25%; }
  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 50%; }
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 75%; }
  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 1350px) {
  .wrapper {
    margin: 1.3rem auto 0 auto; }
  .col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 25%; }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 50%; }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 75%; }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px; }

@media only screen and (min-width: 1800px) {
  .container-fluid {
    padding-right: 7%;
    padding-left: 7%; } }

.content-wrap {
  min-height: calc(80vh - 230px); }
  .content-wrap.disabled {
    display: none; }

.fltl {
  float: left; }

.fltr {
  float: right; }

@media only screen and (min-width: 767px) {
  .right-indent {
    padding-right: 5%; } }

@media only screen and (min-width: 767px) {
  .less-left {
    padding-left: 1%; } }

@media only screen and (min-width: 767px) {
  .less-right {
    padding-right: 1%; } }

.wrapper {
  padding: 20px 3.5%; }
  @media only screen and (min-width: 767px) {
    .wrapper {
      padding: 20px 1.5%; } }
  @media only screen and (min-width: 991px) {
    .wrapper {
      padding: 30px 1.5%; } }

.mobile {
  display: block; }
  @media only screen and (min-width: 767px) {
    .mobile {
      display: none; } }

.late-mobile {
  display: block; }
  @media only screen and (min-width: 991px) {
    .late-mobile {
      display: none; } }

.desktop {
  display: none; }
  @media only screen and (min-width: 767px) {
    .desktop {
      display: block; } }

.late-desktop {
  display: none; }
  @media only screen and (min-width: 991px) {
    .late-desktop {
      display: block; } }

input, button {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.sidebar {
  width: 100%; }
  .sidebar .widget-wrapper a {
    display: block;
    margin-bottom: 30px; }
    @media only screen and (min-width: 991px) {
      .sidebar .widget-wrapper a {
        margin-bottom: 40px; } }
    .sidebar .widget-wrapper a:hover {
      animation: none; }
      .sidebar .widget-wrapper a:hover .widget {
        box-shadow: inset 0 0 0 6px #000;
        transition: box-shadow .3s ease; }
        .sidebar .widget-wrapper a:hover .widget .tittle-wrapper .tittle h6 {
          background-size: 100% 1px;
          background-position: 0% 100%;
          transition: background-size .3s ease-out; }
        .sidebar .widget-wrapper a:hover .widget .tittle-wrapper .tittle .icon::before {
          left: 6px;
          transition: all 0.3s ease-in-out; }
        .sidebar .widget-wrapper a:hover .widget .tittle-wrapper .tittle .name-wrapper .name h6::before {
          transition: all 0.3s ease-in-out;
          border-color: #0f0; }
        .sidebar .widget-wrapper a:hover .widget .tittle-wrapper .tittle .icon svg {
          transform: translate(30px); }
    .sidebar .widget-wrapper a .widget {
      box-shadow: inset 0 0 0 3px #000;
      padding: 45px 30px;
      position: relative;
      transition: box-shadow .3s ease; }
      @media only screen and (min-width: 991px) {
        .sidebar .widget-wrapper a .widget {
          padding: 65px 40px; } }
      .sidebar .widget-wrapper a .widget .tittle-wrapper {
        margin-top: 5px; }
        .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle {
          width: 100%;
          display: flex;
          justify-content: center; }
          @media only screen and (min-width: 767px) {
            .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle {
              display: block; } }
          .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle h6 {
            background-image: linear-gradient(#000, #000);
            background-repeat: no-repeat;
            background-size: 0% 1px;
            background-position: 0% 100%;
            transition: background-size .3s ease-out;
            padding-bottom: 2px; }
          .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .icon {
            transition: all 0.3s ease-in-out;
            height: 20px;
            min-width: 15px;
            margin-top: -1px;
            margin-right: 10px;
            position: relative;
            overflow: hidden;
            display: block; }
            .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .icon:before {
              content: '';
              display: block;
              position: absolute;
              top: calc(50% - 6px);
              left: -10px;
              width: 6px;
              height: 6px;
              border-width: 1px 1px 0 0;
              border-style: solid;
              opacity: 1;
              transform: rotate(45deg);
              transition: all 0.3s ease-in-out; }
              @media only screen and (min-width: 767px) {
                .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .icon:before {
                  width: 5px;
                  height: 5px; } }
              @media only screen and (min-width: 991px) {
                .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .icon:before {
                  width: 6px;
                  height: 6px; } }
            .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .icon svg {
              transition: all 0.3s ease-in-out;
              position: relative;
              transform: translate(0px); }
            .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .icon .svg-inline--fa {
              vertical-align: .125em;
              height: 0.9em; }
        .sidebar .widget-wrapper a .widget .tittle-wrapper .sub {
          margin-top: 3px;
          width: 100%; }
    .sidebar .widget-wrapper a .name-wrapper {
      display: inline; }
    .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .name-wrapper .name {
      display: inline; }
      .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .name-wrapper .name h6 {
        display: inline;
        position: relative;
        margin-left: 25px; }
        @media only screen and (min-width: 767px) {
          .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .name-wrapper .name h6 {
            margin-left: 20px; } }
        @media only screen and (min-width: 991px) {
          .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .name-wrapper .name h6 {
            margin-left: 25px; } }
        .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .name-wrapper .name h6 .icon {
          position: absolute;
          top: 0;
          left: -25px; }
          @media only screen and (min-width: 767px) {
            .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .name-wrapper .name h6 .icon {
              left: -20px; } }
          @media only screen and (min-width: 991px) {
            .sidebar .widget-wrapper a .widget .tittle-wrapper .tittle .name-wrapper .name h6 .icon {
              left: -25px; } }
    .sidebar .widget-wrapper a p {
      display: inline; }
  .sidebar .subscribe-wrapper {
    margin-top: 60px; }
    @media only screen and (min-width: 991px) {
      .sidebar .subscribe-wrapper {
        margin-top: 50px; } }
    .sidebar .subscribe-wrapper form {
      margin-top: 20px;
      width: 100%;
      display: flex;
      position: relative; }
    .sidebar .subscribe-wrapper input, .sidebar .subscribe-wrapper button {
      outline: none;
      border: 1px solid #000;
      border-radius: 0;
      -webkit-appearance: none;
      -webkit-border-radius: 0; }
    .sidebar .subscribe-wrapper input.input {
      flex: 1;
      display: block;
      min-width: 0;
      padding: 5px 10px;
      font-weight: 300;
      font-size: 0.9rem; }
    .sidebar .subscribe-wrapper button, .sidebar .subscribe-wrapper input.button {
      width: 160px;
      background-color: #000;
      color: #fff;
      padding: 6px 15px 3px 15px;
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      overflow: hidden;
      transition: all .3s ease-in-out;
      cursor: pointer; }
      .sidebar .subscribe-wrapper button span, .sidebar .subscribe-wrapper input.button span {
        position: relative;
        left: 0;
        transition: all .3s ease-in-out; }
      .sidebar .subscribe-wrapper button:before, .sidebar .subscribe-wrapper input.button:before {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 3px);
        left: 0;
        width: 5px;
        height: 5px;
        border-width: 1px 1px 0 0;
        border-style: solid;
        opacity: 1;
        border-color: #0f0;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out; }
        @media only screen and (min-width: 767px) {
          .sidebar .subscribe-wrapper button:before, .sidebar .subscribe-wrapper input.button:before {
            width: 4px;
            height: 4px; } }
        @media only screen and (min-width: 991px) {
          .sidebar .subscribe-wrapper button:before, .sidebar .subscribe-wrapper input.button:before {
            width: 5px;
            height: 5px; } }
      .sidebar .subscribe-wrapper button:hover:before, .sidebar .subscribe-wrapper input.button:hover:before {
        left: 18px;
        opacity: 1; }
        @media only screen and (min-width: 991px) {
          .sidebar .subscribe-wrapper button:hover:before, .sidebar .subscribe-wrapper input.button:hover:before {
            left: 13px; } }
      .sidebar .subscribe-wrapper button:hover span, .sidebar .subscribe-wrapper input.button:hover span {
        left: 8px; }
    .sidebar .subscribe-wrapper span {
      position: absolute;
      right: 140px;
      top: 0;
      width: 10px;
      height: 100%;
      z-index: 99;
      overflow: hidden; }
      .sidebar .subscribe-wrapper span.eng {
        right: 128px; }
      .sidebar .subscribe-wrapper span:before {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 4px);
        border-color: #fff;
        right: 12px;
        width: 5px;
        height: 5px;
        border-width: 1px 1px 0 0;
        border-style: solid;
        opacity: 1;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out; }
        @media only screen and (min-width: 767px) {
          .sidebar .subscribe-wrapper span:before {
            width: 4px;
            height: 4px; } }
        @media only screen and (min-width: 991px) {
          .sidebar .subscribe-wrapper span:before {
            width: 5px;
            height: 5px; } }
      .sidebar .subscribe-wrapper span:hover:before {
        opacity: 0; }
    .sidebar .subscribe-wrapper input.button:hover {
      padding: 6px 10px 3px 20px; }
    .sidebar .subscribe-wrapper input.button:hover + span.subscribe-arrow:before {
      right: 3px;
      opacity: 1; }

.top-wrapper {
  margin-top: 65px;
  margin-bottom: 35px; }
  @media only screen and (min-width: 767px) {
    .top-wrapper {
      margin-top: 55px;
      position: relative;
      min-height: 140px;
      margin-bottom: 50px; } }
  @media only screen and (min-width: 991px) {
    .top-wrapper {
      margin-bottom: 65px;
      min-height: 200px;
      margin-top: 45px; } }
  @media only screen and (min-width: 767px) {
    .top-wrapper .top {
      position: absolute;
      width: 100%;
      bottom: 0; } }
  @media only screen and (min-width: 767px) {
    .top-wrapper .page-title-wrapper {
      display: flex; } }
  @media only screen and (min-width: 767px) {
    .top-wrapper .page-title-wrapper .page-title {
      align-self: flex-end; } }
  .top-wrapper .description-wrapper {
    margin-bottom: 15px; }
    @media only screen and (min-width: 767px) {
      .top-wrapper .description-wrapper {
        display: flex; } }
    @media only screen and (min-width: 767px) {
      .top-wrapper .description-wrapper .description {
        align-self: flex-end; } }
    @media only screen and (min-width: 767px) {
      .top-wrapper .description-wrapper .contacts-wrapper {
        align-self: flex-end; } }
  .top-wrapper .description, .top-wrapper .contacts-wrapper {
    margin-top: 15px; }
    @media only screen and (min-width: 767px) {
      .top-wrapper .description, .top-wrapper .contacts-wrapper {
        margin-top: 0;
        bottom: 6px; } }

.about-text {
  margin-top: -40px; }

.pagination-wrapper {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start; }
  @media only screen and (min-width: 767px) {
    .pagination-wrapper {
      margin-bottom: 80px; } }
  .pagination-wrapper.desktop {
    display: none; }
    @media only screen and (min-width: 767px) {
      .pagination-wrapper.desktop {
        display: flex; } }
  .pagination-wrapper.mobile {
    display: flex; }
    @media only screen and (min-width: 767px) {
      .pagination-wrapper.mobile {
        display: none; } }
  .pagination-wrapper ul li {
    margin-right: 10px;
    float: left; }
    .pagination-wrapper ul li:first-child a {
      margin-left: 0; }
    .pagination-wrapper ul li a {
      margin: 10px 8px;
      padding: 2px;
      padding-bottom: 2px;
      color: #000;
      text-decoration: none;
      background-image: linear-gradient(#000, #000);
      background-repeat: no-repeat;
      background-size: 0% 1px;
      background-position: 0% 100%;
      transition: background-size .3s ease-out; }
      .pagination-wrapper ul li a:hover {
        animation: none; }
        @media only screen and (min-width: 767px) {
          .pagination-wrapper ul li a:hover {
            background-size: 100% 1px;
            background-position: 0% 100%;
            transition: background-size .3s ease-out; } }
      .pagination-wrapper ul li a.curent {
        width: 15px;
        height: 15px;
        font-weight: 600;
        background-size: 100% 0px; }
      .pagination-wrapper ul li a.prev, .pagination-wrapper ul li a.next {
        display: block;
        width: 12px;
        height: 12px;
        padding: 10px;
        box-shadow: inset 0 0 0 1px #000;
        transition: box-shadow .3s ease;
        margin-top: -8px; }
        @media only screen and (min-width: 991px) {
          .pagination-wrapper ul li a.prev, .pagination-wrapper ul li a.next {
            width: 15px;
            height: 15px;
            margin-top: -10px; } }
        .pagination-wrapper ul li a.prev svg, .pagination-wrapper ul li a.next svg {
          stroke: #000;
          stroke-width: 0;
          transition: all .3s ease; }
        .pagination-wrapper ul li a.prev:hover, .pagination-wrapper ul li a.next:hover {
          animation: none;
          transition: none; }
          @media only screen and (min-width: 767px) {
            .pagination-wrapper ul li a.prev:hover, .pagination-wrapper ul li a.next:hover {
              background-size: 100% 0px;
              box-shadow: inset 0 0 0 3px #000;
              transition: box-shadow .3s ease; } }
          @media only screen and (min-width: 767px) {
            .pagination-wrapper ul li a.prev:hover svg, .pagination-wrapper ul li a.next:hover svg {
              stroke: #000;
              stroke-width: 8px;
              transition: all .3s ease; } }
      .pagination-wrapper ul li a.prev {
        padding-left: 9px;
        padding-right: 11px; }
      .pagination-wrapper ul li a.next {
        padding-left: 11px;
        padding-right: 9px; }

.not-found {
  box-shadow: inset 0 0 0 3px #000;
  min-height: 45vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 30px; }
  @media only screen and (min-width: 991px) {
    .not-found {
      padding: 40px; } }
  @media only screen and (min-width: 767px) {
    .not-found.eng {
      padding: 60px 40px 70px 40px; } }
  .not-found img {
    width: 140px; }
  .not-found h3 {
    margin-top: 15px;
    width: 70%;
    text-align: center;
    margin-bottom: 15px; }
  .not-found .to-ukrainian {
    margin-top: 10px;
    background-color: #000;
    padding: 8px 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px; }
    .not-found .to-ukrainian a {
      display: block;
      padding: 0 15px;
      animation: none;
      background-size: 0% 2px;
      color: #fff;
      text-decoration: none;
      text-align: center;
      font-weight: 600;
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      overflow: hidden;
      transition: all .3s ease-in-out; }
      .not-found .to-ukrainian a span {
        position: relative;
        left: 0;
        transition: all .3s ease-in-out; }
      .not-found .to-ukrainian a:before {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 4px);
        left: 0;
        width: 5px;
        height: 5px;
        border-width: 1px 1px 0 0;
        border-style: solid;
        opacity: 0;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out; }
        @media only screen and (min-width: 767px) {
          .not-found .to-ukrainian a:before {
            width: 4px;
            height: 4px; } }
        @media only screen and (min-width: 991px) {
          .not-found .to-ukrainian a:before {
            width: 5px;
            height: 5px; } }
      .not-found .to-ukrainian a:hover:before {
        left: 6px;
        opacity: 1; }
      .not-found .to-ukrainian a:hover {
        animation: none; }
        .not-found .to-ukrainian a:hover span {
          left: 6px; }

.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh; }
  @media only screen and (min-width: 767px) {
    .error {
      margin-top: 12vh;
      flex-direction: row; } }
  .error .error-img {
    width: 120px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 767px) {
      .error .error-img {
        margin-bottom: 0;
        width: 300px; } }
    @media only screen and (min-width: 991px) {
      .error .error-img {
        width: 350px; } }
  .error .error-txt-box {
    margin-bottom: 4%;
    text-align: center; }
    @media only screen and (min-width: 767px) {
      .error .error-txt-box {
        text-align: left;
        margin-left: 30px; } }

.index-widget {
  text-align: center;
  margin-bottom: 60px;
  box-shadow: inset 0 0 0 3px #000;
  transition: none;
  padding: 30px;
  height: 230px;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 767px) {
    .index-widget {
      height: 100%;
      margin-bottom: 80px;
      transition: box-shadow .3s ease;
      height: 332px; } }
  @media only screen and (min-width: 991px) {
    .index-widget {
      padding: 40px;
      height: 412px; } }
  .index-widget .temporary {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (min-width: 767px) {
      .index-widget .temporary {
        padding-top: 20px; } }
    @media only screen and (min-width: 991px) {
      .index-widget .temporary {
        flex-direction: row; } }
    .index-widget .temporary .sign img {
      width: 90px; }
      @media only screen and (min-width: 767px) {
        .index-widget .temporary .sign img {
          width: 120px; } }
    .index-widget .temporary .text {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: 100%;
      margin-top: 5px;
      text-align: center;
      margin-bottom: 10px; }
      @media only screen and (min-width: 375px) {
        .index-widget .temporary .text {
          margin-top: 10px; } }
      @media only screen and (min-width: 767px) {
        .index-widget .temporary .text {
          margin-bottom: 27px; } }
      @media only screen and (min-width: 991px) {
        .index-widget .temporary .text {
          margin-bottom: 27px;
          width: 60%;
          text-align: left;
          margin-left: 20px;
          margin-top: 0; } }
      @media only screen and (min-width: 1350px) {
        .index-widget .temporary .text {
          width: 50%; } }

.stripe {
  background: #000 !important; }

.stripe-loading-indicator .stripe, .stripe-loading-indicator .stripe-loaded {
  background: #000 !important; }

.text-block iframe[src^="https://www.facebook.com/plugins/post"] {
  width: 100% !important; }

.map-hide {
  display: none; }

@font-face {
  font-family: "HelveticaNeueLTW1G-BlkEx";
  font-style: bold;
  font-weight: 800;
  src: url("../fonts/HelveticaNeueLTW1G-BlkEx.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW1G-BlkEx.woff") format("woff");
  font-display: auto; }

@font-face {
  font-family: "HelveticaNeueLTW1G-Ex";
  font-style: bold;
  font-weight: 300;
  src: url("../fonts/HelveticaNeueLTW1G-Ex.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW1G-Ex.woff") format("woff");
  font-display: auto; }

/*@font-face {
    font-family: "HeliosExtBlack";
    font-style: bold;
    font-weight: 800;
    src: url("../fonts/helvetica.woff") format('woff');
    font-display: auto;
}
@font-face {
    font-family: "HeliosExtRegular";
    font-style: bold;
    font-weight: 300;
    src: url("../fonts/helvetica-bold.woff") format('woff');
    font-display: auto;
}*/
input {
  outline: none; }

a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 0% 50px; }
  a:hover {
    animation: animatedBackground 1s ease-out; }

.top-wrapper h1 {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  font-size: 2rem; }
  @media only screen and (min-width: 767px) {
    .top-wrapper h1 {
      font-size: 3rem; } }
  @media only screen and (min-width: 991px) {
    .top-wrapper h1 {
      font-size: 4rem; } }

.top-wrapper .description {
  line-height: 1.2rem;
  font-size: 0.8rem; }
  @media only screen and (min-width: 767px) {
    .top-wrapper .description {
      font-size: 0.8rem;
      line-height: 1.2rem; } }
  @media only screen and (min-width: 991px) {
    .top-wrapper .description {
      font-size: 0.9rem;
      line-height: 1.3rem; } }

.pagination-wrapper ul li a {
  font-size: 0.9rem; }
  @media only screen and (min-width: 991px) {
    .pagination-wrapper ul li a {
      font-size: 1rem; } }

/*---------------- menu  ------------------*/
.menu-wrapper nav ul li a {
  font-size: 0.9rem; }
  @media only screen and (min-width: 991px) {
    .menu-wrapper nav ul li a {
      font-size: 1rem; } }
  @media only screen and (min-width: 1900px) {
    .menu-wrapper nav ul li a {
      font-size: 1.1rem; } }

.form button {
  font-size: 0.8rem; }
  @media only screen and (min-width: 991px) {
    .form button {
      font-size: 0.8rem; } }

/*---------------- menu mobile ------------------*/
.overlay ul li a {
  font-size: 1.1rem; }

.overlay button {
  font-size: 0.9rem; }

.overlay input {
  font-size: 1rem; }

/*---------------- slider ------------------*/
.slider .tittle-box {
  margin-left: 10px; }
  @media only screen and (min-width: 767px) {
    .slider .tittle-box {
      margin-left: 15px; } }
  .slider .tittle-box span.back {
    font-size: 1.5rem;
    background-color: #000;
    box-shadow: 10px 0 0 #000, -10px 0 0 #000;
    padding-bottom: 3px;
    line-height: 2rem; }
    @media only screen and (min-width: 767px) {
      .slider .tittle-box span.back {
        box-shadow: 15px 0 0 #000, -15px 0 0 #000;
        padding-bottom: 5px;
        font-size: 2.2rem;
        line-height: 3.1rem; } }
    @media only screen and (min-width: 991px) {
      .slider .tittle-box span.back {
        font-size: 3.4rem;
        line-height: 4.4rem; } }
    @media only screen and (min-width: 1900px) {
      .slider .tittle-box span.back {
        font-size: 4.2rem;
        line-height: 5.4rem; } }
    .slider .tittle-box span.back a {
      font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
      text-decoration: none;
      color: #fff;
      animation: none;
      background-size: 0% 2px; }

.slider a.category, .slider .category a {
  font-size: 0.7rem;
  line-height: 0.9rem; }
  @media only screen and (min-width: 767px) {
    .slider a.category, .slider .category a {
      font-size: 0.85rem;
      line-height: 1rem; } }
  @media only screen and (min-width: 991px) {
    .slider a.category, .slider .category a {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
  @media only screen and (min-width: 1900px) {
    .slider a.category, .slider .category a {
      font-size: 1.6rem;
      line-height: 1.8rem; } }

/*---------------- article ------------------*/
.article .tittle-box h1 {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  font-size: 1.05rem;
  line-height: 1.4rem; }
  @media only screen and (min-width: 767px) {
    .article .tittle-box h1 {
      font-size: 1.25rem;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 991px) {
    .article .tittle-box h1 {
      font-size: 1.6rem;
      line-height: 2.1rem; } }
  @media only screen and (min-width: 767px) {
    .article .tittle-box h1 a {
      background-image: linear-gradient(#000, #000);
      background-repeat: no-repeat;
      background-size: 0% 2px;
      background-position: 0% 100%;
      transition: background-size .3s ease-out; } }
  @media only screen and (min-width: 767px) {
    .article .tittle-box h1 a:hover {
      animation: none;
      background-size: 100% 2px;
      background-position: 0% 100%;
      transition: background-size .3s ease-out; } }

.article .tittle-box .desc {
  font-size: 0.7rem;
  line-height: 1.05rem; }
  @media only screen and (min-width: 991px) {
    .article .tittle-box .desc {
      font-size: 0.75rem;
      line-height: 1rem; } }

.article .tittle-box .additional-info {
  font-size: 0.7rem;
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif; }
  .article .tittle-box .additional-info .more {
    font-weight: 600; }
    .article .tittle-box .additional-info .more a {
      padding-bottom: 1px; }
      .article .tittle-box .additional-info .more a:hover {
        background-size: 100% 2px;
        background-position: 0% 100%;
        animation: animatedBackground .7s ease-out; }
  .article .tittle-box .additional-info .category a {
    padding-bottom: 1px;
    background-position: 0% 100%;
    background-size: 100% 1px; }
    @media only screen and (min-width: 991px) {
      .article .tittle-box .additional-info .category a {
        background-size: 100% 0px; } }
    .article .tittle-box .additional-info .category a:hover {
      background-position: 0% 100%;
      background-size: 100% 1px; }
      @media only screen and (min-width: 991px) {
        .article .tittle-box .additional-info .category a:hover {
          background-position: 0% 100%;
          background-size: 100% 1px;
          animation: animatedBackgroundSlim .7s ease-out; } }

.article .image-box a {
  background-image: none; }

.article .rect .date, .article .rect .time {
  font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
  font-size: 0.8rem; }
  @media only screen and (min-width: 767px) {
    .article .rect .date, .article .rect .time {
      font-size: 1rem; } }

/*---------------- widget + sidebar ------------------*/
.widget {
  text-align: center; }
  .widget .number {
    font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    font-size: 4.5rem; }
    @media only screen and (min-width: 767px) {
      .widget .number {
        font-size: 4rem; } }
    @media only screen and (min-width: 1260px) {
      .widget .number {
        font-size: 4.5rem; } }
  .widget h6 {
    font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3rem; }
    @media only screen and (min-width: 375px) {
      .widget h6 {
        font-size: 1rem; } }
    @media only screen and (min-width: 767px) {
      .widget h6 {
        font-size: 1rem; } }
    @media only screen and (min-width: 991px) {
      .widget h6 {
        font-size: 1rem;
        line-height: 1.2rem; } }
  .widget .sub {
    font-size: 0.75rem;
    line-height: 1rem; }
    @media only screen and (min-width: 991px) {
      .widget .sub {
        font-size: 0.7rem;
        line-height: 0.9rem; } }

.subscribe-wrapper .subscribe {
  line-height: 1.15rem;
  font-size: 0.9rem; }
  @media only screen and (min-width: 991px) {
    .subscribe-wrapper .subscribe {
      line-height: 1.1rem;
      font-size: 0.9rem; } }

.subscribe-wrapper button, .subscribe-wrapper input.button {
  font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
  font-size: 0.9rem; }
  @media only screen and (min-width: 767px) {
    .subscribe-wrapper button, .subscribe-wrapper input.button {
      font-size: 0.8rem; } }

.freedom .widget h6 {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  font-size: 1.4rem; }

.temporary .text h3 {
  font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
  margin-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.5rem; }
  @media only screen and (min-width: 991px) {
    .temporary .text h3 {
      font-size: 1.5rem;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 1160px) {
    .temporary .text h3 {
      font-size: 1.7rem;
      line-height: 1.9rem; } }

.temporary .text .desc {
  font-size: 0.7rem;
  line-height: 0.9rem; }
  @media only screen and (min-width: 991px) {
    .temporary .text .desc {
      font-size: 0.75rem;
      line-height: 1.1rem; } }
  @media only screen and (min-width: 1350px) {
    .temporary .text .desc {
      font-size: 0.8rem;
      line-height: 1.1rem; } }

.index-widget .temporary h3 {
  font-size: 1.1rem;
  line-height: 1.3rem; }
  @media only screen and (min-width: 767px) {
    .index-widget .temporary h3 {
      font-size: 1.3rem;
      line-height: 1.5rem; } }
  @media only screen and (min-width: 991px) {
    .index-widget .temporary h3 {
      font-size: 1.5rem;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 1160px) {
    .index-widget .temporary h3 {
      font-size: 1.7rem;
      line-height: 1.9rem; } }

.index-widget .temporary .desc {
  font-size: 0.6rem;
  line-height: 0.8rem; }
  @media only screen and (min-width: 991px) {
    .index-widget .temporary .desc {
      font-size: 0.75rem;
      line-height: 1.1rem; } }
  @media only screen and (min-width: 1350px) {
    .index-widget .temporary .desc {
      font-size: 0.8rem;
      line-height: 1.1rem; } }

/*---------------- about ------------------*/
.position {
  font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
  font-size: 0.8rem;
  line-height: 1.2rem; }
  @media only screen and (min-width: 767px) {
    .position {
      font-size: 0.9rem; } }
  @media only screen and (min-width: 991px) {
    .position {
      font-size: 1rem; } }
  .position span {
    font-family: "Montserrat", sans-serif; }

.about-text p {
  line-height: 1.6rem;
  margin-bottom: 20px;
  font-size: 0.95rem; }
  @media only screen and (min-width: 991px) {
    .about-text p {
      line-height: 2rem;
      font-size: 1.2rem;
      margin-bottom: 30px; } }

.about-text a {
  text-decoration: underline;
  animation: none; }

.contact {
  line-height: 1.1rem;
  font-size: 0.8rem; }
  @media only screen and (min-width: 767px) {
    .contact {
      font-size: 0.9rem;
      line-height: 1rem; } }
  @media only screen and (min-width: 991px) {
    .contact {
      font-size: 1rem;
      line-height: 1rem; } }
  .contact a {
    font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif; }
    .contact a.mail {
      font-size: 0.8rem; }

.authors-wrapper h3 {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  font-size: 2rem; }
  @media only screen and (min-width: 991px) {
    .authors-wrapper h3 {
      font-size: 2.5rem; } }

.authors-wrapper .author h5 {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  font-size: 1.3rem; }
  @media only screen and (min-width: 991px) {
    .authors-wrapper .author h5 {
      font-size: 1.4rem; } }
  .authors-wrapper .author h5 a {
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0% 100%;
    transition: none;
    padding-bottom: 1px; }
    @media only screen and (min-width: 767px) {
      .authors-wrapper .author h5 a {
        transition: background-size .3s ease-out; } }
    .authors-wrapper .author h5 a:hover {
      animation: none;
      background-size: 100% 0px;
      background-position: 0% 100%;
      transition: none; }
      @media only screen and (min-width: 767px) {
        .authors-wrapper .author h5 a:hover {
          background-size: 100% 2px;
          transition: background-size .3s ease-out; } }

.authors-wrapper .author .desc {
  font-size: 0.7rem;
  line-height: 1.05rem; }
  @media only screen and (min-width: 991px) {
    .authors-wrapper .author .desc {
      font-size: 0.75rem;
      line-height: 1.1rem; } }

.authors-wrapper .additional-info .category {
  font-size: 0.7rem;
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif; }

.authors-wrapper .additional-info .more {
  font-size: 0.7rem; }
  .authors-wrapper .additional-info .more a {
    font-weight: 600;
    padding-bottom: 1px;
    background-size: 100% 2px;
    background-position: 0% 100%; }
    @media only screen and (min-width: 767px) {
      .authors-wrapper .additional-info .more a {
        background-size: 0% 2px; } }
    .authors-wrapper .additional-info .more a:hover {
      background-size: 100% 2px;
      background-position: 0% 100%;
      animation: none; }
      @media only screen and (min-width: 767px) {
        .authors-wrapper .additional-info .more a:hover {
          animation: animatedBackground .7s ease-out; } }

/*---------------- author ------------------*/
.name-wrapper h1 {
  font-size: 4rem; }

.name-wrapper .author-description {
  line-height: 1.4rem; }

.author-articles h3 {
  font-size: 2.5rem; }

/*---------------- error ------------------*/
.error h1 {
  font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
  font-size: 3.5rem; }
  @media only screen and (min-width: 767px) {
    .error h1 {
      font-size: 5rem; } }
  @media only screen and (min-width: 991px) {
    .error h1 {
      font-size: 6.5rem; } }

.error .txt {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  font-size: 1.5rem; }
  @media only screen and (min-width: 767px) {
    .error .txt {
      font-size: 2.2rem; } }
  @media only screen and (min-width: 991px) {
    .error .txt {
      font-size: 2.8rem; } }

/*---------------- single ------------------*/
mark {
  background-color: #000;
  color: #fff; }

.intro-wrapper .tittle-box {
  margin-left: 10px; }
  @media only screen and (min-width: 767px) {
    .intro-wrapper .tittle-box {
      margin-left: 15px; } }
  .intro-wrapper .tittle-box span {
    box-shadow: 10px 0 0 #000, -10px 0 0 #000;
    padding-bottom: 3px;
    font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
    font-size: 1.5rem;
    background-color: #000;
    line-height: 2.35rem;
    color: #fff;
    padding-top: 7px; }
    @media only screen and (min-width: 767px) {
      .intro-wrapper .tittle-box span {
        padding-top: 13px;
        box-shadow: 15px 0 0 #000, -15px 0 0 #000;
        padding-bottom: 5px;
        font-size: 2.2rem;
        line-height: 3.7rem; } }
    @media only screen and (min-width: 991px) {
      .intro-wrapper .tittle-box span {
        font-size: 3.4rem;
        line-height: 4.9rem; } }
    @media only screen and (min-width: 1900px) {
      .intro-wrapper .tittle-box span {
        font-size: 4.2rem;
        line-height: 5.9rem; } }
    .intro-wrapper .tittle-box span a {
      font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
      text-decoration: none;
      color: #fff;
      animation: none;
      background-size: 0% 2px; }
  .intro-wrapper .tittle-box .date {
    font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
    font-size: 0.7rem; }
    @media only screen and (min-width: 767px) {
      .intro-wrapper .tittle-box .date {
        font-size: 0.9rem; } }
    @media only screen and (min-width: 991px) {
      .intro-wrapper .tittle-box .date {
        font-size: 1.1rem; } }

.article-info-wrapper .date, .article-info-wrapper .time, .article-info-wrapper .author, .article-info-wrapper .tags ul, .article-info-wrapper .fotocredit {
  font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem; }
  @media only screen and (min-width: 767px) {
    .article-info-wrapper .date, .article-info-wrapper .time, .article-info-wrapper .author, .article-info-wrapper .tags ul, .article-info-wrapper .fotocredit {
      font-size: 0.8rem; } }
  @media only screen and (min-width: 991px) {
    .article-info-wrapper .date, .article-info-wrapper .time, .article-info-wrapper .author, .article-info-wrapper .tags ul, .article-info-wrapper .fotocredit {
      font-size: 0.9rem; } }
  .article-info-wrapper .date a, .article-info-wrapper .time a, .article-info-wrapper .author a, .article-info-wrapper .tags ul a, .article-info-wrapper .fotocredit a {
    font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
    font-size: 0.9rem;
    padding-bottom: 1px;
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    transition: none; }
    @media only screen and (min-width: 767px) {
      .article-info-wrapper .date a, .article-info-wrapper .time a, .article-info-wrapper .author a, .article-info-wrapper .tags ul a, .article-info-wrapper .fotocredit a {
        font-size: 0.8rem; } }
    @media only screen and (min-width: 991px) {
      .article-info-wrapper .date a, .article-info-wrapper .time a, .article-info-wrapper .author a, .article-info-wrapper .tags ul a, .article-info-wrapper .fotocredit a {
        font-size: 0.9rem;
        background-size: 0% 2px;
        transition: background-size .3s ease-out; } }
    .article-info-wrapper .date a:hover, .article-info-wrapper .time a:hover, .article-info-wrapper .author a:hover, .article-info-wrapper .tags ul a:hover, .article-info-wrapper .fotocredit a:hover {
      animation: none;
      background-position: 0% 100%; }
      @media only screen and (min-width: 767px) {
        .article-info-wrapper .date a:hover, .article-info-wrapper .time a:hover, .article-info-wrapper .author a:hover, .article-info-wrapper .tags ul a:hover, .article-info-wrapper .fotocredit a:hover {
          transition: background-size .3s ease-out;
          background-size: 100% 2px; } }

.article-info-wrapper .tags ul a {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  padding-bottom: 1px;
  background-size: 100% 1px;
  background-position: 0% 100%; }
  @media only screen and (min-width: 767px) {
    .article-info-wrapper .tags ul a {
      background-size: 0% 1px; } }
  .article-info-wrapper .tags ul a:hover {
    background-size: 100% 1px;
    animation: none; }
    @media only screen and (min-width: 767px) {
      .article-info-wrapper .tags ul a:hover {
        animation: animatedBackgroundSlim .7s ease-out;
        background-position: 0% 100%; } }

.article-info-wrapper .date span, .article-info-wrapper .time span, .article-info-wrapper .fotocredit span {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  font-size: 0.9rem;
  padding-bottom: 1px;
  transition: none; }
  @media only screen and (min-width: 767px) {
    .article-info-wrapper .date span, .article-info-wrapper .time span, .article-info-wrapper .fotocredit span {
      font-size: 0.8rem; } }
  @media only screen and (min-width: 991px) {
    .article-info-wrapper .date span, .article-info-wrapper .time span, .article-info-wrapper .fotocredit span {
      font-size: 0.9rem; } }

.article-info-wrapper .to-english {
  font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
  font-size: 0.9rem; }
  @media only screen and (min-width: 991px) {
    .article-info-wrapper .to-english {
      font-size: 0.8rem; } }

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  margin-bottom: 20px;
  padding-top: 20px; }
  @media only screen and (min-width: 991px) {
    .text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
      padding-top: 25px; } }

.text-block h1 {
  font-size: 1.6rem;
  line-height: 2.3rem; }
  @media only screen and (min-width: 991px) {
    .text-block h1 {
      font-size: 2rem;
      line-height: 2.6rem; } }

.text-block h2 {
  font-size: 1.5rem;
  line-height: 2.2rem; }
  @media only screen and (min-width: 991px) {
    .text-block h2 {
      font-size: 1.9rem;
      line-height: 2.5rem; } }

.text-block h3 {
  font-size: 1.4rem;
  line-height: 2.1rem; }
  @media only screen and (min-width: 991px) {
    .text-block h3 {
      font-size: 1.8rem;
      line-height: 2.4rem; } }

.text-block h4 {
  font-size: 1.3rem;
  line-height: 2rem; }
  @media only screen and (min-width: 991px) {
    .text-block h4 {
      font-size: 1.7rem;
      line-height: 2.3rem; } }

.text-block h5 {
  font-size: 1.2rem;
  line-height: 1.9rem; }
  @media only screen and (min-width: 991px) {
    .text-block h5 {
      font-size: 1.5rem;
      line-height: 2.3rem; } }

.text-block h6 {
  font-size: 1.1rem;
  line-height: 1.8rem; }
  @media only screen and (min-width: 991px) {
    .text-block h6 {
      font-size: 1.4rem;
      line-height: 2.1rem; } }

.text-block p {
  line-height: 1.6rem;
  margin-bottom: 20px;
  font-size: 0.95rem; }
  @media only screen and (min-width: 991px) {
    .text-block p {
      font-size: 1.2rem;
      line-height: 2rem;
      margin-bottom: 30px; } }

.text-block ul, .text-block ol {
  padding-left: 2.1em;
  margin-bottom: 30px;
  margin-left: 30px; }
  @media only screen and (min-width: 991px) {
    .text-block ul, .text-block ol {
      margin-left: 30px; } }

.text-block ul li, .text-block ol li {
  margin-bottom: 10px;
  line-height: 1.6rem;
  font-size: 0.95rem; }
  @media only screen and (min-width: 991px) {
    .text-block ul li, .text-block ol li {
      font-size: 1.2rem;
      line-height: 2rem; } }

.text-block ul li::before {
  content: "—";
  display: inline;
  margin-left: -1.8em;
  margin-right: 1em; }

.text-block ol {
  list-style-type: decimal; }

.text-block blockquote {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  margin-bottom: 50px;
  margin-top: 50px; }
  .text-block blockquote p {
    display: inline;
    background-color: #000;
    padding: 8px 0px;
    color: #fff;
    line-height: 1.8rem;
    font-size: 1.4rem; }
    @media only screen and (min-width: 991px) {
      .text-block blockquote p {
        font-size: 2rem;
        line-height: 3.1rem; } }

.text-block img {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px; }
  @media only screen and (min-width: 991px) {
    .text-block img {
      margin-bottom: 50px;
      margin-top: 20px; } }

.text-block .signature {
  margin-top: -45px;
  margin-bottom: 30px;
  line-height: 1rem;
  font-size: 0.7rem; }
  @media only screen and (min-width: 991px) {
    .text-block .signature {
      line-height: 1.2rem;
      font-size: 0.8rem;
      margin-bottom: 50px;
      margin-top: -70px; } }

.text-block hr {
  border: 2px solid #000;
  margin-bottom: 30px;
  margin-top: 30px; }
  @media only screen and (min-width: 991px) {
    .text-block hr {
      margin-bottom: 50px;
      margin-top: 50px; } }

.text-block iframe {
  margin-bottom: 30px;
  margin-top: 10px; }
  @media only screen and (min-width: 991px) {
    .text-block iframe {
      margin-bottom: 50px;
      margin-top: 20px; } }

.text-block a {
  text-decoration: underline;
  animation: none; }

.text-block em {
  font-style: italic; }

.text-block strong {
  font-weight: 600; }

.share-wrapper .share {
  font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif; }

.related-wrapper h3 {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  font-size: 2rem; }
  @media only screen and (min-width: 991px) {
    .related-wrapper h3 {
      font-size: 2.7rem; } }

/*---------------- index ------------------*/
.index-number-wrapper h4 {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  font-size: 1.5rem; }
  @media only screen and (min-width: 991px) {
    .index-number-wrapper h4 {
      font-size: 1.7rem; } }

.index-number-wrapper .number-wrapper .number {
  font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  text-align: center; }
  @media only screen and (min-width: 991px) {
    .index-number-wrapper .number-wrapper .number {
      font-size: 4.5rem; } }

.index-number-wrapper .number-wrapper .tittle-wrapper {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  text-align: center;
  font-size: 1.1rem; }
  @media only screen and (min-width: 991px) {
    .index-number-wrapper .number-wrapper .tittle-wrapper {
      font-size: 1.2rem; } }

.tab-wrapper .tab-name {
  font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
  font-size: 0.9rem;
  line-height: 0.9rem; }
  @media only screen and (min-width: 767px) {
    .tab-wrapper .tab-name {
      font-size: 0.8rem; } }
  @media only screen and (min-width: 991px) {
    .tab-wrapper .tab-name {
      font-size: 0.8rem; } }
  @media only screen and (min-width: 1080px) {
    .tab-wrapper .tab-name {
      font-size: 0.9rem; } }

.about-tab p {
  line-height: 1.6rem;
  margin-bottom: 10px;
  font-size: 0.95rem; }
  @media only screen and (min-width: 991px) {
    .about-tab p {
      font-size: 1rem;
      line-height: 1.7rem; } }

.rect {
  font-size: 0.7rem;
  text-align: center; }

.see-more {
  font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
  font-size: 0.9rem; }
  @media only screen and (min-width: 767px) {
    .see-more {
      font-size: 0.8rem; } }

/*---------------- not found ------------------*/
.not-found h3 {
  font-family: "HelveticaNeueLTW1G-Ex", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem; }
  @media only screen and (min-width: 991px) {
    .not-found h3 {
      font-size: 1.7rem;
      line-height: 2.1rem; } }
  .not-found h3.eng {
    font-size: 1.2rem;
    line-height: 1.5rem; }
    @media only screen and (min-width: 991px) {
      .not-found h3.eng {
        font-size: 1.3rem;
        line-height: 1.6rem; } }
    @media only screen and (min-width: 1350px) {
      .not-found h3.eng {
        font-size: 1.5rem;
        line-height: 1.9rem; } }

/*---------------- footer ------------------*/
footer {
  font-size: 0.95rem; }
  @media only screen and (min-width: 767px) {
    footer {
      font-size: 1rem; } }
  footer .social {
    font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
    font-size: 0.9rem; }
    @media only screen and (min-width: 767px) {
      footer .social {
        font-size: 0.8rem; } }
  footer .rights-wrapper, footer .copywrite-wrapper {
    font-size: 0.65rem; }
    @media only screen and (min-width: 991px) {
      footer .rights-wrapper, footer .copywrite-wrapper {
        font-size: 0.7rem; } }
  footer .subscribe-wrapper .subscribe {
    font-size: 0.8rem;
    line-height: 1.1rem; }
  footer .subscribe-wrapper button, footer .subscribe-wrapper input.button {
    font-size: 0.8rem; }
  footer .copywrite-wrapper a {
    font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
    font-weight: 600;
    color: #000;
    background-size: 100% 2px;
    background-position: 0% 100%; }
    @media only screen and (min-width: 767px) {
      footer .copywrite-wrapper a {
        background-size: 100% 0px; } }
    footer .copywrite-wrapper a:hover {
      background-size: 100% 2px;
      animation: none; }
      @media only screen and (min-width: 767px) {
        footer .copywrite-wrapper a:hover {
          background-size: 100% 2px;
          animation: animatedBackground .7s ease-out; } }

#header {
  width: 100%; }
  @media only screen and (min-width: 767px) {
    #header {
      height: 90px; } }
  #header .logo-wrapper {
    width: 100%; }
    #header .logo-wrapper .logo {
      animation: none; }
      #header .logo-wrapper .logo:hover {
        background-size: 100% 0px; }
      #header .logo-wrapper .logo.disabled {
        display: none; }
      #header .logo-wrapper .logo img {
        width: 150px;
        margin-top: -5px; }
        @media only screen and (min-width: 374px) {
          #header .logo-wrapper .logo img {
            width: 160px; } }
        @media only screen and (min-width: 767px) {
          #header .logo-wrapper .logo img {
            width: 180px;
            margin-top: -10px; } }
        @media only screen and (min-width: 991px) {
          #header .logo-wrapper .logo img {
            width: 220px; } }
        @media only screen and (min-width: 1900px) {
          #header .logo-wrapper .logo img {
            width: 250px; } }
  #header .menu-wrapper {
    width: 100%; }
    #header .menu-wrapper .dynamic, #header .menu-wrapper .static, #header .menu-wrapper .left-wrapper, #header .menu-wrapper .right-wrapper {
      float: left; }
      #header .menu-wrapper .dynamic ul li, #header .menu-wrapper .static ul li, #header .menu-wrapper .left-wrapper ul li, #header .menu-wrapper .right-wrapper ul li {
        margin-bottom: 7px; }
        @media only screen and (min-width: 991px) {
          #header .menu-wrapper .dynamic ul li, #header .menu-wrapper .static ul li, #header .menu-wrapper .left-wrapper ul li, #header .menu-wrapper .right-wrapper ul li {
            margin-bottom: 10px; } }
        #header .menu-wrapper .dynamic ul li a, #header .menu-wrapper .static ul li a, #header .menu-wrapper .left-wrapper ul li a, #header .menu-wrapper .right-wrapper ul li a {
          text-decoration: none;
          color: #000;
          cursor: pointer;
          padding-bottom: 1px;
          background-image: linear-gradient(#000, #000);
          background-repeat: no-repeat;
          background-size: 0% 50px; }
          #header .menu-wrapper .dynamic ul li a:hover, #header .menu-wrapper .static ul li a:hover, #header .menu-wrapper .left-wrapper ul li a:hover, #header .menu-wrapper .right-wrapper ul li a:hover {
            text-decoration: none;
            animation: animatedBackground .7s ease-out;
            background-size: 100% 2px;
            background-position: 0% 100%; }
          #header .menu-wrapper .dynamic ul li a.active, #header .menu-wrapper .static ul li a.active, #header .menu-wrapper .left-wrapper ul li a.active, #header .menu-wrapper .right-wrapper ul li a.active {
            background-size: 100% 0px;
            animation: none;
            color: #000;
            font-weight: 600;
            cursor: pointer; }
    #header .menu-wrapper .left-wrapper {
      width: calc(100% - 30px);
      transition: transform .5s ease-out; }
      #header .menu-wrapper .left-wrapper.to-down {
        transform: translateY(42px);
        transition: transform .2s ease-out; }
      #header .menu-wrapper .left-wrapper .dynamic {
        width: 55%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
        @media only screen and (min-width: 991px) {
          #header .menu-wrapper .left-wrapper .dynamic {
            max-height: 80px;
            width: 60%; } }
        @media only screen and (min-width: 1500px) {
          #header .menu-wrapper .left-wrapper .dynamic {
            max-height: 100px; } }
      #header .menu-wrapper .left-wrapper .static {
        width: 40%; }
    #header .menu-wrapper nav {
      position: relative; }
    #header .menu-wrapper .right-wrapper {
      width: 30px; }
      #header .menu-wrapper .right-wrapper ul li {
        margin-bottom: 6px; }
        #header .menu-wrapper .right-wrapper ul li a {
          padding-bottom: 1px; }
      #header .menu-wrapper .right-wrapper .form-wrapper {
        position: absolute;
        right: 0px;
        top: 0;
        height: 28px;
        box-shadow: inset 0 0 0 1px #000;
        background-color: #000; }
        #header .menu-wrapper .right-wrapper .form-wrapper.open {
          animation: search-width .5s ease-out; }
      #header .menu-wrapper .right-wrapper .form {
        position: absolute;
        right: 0px;
        top: 0;
        width: 100%; }
        #header .menu-wrapper .right-wrapper .form form {
          position: relative;
          display: none;
          transition: display .01s ease-out;
          transition-delay: 0.5s; }
          #header .menu-wrapper .right-wrapper .form form.show {
            display: flex;
            width: calc(100% - 30px);
            transition: display .01s ease-out;
            transition-delay: 0.5s; }
        #header .menu-wrapper .right-wrapper .form input, #header .menu-wrapper .right-wrapper .form button {
          outline: none;
          border: 1px solid #000; }
        #header .menu-wrapper .right-wrapper .form input {
          flex: 1;
          display: block;
          min-width: 0;
          padding: 4px 10px;
          font-weight: 300;
          font-size: 0.9rem; }
        #header .menu-wrapper .right-wrapper .form button {
          font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
          width: 160px;
          background-color: #000;
          color: #fff;
          padding: 6px 15px 3px 15px;
          position: relative;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          text-decoration: none;
          overflow: hidden;
          transition: all .3s ease-in-out;
          cursor: pointer; }
          #header .menu-wrapper .right-wrapper .form button span {
            position: relative;
            left: 0;
            transition: all .3s ease-in-out; }
          #header .menu-wrapper .right-wrapper .form button:before {
            content: '';
            display: block;
            position: absolute;
            top: calc(50% - 2px);
            left: 18px;
            width: 5px;
            height: 5px;
            border-width: 1px 1px 0 0;
            border-style: solid;
            opacity: 0;
            transform: rotate(45deg);
            transition: all 0.3s ease-in-out; }
            @media only screen and (min-width: 767px) {
              #header .menu-wrapper .right-wrapper .form button:before {
                top: calc(50% - 4px);
                width: 4px;
                height: 4px; } }
            @media only screen and (min-width: 991px) {
              #header .menu-wrapper .right-wrapper .form button:before {
                width: 5px;
                height: 5px; } }
          #header .menu-wrapper .right-wrapper .form button:hover:before {
            left: 18px;
            opacity: 1; }
            @media only screen and (min-width: 767px) {
              #header .menu-wrapper .right-wrapper .form button:hover:before {
                left: 40px; } }
          #header .menu-wrapper .right-wrapper .form button:hover span {
            left: 8px; }
      #header .menu-wrapper .right-wrapper .search-wrapper {
        width: 32px;
        height: 28px;
        background-color: #000;
        margin-bottom: 12px; }
        #header .menu-wrapper .right-wrapper .search-wrapper:hover a {
          animation: none; }
        #header .menu-wrapper .right-wrapper .search-wrapper.active {
          background-color: #fff;
          cursor: pointer; }
          #header .menu-wrapper .right-wrapper .search-wrapper.active .handle {
            background-color: #000; }
            #header .menu-wrapper .right-wrapper .search-wrapper.active .handle:after {
              background-color: #000; }
        #header .menu-wrapper .right-wrapper .search-wrapper .btn-toggle-search {
          z-index: 999;
          padding-top: 4px;
          padding-left: 7px; }
          #header .menu-wrapper .right-wrapper .search-wrapper .btn-toggle-search .search-icon {
            z-index: 999;
            height: 20px;
            width: 20px;
            display: block;
            position: relative;
            cursor: pointer;
            border-radius: 0; }
          #header .menu-wrapper .right-wrapper .search-wrapper .btn-toggle-search .circle {
            position: relative;
            margin-top: 1px;
            display: block;
            height: 10px;
            width: 10px;
            background-color: #000;
            border-radius: 70px;
            z-index: 0;
            border: 2px solid #fff;
            transition: all .3s ease;
            z-index: 1; }
          #header .menu-wrapper .right-wrapper .search-wrapper .btn-toggle-search .handle {
            position: absolute;
            background-color: #fff;
            top: 8px;
            left: 0;
            width: 20px;
            height: 2px;
            display: block;
            transform: rotate(45deg);
            float: right;
            border-radius: 0; }
            #header .menu-wrapper .right-wrapper .search-wrapper .btn-toggle-search .handle:after {
              content: "";
              background-color: #fff;
              width: 20px;
              height: 2px;
              display: block;
              float: right;
              border-radius: 0px;
              transition: all .3s ease;
              z-index: -1; }
          #header .menu-wrapper .right-wrapper .search-wrapper .btn-toggle-search .open .circle {
            opacity: 0;
            transform: scale(0.02);
            background: #000;
            border-color: #000; }
          #header .menu-wrapper .right-wrapper .search-wrapper .btn-toggle-search .open .handle:after {
            transform: rotate(90deg); }
        #header .menu-wrapper .right-wrapper .search-wrapper form {
          min-height: 28px; }

@keyframes animatedBackground {
  from {
    background-position: 0% 100%;
    background-size: 0% 50px;
    color: #000; }
  30% {
    background-position: 0% 100%;
    background-size: 100% 50px; }
  40% {
    background-position: 100% 0%;
    background-size: 100% 50px;
    color: #fff; }
  80% {
    background-position: 100% 0%;
    background-size: 0% 50px; }
  81% {
    background-position: 100% 100%;
    background-size: 0% 2px; }
  95% {
    background-position: 100% 100%;
    background-size: 100% 2px; }
  99% {
    background-position: 0% 100%;
    background-size: 100% 2px; }
  to {
    background-position: 0% 100%;
    background-size: 100% 2px;
    color: #000; } }

@keyframes animatedBackgroundSlim {
  from {
    background-position: 0% 100%;
    background-size: 0% 50px;
    color: #000; }
  30% {
    background-position: 0% 100%;
    background-size: 100% 50px; }
  40% {
    background-position: 100% 0%;
    background-size: 100% 50px;
    color: #fff; }
  80% {
    background-position: 100% 0%;
    background-size: 0% 50px; }
  81% {
    background-position: 100% 100%;
    background-size: 0% 1px; }
  95% {
    background-position: 100% 100%;
    background-size: 100% 1px; }
  99% {
    background-position: 0% 100%;
    background-size: 100% 1px; }
  to {
    background-position: 0% 100%;
    background-size: 100% 1px;
    color: #000; } }

#nav-icon {
  width: 33px;
  height: 23px;
  position: relative;
  margin-top: 3px;
  transform: rotate(0deg);
  transition: all .5s eash-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000;
  opacity: 1;
  transform: rotate(0deg);
  transition: all .25s ease-in-out; }
  #nav-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0; }
  #nav-icon span:nth-child(odd) {
    left: 0px;
    border-radius: 0; }
  #nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
    top: 0px; }
  #nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
    top: 10px; }
  #nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
    top: 20px; }

#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) {
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(5) {
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(1) {
  left: 3px;
  top: 5px; }

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 5px; }

#nav-icon.open span:nth-child(3) {
  width: 0; }

#nav-icon.open span:nth-child(4) {
  left: 100%;
  width: 0; }

#nav-icon.open span:nth-child(5) {
  left: 3px;
  top: 16px; }

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 16px; }

.overlay-effect {
  background-color: #000;
  position: absolute;
  top: 0;
  height: 100vh;
  z-index: 90; }
  .overlay-effect.open {
    animation: animatedOverlay 1s ease-in-out; }

@keyframes search-width {
  from {
    width: 0; }
  50% {
    width: 100%; }
  to {
    width: 0%; } }

@keyframes animatedOverlay {
  from {
    width: 0;
    left: 0; }
  15% {
    width: 100%;
    left: 0; }
  50% {
    width: 0%;
    left: auto;
    right: 0; }
  55% {
    width: 0%;
    left: auto;
    right: 0; }
  70% {
    width: 100%;
    right: 0;
    left: auto; }
  75% {
    width: 100%;
    right: 0; }
  to {
    width: 0%;
    left: 0; } }

.overlay {
  display: none; }
  .overlay.open {
    width: 100%;
    display: block;
    z-index: 50; }
  .overlay nav {
    margin-top: 50px; }
    .overlay nav ul {
      margin-bottom: 25px; }
      .overlay nav ul li {
        margin-bottom: 10px; }
        .overlay nav ul li a.active {
          background-size: 100% 0px;
          animation: none;
          color: #000;
          cursor: default;
          font-weight: 600; }
        .overlay nav ul li a:hover {
          animation: none;
          background-size: 100% 0px; }
  .overlay .lang-wrapper {
    margin-top: 50px;
    float: right; }
    .overlay .lang-wrapper ul li {
      margin-bottom: 10px; }
      .overlay .lang-wrapper ul li a.active {
        background-size: 100% 0px;
        animation: none;
        color: #000;
        cursor: default;
        font-weight: 600; }
      .overlay .lang-wrapper ul li a:hover {
        animation: none;
        background-size: 100% 0px; }
  .overlay .search-wrapper {
    margin-top: 25px; }
    .overlay .search-wrapper form {
      margin-top: 20px;
      width: 100%;
      display: flex;
      position: relative; }
    .overlay .search-wrapper input, .overlay .search-wrapper button {
      outline: none;
      border: 1px solid #000; }
    .overlay .search-wrapper input {
      flex: 1;
      display: block;
      min-width: 0;
      padding: 6px 10px;
      font-weight: 300; }
    .overlay .search-wrapper button {
      font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
      background-color: #000;
      color: #fff;
      padding: 6px 15px; }
  .overlay .sidebar {
    margin-top: 30px; }
    .overlay .sidebar a:hover .widget {
      box-shadow: inset 0 0 0 3px #000;
      transition: none; }
    .overlay .sidebar a:hover .widget .tittle-wrapper .tittle h6 {
      background-size: 100% 0px;
      background-position: 0% 100%;
      transition: none; }
    .overlay .sidebar a:hover .widget .tittle-wrapper .tittle .icon:before {
      left: -10px;
      transition: none; }
    .overlay .sidebar a:hover .widget .tittle-wrapper .tittle .icon svg {
      transform: translate(0); }
    .overlay .sidebar a .widget .tittle-wrapper .tittle .icon {
      margin-top: 1px; }
    .overlay .sidebar a .widget {
      padding: 40px 40px;
      margin-bottom: 20px; }
    .overlay .sidebar a .widget .tittle-wrapper .tittle h6 {
      background-size: 100% 0px;
      background-position: 0% 100%;
      transition: none; }
    .overlay .sidebar a .widget .tittle-wrapper .sub {
      margin-top: 0; }

footer {
  width: 100%;
  margin-top: 60px; }
  @media only screen and (min-width: 767px) {
    footer {
      margin-top: 80px; } }
  footer.disabled {
    display: none; }
  footer .menu-wrapper {
    width: 100%;
    height: 100px; }
    footer .menu-wrapper .dynamic, footer .menu-wrapper .static, footer .menu-wrapper .left-wrapper {
      float: left; }
      footer .menu-wrapper .dynamic ul li, footer .menu-wrapper .static ul li, footer .menu-wrapper .left-wrapper ul li {
        margin-bottom: 7px; }
        @media only screen and (min-width: 991px) {
          footer .menu-wrapper .dynamic ul li, footer .menu-wrapper .static ul li, footer .menu-wrapper .left-wrapper ul li {
            margin-bottom: 10px; } }
        footer .menu-wrapper .dynamic ul li a, footer .menu-wrapper .static ul li a, footer .menu-wrapper .left-wrapper ul li a {
          padding-bottom: 1px;
          text-decoration: none;
          color: #000; }
          footer .menu-wrapper .dynamic ul li a:hover, footer .menu-wrapper .static ul li a:hover, footer .menu-wrapper .left-wrapper ul li a:hover {
            text-decoration: none;
            animation: none; }
            @media only screen and (min-width: 767px) {
              footer .menu-wrapper .dynamic ul li a:hover, footer .menu-wrapper .static ul li a:hover, footer .menu-wrapper .left-wrapper ul li a:hover {
                animation: animatedBackground .7s ease-out;
                background-size: 100% 2px;
                background-position: 0% 100%; } }
          footer .menu-wrapper .dynamic ul li a.active, footer .menu-wrapper .static ul li a.active, footer .menu-wrapper .left-wrapper ul li a.active {
            background-size: 100% 0px;
            animation: none;
            color: #000;
            cursor: default;
            font-weight: 600; }
    footer .menu-wrapper .left-wrapper {
      width: 100%;
      position: relative; }
      footer .menu-wrapper .left-wrapper .dynamic {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
        @media only screen and (min-width: 991px) {
          footer .menu-wrapper .left-wrapper .dynamic {
            max-height: 80px;
            margin-right: 0; } }
      footer .menu-wrapper .left-wrapper .static {
        width: 100%; }
      footer .menu-wrapper .left-wrapper .left-col {
        width: 50%;
        margin-right: 5%;
        float: left; }
        @media only screen and (min-width: 991px) {
          footer .menu-wrapper .left-wrapper .left-col {
            width: 50%;
            float: auto;
            margin-right: 8%; } }
      footer .menu-wrapper .left-wrapper .right-col {
        width: 45%;
        float: left; }
        @media only screen and (min-width: 991px) {
          footer .menu-wrapper .left-wrapper .right-col {
            width: 42%;
            float: auto; } }
      footer .menu-wrapper .left-wrapper .social-wrapper.mobile {
        position: absolute;
        bottom: 0; }
        footer .menu-wrapper .left-wrapper .social-wrapper.mobile ul li {
          float: left; }
          footer .menu-wrapper .left-wrapper .social-wrapper.mobile ul li a.icon {
            display: block;
            margin-right: 12px;
            width: 25px;
            height: 25px;
            background-color: #000;
            display: flex;
            justify-content: center;
            align-items: center; }
            footer .menu-wrapper .left-wrapper .social-wrapper.mobile ul li a.icon img {
              width: 20px;
              height: 20px; }
  footer .social-wrapper .social {
    background-color: #000;
    padding: 6px 15px 4px 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 8px; }
    footer .social-wrapper .social a {
      display: block;
      padding: 0 15px;
      animation: none;
      background-size: 0% 2px;
      color: #fff;
      text-decoration: none;
      text-align: center;
      font-weight: 600;
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      overflow: hidden;
      transition: all .3s ease-in-out;
      height: 1.3em; }
      footer .social-wrapper .social a span {
        position: relative;
        left: 0;
        transition: all .3s ease-in-out; }
      footer .social-wrapper .social a:before {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 4px);
        left: 0;
        width: 5px;
        height: 5px;
        border-width: 1px 1px 0 0;
        border-style: solid;
        opacity: 0;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out; }
        @media only screen and (min-width: 767px) {
          footer .social-wrapper .social a:before {
            width: 4px;
            height: 4px; } }
        @media only screen and (min-width: 991px) {
          footer .social-wrapper .social a:before {
            width: 5px;
            height: 5px; } }
      footer .social-wrapper .social a:hover:before {
        left: 6px;
        opacity: 1; }
      footer .social-wrapper .social a:hover {
        animation: none; }
        footer .social-wrapper .social a:hover span {
          left: 6px; }
  footer .bottom-wrapper {
    margin-top: 20px; }
    footer .bottom-wrapper .rights-wrapper {
      margin-bottom: 15px; }
      @media only screen and (min-width: 767px) {
        footer .bottom-wrapper .rights-wrapper {
          margin-bottom: 0; } }
  footer .rights-wrapper .rights {
    float: left;
    margin-right: 7px; }
  footer .subscribe-wrapper {
    margin-bottom: 40px; }
    footer .subscribe-wrapper form {
      margin-top: 20px;
      width: 100%;
      display: flex;
      position: relative; }
    footer .subscribe-wrapper input, footer .subscribe-wrapper button {
      outline: none;
      border: 1px solid #000; }
    footer .subscribe-wrapper input.input {
      flex: 1;
      display: block;
      min-width: 0;
      padding: 6px 10px;
      font-weight: 300;
      font-size: 0.9rem; }
    footer .subscribe-wrapper button, footer .subscribe-wrapper input.button {
      width: 150px;
      background-color: #000;
      color: #fff;
      padding: 6px 15px;
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      overflow: hidden;
      transition: none; }
      @media only screen and (min-width: 767px) {
        footer .subscribe-wrapper button, footer .subscribe-wrapper input.button {
          transition: all .3s ease-in-out; } }
      footer .subscribe-wrapper button span, footer .subscribe-wrapper input.button span {
        position: relative;
        left: 0;
        transition: none; }
        @media only screen and (min-width: 767px) {
          footer .subscribe-wrapper button span, footer .subscribe-wrapper input.button span {
            transition: all .3s ease-in-out; } }
      footer .subscribe-wrapper button:before, footer .subscribe-wrapper input.button:before {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 4px);
        left: 0;
        width: 6px;
        height: 6px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        opacity: 0;
        transform: rotate(45deg);
        transition: none; }
        @media only screen and (min-width: 767px) {
          footer .subscribe-wrapper button:before, footer .subscribe-wrapper input.button:before {
            transition: all 0.3s ease-in-out; } }
      footer .subscribe-wrapper button:hover:before, footer .subscribe-wrapper input.button:hover:before {
        left: 0;
        opacity: 0; }
        @media only screen and (min-width: 767px) {
          footer .subscribe-wrapper button:hover:before, footer .subscribe-wrapper input.button:hover:before {
            left: 13px;
            opacity: 1; } }
      footer .subscribe-wrapper button:hover span, footer .subscribe-wrapper input.button:hover span {
        left: 0; }
        @media only screen and (min-width: 767px) {
          footer .subscribe-wrapper button:hover span, footer .subscribe-wrapper input.button:hover span {
            left: 8px; } }

.slider-container {
  position: relative;
  background-color: #f00; }
  .slider-container.disabled {
    display: none; }

.slider-wrapper {
  width: 106.6%;
  height: 55vh;
  margin-top: 30px;
  margin-bottom: 60px;
  position: absolute;
  right: -7.1%; }
  @media only screen and (min-width: 767px) {
    .slider-wrapper {
      width: 104.6%;
      right: -4.85%;
      margin-bottom: 90px;
      margin-top: 45px; } }
  @media only screen and (min-width: 1800px) {
    .slider-wrapper {
      width: 100%;
      right: 0; } }
  .slider-wrapper .owl-carousel {
    height: 60vh; }
  .slider-wrapper .slider .image-box {
    float: right;
    width: 69%;
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media only screen and (min-width: 374px) {
      .slider-wrapper .slider .image-box {
        width: 75%; } }
    @media only screen and (min-width: 767px) {
      .slider-wrapper .slider .image-box {
        width: 72.8%; } }
    @media only screen and (min-width: 1900px) {
      .slider-wrapper .slider .image-box {
        width: 74.5%; } }
  .slider-wrapper .slider span.category {
    color: #000;
    display: block;
    display: flex;
    position: absolute;
    top: -80px;
    height: 60px;
    left: -10px; }
    @media only screen and (min-width: 767px) {
      .slider-wrapper .slider span.category {
        top: -80px;
        left: -15px; } }
    @media only screen and (min-width: 991px) {
      .slider-wrapper .slider span.category {
        top: -90px; } }
    @media only screen and (min-width: 1900px) {
      .slider-wrapper .slider span.category {
        top: -100px; } }
    .slider-wrapper .slider span.category a {
      display: block;
      align-self: flex-end;
      color: #000;
      width: 50px; }
      @media only screen and (min-width: 767px) {
        .slider-wrapper .slider span.category a {
          width: auto; } }
  .slider-wrapper .slider .button-wrapper {
    width: 80px;
    height: 40px;
    position: absolute;
    top: -50px; }
    @media only screen and (min-width: 991px) {
      .slider-wrapper .slider .button-wrapper {
        top: -60px; } }
    .slider-wrapper .slider .button-wrapper .left-button, .slider-wrapper .slider .button-wrapper .right-button {
      width: 12px;
      height: 12px;
      box-shadow: inset 0 0 0 3px #000;
      transition: none;
      padding: 8px;
      cursor: pointer;
      background-color: #fff; }
      @media only screen and (min-width: 767px) {
        .slider-wrapper .slider .button-wrapper .left-button, .slider-wrapper .slider .button-wrapper .right-button {
          padding: 9px 9px;
          width: 15px;
          height: 15px;
          box-shadow: inset 0 0 0 3px #000;
          transition: box-shadow .3s ease; } }
      @media only screen and (min-width: 991px) {
        .slider-wrapper .slider .button-wrapper .left-button, .slider-wrapper .slider .button-wrapper .right-button {
          padding: 10px 10px;
          width: 18px;
          height: 18px; } }
      .slider-wrapper .slider .button-wrapper .left-button svg, .slider-wrapper .slider .button-wrapper .right-button svg {
        stroke: #000;
        stroke-width: 0;
        transition: all .3s ease; }
      .slider-wrapper .slider .button-wrapper .left-button:hover, .slider-wrapper .slider .button-wrapper .right-button:hover {
        box-shadow: 0;
        transition: none; }
        @media only screen and (min-width: 767px) {
          .slider-wrapper .slider .button-wrapper .left-button:hover, .slider-wrapper .slider .button-wrapper .right-button:hover {
            box-shadow: inset 0 0 0 6px #000;
            transition: box-shadow .3s ease; } }
        @media only screen and (min-width: 767px) {
          .slider-wrapper .slider .button-wrapper .left-button:hover svg, .slider-wrapper .slider .button-wrapper .right-button:hover svg {
            stroke: #000;
            stroke-width: 8px;
            transition: all .3s ease; } }
    .slider-wrapper .slider .button-wrapper .left-button {
      padding-left: 7px;
      padding-right: 9px; }
      @media only screen and (min-width: 767px) {
        .slider-wrapper .slider .button-wrapper .left-button {
          padding-left: 8px;
          padding-right: 10px; } }
      @media only screen and (min-width: 991px) {
        .slider-wrapper .slider .button-wrapper .left-button {
          padding-left: 9px;
          padding-right: 11px; } }
    .slider-wrapper .slider .button-wrapper .right-button {
      margin-left: -1px;
      padding-left: 9px;
      padding-right: 7px; }
      @media only screen and (min-width: 767px) {
        .slider-wrapper .slider .button-wrapper .right-button {
          padding-left: 10px;
          padding-right: 8px; } }
      @media only screen and (min-width: 991px) {
        .slider-wrapper .slider .button-wrapper .right-button {
          padding-left: 11px;
          padding-right: 9px; } }
  .slider-wrapper .slider .tittle-box {
    width: 80%;
    position: absolute;
    bottom: 40px;
    z-index: 2; }
    @media only screen and (min-width: 767px) {
      .slider-wrapper .slider .tittle-box {
        width: 75%;
        bottom: 60px; } }
    @media only screen and (min-width: 991px) {
      .slider-wrapper .slider .tittle-box {
        bottom: 60px; } }

.from-slider {
  margin-top: 75vh; }

.articles .article {
  width: 100%;
  min-height: 120px;
  position: relative;
  margin-bottom: 60px; }
  @media only screen and (min-width: 991px) {
    .articles .article {
      margin-bottom: 80px; } }
  .articles .article .image-box {
    position: absolute;
    width: 36%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .articles .article .image-box.late-mobile {
      top: 0;
      left: -80.5%;
      width: 69%;
      height: 95%; }
    .articles .article .image-box.right {
      right: -80.5%; }
      @media only screen and (min-width: 991px) {
        .articles .article .image-box.right {
          right: 0;
          width: 35.8%; } }
    .articles .article .image-box.right.late-mobile {
      left: auto; }
    .articles .article .image-box a {
      display: block;
      width: 100%;
      height: 100%; }
  .articles .article .tittle-box {
    width: 55%; }
    @media only screen and (min-width: 991px) {
      .articles .article .tittle-box {
        position: relative;
        width: 60%; } }
    .articles .article .tittle-box h1 {
      width: 97%; }
    .articles .article .tittle-box .tittle {
      position: relative; }
    .articles .article .tittle-box .desc {
      width: 180.5%;
      margin-left: -80.5%;
      margin-top: 15px;
      margin-bottom: 25px; }
      @media only screen and (min-width: 991px) {
        .articles .article .tittle-box .desc {
          margin-bottom: 50px;
          width: 100%;
          margin-left: 0; } }
    .articles .article .tittle-box .additional-info {
      width: 180.5%;
      margin-left: -80.5%; }
      @media only screen and (min-width: 991px) {
        .articles .article .tittle-box .additional-info {
          margin-left: 0;
          width: 100%;
          position: absolute;
          bottom: 0; } }
      .articles .article .tittle-box .additional-info .date, .articles .article .tittle-box .additional-info .category {
        float: left; }
      .articles .article .tittle-box .additional-info .more {
        float: right;
        margin-right: 1px; }
        .articles .article .tittle-box .additional-info .more .more-arrow {
          background-image: url(../images/more-arrow.svg);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          width: 50px;
          min-height: 15px;
          margin-top: -6px;
          cursor: pointer; }
          @media only screen and (min-width: 991px) {
            .articles .article .tittle-box .additional-info .more .more-arrow {
              width: 65px;
              height: 20px;
              margin-top: -12px; } }
          .articles .article .tittle-box .additional-info .more .more-arrow a {
            display: block;
            width: 100%;
            height: 100%;
            animation: none; }
            .articles .article .tittle-box .additional-info .more .more-arrow a:hover {
              background-size: 100% 0px; }
      .articles .article .tittle-box .additional-info .date {
        margin-right: 30px; }
    .articles .article .tittle-box.fltl .desc {
      width: 180.5%;
      margin-left: 0;
      margin-top: 15px;
      margin-bottom: 25px; }
      @media only screen and (min-width: 991px) {
        .articles .article .tittle-box.fltl .desc {
          margin-bottom: 50px;
          width: 100%;
          margin-left: 0; } }
    .articles .article .tittle-box.fltl .additional-info {
      width: 180.5%;
      margin-left: 0; }
      @media only screen and (min-width: 991px) {
        .articles .article .tittle-box.fltl .additional-info {
          margin-left: 0;
          width: 100%;
          position: absolute;
          bottom: 0; } }
  .articles .article.newsletter h1 {
    margin-bottom: 25px; }
    @media only screen and (min-width: 991px) {
      .articles .article.newsletter h1 {
        margin-bottom: 60px; } }
  .articles .article.newsletter .image-box {
    box-shadow: inset 0 0 0 3px #000; }
    .articles .article.newsletter .image-box.late-desktop {
      display: none; }
      @media only screen and (min-width: 991px) {
        .articles .article.newsletter .image-box.late-desktop {
          display: flex;
          justify-content: center;
          align-items: center; } }
    .articles .article.newsletter .image-box.late-mobile {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (min-width: 991px) {
        .articles .article.newsletter .image-box.late-mobile {
          display: none; } }
    .articles .article.newsletter .image-box a {
      display: flex;
      justify-content: center;
      align-items: center; }
    .articles .article.newsletter .image-box img {
      height: 70%; }
    .articles .article.newsletter .image-box .img-box {
      height: 70%;
      /*width: 20%;
					
					@media only screen and (min-width: 767px){

					}
					@media only screen and (min-width: 991px){
						width: 80%;
						background-color: #f00;
					}
					@media only screen and (min-width: 1350px){
						width: 30%;
						background-color: transparent;
					}*/ }
      .articles .article.newsletter .image-box .img-box img {
        height: 100%; }
  .articles .article.event h6 {
    margin-bottom: 10px; }
  .articles .article.event h1 {
    margin-bottom: 25px; }
    @media only screen and (min-width: 991px) {
      .articles .article.event h1 {
        margin-bottom: 60px; } }
  .articles .article.event .rect {
    position: absolute;
    height: 63px;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 99;
    width: 80px; }
    @media only screen and (min-width: 767px) {
      .articles .article.event .rect {
        height: 70px;
        width: 90px; } }
    @media only screen and (min-width: 991px) {
      .articles .article.event .rect {
        height: 70px;
        width: 100px; } }
    @media only screen and (min-width: 1200px) {
      .articles .article.event .rect {
        height: 100%;
        width: 100px; } }
    .articles .article.event .rect.right {
      right: calc(100% - 79px); }
      @media only screen and (min-width: 767px) {
        .articles .article.event .rect.right {
          right: calc(100% - 89px); } }
      @media only screen and (min-width: 991px) {
        .articles .article.event .rect.right {
          right: calc(36% - 100px); } }
    .articles .article.event .rect .date {
      margin-bottom: 5px; }
    .articles .article.event .rect .time {
      margin-bottom: 15px; }
  .articles .article.event .image-box {
    width: 100%;
    position: absolute; }
    @media only screen and (min-width: 991px) {
      .articles .article.event .image-box {
        width: 36%; } }
    @media only screen and (min-width: 1200px) {
      .articles .article.event .image-box {
        width: calc(36% - 100px);
        left: 100px; } }
    .articles .article.event .image-box.right {
      left: auto;
      right: 0; }
  .articles .article.event .image-box-wrapper {
    position: absolute;
    width: 36%;
    height: 100%; }
    @media only screen and (min-width: 991px) {
      .articles .article.event .image-box-wrapper {
        position: static;
        height: 100%;
        width: 100%; } }
    .articles .article.event .image-box-wrapper.late-mobile {
      top: 0;
      left: -80.5%;
      width: 69%;
      height: 95%; }
    .articles .article.event .image-box-wrapper.right {
      right: -80.5%; }
      @media only screen and (min-width: 991px) {
        .articles .article.event .image-box-wrapper.right {
          right: 0;
          width: 35.8%; } }
    .articles .article.event .image-box-wrapper.right.late-mobile {
      left: auto; }
    @media only screen and (min-width: 767px) {
      .articles .article.event .image-box-wrapper:hover .rect .arrow-up {
        animation: ArrowUp .8s ease-in; } }
    @media only screen and (min-width: 767px) {
      .articles .article.event .image-box-wrapper:hover .rect .arrow-down {
        animation: ArrowDown .8s ease-in; } }

.articles a.freedom .widget .numeric-wrapper .tittle-wrapper h6 {
  transition: none;
  display: inline-block; }

.articles a.freedom:hover .widget .numeric-wrapper .tittle-wrapper h6 {
  transition: none; }

.articles a:hover {
  animation: none; }
  .articles a:hover .widget {
    box-shadow: inset 0 0 0 3px #000;
    transition: none; }
    @media only screen and (min-width: 767px) {
      .articles a:hover .widget {
        box-shadow: inset 0 0 0 6px #000;
        transition: box-shadow .3s ease; } }
  @media only screen and (min-width: 767px) {
    .articles a:hover .arrow-up {
      animation: ArrowUp .8s ease-in; } }
  @media only screen and (min-width: 767px) {
    .articles a:hover .arrow-down {
      animation: ArrowDown .8s ease-in; } }

.articles a .widget {
  margin-bottom: 60px;
  box-shadow: inset 0 0 0 3px #000;
  transition: none;
  padding: 30px; }
  @media only screen and (min-width: 767px) {
    .articles a .widget {
      display: flex;
      align-items: center;
      height: 175px;
      margin-bottom: 80px;
      transition: box-shadow .3s ease; } }
  @media only screen and (min-width: 991px) {
    .articles a .widget {
      padding: 40px; } }
  .articles a .widget .temporary {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (min-width: 767px) {
      .articles a .widget .temporary {
        flex-direction: row; } }
    .articles a .widget .temporary .sign img {
      width: 120px; }
    .articles a .widget .temporary .text {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: 100%;
      margin-bottom: 27px;
      margin-top: 10px; }
      @media only screen and (min-width: 767px) {
        .articles a .widget .temporary .text {
          margin-left: 20px;
          margin-top: 0;
          width: 60%; } }
      @media only screen and (min-width: 991px) {
        .articles a .widget .temporary .text {
          width: 60%; } }
      @media only screen and (min-width: 1350px) {
        .articles a .widget .temporary .text {
          width: 50%; } }
  .articles a .widget .numeric-wrapper {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 767px) {
      .articles a .widget .numeric-wrapper {
        width: 40%;
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 991px) {
      .articles a .widget .numeric-wrapper {
        width: 27%;
        margin-bottom: 5px; } }
    .articles a .widget .numeric-wrapper .number-wrapper {
      display: flex;
      justify-content: center;
      margin-left: 20px; }
      .articles a .widget .numeric-wrapper .number-wrapper .arrow-wrapper {
        margin-top: 8px;
        margin-left: 5px;
        width: 21px;
        height: 21px; }
        @media only screen and (min-width: 991px) {
          .articles a .widget .numeric-wrapper .number-wrapper .arrow-wrapper {
            width: 25px;
            height: 25px;
            margin-left: 6px; } }
        .articles a .widget .numeric-wrapper .number-wrapper .arrow-wrapper .arrow-up {
          fill: #74EC2C; }
        .articles a .widget .numeric-wrapper .number-wrapper .arrow-wrapper .arrow-down {
          fill: #FC0404; }
    .articles a .widget .numeric-wrapper .tittle-wrapper {
      margin-top: 5px; }
      .articles a .widget .numeric-wrapper .tittle-wrapper h6 {
        background-size: 0% 2px;
        background-position: 0% 100%;
        transition: background-size .3s ease-out;
        padding-bottom: 2px; }
      .articles a .widget .numeric-wrapper .tittle-wrapper .sub {
        margin-top: 2px; }
  .articles a .widget .graphic-wrapper {
    height: 190px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 5px; }
    @media only screen and (min-width: 767px) {
      .articles a .widget .graphic-wrapper {
        width: 56%;
        margin-left: 4%;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 991px) {
      .articles a .widget .graphic-wrapper {
        width: 67%;
        margin-left: 6%; } }
    .articles a .widget .graphic-wrapper .graphic-content {
      height: 150px; }
      @media only screen and (min-width: 767px) {
        .articles a .widget .graphic-wrapper .graphic-content {
          height: 160px; } }

.see-more {
  background-color: #000;
  padding: 6px 15px 4px 15px;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 767px) {
    .see-more {
      margin-bottom: 40px; } }
  .see-more a {
    display: block;
    padding: 0 15px;
    animation: none;
    background-size: 0% 2px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    transition: all .3s ease-in-out;
    height: 1.3em; }
    .see-more a span {
      position: relative;
      left: 0;
      transition: all .3s ease-in-out; }
    .see-more a:before {
      content: '';
      display: block;
      position: absolute;
      top: calc(50% - 4px);
      left: 0;
      width: 5px;
      height: 5px;
      border-width: 1px 1px 0 0;
      border-style: solid;
      opacity: 0;
      transform: rotate(45deg);
      transition: all 0.3s ease-in-out; }
      @media only screen and (min-width: 767px) {
        .see-more a:before {
          width: 4px;
          height: 4px; } }
      @media only screen and (min-width: 991px) {
        .see-more a:before {
          width: 5px;
          height: 5px; } }
    .see-more a:hover:before {
      left: 6px;
      opacity: 1; }
    .see-more a:hover {
      animation: none; }
      .see-more a:hover span {
        left: 6px; }

.intro-wrapper {
  width: 100%;
  height: 60vh;
  margin-top: 30px;
  position: relative; }
  @media only screen and (min-width: 767px) {
    .intro-wrapper {
      margin-top: 45px;
      height: 45vh; } }
  @media only screen and (min-width: 991px) {
    .intro-wrapper {
      height: 60vh; } }
  .intro-wrapper.for-newsletter {
    height: 40vh; }
    @media only screen and (min-width: 767px) {
      .intro-wrapper.for-newsletter {
        height: 45vh; } }
    @media only screen and (min-width: 991px) {
      .intro-wrapper.for-newsletter {
        height: 60vh; } }
  .intro-wrapper .image-box {
    float: right;
    width: 69%;
    position: absolute;
    right: -7.5%; }
    @media only screen and (min-width: 374px) {
      .intro-wrapper .image-box {
        width: 74%; } }
    @media only screen and (min-width: 767px) {
      .intro-wrapper .image-box {
        width: 76%;
        right: -5.05%; } }
    @media only screen and (min-width: 1800px) {
      .intro-wrapper .image-box {
        right: 0; } }
    .intro-wrapper .image-box.newsletter-box {
      width: 71.5%;
      right: 0; }
    .intro-wrapper .image-box .article-image {
      width: 100%;
      height: 60vh;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media only screen and (min-width: 767px) {
        .intro-wrapper .image-box .article-image {
          height: 45vh; } }
      @media only screen and (min-width: 991px) {
        .intro-wrapper .image-box .article-image {
          height: 60vh; } }
      .intro-wrapper .image-box .article-image.newsletter-img {
        box-shadow: inset 0 0 0 4px #000;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40vh; }
        @media only screen and (min-width: 767px) {
          .intro-wrapper .image-box .article-image.newsletter-img {
            box-shadow: inset 0 0 0 8px #000;
            height: 45vh; } }
        @media only screen and (min-width: 991px) {
          .intro-wrapper .image-box .article-image.newsletter-img {
            box-shadow: inset 0 0 0 10px #000;
            height: 60vh; } }
        .intro-wrapper .image-box .article-image.newsletter-img img {
          height: 55%; }
          @media only screen and (min-width: 767px) {
            .intro-wrapper .image-box .article-image.newsletter-img img {
              height: 83%; } }
  .intro-wrapper .tittle-box {
    width: 80%;
    position: absolute;
    bottom: 30px;
    z-index: 2; }
    @media only screen and (min-width: 767) {
      .intro-wrapper .tittle-box {
        bottom: 30px;
        width: 75%; } }
    @media only screen and (min-width: 991px) {
      .intro-wrapper .tittle-box {
        bottom: 70px; } }
  .intro-wrapper .date {
    position: absolute;
    top: -25px;
    left: -10px; }
    @media only screen and (min-width: 767px) {
      .intro-wrapper .date {
        top: -30px;
        left: -15px; } }
    @media only screen and (min-width: 991px) {
      .intro-wrapper .date {
        top: -40px; } }

.text-block, .article-info-wrapper {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 991px) {
    .text-block, .article-info-wrapper {
      margin-top: 70px;
      margin-bottom: 70px; } }

.rating-wrapper {
  margin-top: 40px;
  margin-bottom: -10px; }
  @media only screen and (min-width: 767px) {
    .rating-wrapper {
      margin-bottom: 0px;
      margin-top: 50px; } }
  @media only screen and (min-width: 991px) {
    .rating-wrapper {
      margin-bottom: -30px;
      margin-top: 70px; } }
  .rating-wrapper .rating-title {
    font-size: 1.05rem;
    line-height: 1.3rem;
    font-family: "HelveticaNeueLTW1G-Ex", sans-serif; }
    @media only screen and (min-width: 767px) {
      .rating-wrapper .rating-title {
        font-size: 0.9rem;
        line-height: 1.1rem; } }
    @media only screen and (min-width: 991px) {
      .rating-wrapper .rating-title {
        font-size: 0.95rem;
        line-height: 1.2rem; } }
    @media only screen and (min-width: 1350px) {
      .rating-wrapper .rating-title {
        font-size: 1.05rem;
        line-height: 1.3rem; } }
  .rating-wrapper .rating {
    font-size: 20vw;
    font-family: "HelveticaNeueLTW1G-BlkEx", sans-serif;
    margin-top: 15px; }
    @media only screen and (min-width: 767px) {
      .rating-wrapper .rating {
        font-size: 7vw; } }
    @media only screen and (min-width: 991px) {
      .rating-wrapper .rating {
        font-size: 5vw; } }

.article-info-wrapper {
  margin-top: 40px;
  margin-bottom: -10px; }
  @media only screen and (min-width: 767px) {
    .article-info-wrapper {
      margin-bottom: 70px;
      margin-top: 50px; } }
  @media only screen and (min-width: 991px) {
    .article-info-wrapper {
      margin-bottom: 90px;
      margin-top: 70px; } }
  .article-info-wrapper .author {
    font-weight: 600; }
    .article-info-wrapper .author a {
      font-weight: 300; }
  .article-info-wrapper .fotocredit {
    margin-top: 2px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 767px) {
      .article-info-wrapper .fotocredit {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 991px) {
      .article-info-wrapper .fotocredit {
        margin-top: 3px; } }
  .article-info-wrapper .time {
    font-weight: 600;
    margin-bottom: 10px; }
    @media only screen and (min-width: 767px) {
      .article-info-wrapper .time {
        margin-bottom: 10px; } }
    .article-info-wrapper .time a {
      font-weight: 300; }
  .article-info-wrapper .date span, .article-info-wrapper .time span {
    font-weight: 300; }
  .article-info-wrapper .date {
    margin-bottom: 2px; }
    @media only screen and (min-width: 991px) {
      .article-info-wrapper .date {
        margin-bottom: 3px; } }
  .article-info-wrapper .tags {
    margin-bottom: 20px; }
    @media only screen and (min-width: 767px) {
      .article-info-wrapper .tags {
        margin-bottom: 22px; } }
    @media only screen and (min-width: 991px) {
      .article-info-wrapper .tags {
        margin-bottom: 30px; } }
    .article-info-wrapper .tags ul li {
      display: inline; }
      .article-info-wrapper .tags ul li a {
        line-height: 1.4rem; }
        @media only screen and (min-width: 767px) {
          .article-info-wrapper .tags ul li a {
            line-height: 1.2rem; } }
        @media only screen and (min-width: 991px) {
          .article-info-wrapper .tags ul li a {
            line-height: 1.4rem; } }
  .article-info-wrapper .to-english {
    background-color: #000;
    padding: 8px 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px; }
    .article-info-wrapper .to-english a {
      display: block;
      padding: 0 15px;
      animation: none;
      background-size: 0% 2px;
      color: #fff;
      text-decoration: none;
      text-align: center;
      font-weight: 600;
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      overflow: hidden;
      transition: none; }
      @media only screen and (min-width: 767px) {
        .article-info-wrapper .to-english a {
          transition: all .3s ease-in-out; } }
      .article-info-wrapper .to-english a span {
        position: relative;
        left: 0;
        transition: none; }
        @media only screen and (min-width: 767px) {
          .article-info-wrapper .to-english a span {
            transition: all .3s ease-in-out; } }
      .article-info-wrapper .to-english a:before {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 4px);
        left: 0;
        width: 5px;
        height: 5px;
        border-width: 1px 1px 0 0;
        border-style: solid;
        opacity: 0;
        transform: rotate(45deg);
        transition: none; }
        @media only screen and (min-width: 767px) {
          .article-info-wrapper .to-english a:before {
            transition: all 0.3s ease-in-out;
            width: 4px;
            height: 4px; } }
        @media only screen and (min-width: 991px) {
          .article-info-wrapper .to-english a:before {
            width: 5px;
            height: 5px; } }
      .article-info-wrapper .to-english a:hover:before {
        left: 0px;
        opacity: 0; }
        @media only screen and (min-width: 767px) {
          .article-info-wrapper .to-english a:hover:before {
            left: 6px;
            opacity: 1; } }
      .article-info-wrapper .to-english a:hover {
        animation: none; }
        .article-info-wrapper .to-english a:hover span {
          left: 0; }
          @media only screen and (min-width: 767px) {
            .article-info-wrapper .to-english a:hover span {
              left: 6px; } }

.share-wrapper .share {
  float: right; }

.share-wrapper ul {
  float: right; }
  .share-wrapper ul li {
    float: left;
    margin-left: -1px; }
    .share-wrapper ul li a.icon {
      display: block;
      margin-left: 20px;
      margin-top: -8px;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      animation: none;
      box-shadow: inset 0 0 0 1px #000;
      transition: none; }
      @media only screen and (min-width: 767px) {
        .share-wrapper ul li a.icon {
          width: 40px;
          height: 40px;
          margin-top: -13px;
          transition: box-shadow .3s ease; } }
      .share-wrapper ul li a.icon:hover {
        box-shadow: inset 0 0 0 1px #000;
        transition: none; }
        @media only screen and (min-width: 767px) {
          .share-wrapper ul li a.icon:hover {
            box-shadow: inset 0 0 0 3px #000;
            transition: box-shadow .3s ease; } }
      .share-wrapper ul li a.icon img {
        width: 20px;
        height: 20px; }
        @media only screen and (min-width: 767px) {
          .share-wrapper ul li a.icon img {
            width: 26px;
            height: 26px; } }

.related-wrapper {
  margin-top: 90px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 767px) {
    .related-wrapper {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 991px) {
    .related-wrapper {
      margin-bottom: 60px; } }

.articles.related {
  width: 100%; }
  .articles.related .article {
    margin-bottom: 40px; }
    @media only screen and (min-width: 767px) {
      .articles.related .article {
        margin-bottom: 60px; } }
  .articles.related .tittle-box {
    width: 100%; }
    .articles.related .tittle-box .desc, .articles.related .tittle-box .additional-info {
      width: 100%;
      margin-left: 0; }

.fb-comments {
  margin-top: 20px; }

.top-wrapper .description .position {
  margin-top: 10px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .top-wrapper .description .position {
      margin-top: 20px;
      margin-bottom: 0; } }

.top-wrapper .contacts-wrapper {
  width: 100%; }
  .top-wrapper .contacts-wrapper .contact {
    margin-top: 7px; }
    @media only screen and (min-width: 767px) {
      .top-wrapper .contacts-wrapper .contact {
        margin-top: 15px; } }
    @media only screen and (min-width: 991px) {
      .top-wrapper .contacts-wrapper .contact {
        margin-top: 20px; } }
    .top-wrapper .contacts-wrapper .contact h6 {
      margin-bottom: 0px; }
      @media only screen and (min-width: 767px) {
        .top-wrapper .contacts-wrapper .contact h6 {
          margin-bottom: 5px; } }
    .top-wrapper .contacts-wrapper .contact a {
      text-decoration: none;
      padding-bottom: 1px;
      background-image: linear-gradient(#000, #000);
      background-repeat: no-repeat;
      background-size: 0% 1px;
      background-position: 0% 100%;
      transition: background-size .3s ease-out; }
      .top-wrapper .contacts-wrapper .contact a:hover {
        animation: none; }
        @media only screen and (min-width: 767px) {
          .top-wrapper .contacts-wrapper .contact a:hover {
            background-size: 100% 1px;
            background-position: 0% 100%;
            transition: background-size .3s ease-out; } }

.margintop {
  margin-top: -10px; }

.authors-wrapper {
  margin-top: 70px; }
  @media only screen and (min-width: 767px) {
    .authors-wrapper {
      margin-top: 90px; } }
  .authors-wrapper .authors {
    margin-top: 30px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 991px) {
      .authors-wrapper .authors {
        margin-top: 50px;
        margin-bottom: 20px; } }
    .authors-wrapper .authors .author {
      margin-bottom: 45px; }
      @media only screen and (min-width: 991px) {
        .authors-wrapper .authors .author {
          margin-bottom: 55px; } }
      .authors-wrapper .authors .author .desc {
        margin-top: 15px;
        margin-bottom: 25px; }
        @media only screen and (min-width: 991px) {
          .authors-wrapper .authors .author .desc {
            margin-top: 20px; } }
      .authors-wrapper .authors .author .additional-info {
        width: 100%;
        position: relative; }
        .authors-wrapper .authors .author .additional-info .more {
          position: absolute;
          bottom: 0;
          right: 0;
          margin-top: 20px; }
          .authors-wrapper .authors .author .additional-info .more .more-arrow {
            background-image: url(../images/more-arrow.svg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            width: 65px;
            height: 20px;
            margin-top: -12px;
            cursor: pointer; }
            .authors-wrapper .authors .author .additional-info .more .more-arrow a {
              display: block;
              width: 100%;
              height: 100%;
              animation: none;
              background-size: 100% 0px; }
              .authors-wrapper .authors .author .additional-info .more .more-arrow a:hover {
                background-size: 100% 0px; }

@media only screen and (min-width: 767px) {
  .index-of-freedom {
    margin-top: 40px; } }

.index-of-freedom .analytic .image-box {
  position: absolute; }
  .index-of-freedom .analytic .image-box .rect {
    position: absolute;
    height: 25px;
    background-color: #000;
    color: #fff;
    width: 36%;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: left; }
    @media only screen and (min-width: 767px) {
      .index-of-freedom .analytic .image-box .rect {
        height: 32px; } }
    .index-of-freedom .analytic .image-box .rect .date {
      margin-left: 15px;
      margin-top: 7px; }
      @media only screen and (min-width: 767px) {
        .index-of-freedom .analytic .image-box .rect .date {
          margin-top: 10px; } }

.index-of-freedom .analytic .image-box-wrapper {
  position: static;
  height: 100%;
  width: 100%; }
  .index-of-freedom .analytic .image-box-wrapper .rect {
    position: absolute;
    height: 50px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: left;
    z-index: 99;
    width: 36%;
    bottom: 0; }
    .index-of-freedom .analytic .image-box-wrapper .rect.right {
      right: calc(36% - 36%);
      width: 35.8%; }
    .index-of-freedom .analytic .image-box-wrapper .rect .date {
      margin-left: 20px;
      margin-top: 15px;
      font-size: 1.5rem; }

.about-des {
  display: none;
  margin-top: 20px; }
  .about-des p {
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.3em; }
    @media only screen and (min-width: 767px) {
      .about-des p {
        font-size: 0.8rem;
        line-height: 1.2em; } }
    @media only screen and (min-width: 991px) {
      .about-des p {
        font-size: 0.9rem;
        line-height: 1.3em; } }

#analytics {
  position: relative; }

.related-wrapper.for-map {
  margin-top: 10px; }
  @media only screen and (min-width: 767px) {
    .related-wrapper.for-map {
      margin-top: 20px; } }
  @media only screen and (min-width: 991px) {
    .related-wrapper.for-map {
      margin-top: 50px; } }

.descr .active {
  display: block; }

.tab-wrapper {
  width: 100%;
  position: relative;
  margin-top: 40px; }
  .tab-wrapper .tab {
    background-color: #fff;
    border: 1px solid #000;
    padding: 6px 15px;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin-bottom: -1px;
    display: flex;
    justify-content: center; }
    @media only screen and (min-width: 991px) {
      .tab-wrapper .tab {
        float: left;
        margin-right: -1px;
        margin-bottom: 0;
        width: 100%; } }
    .tab-wrapper .tab .tab-name {
      padding: 2px 15px;
      text-align: center;
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      overflow: hidden;
      transition: none; }
      @media only screen and (min-width: 767px) {
        .tab-wrapper .tab .tab-name {
          transition: left .3s ease-in-out;
          padding: 6px 15px 3px 15px; } }
      @media only screen and (min-width: 991px) {
        .tab-wrapper .tab .tab-name {
          padding: 6px 10px 3px 10px; } }
      @media only screen and (min-width: 1104px) {
        .tab-wrapper .tab .tab-name {
          padding: 6px 15px 3px 15px; } }
      .tab-wrapper .tab .tab-name span {
        position: relative;
        left: 0;
        transition: none; }
        @media only screen and (min-width: 767px) {
          .tab-wrapper .tab .tab-name span {
            transition: left .3s ease-in-out; } }
      .tab-wrapper .tab .tab-name:before {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 4px);
        left: 0;
        width: 5px;
        height: 5px;
        border-width: 1px 1px 0 0;
        border-style: solid;
        opacity: 0;
        transform: rotate(45deg);
        transition: none; }
        @media only screen and (min-width: 767px) {
          .tab-wrapper .tab .tab-name:before {
            transition: left .3s ease-in-out; } }
      @media only screen and (min-width: 767px) {
        .tab-wrapper .tab .tab-name:hover:before {
          left: 6px;
          opacity: 1; } }
      @media only screen and (min-width: 991px) {
        .tab-wrapper .tab .tab-name:hover:before {
          left: 0; } }
      @media only screen and (min-width: 1104px) {
        .tab-wrapper .tab .tab-name:hover:before {
          left: 6px; } }
      .tab-wrapper .tab .tab-name:hover {
        animation: none; }
        @media only screen and (min-width: 767px) {
          .tab-wrapper .tab .tab-name:hover span {
            left: 6px; } }
    .tab-wrapper .tab.active {
      background-color: #000;
      color: #fff;
      font-weight: 600; }
      .tab-wrapper .tab.active .tab-name {
        left: 0; }
        .tab-wrapper .tab.active .tab-name span {
          left: 0; }
        .tab-wrapper .tab.active .tab-name:hover {
          left: 0; }
          .tab-wrapper .tab.active .tab-name:hover span {
            left: 0; }
        .tab-wrapper .tab.active .tab-name:hover:before {
          border-width: 0;
          left: 0;
          opacity: 0; }
    .tab-wrapper .tab:hover {
      background-color: #000; }
    .tab-wrapper .tab:not(.active) {
      cursor: pointer; }
    .tab-wrapper .tab:not(.active):hover {
      background-color: #fff; }

.graphic-wrapper {
  position: relative; }

.tab-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  margin-bottom: 50px; }
  @media only screen and (min-width: 767px) {
    .tab-content {
      margin-bottom: 60px; } }
  .tab-content.active {
    transform: scale(1); }
  .tab-content .graphic-box {
    position: relative;
    height: 300px; }
    @media only screen and (min-width: 767px) {
      .tab-content .graphic-box {
        height: 400px; } }
    @media only screen and (min-width: 991px) {
      .tab-content .graphic-box {
        height: 500px; } }
  .tab-content .about-tab {
    margin-top: 32px; }
    @media only screen and (min-width: 991px) {
      .tab-content .about-tab {
        margin-top: 10px; } }

.result-wrapper .for {
  display: none;
  margin-top: 50px; }
  @media only screen and (min-width: 991px) {
    .result-wrapper .for {
      margin-top: 28px; } }
  @media only screen and (min-width: 1206px) {
    .result-wrapper .for {
      margin-top: 55px; } }
  .result-wrapper .for.active {
    display: block; }
  .result-wrapper .for .numeric {
    display: flex;
    justify-content: center; }
    .result-wrapper .for .numeric .arrow-wrapper {
      margin-top: 8px;
      margin-left: 5px;
      width: 21px;
      height: 21px; }
      @media only screen and (min-width: 991px) {
        .result-wrapper .for .numeric .arrow-wrapper {
          width: 25px;
          height: 25px;
          margin-left: 6px; } }
  .result-wrapper .for.pravo {
    margin-top: 50px; }
    @media only screen and (min-width: 991px) {
      .result-wrapper .for.pravo {
        margin-top: 28px; } }
    @media only screen and (min-width: 1538px) {
      .result-wrapper .for.pravo {
        margin-top: 55px; } }
    .result-wrapper .for.pravo .arrow-up {
      fill: #74EC2C;
      margin-top: -5px; }
    .result-wrapper .for.pravo .arrow-down {
      fill: #FC0404;
      margin-top: -5px; }

.tab-content.graphic {
  margin-top: 100px; }
  @media only screen and (min-width: 991px) {
    .tab-content.graphic {
      margin-top: 50px; } }

.map .graphic-box {
  position: relative;
  height: 375px; }
  @media only screen and (min-width: 767px) {
    .map .graphic-box {
      height: 575px; } }
  @media only screen and (min-width: 991px) {
    .map .graphic-box {
      height: 675px; } }

.pravo .index-widget {
  margin-top: 40px; }

.tab-content.map {
  position: relative;
  margin-top: 40px; }
  .tab-content.map .about-tab {
    margin-bottom: 40px;
    margin-top: 24px; }
    @media only screen and (min-width: 991px) {
      .tab-content.map .about-tab {
        margin-top: 23px; } }
  .tab-content.map #map {
    position: absolute;
    top: 0;
    bottom: 10px;
    width: 100%; }
    .tab-content.map #map canvas {
      position: absolute;
      width: 100%;
      height: 100%; }

.index-number-wrapper {
  margin-top: 30px; }
  @media only screen and (min-width: 767px) {
    .index-number-wrapper {
      margin-top: 120px; } }
  @media only screen and (min-width: 991px) {
    .index-number-wrapper {
      margin-top: 15px;
      margin-bottom: 40px; } }
  .index-number-wrapper .number-wrapper {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    padding: 30px;
    padding-bottom: 30px;
    margin-top: 22px; }
    @media only screen and (min-width: 767px) {
      .index-number-wrapper .number-wrapper {
        margin-top: 15px; } }
    @media only screen and (min-width: 991px) {
      .index-number-wrapper .number-wrapper {
        margin-top: 22px;
        padding: 40px 10px;
        padding-bottom: 45px; } }

.articles.for-index-page .related-wrapper {
  margin-top: 0; }

.articles .index .related-wrapper {
  margin-top: 0; }

.articles .index .index-articles {
  margin-top: 40px; }
  @media only screen and (min-width: 767px) {
    .articles .index .index-articles {
      margin-top: 50px; } }
  @media only screen and (min-width: 767px) {
    .articles .index .index-articles .article:hover .arrow-up {
      animation: ArrowUp .8s ease-in; } }
  @media only screen and (min-width: 767px) {
    .articles .index .index-articles .article:hover .arrow-down {
      animation: ArrowDown .8s ease-in; } }
  .articles .index .index-articles .article .rect {
    position: absolute;
    height: 40px;
    background-color: #000;
    color: #fff;
    display: flex;
    z-index: 99;
    width: 40px;
    justify-content: center; }
    @media only screen and (min-width: 991px) {
      .articles .index .index-articles .article .rect {
        width: 60px;
        height: 60px; } }
    @media only screen and (min-width: 1200px) {
      .articles .index .index-articles .article .rect {
        height: 100%;
        width: 50px; } }
    .articles .index .index-articles .article .rect.right {
      right: calc(100% - 40px); }
      @media only screen and (min-width: 767px) {
        .articles .index .index-articles .article .rect.right {
          right: calc(100% - 40px); } }
      @media only screen and (min-width: 991px) {
        .articles .index .index-articles .article .rect.right {
          right: calc(36% - 60px); } }
      @media only screen and (min-width: 1200px) {
        .articles .index .index-articles .article .rect.right {
          right: calc(36% - 50px); } }
    .articles .index .index-articles .article .rect .arrow-up, .articles .index .index-articles .article .rect .arrow-down {
      width: 17px;
      margin-top: 30%; }
      @media only screen and (min-width: 991px) {
        .articles .index .index-articles .article .rect .arrow-up, .articles .index .index-articles .article .rect .arrow-down {
          margin-top: 20px;
          width: 23px; } }
      @media only screen and (min-width: 1200px) {
        .articles .index .index-articles .article .rect .arrow-up, .articles .index .index-articles .article .rect .arrow-down {
          margin-top: 20px;
          width: 20px; } }
      .articles .index .index-articles .article .rect .arrow-up svg, .articles .index .index-articles .article .rect .arrow-down svg {
        fill: #fff; }
    .articles .index .index-articles .article .rect .arrow-down {
      margin-top: 35%; }
      @media only screen and (min-width: 991px) {
        .articles .index .index-articles .article .rect .arrow-down {
          margin-top: 23px; } }
      .articles .index .index-articles .article .rect .arrow-down img {
        transform: rotate(180deg); }
    .articles .index .index-articles .article .rect .date {
      margin-bottom: 20px; }
  .articles .index .index-articles .article .image-box {
    width: 100%;
    position: absolute; }
    @media only screen and (min-width: 991px) {
      .articles .index .index-articles .article .image-box {
        width: 36%; } }
    @media only screen and (min-width: 1200px) {
      .articles .index .index-articles .article .image-box {
        width: calc(36% - 50px);
        left: 50px; } }
    .articles .index .index-articles .article .image-box.right {
      left: auto;
      right: 0; }
  .articles .index .index-articles .article .image-box-wrapper {
    position: absolute;
    width: 36%;
    height: 100%; }
    @media only screen and (min-width: 991px) {
      .articles .index .index-articles .article .image-box-wrapper {
        position: static;
        height: 100%;
        width: 100%; } }
    .articles .index .index-articles .article .image-box-wrapper.late-mobile {
      top: 0;
      left: -80.5%;
      width: 69%;
      height: 95%; }
    .articles .index .index-articles .article .image-box-wrapper.right {
      right: -80.5%; }
      @media only screen and (min-width: 991px) {
        .articles .index .index-articles .article .image-box-wrapper.right {
          right: 0;
          width: 35.8%; } }
    .articles .index .index-articles .article .image-box-wrapper.right.late-mobile {
      left: auto; }
    @media only screen and (min-width: 767px) {
      .articles .index .index-articles .article .image-box-wrapper:hover .rect .arrow-up {
        animation: ArrowUp .8s ease-in-out; } }
    @media only screen and (min-width: 767px) {
      .articles .index .index-articles .article .image-box-wrapper:hover .rect .arrow-down {
        animation: ArrowDown .8s ease-in-out; } }

@keyframes ArrowUp {
  from {
    transform: translateY(0px); }
  10% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(0px); }
  70% {
    transform: translateY(-5px); }
  to {
    transform: translateY(0px); } }

@keyframes ArrowDown {
  from {
    transform: translateY(0px); }
  10% {
    transform: translateY(10px); }
  60% {
    transform: translateY(0px); }
  70% {
    transform: translateY(5px); }
  to {
    transform: translateY(0px); } }

#graphic, #pravo {
  font-size: 0.6rem; }

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }

.bar {
  fill: #fff;
  stroke: #000;
  stroke-width: 3;
  cursor: pointer;
  transition: fill .2s ease-out; }

.bar:hover {
  fill: #000;
  transition: fill .2s ease-out; }

.x.axis path {
  display: none; }

/*.d3-tip {
  line-height: 1;
  font-size: 0.8rem; 
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}*/
/* Creates a small triangle extender for the tooltip */
/*.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}*/
/* Style northward tooltips differently */
/*.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}*/
.mapboxgl-marker svg {
  cursor: pointer; }

div.tooltip {
  position: absolute;
  text-align: center;
  padding: 2px;
  font: 14px;
  font-weight: 800;
  background: #000;
  color: #fff;
  padding: 5px 20px;
  border: 0px;
  pointer-events: none; }
