@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: -1.5%;
  margin-left: -1.5%; }

.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;
  padding-right: 6%;
  padding-left: 6%; }

.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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  -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: 1.5%;
  padding-left: 1.5%;
  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: 1.5%;
  padding-left: 1.5%;
  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: 1.5%;
  padding-left: 1.5%;
  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: 1.5%;
  padding-left: 1.5%;
  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: 1.5%;
  padding-left: 1.5%;
  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: 1.5%;
  padding-left: 1.5%;
  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: 1.5%;
  padding-left: 1.5%;
  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: 1.5%;
  padding-left: 1.5%;
  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: 1.5%;
  padding-left: 1.5%;
  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: 1.5%;
  padding-left: 1.5%;
  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: 1.5%;
  padding-left: 1.5%;
  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: 1.5%;
  padding-left: 1.5%;
  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: 0 auto 0 auto; }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%; }
  .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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 0 auto 0 auto; }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%; }
  .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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 0 auto 0 auto; }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%; }
  .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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    -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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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: 1.5%;
    padding-left: 1.5%;
    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-size: 16px;
  font-family: "Arial", sans-serif;
  color: #222222; }

.page {
  min-height: calc(100vh - 340px); }
  .page.not-found {
    min-height: calc(90vh - 840px); }

.arrow .path, .readmore .path {
  border: 2px solid #222222;
  border-width: 2px 0 0 0;
  position: relative;
  float: right;
  margin-top: 12px; }
  .arrow .path:after, .readmore .path:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0px;
    top: -9px;
    transform: rotate(45deg);
    border: 2px solid #222222;
    border-width: 2px 2px 0 0; }

.container-fluid {
  overflow: hidden; }

.fltl {
  float: left; }

.fltr {
  float: right; }

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

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

a.readmore {
  display: block;
  font-family: "PFDinTextPro-XBlack", sans-serif;
  position: relative; }
  @media only screen and (min-width: 767px) {
    a.readmore:hover img {
      animation: longarrow 0.5s cubic-bezier(0.52, 1.94, 0.37, 0.66); } }
  a.readmore img {
    width: 140px;
    margin-left: 70px;
    position: absolute;
    top: -5px; }
    a.readmore img.desktop {
      display: none; }
      @media only screen and (min-width: 767px) {
        a.readmore img.desktop {
          display: inline-block; } }
    a.readmore img.mobile {
      display: inline-block; }
      @media only screen and (min-width: 767px) {
        a.readmore img.mobile {
          display: none; } }
    a.readmore img.short.mobile {
      display: block; }
      @media only screen and (min-width: 767px) {
        a.readmore img.short.mobile {
          display: none; } }

a.more {
  color: #fff;
  padding: 12px 20px 10px 20px;
  background-color: #222222;
  font-family: "PFDinTextPro-XBlack", sans-serif;
  display: inline-block;
  position: relative;
  border: 2px solid #222222; }
  @media only screen and (min-width: 767px) {
    a.more {
      padding: 14px 30px 12px 30px;
      -webkit-transition: color .2s linear;
      -moz-transition: color .2s linear;
      -o-transition: color .2s linear;
      transition: color .2s linear;
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0); }
      a.more:hover, a.more:focus {
        color: #222222; }
      a.more:before {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: transform, -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0;
        background: #fff; }
      a.more:hover::before, a.more:focus::before, a.more:active::before {
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1); } }
  a.more.desktop {
    display: none; }
    @media only screen and (min-width: 767px) {
      a.more.desktop {
        display: block; } }
  a.more.mobile {
    display: block; }
    @media only screen and (min-width: 767px) {
      a.more.mobile {
        display: none; } }
  @media only screen and (min-width: 991px) {
    a.more {
      padding: 14px 30px 12px 30px; } }
  @media only screen and (min-width: 1350px) {
    a.more {
      padding: 15px 40px 13px 40px; } }

a {
  cursor: pointer; }

h3 a, h4 a, h5 a, h6 a {
  display: block;
  position: relative; }
  @media only screen and (min-width: 767px) {
    h3 a:before, h4 a:before, h5 a:before, h6 a:before {
      content: '';
      width: 40%;
      height: 2px;
      position: absolute;
      top: -10%;
      transition: .3s ease;
      background: #222222; }
    h3 a:before, h4 a:before, h5 a:before, h6 a:before {
      transform: scale(0, 1);
      left: 0;
      transform-origin: 0% 40%; }
    h3 a:hover:before, h4 a:hover:before, h5 a:hover:before, h6 a:hover:before {
      transform: scale(1, 1);
      transition: 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66); } }

button {
  background-color: #222222;
  border: 2px solid #222222;
  font-family: "PFDinTextPro-XBlack", sans-serif;
  transition: all .5s ease;
  cursor: pointer;
  display: inline-block;
  position: relative; }
  button.left-arrow, button.right-arrow {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 767px) {
      button.left-arrow, button.right-arrow {
        width: 40px;
        height: 40px; } }
    @media only screen and (min-width: 991px) {
      button.left-arrow, button.right-arrow {
        width: 50px;
        height: 50px; } }
    @media only screen and (min-width: 1350px) {
      button.left-arrow, button.right-arrow {
        width: 60px;
        height: 60px; } }
    button.left-arrow span, button.right-arrow span {
      position: absolute;
      background-repeat: no-repeat;
      width: 65%;
      height: 65%;
      top: 6px; }
      @media only screen and (min-width: 767px) {
        button.left-arrow span, button.right-arrow span {
          position: relative;
          width: 80%;
          height: 80%;
          margin: auto;
          margin-top: 2px;
          display: block;
          top: 0; } }
  button.left-arrow span {
    left: 7px;
    background-position: 25% 50%;
    background-image: url("../img/left_arrow_white_bigger.svg"); }
    @media only screen and (min-width: 767px) {
      button.left-arrow span {
        background-image: url("../img/left_arrow_white.svg");
        left: 0; } }
  button.right-arrow span {
    left: 5px;
    background-position: 65% 50%;
    background-image: url("../img/right_arrow_white_bigger.svg"); }
    @media only screen and (min-width: 767px) {
      button.right-arrow span {
        background-image: url("../img/right_arrow_white.svg");
        left: 0; } }
  @media only screen and (min-width: 767px) {
    button {
      -webkit-transition: color .2s linear;
      -moz-transition: color .2s linear;
      -o-transition: color .2s linear;
      transition: color .2s linear;
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0); }
      button:hover, button:focus {
        color: #222222; }
      button:before {
        position: absolute;
        z-index: -3;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: transform, -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        background: #fff; }
      button:hover::before, button:focus::before, button:active::before {
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
      button.left-arrow:before {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0; }
      button.left-arrow span {
        background-image: url("../img/left_arrow_white.svg");
        background-position: 25% 50%; }
      button.right-arrow:before {
        -webkit-transform-origin: 0% 0;
        -moz-transform-origin: 0% 0;
        -ms-transform-origin: 0% 0;
        -o-transform-origin: 0% 0;
        transform-origin: 0% 0; }
      button.right-arrow span {
        background-image: url("../img/right_arrow_white.svg");
        background-position: 65% 50%; }
      button.left-arrow:hover span {
        background-image: url("../img/left_arrow.svg"); }
      button.right-arrow:hover span {
        background-image: url("../img/right_arrow.svg"); } }

@media only screen and (min-width: 767px) {
  ul a {
    position: relative; }
    ul a:before, ul a:after {
      content: '';
      width: 50%;
      height: 2px;
      position: absolute;
      top: 110%;
      transition: 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
      background: #222222; }
    ul a:before {
      transform: scale(0, 1);
      left: 50%;
      transform-origin: 100% 50%; }
    ul a:after {
      transform: scale(0, 1);
      left: 0;
      transform-origin: 0 50%; }
  ul li:hover a:before {
    transform: scale(1, 1); }
  ul li:hover a:after {
    transform: scale(1, 1); } }

input {
  outline: none; }

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

.logo {
  float: left; }
  .logo img {
    height: auto; }

.lang {
  cursor: pointer;
  margin-left: 40px;
  position: relative;
  margin-right: 15px;
  /*&:after{
		content: '';
		display: block;
		position: absolute;
		top: 7px;
		right: -15px;
		//top: calc(50% - 6px);
		//left: -10px;
		width: 6px;
		height: 6px;
		border-width: 0 1px 1px 0;
		border-style: solid;
		opacity: 1;
		transform: rotate(45deg);
		//transition: all 0.3s ease-in-out;
	}*/ }

.page .intro-titles-wrapper {
  margin-top: -20px; }
  @media only screen and (min-width: 767px) {
    .page .intro-titles-wrapper {
      margin-top: -60px; } }
  @media only screen and (min-width: 991px) {
    .page .intro-titles-wrapper {
      margin-top: -80px; } }
  @media only screen and (min-width: 1350px) {
    .page .intro-titles-wrapper {
      margin-top: -120px; } }
  .page .intro-titles-wrapper h1 {
    font-size: 24vw;
    text-transform: uppercase;
    color: transparent;
    text-stroke: 2px #222222;
    -webkit-text-stroke: 2px #222222;
    font-family: "PFDinTextPro-XBlack", sans-serif;
    margin-bottom: 0px; }
    @media only screen and (min-width: 767px) {
      .page .intro-titles-wrapper h1 {
        text-stroke: 3px #222222;
        -webkit-text-stroke: 3px #222222;
        font-size: 15vw; } }
  .page .intro-titles-wrapper h2 {
    font-size: 10vw;
    text-transform: uppercase;
    font-family: "PFDinTextPro-XBlack", sans-serif; }
    @media only screen and (min-width: 767px) {
      .page .intro-titles-wrapper h2 {
        font-size: 5vw; } }

.page.cases h1 {
  font-size: 20vw; }
  @media only screen and (min-width: 767px) {
    .page.cases h1 {
      font-size: 13.7vw; } }

.filter-list {
  margin-top: 25px;
  margin-bottom: 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-in-out;
  width: 73%; }
  @media only screen and (min-width: 767px) {
    .filter-list {
      width: 100%;
      transition: none;
      overflow: visible;
      max-height: 100%;
      margin-top: 0px;
      margin-bottom: 0px; } }
  .filter-list.for-analytics {
    margin-top: 20px; }
    @media only screen and (min-width: 767px) {
      .filter-list.for-analytics {
        margin-top: 25px; } }
  .filter-list li {
    line-height: 1.2;
    margin-bottom: 10px; }
    @media only screen and (min-width: 767px) {
      .filter-list li {
        margin-top: 8px;
        margin-bottom: 0px; } }
    @media only screen and (min-width: 991px) {
      .filter-list li {
        margin-top: 10px; } }
    @media only screen and (min-width: 1350px) {
      .filter-list li {
        margin-top: 15px; } }

.pagination {
  margin-left: 5px;
  display: block;
  margin-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .pagination {
      margin-left: 23px;
      margin-bottom: 20px;
      margin-top: 40px; } }
  @media only screen and (min-width: 991px) {
    .pagination {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1350px) {
    .pagination {
      margin-bottom: 80px; } }
  .pagination.desktop {
    display: none; }
    @media only screen and (min-width: 767px) {
      .pagination.desktop {
        display: block; } }
  .pagination.mobile {
    display: block; }
    @media only screen and (min-width: 767px) {
      .pagination.mobile {
        display: none; } }
  .pagination li {
    float: left;
    margin-right: 15px; }
    @media only screen and (min-width: 375px) {
      .pagination li {
        margin-right: 20px; } }
    @media only screen and (min-width: 767px) {
      .pagination li {
        margin-right: 20px; } }
    @media only screen and (min-width: 991px) {
      .pagination li {
        margin-right: 30px; } }
    @media only screen and (min-width: 1350px) {
      .pagination li {
        margin-right: 40px; } }
    .pagination li a.page-number {
      display: block;
      padding: 8px; }
      @media only screen and (min-width: 767px) {
        .pagination li a.page-number {
          padding: 11px; } }
      @media only screen and (min-width: 991px) {
        .pagination li a.page-number {
          padding: 14px; } }
      @media only screen and (min-width: 1350px) {
        .pagination li a.page-number {
          padding: 19px; } }
      .pagination li a.page-number.current {
        background-color: #000;
        color: #fff; }
        .pagination li a.page-number.current:after, .pagination li a.page-number.current:hover:after {
          transform: scale(0, 0);
          left: 0;
          transform-origin: 0% 0%; }
      .pagination li a.page-number:after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        top: 120%;
        transition: .3s ease;
        background: #222222; }
      .pagination li a.page-number:after {
        transform: scale(0, 1);
        left: 0;
        transform-origin: 0% 100%; }
      .pagination li a.page-number:hover:after {
        transform: scale(1, 1);
        transition: 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66); }
      .pagination li a.page-number:hover:before {
        transform: scale(0, 0); }
    .pagination li a.pagination-button {
      padding: 0;
      background-color: #222222;
      border: 2px solid #222222;
      font-family: "PFDinTextPro-XBlack", sans-serif;
      transition: all .5s ease;
      cursor: pointer;
      display: block;
      display: inline-block;
      position: relative; }
      .pagination li a.pagination-button:after, .pagination li a.pagination-button:before {
        content: none;
        transform: scale(0, 0);
        left: 0;
        transform-origin: 0% 0%; }
      .pagination li a.pagination-button.left-arrow, .pagination li a.pagination-button.right-arrow {
        width: 31px;
        height: 31px; }
        @media only screen and (min-width: 767px) {
          .pagination li a.pagination-button.left-arrow, .pagination li a.pagination-button.right-arrow {
            width: 36px;
            height: 36px; } }
        @media only screen and (min-width: 991px) {
          .pagination li a.pagination-button.left-arrow, .pagination li a.pagination-button.right-arrow {
            width: 46px;
            height: 46px; } }
        @media only screen and (min-width: 1350px) {
          .pagination li a.pagination-button.left-arrow, .pagination li a.pagination-button.right-arrow {
            width: 56px;
            height: 56px; } }
        .pagination li a.pagination-button.left-arrow span, .pagination li a.pagination-button.right-arrow span {
          position: absolute;
          background-repeat: no-repeat;
          width: 61%;
          height: 61%;
          top: 6px; }
          @media only screen and (min-width: 767px) {
            .pagination li a.pagination-button.left-arrow span, .pagination li a.pagination-button.right-arrow span {
              position: relative;
              width: 76%;
              height: 76%;
              margin: auto;
              margin-top: 6px;
              display: block;
              top: 0; } }
      .pagination li a.pagination-button.left-arrow span {
        left: 7px;
        background-position: 25% 50%;
        background-image: url("../img/left_arrow_white_bigger.svg"); }
        @media only screen and (min-width: 767px) {
          .pagination li a.pagination-button.left-arrow span {
            background-image: url("../img/left_arrow_white.svg");
            left: 0; } }
      .pagination li a.pagination-button.right-arrow span {
        left: 5px;
        background-position: 65% 50%;
        background-image: url("../img/right_arrow_white_bigger.svg"); }
        @media only screen and (min-width: 767px) {
          .pagination li a.pagination-button.right-arrow span {
            background-image: url("../img/right_arrow_white.svg");
            left: 0; } }
      @media only screen and (min-width: 767px) {
        .pagination li a.pagination-button {
          -webkit-transition: color .2s linear;
          -moz-transition: color .2s linear;
          -o-transition: color .2s linear;
          transition: color .2s linear;
          -webkit-transform: perspective(1px) translateZ(0);
          -moz-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0); }
          .pagination li a.pagination-button:hover, .pagination li a.pagination-button:focus {
            color: #222222; }
          .pagination li a.pagination-button:before {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: -3;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            content: '';
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            -webkit-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -o-transition-duration: .2s;
            transition-duration: .2s;
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: transform, -moz-transform;
            -o-transition-property: -o-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            background: #fff; }
          .pagination li a.pagination-button:hover::before, .pagination li a.pagination-button:focus::before, .pagination li a.pagination-button:active::before {
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
          .pagination li a.pagination-button.left-arrow:before {
            -webkit-transform-origin: 100% 0;
            -moz-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
            -o-transform-origin: 100% 0;
            transform-origin: 100% 0; }
          .pagination li a.pagination-button.left-arrow span {
            background-image: url("../img/left_arrow_white.svg");
            background-position: 25% 50%; }
          .pagination li a.pagination-button.right-arrow:before {
            -webkit-transform-origin: 0% 0;
            -moz-transform-origin: 0% 0;
            -ms-transform-origin: 0% 0;
            -o-transform-origin: 0% 0;
            transform-origin: 0% 0; }
          .pagination li a.pagination-button.right-arrow span {
            background-image: url("../img/right_arrow_white.svg");
            background-position: 65% 50%; }
          .pagination li a.pagination-button.left-arrow:hover span {
            background-image: url("../img/left_arrow.svg"); }
          .pagination li a.pagination-button.right-arrow:hover span {
            background-image: url("../img/right_arrow.svg"); } }

.world {
  width: 90%;
  margin-top: -250px; }

.analytic .readmore .path, .single-news .readmore .path, .news-wrapper .readmore .path, .history .readmore .path {
  margin-right: 6%;
  margin-top: 8px;
  width: 38%; }
  @media only screen and (min-width: 767px) {
    .analytic .readmore .path, .single-news .readmore .path, .news-wrapper .readmore .path, .history .readmore .path {
      width: 38%;
      margin-top: 7px; } }
  @media only screen and (min-width: 1350px) {
    .analytic .readmore .path, .single-news .readmore .path, .news-wrapper .readmore .path, .history .readmore .path {
      width: 38%;
      margin-top: 8px; } }

.analytic .readmore:hover .path, .single-news .readmore:hover .path, .news-wrapper .readmore:hover .path, .history .readmore:hover .path {
  animation: shortarrow 0.5s cubic-bezier(0.52, 1.94, 0.37, 0.66); }

.news.narrow .readmore .path, .single-news .readmore .path, .analytic .readmore .path {
  margin-right: 6%;
  margin-top: 8px;
  width: 38%; }
  @media only screen and (min-width: 767px) {
    .news.narrow .readmore .path, .single-news .readmore .path, .analytic .readmore .path {
      width: 20%;
      margin-top: 7px; } }
  @media only screen and (min-width: 1350px) {
    .news.narrow .readmore .path, .single-news .readmore .path, .analytic .readmore .path {
      width: 38%;
      margin-top: 8px; } }

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

#globe {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1; }

.content {
  height: 145.5vh; }

#gradient {
  position: absolute;
  top: -15.2vh;
  width: 100%;
  left: 0;
  height: 15.2vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 90%); }

#team {
  height: 100vh;
  width: 100%;
  background: url("../img/123.jpg") center center;
  background-size: cover;
  z-index: 99;
  position: absolute; }

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  pointer-events: none; }

#canvas {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100vh; }

@font-face {
  font-family: "DIN Pro Light";
  font-style: light;
  font-weight: 300;
  src: url("../fonts/DIN Pro Light.woff2") format("woff2"), url("../fonts/DIN Pro Light.woff") format("woff");
  font-display: auto; }

@font-face {
  font-family: "DIN Pro";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/DIN Pro.woff2") format("woff2"), url("../fonts/DIN Pro.woff") format("woff");
  font-display: auto; }

@font-face {
  font-family: "DIN Pro Bold";
  font-style: bold;
  font-weight: 600;
  src: url("../fonts/DIN Pro Bold.woff2") format("woff2"), url("../fonts/DIN Pro Bold.woff") format("woff");
  font-display: auto; }

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

input {
  outline: none; }

h1.confrontation {
  font-size: 7rem;
  font-size: 10vw; }

.side h2 {
  font-size: 13vw; }

.side ul li a {
  font-size: 1rem; }
  @media only screen and (min-width: 767px) {
    .side ul li a {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 991px) {
    .side ul li a {
      font-size: 1.8rem; } }
  @media only screen and (min-width: 1350px) {
    .side ul li a {
      font-size: 2rem; } }

.first-screen-wrapper p {
  font-size: 0.75rem; }
  @media only screen and (min-width: 767px) {
    .first-screen-wrapper p {
      font-size: 0.8rem; } }
  @media only screen and (min-width: 991px) {
    .first-screen-wrapper p {
      font-size: 0.9rem; } }
  @media only screen and (min-width: 1350px) {
    .first-screen-wrapper p {
      font-size: 1rem; } }

.first-screen-wrapper h4 {
  font-size: 1.15rem; }
  @media only screen and (min-width: 767px) {
    .first-screen-wrapper h4 {
      font-size: 1.3rem; } }
  @media only screen and (min-width: 991px) {
    .first-screen-wrapper h4 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1350px) {
    .first-screen-wrapper h4 {
      font-size: 1.7rem; } }

.history h2, .events h2, .news h2, .analytics h2 {
  font-size: 24vw; }
  @media only screen and (min-width: 767px) {
    .history h2, .events h2, .news h2, .analytics h2 {
      font-size: 17vw; } }
  @media only screen and (min-width: 991px) {
    .history h2, .events h2, .news h2, .analytics h2 {
      font-size: 14vw; } }

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

.history .tezis {
  font-size: 1.3rem;
  line-height: 1.2; }
  @media only screen and (min-width: 767px) {
    .history .tezis {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 991px) {
    .history .tezis {
      font-size: 1.7rem; } }
  @media only screen and (min-width: 1350px) {
    .history .tezis {
      font-size: 1.9rem; } }

.copywrite {
  font-size: 0.8rem; }
  @media only screen and (min-width: 767px) {
    .copywrite {
      font-size: 0.85rem; } }
  @media only screen and (min-width: 991px) {
    .copywrite {
      font-size: 0.9rem; } }
  @media only screen and (min-width: 1350px) {
    .copywrite {
      font-size: 1rem; } }

.social {
  font-size: 0.9rem; }
  @media only screen and (min-width: 767px) {
    .social {
      font-size: 1rem; } }

.calendar h3 {
  font-size: 1.7rem; }
  @media only screen and (min-width: 767px) {
    .calendar h3 {
      font-size: 2.5rem; } }
  @media only screen and (min-width: 991px) {
    .calendar h3 {
      font-size: 3rem; } }
  @media only screen and (min-width: 1350px) {
    .calendar h3 {
      font-size: 3.5rem; } }

.events .mounth, .events-related .mounth, .events-list .mounth {
  font-size: 1.3rem; }
  @media only screen and (min-width: 767px) {
    .events .mounth, .events-related .mounth, .events-list .mounth {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 991px) {
    .events .mounth, .events-related .mounth, .events-list .mounth {
      font-size: 1.75rem; } }
  @media only screen and (min-width: 1350px) {
    .events .mounth, .events-related .mounth, .events-list .mounth {
      font-size: 1.9rem; } }

.events .date, .events-related .date, .events-list .date {
  font-size: 3.4rem; }
  @media only screen and (min-width: 767px) {
    .events .date, .events-related .date, .events-list .date {
      font-size: 3.8rem; } }
  @media only screen and (min-width: 991px) {
    .events .date, .events-related .date, .events-list .date {
      font-size: 4.2rem; } }
  @media only screen and (min-width: 1350px) {
    .events .date, .events-related .date, .events-list .date {
      font-size: 4.5rem; } }

.events .detail, .events-related .detail, .events-list .detail {
  font-size: 0.8rem; }
  @media only screen and (min-width: 767px) {
    .events .detail, .events-related .detail, .events-list .detail {
      font-size: 0.9rem; } }

.case-wrapper h4 {
  font-size: 1.5rem; }
  @media only screen and (min-width: 767px) {
    .case-wrapper h4 {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 991px) {
    .case-wrapper h4 {
      font-size: 1.8rem; } }
  @media only screen and (min-width: 1350px) {
    .case-wrapper h4 {
      font-size: 2rem; } }

.file-wrapper h4 {
  font-size: 1.3rem; }
  @media only screen and (min-width: 767px) {
    .file-wrapper h4 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 991px) {
    .file-wrapper h4 {
      font-size: 1.7rem; } }
  @media only screen and (min-width: 1350px) {
    .file-wrapper h4 {
      font-size: 2rem; } }

.cases-list h3 {
  line-height: 1;
  font-size: 1.9rem; }
  @media only screen and (min-width: 767px) {
    .cases-list h3 {
      font-size: 3.1vw; } }
  @media only screen and (min-width: 991px) {
    .cases-list h3 {
      font-size: 2.6vw; } }
  @media only screen and (min-width: 1350px) {
    .cases-list h3 {
      font-size: 2.6vw; } }

.cases .intro-titles-wrapper h1 span {
  font-size: 2vw; }

/*.case-m-top{
    h4{
        font-size: 1rem;
        span{
            font-size: 0.9rem;
        }
        @media only screen and (min-width: 767px){
            font-size: 1.1rem;
            span{
                font-size: 1.2rem;
            }
        }
        @media only screen and (min-width: 991px){
            font-size: 1.2rem;
            span{
                font-size: 1.3rem;
            }
        }
        @media only screen and (min-width: 1350px){
            font-size: 1.3rem;
            span{
                font-size: 1.4rem;
            }
        }
    }
}*/
.tab-wrapper .tab {
  font-size: 7.2vw; }
  @media only screen and (min-width: 767px) {
    .tab-wrapper .tab {
      font-size: 5.5vw; } }

.team .tab-wrapper .tab {
  font-size: 0.75rem;
  line-height: 1.2; }
  @media only screen and (min-width: 767px) {
    .team .tab-wrapper .tab {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 991px) {
    .team .tab-wrapper .tab {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 1350px) {
    .team .tab-wrapper .tab {
      font-size: 1.3rem; } }

h3, h4, h5, h6 {
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  line-height: 1.2; }

h2, .person-name, .firm-name {
  font-family: "DIN Pro", sans-serif;
  font-size: 1.7rem; }
  @media only screen and (min-width: 767px) {
    h2, .person-name, .firm-name {
      font-size: 2rem; } }
  @media only screen and (min-width: 767px) and (min-width: 991px) {
    h2, .person-name, .firm-name {
      font-size: 2.4rem; } }
  @media only screen and (min-width: 767px) and (min-width: 1350px) {
    h2, .person-name, .firm-name {
      font-size: 2.55rem; } }

h2.huge-txt {
  font-size: 1.7rem; }
  @media only screen and (min-width: 767px) {
    h2.huge-txt {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 991px) {
    h2.huge-txt {
      font-size: 1.7rem; } }
  @media only screen and (min-width: 1350px) {
    h2.huge-txt {
      font-size: 2rem; } }

.human p, .firm p {
  font-size: 0.95rem; }
  @media only screen and (min-width: 767px) {
    .human p, .firm p {
      font-size: 1rem; } }

h3 {
  font-size: 2rem; }
  @media only screen and (min-width: 767px) {
    h3 {
      font-size: 2.2rem; } }
  @media only screen and (min-width: 991px) {
    h3 {
      font-size: 2.4rem; } }
  @media only screen and (min-width: 1350px) {
    h3 {
      font-size: 2.6rem; } }

.text-part h3 {
  font-size: 1.6rem; }
  @media only screen and (min-width: 767px) {
    .text-part h3 {
      font-size: 2.6rem; } }

.related h3, .video-intro h3, .news-intro h3 {
  font-size: 1.3rem; }
  @media only screen and (min-width: 767px) {
    .related h3, .video-intro h3, .news-intro h3 {
      font-size: 1.75rem; } }
  @media only screen and (min-width: 991px) {
    .related h3, .video-intro h3, .news-intro h3 {
      font-size: 2rem; } }
  @media only screen and (min-width: 1350px) {
    .related h3, .video-intro h3, .news-intro h3 {
      font-size: 2.4rem; } }

h4 {
  font-size: 1.3rem; }
  @media only screen and (min-width: 767px) {
    h4 {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 991px) {
    h4 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1350px) {
    h4 {
      font-size: 1.7rem; } }

h5 {
  font-size: 0.9rem; }
  @media only screen and (min-width: 767px) {
    h5 {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 991px) {
    h5 {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 1350px) {
    h5 {
      font-size: 1.3rem; } }

section.map .secondary-screen .list-wrapper ul li h5 {
  font-size: 0.9rem; }
  @media only screen and (min-width: 767px) {
    section.map .secondary-screen .list-wrapper ul li h5 {
      font-size: 1rem; } }
  @media only screen and (min-width: 991px) {
    section.map .secondary-screen .list-wrapper ul li h5 {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 1350px) {
    section.map .secondary-screen .list-wrapper ul li h5 {
      font-size: 1.2rem; } }

h5.experts {
  font-size: 1.3rem; }
  @media only screen and (min-width: 767px) {
    h5.experts {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 991px) {
    h5.experts {
      font-size: 1.3rem; } }
  @media only screen and (min-width: 1350px) {
    h5.experts {
      font-size: 1.4rem; } }

h6 {
  font-size: 1rem; }
  @media only screen and (min-width: 767px) {
    h6 {
      font-size: 1.2rem; } }

a {
  text-decoration: none;
  color: #222222; }

.page h2 {
  text-transform: uppercase;
  line-height: 1.1; }

.desc {
  font-size: 0.8rem;
  line-height: 1.3; }
  @media only screen and (min-width: 767px) {
    .desc {
      font-size: 0.85rem; } }
  @media only screen and (min-width: 1350px) {
    .desc {
      font-size: 0.9rem; } }

header nav ul li a {
  font-size: 1.8rem; }
  @media only screen and (min-width: 767px) {
    header nav ul li a {
      font-size: 2.5rem; } }
  @media only screen and (min-width: 991px) {
    header nav ul li a {
      font-size: 2.8rem; } }
  @media only screen and (min-width: 1350px) {
    header nav ul li a {
      font-size: 3rem; } }

.lang {
  font-size: 1rem; }
  @media only screen and (min-width: 767px) {
    .lang {
      font-size: 1.05rem; } }
  @media only screen and (min-width: 991px) {
    .lang {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 1350px) {
    .lang {
      font-size: 1.3rem; } }

footer nav ul li a {
  font-size: 1.3rem; }
  @media only screen and (min-width: 767px) {
    footer nav ul li a {
      font-size: 1.05rem; } }
  @media only screen and (min-width: 991px) {
    footer nav ul li a {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 1350px) {
    footer nav ul li a {
      font-size: 1.3rem; } }

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

.ghost {
  font-size: 15vw; }

.court-name {
  font-size: 1.1rem; }
  @media only screen and (min-width: 767px) {
    .court-name {
      font-size: 1rem; } }
  @media only screen and (min-width: 991px) {
    .court-name {
      font-size: 1.1rem; } }

.pagination li a {
  font-size: 1.2rem; }
  @media only screen and (min-width: 767px) {
    .pagination li a {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 991px) {
    .pagination li a {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 1350px) {
    .pagination li a {
      font-size: 1.5rem; } }

.filter-list li a {
  font-size: 0.9rem; }
  @media only screen and (min-width: 767px) {
    .filter-list li a {
      font-size: 0.8rem; } }
  @media only screen and (min-width: 991px) {
    .filter-list li a {
      font-size: 0.9rem; } }
  @media only screen and (min-width: 1350px) {
    .filter-list li a {
      font-size: 1rem; } }

.video-list .team, .video-list .date, .news-list .team, .news-list .date, .video-intro .team, .video-intro .date {
  font-size: 0.9rem; }

.video-part h3, .files-part h3, .analytics-part h3, .representatives h3, .advisers h3 {
  font-size: 1.5rem; }
  @media only screen and (min-width: 767px) {
    .video-part h3, .files-part h3, .analytics-part h3, .representatives h3, .advisers h3 {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 991px) {
    .video-part h3, .files-part h3, .analytics-part h3, .representatives h3, .advisers h3 {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 1350px) {
    .video-part h3, .files-part h3, .analytics-part h3, .representatives h3, .advisers h3 {
      font-size: 1.7rem; } }

.file-name {
  font-family: "DIN Pro", sans-serif;
  font-size: 1.2rem; }
  @media only screen and (min-width: 767px) {
    .file-name {
      font-size: 1.3rem; } }
  @media only screen and (min-width: 991px) {
    .file-name {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1350px) {
    .file-name {
      font-size: 1.7rem; } }

.video-part h5 {
  font-size: 1rem; }
  @media only screen and (min-width: 991px) {
    .video-part h5 {
      font-size: 1.05rem; } }
  @media only screen and (min-width: 1350px) {
    .video-part h5 {
      font-size: 1.1rem; } }

p.status {
  font-size: 1rem;
  line-height: 1.3; }
  @media only screen and (min-width: 767px) {
    p.status {
      line-height: 1.2;
      font-size: 0.9rem; } }

a.readmore {
  font-size: 1rem; }
  @media only screen and (min-width: 767px) {
    a.readmore {
      font-size: 1rem; } }
  @media only screen and (min-width: 991px) {
    a.readmore {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 1350px) {
    a.readmore {
      font-size: 1.2rem; } }

a.more {
  font-size: 1rem; }
  @media only screen and (min-width: 767px) {
    a.more {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 991px) {
    a.more {
      font-size: 1.35rem; } }
  @media only screen and (min-width: 1350px) {
    a.more {
      font-size: 1.5rem; } }

.page h1 {
  line-height: 0.9;
  font-size: 26vw; }
  @media only screen and (min-width: 767px) {
    .page h1 {
      font-size: 14vw;
      line-height: 1; } }

.page h2 {
  font-family: "DIN Pro", sans-serif; }

.title-box h2 .date, .title-wrapper h2 .date {
  font-size: 0.8rem; }
  @media only screen and (min-width: 767px) {
    .title-box h2 .date, .title-wrapper h2 .date {
      font-size: 1rem; } }

.second-side h3 {
  font-size: 10vw; }
  @media only screen and (min-width: 767px) {
    .second-side h3 {
      font-size: 3.5vw; } }

.additional .date {
  font-size: 15vw; }
  @media only screen and (min-width: 767px) {
    .additional .date {
      font-size: 10vw; } }

.additional .mounth {
  font-size: 0.95rem;
  line-height: 1.2; }
  @media only screen and (min-width: 767px) {
    .additional .mounth {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 991px) {
    .additional .mounth {
      font-size: 1.3rem; } }

.intro {
  line-height: 1.3;
  font-size: 1.25rem; }
  @media only screen and (min-width: 767px) {
    .intro {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 991px) {
    .intro {
      font-size: 1.3rem; } }
  @media only screen and (min-width: 1250px) {
    .intro {
      font-size: 1.4rem; } }

.place, .teams {
  font-size: 0.7rem; }
  @media only screen and (min-width: 767px) {
    .place, .teams {
      font-size: 0.75rem; } }
  @media only screen and (min-width: 991px) {
    .place, .teams {
      font-size: 0.8rem; } }
  @media only screen and (min-width: 1350px) {
    .place, .teams {
      font-size: 0.9rem; } }

.margin-for-cases-box .place, .margin-for-cases-box .teams {
  line-height: 1.2;
  font-size: 0.95rem; }
  @media only screen and (min-width: 767px) {
    .margin-for-cases-box .place, .margin-for-cases-box .teams {
      font-size: 0.75rem; } }
  @media only screen and (min-width: 991px) {
    .margin-for-cases-box .place, .margin-for-cases-box .teams {
      font-size: 0.8rem; } }
  @media only screen and (min-width: 1350px) {
    .margin-for-cases-box .place, .margin-for-cases-box .teams {
      font-size: 0.9rem; } }

.margin-for-cases-box h4 {
  font-size: 1.7rem; }
  @media only screen and (min-width: 767px) {
    .margin-for-cases-box h4 {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 991px) {
    .margin-for-cases-box h4 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1350px) {
    .margin-for-cases-box h4 {
      font-size: 1.7rem; } }

.txt-wrapper h1.case {
  font-size: 9.6vw; }

.text-block .caption {
  font-size: 0.8rem;
  line-height: 1.4; }

.text-block p {
  line-height: 1.4;
  margin-bottom: 20px; }

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "DIN Pro", sans-serif;
  margin-bottom: 15px;
  padding-top: 20px; }
  @media only screen and (min-width: 767px) {
    .text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
      margin-bottom: 15px;
      padding-top: 20px; } }

.text-block h1 {
  font-size: 1.7rem; }
  @media only screen and (min-width: 1350px) {
    .text-block h1 {
      font-size: 2.2rem; } }

.text-block h2 {
  font-size: 1.6rem; }
  @media only screen and (min-width: 1350px) {
    .text-block h2 {
      font-size: 2.1rem; } }

.text-block h3 {
  font-size: 1.5rem; }
  @media only screen and (min-width: 1350px) {
    .text-block h3 {
      font-size: 2rem; } }

.text-block h4 {
  font-size: 1.4rem; }
  @media only screen and (min-width: 1350px) {
    .text-block h4 {
      font-size: 1.7rem; } }

.text-block h5 {
  font-size: 1.3rem; }
  @media only screen and (min-width: 1350px) {
    .text-block h5 {
      font-size: 1.5rem; } }

.text-block h6 {
  font-size: 1.2rem; }
  @media only screen and (min-width: 1350px) {
    .text-block h6 {
      font-size: 1.3rem; } }

.text-block ul, .text-block ol {
  margin-top: 15px;
  margin-bottom: 30px; }

.text-block ul li, .text-block ol li {
  margin-bottom: 10px;
  line-height: 1.3; }

.text-block ul {
  padding-left: 5em; }

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

.text-block ol {
  padding-left: 1.8em;
  list-style-type: decimal; }

.text-block blockquote {
  font-family: "PFDinTextPro-XBlack", sans-serif;
  font-size: 1.4rem; }
  @media only screen and (min-width: 1350px) {
    .text-block blockquote {
      font-size: 2rem; } }
  .text-block blockquote p {
    line-height: 1.2;
    width: calc(100% - 18vw);
    margin-left: 18vw;
    position: relative;
    margin-top: 40px; }
    @media only screen and (min-width: 767px) {
      .text-block blockquote p {
        width: calc(100% - 6.5vw);
        margin-left: 6vw; } }
    .text-block blockquote p:before {
      content: "«";
      position: absolute;
      top: -17vw;
      left: -23vw;
      font-size: 30vw; }
      @media only screen and (min-width: 767px) {
        .text-block blockquote p:before {
          left: -7.8vw;
          font-size: 10vw;
          top: -5vw; } }

.text-block img, .text-block iframe {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px; }

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

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

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

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

.single-section .tab_item h4 {
  font-size: 1.4rem; }
  @media only screen and (min-width: 767px) {
    .single-section .tab_item h4 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 991px) {
    .single-section .tab_item h4 {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 1350px) {
    .single-section .tab_item h4 {
      font-size: 1.8rem; } }

.single-section .tab_item .text-block h1, .single-section .tab_item .text-block h2, .single-section .tab_item .text-block h3, .single-section .tab_item .text-block h4, .single-section .tab_item .text-block h5, .single-section .tab_item .text-block h6 {
  text-transform: none;
  font-size: 1.3rem; }
  @media only screen and (min-width: 1350px) {
    .single-section .tab_item .text-block h1, .single-section .tab_item .text-block h2, .single-section .tab_item .text-block h3, .single-section .tab_item .text-block h4, .single-section .tab_item .text-block h5, .single-section .tab_item .text-block h6 {
      font-size: 1.5rem; } }

.search-not-found {
  font-size: 1.4rem;
  font-family: "DIN Pro", sans-serif;
  margin-top: 10px;
  line-height: 1.2; }
  @media only screen and (min-width: 767px) {
    .search-not-found {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 991px) {
    .search-not-found {
      font-size: 2rem; } }
  @media only screen and (min-width: 1350px) {
    .search-not-found {
      font-size: 2.2rem; } }

header {
  margin-top: 25px;
  position: absolute;
  left: 6%;
  width: calc(100% - 12%);
  z-index: 100; }
  @media only screen and (min-width: 767px) {
    header {
      margin-top: 40px;
      width: calc(100% - 6%);
      left: 3%; } }
  header .logo img {
    width: 55vw; }
    @media only screen and (min-width: 767px) {
      header .logo img {
        width: 30vw; } }
    @media only screen and (min-width: 991px) {
      header .logo img {
        width: 25vw; } }
    @media only screen and (min-width: 1350px) {
      header .logo img {
        width: 20vw; } }
  header .background {
    position: absolute;
    right: 0;
    width: 0px;
    height: 0px;
    background-color: #222222;
    transition: width .25s ease-in-out, height .25s ease-in-out;
    z-index: 999;
    overflow: hidden; }
    header .background.open {
      width: calc(100% - 12%);
      right: 6%;
      height: 90vh;
      transition: width .5s ease-in-out, height .5s ease-in-out;
      position: fixed; }
      @media only screen and (min-width: 767px) {
        header .background.open {
          width: calc(100% - 6%);
          right: 3%; } }
    header .background .ghost {
      text-stroke: 2px #fff;
      color: transparent;
      -webkit-text-stroke: 2px #fff;
      font-family: "PFDinTextPro-XBlack", sans-serif;
      position: absolute;
      margin-top: 30vh;
      display: none;
      left: 4%;
      padding-right: 10px; }
      @media only screen and (min-width: 767px) {
        header .background .ghost {
          display: block; } }
    header .background .close-menu {
      margin-top: 10px;
      margin-right: 10px;
      width: 0;
      height: 0;
      cursor: pointer;
      opacity: 0;
      float: right;
      padding: 5px; }
      header .background .close-menu.show {
        width: 25px;
        height: 25px;
        opacity: 1;
        transition: opacity .25s ease-in .4s; }
      header .background .close-menu .handle {
        margin-top: 11px;
        background-color: #fff;
        width: 25px;
        height: 2px;
        display: block;
        transform: rotate(45deg);
        border-radius: 2px; }
        header .background .close-menu .handle:after {
          content: "";
          background-color: #fff;
          width: 25px;
          height: 2px;
          display: block;
          float: right;
          border-radius: 2px;
          z-index: -1;
          transform-origin: center center;
          transform: rotate(90deg); }
    header .background .overlay-menu {
      opacity: 0;
      height: calc(100% - 100px);
      position: relative;
      flex-direction: column;
      justify-content: space-between;
      width: 0px; }
      header .background .overlay-menu.show {
        width: 100%;
        opacity: 1;
        display: flex;
        transition: opacity .25s ease-in .4s; }
      header .background .overlay-menu form:first-child {
        position: absolute; }
      header .background .overlay-menu nav {
        z-index: 3;
        width: 100%;
        height: 40vh;
        margin-top: 30px; }
        @media only screen and (min-width: 374px) {
          header .background .overlay-menu nav {
            margin-top: 13vh; } }
        @media only screen and (min-width: 767px) {
          header .background .overlay-menu nav {
            margin-top: 15vh;
            padding: 0 5%; } }
        header .background .overlay-menu nav ul {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          @media only screen and (min-width: 767px) {
            header .background .overlay-menu nav ul {
              display: block;
              width: 30%;
              float: left; } }
          header .background .overlay-menu nav ul li {
            margin-bottom: 20px; }
            @media only screen and (min-width: 767px) {
              header .background .overlay-menu nav ul li {
                margin-bottom: 30px; } }
            header .background .overlay-menu nav ul li a {
              color: #fff;
              text-transform: uppercase; }
              header .background .overlay-menu nav ul li a:before, header .background .overlay-menu nav ul li a:after {
                background: #fff; }
      header .background .overlay-menu form {
        display: flex;
        position: relative;
        width: 80%;
        margin-bottom: 1vh;
        padding: 0 10%; }
        @media only screen and (min-width: 767px) {
          header .background .overlay-menu form {
            padding: 0 5%;
            width: 90%;
            margin-bottom: 6vh; } }
        header .background .overlay-menu form label {
          flex: 1;
          display: block;
          min-width: 0; }
          header .background .overlay-menu form label input {
            width: 100%;
            border: 2px solid #fff;
            background-color: #222222;
            padding: 12px 20px 12px 20px;
            color: #fff; }
            @media only screen and (min-width: 767px) {
              header .background .overlay-menu form label input {
                padding: 16px 25px 16px 15px; } }
            @media only screen and (min-width: 991px) {
              header .background .overlay-menu form label input {
                padding: 18px 30px 18px 15px; } }
            @media only screen and (min-width: 1350px) {
              header .background .overlay-menu form label input {
                padding: 20px 40px 20px 20px; } }
        header .background .overlay-menu form button {
          font-size: 1.3rem;
          background-color: #fff;
          color: #222222;
          padding: 10px 20px 8px 20px;
          font-family: "PFDinTextPro-XBlack", sans-serif;
          display: inline-block;
          position: relative;
          border: 2px solid #fff; }
          @media only screen and (min-width: 767px) {
            header .background .overlay-menu form button {
              font-size: 1.3rem;
              padding: 13px 30px 12px 30px;
              -webkit-transition: color .2s linear;
              -moz-transition: color .2s linear;
              -o-transition: color .2s linear;
              transition: color .2s linear;
              -webkit-transform: perspective(1px) translateZ(0);
              -moz-transform: perspective(1px) translateZ(0);
              transform: perspective(1px) translateZ(0); }
              header .background .overlay-menu form button:hover, header .background .overlay-menu form button:focus {
                color: #fff; }
              header .background .overlay-menu form button:before {
                position: absolute;
                z-index: -1;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                content: '';
                -webkit-transition-timing-function: ease-out;
                -moz-transition-timing-function: ease-out;
                -o-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
                -webkit-transition-duration: .2s;
                -moz-transition-duration: .2s;
                -o-transition-duration: .2s;
                transition-duration: .2s;
                -webkit-transition-property: -webkit-transform;
                -moz-transition-property: transform, -moz-transform;
                -o-transition-property: -o-transform;
                transition-property: -webkit-transform;
                transition-property: transform;
                transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
                -webkit-transform: scaleY(0);
                -moz-transform: scaleY(0);
                -ms-transform: scaleY(0);
                -o-transform: scaleY(0);
                transform: scaleY(0);
                -webkit-transform-origin: 50% 0;
                -moz-transform-origin: 50% 0;
                -ms-transform-origin: 50% 0;
                -o-transform-origin: 50% 0;
                transform-origin: 50% 0;
                background: #222222; }
              header .background .overlay-menu form button:hover::before, header .background .overlay-menu form button:focus::before, header .background .overlay-menu form button:active::before {
                -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                -ms-transform: scaleY(1);
                -o-transform: scaleY(1);
                transform: scaleY(1); } }
          @media only screen and (min-width: 991px) {
            header .background .overlay-menu form button {
              font-size: 1.4rem;
              padding: 14px 30px 12px 30px; } }
          @media only screen and (min-width: 1350px) {
            header .background .overlay-menu form button {
              font-size: 1.5rem;
              padding: 15px 40px 13px 40px; } }
  header .menu-wrapper {
    position: relative;
    float: right; }
    header .menu-wrapper .lang-wrapper {
      float: left;
      margin-right: 70px; }
      @media only screen and (min-width: 767px) {
        header .menu-wrapper .lang-wrapper {
          margin-right: 45px; } }
      @media only screen and (min-width: 991px) {
        header .menu-wrapper .lang-wrapper {
          margin-right: 50px; } }
      @media only screen and (min-width: 1350px) {
        header .menu-wrapper .lang-wrapper {
          margin-right: 70px; } }
    header .menu-wrapper form {
      float: left; }
    header .menu-wrapper .lang {
      float: left;
      color: #222222;
      margin-right: 20px;
      margin-top: 15px; }
      @media only screen and (min-width: 767px) {
        header .menu-wrapper .lang {
          margin-right: -5px; } }
      @media only screen and (min-width: 991px) {
        header .menu-wrapper .lang {
          margin-right: 10px; } }
      @media only screen and (min-width: 1350px) {
        header .menu-wrapper .lang {
          margin-right: 20px; } }
      header .menu-wrapper .lang a {
        display: block;
        position: relative; }
        header .menu-wrapper .lang a:after {
          content: '';
          width: 100%;
          height: 2px;
          position: absolute;
          top: 120%;
          transition: .3s ease;
          background: #222222; }
        header .menu-wrapper .lang a:after {
          transform: scale(0, 1);
          left: 0;
          transform-origin: 0% 100%; }
        header .menu-wrapper .lang a:hover:after {
          transform: scale(1, 1);
          transition: 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66); }
        header .menu-wrapper .lang a:hover:before {
          transform: scale(0, 0); }
      header .menu-wrapper .lang.current a:after {
        transform: scale(1, 1);
        left: 0;
        transform-origin: 0% 100%; }
    header .menu-wrapper .menu-trigger {
      font-family: "DIN Pro", sans-serif;
      font-size: 1.2rem;
      line-height: 50px;
      background-color: #fff;
      padding-left: 20px;
      font-weight: 600;
      display: inline-block;
      color: #222222;
      text-decoration: none;
      text-transform: uppercase;
      border: 2px solid #222222; }
      @media only screen and (min-width: 767px) {
        header .menu-wrapper .menu-trigger {
          line-height: 40px;
          font-size: 1rem; } }
      @media only screen and (min-width: 991px) {
        header .menu-wrapper .menu-trigger {
          font-size: 1.05rem;
          line-height: 45px; } }
      @media only screen and (min-width: 1350px) {
        header .menu-wrapper .menu-trigger {
          font-size: 1.2rem;
          line-height: 50px; } }
      header .menu-wrapper .menu-trigger .black {
        position: relative;
        margin-left: 20px;
        vertical-align: top;
        display: inline-block;
        width: 50px;
        height: 50px;
        float: right;
        background: #222222; }
        @media only screen and (min-width: 767px) {
          header .menu-wrapper .menu-trigger .black {
            width: 40px;
            height: 40px; } }
        @media only screen and (min-width: 991px) {
          header .menu-wrapper .menu-trigger .black {
            width: 45px;
            height: 45px; } }
        @media only screen and (min-width: 1350px) {
          header .menu-wrapper .menu-trigger .black {
            width: 50px;
            height: 50px; } }
        header .menu-wrapper .menu-trigger .black span,
        header .menu-wrapper .menu-trigger .black span::before,
        header .menu-wrapper .menu-trigger .black span::after {
          position: absolute;
          width: 18px;
          height: 2px;
          background: #fff; }
        header .menu-wrapper .menu-trigger .black span {
          top: calc(50% - 1px);
          left: calc(50% - 9px);
          transition: transform .2s; }
          @media only screen and (min-width: 767px) {
            header .menu-wrapper .menu-trigger .black span {
              left: calc(50% - 8px); } }
          @media only screen and (min-width: 991px) {
            header .menu-wrapper .menu-trigger .black span {
              left: calc(50% - 8px); } }
          @media only screen and (min-width: 1350px) {
            header .menu-wrapper .menu-trigger .black span {
              left: calc(50% - 9px); } }
          header .menu-wrapper .menu-trigger .black span::before, header .menu-wrapper .menu-trigger .black span::after {
            content: '';
            left: 0;
            transition: transform .2s, width .2s; }
          header .menu-wrapper .menu-trigger .black span::before {
            bottom: 5px; }
          header .menu-wrapper .menu-trigger .black span::after {
            top: 5px; }
      header .menu-wrapper .menu-trigger:hover span {
        transform: rotate(180deg); }
      header .menu-wrapper .menu-trigger:hover span::before {
        width: 50%;
        transform: translateX(12px) translateY(2px) rotate(45deg); }
      header .menu-wrapper .menu-trigger:hover span::after {
        width: 50%;
        transform: translateX(12px) translateY(-2px) rotate(-45deg); }
      header .menu-wrapper .menu-trigger.desktop {
        display: none; }
        @media only screen and (min-width: 767px) {
          header .menu-wrapper .menu-trigger.desktop {
            display: inline-block; } }
      header .menu-wrapper .menu-trigger.mobile {
        padding-left: 0;
        display: inline-block; }
        @media only screen and (min-width: 767px) {
          header .menu-wrapper .menu-trigger.mobile {
            display: none; } }
        header .menu-wrapper .menu-trigger.mobile .black {
          margin-left: 0; }
        header .menu-wrapper .menu-trigger.mobile:hover span {
          transform: rotate(0deg); }
        header .menu-wrapper .menu-trigger.mobile:hover span::before, header .menu-wrapper .menu-trigger.mobile:hover span::after {
          width: 100%;
          transform: translateX(0px) translateY(0px) rotate(0deg); }

.lang-wrapper.mobile {
  position: absolute;
  top: -35px;
  left: 10%; }
  .lang-wrapper.mobile .lang {
    margin: 15px 0; }
    .lang-wrapper.mobile .lang.current a {
      position: relative; }
      .lang-wrapper.mobile .lang.current a:after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        top: 120%;
        transform: scale(1, 1);
        left: 0;
        transform-origin: 0% 100%;
        background: #fff; }
    .lang-wrapper.mobile .lang a {
      color: #fff; }

footer {
  margin-top: 120px;
  background-color: #222222;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative; }
  @media only screen and (min-width: 767px) {
    footer {
      padding-bottom: 0px;
      margin-top: 150px;
      height: 150px;
      padding-top: 40px; } }
  footer .logo img {
    width: 250px; }
    @media only screen and (min-width: 767px) {
      footer .logo img {
        margin-top: -3px;
        width: 230px; } }
    @media only screen and (min-width: 991px) {
      footer .logo img {
        margin-top: -5px;
        width: 300px; } }
  footer .social {
    position: absolute;
    top: 105px; }
    @media only screen and (min-width: 767px) {
      footer .social {
        position: relative;
        margin-top: 35px;
        height: 40px;
        top: 0; } }
    footer .social ul li {
      margin-bottom: 8px; }
      @media only screen and (min-width: 767px) {
        footer .social ul li {
          float: left;
          margin-right: 20px;
          margin-bottom: 0; } }
      @media only screen and (min-width: 991px) {
        footer .social ul li {
          margin-right: 25px; } }
      @media only screen and (min-width: 1350px) {
        footer .social ul li {
          margin-right: 30px; } }
      footer .social ul li a {
        color: #fff;
        position: relative;
        position: relative; }
        @media only screen and (min-width: 767px) {
          footer .social ul li a:before, footer .social ul li a:after {
            content: '';
            height: 1px;
            position: absolute;
            top: 110%;
            transition: .3s ease;
            background: #fff; }
          footer .social ul li a:before {
            width: 100%;
            transform: scale(0, 1);
            left: 0%;
            transform-origin: 0% 50%; }
          footer .social ul li a:after {
            width: 0%;
            transform: scale(0, 1);
            left: 0;
            transform-origin: 0 50%; } }
      @media only screen and (min-width: 767px) {
        footer .social ul li:hover a:before {
          transform: scale(1, 1);
          transition: 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66); } }
  @media only screen and (min-width: 767px) {
    footer nav {
      float: right; } }
  footer nav ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
    height: 100px; }
    @media only screen and (min-width: 767px) {
      footer nav ul {
        display: block;
        margin-top: 0px;
        height: auto; } }
    footer nav ul li {
      margin-bottom: 10px; }
      @media only screen and (min-width: 767px) {
        footer nav ul li {
          float: left;
          margin-left: 22px;
          margin-bottom: 0px; } }
      @media only screen and (min-width: 991px) {
        footer nav ul li {
          margin-left: 35px; } }
      @media only screen and (min-width: 1350px) {
        footer nav ul li {
          margin-left: 40px; } }
      footer nav ul li a {
        color: #fff; }
        footer nav ul li a:before, footer nav ul li a:after {
          background: #fff; }
  footer .lang {
    float: right;
    color: #fff; }
  footer .copywrite {
    width: 100%;
    margin-top: 35px;
    color: #fff; }
    @media only screen and (min-width: 767px) {
      footer .copywrite {
        text-align: right; } }
    footer .copywrite a {
      color: #fff;
      text-decoration: none;
      font-family: "PFDinTextPro-XBlack", sans-serif;
      position: relative; }
      footer .copywrite a:before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: 110%;
        transition: .3s ease;
        background: #fff; }
      footer .copywrite a:before {
        transform: scale(0, 1);
        left: 0%;
        transform-origin: 0% 100%; }
      footer .copywrite a:hover:before {
        transform: scale(1, 1);
        transition: 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66); }

@keyframes longarrow {
  from {
    margin-left: 70px; }
  to {
    margin-left: 70px; }
  20% {
    margin-left: 100px; } }

@keyframes shortarrow {
  from {
    right: 0px; }
  to {
    right: 0px; }
  20% {
    right: -10%; } }

@keyframes upprelo {
  from {
    height: 0; }
  to {
    right: 50vh; } }

@keyframes rotate {
  from {
    transform: rotate3d(0, 1, 0, 0deg); }
  to {
    transform: rotate3d(0, 1, 0, 0deg); }
  30% {
    transform: rotate3d(0, 1, 0, 180deg); }
  50% {
    transform: rotate3d(0, 1, 0, 0deg); } }

.prelo {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101; }
  .prelo.disapear {
    display: none; }
  .prelo .up, .prelo .down {
    background-color: #0073CA;
    position: absolute;
    width: 100%;
    height: 50vh; }
  .prelo .up {
    top: 0; }
    .prelo .up.shut {
      height: 0;
      transition: height 0.5s cubic-bezier(0.99, 0.01, 0.45, 0.89); }
  .prelo .down {
    bottom: 0; }
    .prelo .down.shut {
      height: 0;
      transition: height 0.5s cubic-bezier(0.99, 0.01, 0.45, 0.89); }
  .prelo .sign {
    width: 120px;
    height: 40px;
    margin-bottom: 15vh;
    z-index: 40;
    position: relative; }
    @media only screen and (min-width: 767px) {
      .prelo .sign {
        margin-bottom: 10vh; } }
    .prelo .sign.disapear {
      display: none; }
    .prelo .sign img {
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: 40px;
      animation: rotate 1s ease-in-out infinite; }
  .prelo p {
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
    text-align: center; }

section.history h2.section, section.map h2.section, section.events h2.section, section.news h2.section, section.analytics h2.section, section.teams h2.section {
  /*&.to-left{
				transform: translateX(50%);
			}
			&.to-right{
				transform: translateX(-50%);
			}
			&.from-top{
				transform: translateY(-100%);
			}
			&.from-bottom{
				transform: translateY(100%);
			}*/
  opacity: 0;
  transform: translateY(25%); }
  section.history h2.section.is-visible, section.map h2.section.is-visible, section.events h2.section.is-visible, section.news h2.section.is-visible, section.analytics h2.section.is-visible, section.teams h2.section.is-visible {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s ease-in-out; }

section.history h2.sec, section.map h2.sec, section.events h2.sec, section.news h2.sec, section.analytics h2.sec, section.teams h2.sec {
  opacity: 0;
  transform: translateY(25%); }
  section.history h2.sec.from-top, section.map h2.sec.from-top, section.events h2.sec.from-top, section.news h2.sec.from-top, section.analytics h2.sec.from-top, section.teams h2.sec.from-top {
    transform: translateY(-100%); }
  section.history h2.sec.from-bottom, section.map h2.sec.from-bottom, section.events h2.sec.from-bottom, section.news h2.sec.from-bottom, section.analytics h2.sec.from-bottom, section.teams h2.sec.from-bottom {
    transform: translateY(100%); }
  section.history h2.sec.is-visible, section.map h2.sec.is-visible, section.events h2.sec.is-visible, section.news h2.sec.is-visible, section.analytics h2.sec.is-visible, section.teams h2.sec.is-visible {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s ease-in-out; }

section.history h2, section.events h2, section.news h2, section.analytics h2, section.teams h2 {
  color: transparent;
  text-stroke: 2px #222222;
  -webkit-text-stroke: 2px #222222;
  font-family: "PFDinTextPro-XBlack", sans-serif; }
  @media only screen and (min-width: 767px) {
    section.history h2, section.events h2, section.news h2, section.analytics h2, section.teams h2 {
      text-stroke: 2px #222222;
      -webkit-text-stroke: 2px #222222; } }
  @media only screen and (min-width: 1350px) {
    section.history h2, section.events h2, section.news h2, section.analytics h2, section.teams h2 {
      text-stroke: 3px #222222;
      -webkit-text-stroke: 3px #222222; } }

section.map {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
  /*img.globe{
		width: 100%;
		position: absolute;
		bottom: 0;
		z-index: 7;
	}*/
  /*.box-wrapper{
		display: flex;
		align-items: center;
		height: 100vh;
		.box{
			width: 100%;
			//height: 25vh;
			height: 270px;
			padding: 45px 50px 50px 50px;
			border: 2px solid $gray;
			background-color: #fff;
			margin-bottom: 3vw; 
			overflow: hidden;
			position: relative;
			.default{
				width: calc(100% - 100px);
				position: absolute;
				//background-color: #f0f;
				transition: transform .3s cubic-bezier(.52, 1.64, .37, .66);
				&.hided{
					transition: transform .3s cubic-bezier(.52, 1.64, .37, .66);
					//left: -50%;
					transform: translateX(-110%);
				}
				.cities{
					margin-bottom: 30px;
					margin-top: 20px;
					ul{
						margin-top: 2px;
						li{
							margin-bottom: 3px;
							a{
								display: inline-block;
								//background-color: #f0f;
								width: 100%;
								span{
									width: 30%;
									float: left;
									display: block;
									//float: right;
									&:first-of-type{
										width: 50%;
										margin-right: 5%;
									}
								}
								position: relative;	
								position: relative;	
								&:before, &:after{
									content: '';
									//width: 50%;
									height: 1px;
									position: absolute;
									top: 110%;
									transition: .3s ease;
									
									background: $gray;
								}
								&:before{
									width: 80%;
									transform: scale(0, 1);
									left: 0%;
									transform-origin: 0% 50%;

								}
								&:after{
									width: 0%;
									transform: scale(0, 1);
									left: 0;
									transform-origin: 0 50%;
								}
							}
							&:hover a:before{
								transform: scale(1, 1);
								transition: .3s cubic-bezier(.52, 1.64, .37, .66);
							}

							&:hover a:after{
								//transform: scale(1, 1);
							}
						}
					}
				}
			}
			.city{
				//width: calc(100% - 130px);
				width: calc(100% - 100px);
				position: absolute;
				transition: transform .3s cubic-bezier(.52, 1.64, .37, .66);
				&.hided{
					//right: -100%;
					transition: transform .3s cubic-bezier(.52, 1.64, .37, .66);
					//left: -50%;
					transform: translateX(130%);
				}
				.close{
					width: 30px;
					height: 30px;
					float: right;
					position: absolute;
					//right: -45px;
					right: -52px;
					top: -45px;
					//top: -20px;
					padding: 9px 9px 0 0;
					cursor: pointer;
					background-color: $gray;
					.handle{
					    margin-top: 9px;
					    margin-right: 0px;
					    background-color: #fff;
					    width: 20px;
					    height: 2px;
					    display: block;
					    transform: rotate(45deg);
					    float: right;
					    border-radius: 2px;
					    &:after {
							content:"";
							background-color: #fff;
							width: 20px;
							height: 2px;
							display: block;
							float: right;
							border-radius: 2px;
							z-index: -1;
							transform-origin: center center;
							transform: rotate(90deg);
					    }
					}
				}
				
				.court{
					margin-top: 5px;
					margin-bottom: 18px;
					display: block;
					text-transform: none;
					//text-transform: uppercase;
					font-family: $main;
					font-family: $black;
					font-family: $regular;
					font-size: 1.3rem;
					//font-size: 0.9rem;
				}
				.cases{
					//display: flex;
					margin-bottom: 30px;
					.subtitle{
						margin-bottom: 5px;
					}
					ul{
						//flex: 1;
						margin-top: 2px;
						li{
							margin-bottom: 7px;
							//margin-left: 20px;
						}
					}
				}
			}
			
			a.readmore{
				img{
					margin-left: 0;
				}
				&:hover{
					img{
						animation: shortarrow .5s cubic-bezier(.52, 1.94, .37, .66);
					}
				}
			}
			a.more{
				display: inline-block;
			}
			
		}
	}
	h2{
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 15vw;
	}*/ }
  section.map .first-screen-wrapper {
    margin-right: 6%;
    margin-left: 6%;
    position: absolute;
    width: 88%;
    height: 100vh;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 767px) {
      section.map .first-screen-wrapper {
        margin-right: 3%;
        margin-left: 3%;
        width: 94%; } }
  section.map .main-screen a.court, section.map .secondary-screen a.court {
    margin-top: 0; }
  section.map .main-screen .titles-wrapper, section.map .secondary-screen .titles-wrapper {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 767px) {
      section.map .main-screen .titles-wrapper, section.map .secondary-screen .titles-wrapper {
        width: 50%; } }
    section.map .main-screen .titles-wrapper h1, section.map .secondary-screen .titles-wrapper h1 {
      font-size: 16vw;
      text-transform: uppercase;
      color: transparent;
      text-stroke: 2px #222222;
      -webkit-text-stroke: 2px #222222;
      font-family: "PFDinTextPro-XBlack", sans-serif;
      margin-bottom: 12vh;
      z-index: -20;
      position: relative; }
      @media only screen and (min-width: 767px) {
        section.map .main-screen .titles-wrapper h1, section.map .secondary-screen .titles-wrapper h1 {
          font-size: 9vw;
          text-stroke: 2px #222222;
          -webkit-text-stroke: 2px #222222; } }
      @media only screen and (min-width: 1350px) {
        section.map .main-screen .titles-wrapper h1, section.map .secondary-screen .titles-wrapper h1 {
          text-stroke: 3px #222222;
          -webkit-text-stroke: 3px #222222; } }
    section.map .main-screen .titles-wrapper h2, section.map .secondary-screen .titles-wrapper h2 {
      text-transform: uppercase;
      font-family: "PFDinTextPro-XBlack", sans-serif;
      margin-bottom: 3px; }
      @media only screen and (min-width: 767px) {
        section.map .main-screen .titles-wrapper h2, section.map .secondary-screen .titles-wrapper h2 {
          margin-bottom: 10px; } }
    section.map .main-screen .titles-wrapper a.more, section.map .secondary-screen .titles-wrapper a.more {
      z-index: 8;
      opacity: 0;
      transition: transform .3s ease-in-out .6s, opacity .3s ease-in-out .7s;
      transform: translateY(25%); }
      section.map .main-screen .titles-wrapper a.more.reveal, section.map .secondary-screen .titles-wrapper a.more.reveal {
        transform: translateY(0);
        opacity: 1;
        transition: transform .3s ease-in-out .6s, opacity .3s ease-in-out .7s;
        margin-top: 140px; }
        @media only screen and (min-width: 767px) {
          section.map .main-screen .titles-wrapper a.more.reveal, section.map .secondary-screen .titles-wrapper a.more.reveal {
            margin-top: 0px; } }
  section.map .main-screen .list-wrapper, section.map .secondary-screen .list-wrapper {
    width: 100%;
    float: right;
    position: relative;
    z-index: 8;
    margin-top: -250px; }
    @media only screen and (min-width: 767px) {
      section.map .main-screen .list-wrapper, section.map .secondary-screen .list-wrapper {
        width: 40%;
        margin-top: 0; } }
    section.map .main-screen .list-wrapper ul, section.map .secondary-screen .list-wrapper ul {
      width: 100%;
      float: left; }
      @media only screen and (min-width: 767px) {
        section.map .main-screen .list-wrapper ul, section.map .secondary-screen .list-wrapper ul {
          width: 45%; } }
      section.map .main-screen .list-wrapper ul:first-of-type, section.map .secondary-screen .list-wrapper ul:first-of-type {
        margin-right: 10%; }
      section.map .main-screen .list-wrapper ul li, section.map .secondary-screen .list-wrapper ul li {
        width: 33%;
        display: block;
        float: left; }
        @media only screen and (min-width: 767px) {
          section.map .main-screen .list-wrapper ul li, section.map .secondary-screen .list-wrapper ul li {
            float: none;
            width: 100%; } }
        section.map .main-screen .list-wrapper ul li:hover .path, section.map .secondary-screen .list-wrapper ul li:hover .path {
          animation: shortarrow 0.5s cubic-bezier(0.52, 1.94, 0.37, 0.66); }
  section.map .main-screen {
    position: absolute;
    bottom: 20vh;
    width: 100%;
    opacity: 1;
    transition: all .5s ease-in-out; }
    @media only screen and (min-width: 767px) {
      section.map .main-screen {
        bottom: 19vh; } }
    section.map .main-screen.to-appear {
      opacity: 0;
      transform: translateY(25%); }
    section.map .main-screen.hided {
      transform: translateX(-110%);
      transition: transform .3s ease-in-out; }
    section.map .main-screen .titles-wrapper h2 {
      font-size: 7vw; }
      @media only screen and (min-width: 767px) {
        section.map .main-screen .titles-wrapper h2 {
          font-size: 5vw; } }
    section.map .main-screen .titles-wrapper h1 {
      font-size: 26vw;
      line-height: 0.9;
      margin-top: 7px;
      margin-bottom: 0; }
      @media only screen and (min-width: 767px) {
        section.map .main-screen .titles-wrapper h1 {
          font-size: 9vw;
          margin-bottom: 12vh;
          margin-top: 0;
          line-height: 1; } }
    section.map .main-screen .titles-wrapper a.more.reveal {
      margin-top: 130px; }
      @media only screen and (min-width: 767px) {
        section.map .main-screen .titles-wrapper a.more.reveal {
          margin-top: 0px; } }
    section.map .main-screen .list-wrapper {
      margin-top: -170px; }
      @media only screen and (min-width: 767px) {
        section.map .main-screen .list-wrapper {
          margin-top: 0; } }
      section.map .main-screen .list-wrapper ul li {
        /*display: block;
					width: 49%;
					float: left;*/
        margin-bottom: 15px; }
        section.map .main-screen .list-wrapper ul li .city {
          z-index: 999;
          float: left; }
          section.map .main-screen .list-wrapper ul li .city p {
            margin-top: 2px; }
          section.map .main-screen .list-wrapper ul li .city h4 {
            text-transform: none;
            position: relative; }
            @media only screen and (min-width: 767px) {
              section.map .main-screen .list-wrapper ul li .city h4:before, section.map .main-screen .list-wrapper ul li .city h4:after {
                content: '';
                width: 50%;
                height: 2px;
                position: absolute;
                top: 95%;
                transition: 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
                background: #222222; }
              section.map .main-screen .list-wrapper ul li .city h4:before {
                transform: scale(0, 1);
                left: 50%;
                transform-origin: 100% 50%; }
              section.map .main-screen .list-wrapper ul li .city h4:after {
                transform: scale(0, 1);
                left: 0;
                transform-origin: 0 50%; }
              section.map .main-screen .list-wrapper ul li .city h4 a:before, section.map .main-screen .list-wrapper ul li .city h4 a:after {
                height: 0; } }
        section.map .main-screen .list-wrapper ul li .arrow .path {
          width: 15%; }
          @media only screen and (min-width: 767px) {
            section.map .main-screen .list-wrapper ul li .arrow .path {
              width: 20%; } }
        section.map .main-screen .list-wrapper ul li:hover h4:before {
          transform: scale(1, 1); }
        section.map .main-screen .list-wrapper ul li:hover h4:after {
          transform: scale(1, 1); }
  section.map .secondary-screen {
    position: absolute;
    bottom: 22vh;
    width: 100%;
    transition: transform .3s ease-in-out; }
    @media only screen and (min-width: 767px) {
      section.map .secondary-screen {
        bottom: 19vh; } }
    section.map .secondary-screen.hided {
      transform: translateX(110%);
      transition: transform .3s ease-in-out; }
    section.map .secondary-screen .titles-wrapper h2 {
      font-size: 6vw; }
      @media only screen and (min-width: 767px) {
        section.map .secondary-screen .titles-wrapper h2 {
          font-size: 3.5vw; } }
    section.map .secondary-screen .titles-wrapper h1 {
      font-size: 14vw; }
      @media only screen and (min-width: 767px) {
        section.map .secondary-screen .titles-wrapper h1 {
          font-size: 9vw; } }
    section.map .secondary-screen .list-wrapper ul {
      float: left;
      width: 45%;
      margin-right: 5%; }
      section.map .secondary-screen .list-wrapper ul:first-of-type {
        margin-right: 5%; }
      section.map .secondary-screen .list-wrapper ul li {
        width: 100%;
        margin-bottom: 15px;
        display: block; }
        section.map .secondary-screen .list-wrapper ul li h5 {
          text-transform: none;
          float: left; }
        section.map .secondary-screen .list-wrapper ul li .arrow .path {
          width: 5%; }

section.confrontation {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  section.confrontation h1.confrontation {
    font-family: "PFDinTextPro-XBlack", sans-serif;
    text-align: center;
    text-transform: uppercase; }

section.teams {
  width: calc(100% + 14%);
  margin-left: -7%;
  height: 100vh;
  background-image: url("../img/court.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (min-width: 767px) {
    section.teams {
      width: calc(100% + 11.1%);
      margin-left: -5.55%; } }
  section.teams .dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7; }
  section.teams .logos-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    section.teams .logos-wrapper .logo-box {
      background-color: #fff;
      width: 40vw;
      height: 100px;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: scale(0);
      transition: transform .25s ease-in; }
      @media only screen and (min-width: 767px) {
        section.teams .logos-wrapper .logo-box {
          width: 20vw;
          height: 200px; } }
      section.teams .logos-wrapper .logo-box.show {
        transform: scale(1); }
      section.teams .logos-wrapper .logo-box img {
        width: 10vw;
        height: auto; }
  section.teams .sides {
    z-index: 1;
    margin-top: -50px; }
    section.teams .sides .side {
      display: flex;
      justify-content: center; }
      section.teams .sides .side h2 {
        text-stroke: 2px #fff;
        color: transparent;
        -webkit-text-stroke: 2px #fff;
        text-transform: uppercase;
        font-family: "PFDinTextPro-XBlack", sans-serif;
        margin-bottom: -10px; }
        @media only screen and (min-width: 767px) {
          section.teams .sides .side h2 {
            margin-bottom: -30px; } }
      section.teams .sides .side ul li {
        opacity: 0;
        transition: opacity .5s ease; }
        section.teams .sides .side ul li.animated {
          opacity: 1;
          transition: opacity .5s ease; }
        section.teams .sides .side ul li a {
          color: #fff; }
          section.teams .sides .side ul li a:before, section.teams .sides .side ul li a:after {
            top: 100%;
            background: #fff; }
      section.teams .sides .side.ukr {
        margin-bottom: 15px; }
        @media only screen and (min-width: 767px) {
          section.teams .sides .side.ukr {
            margin-bottom: 15px; } }
        section.teams .sides .side.ukr h2 {
          align-self: flex-end; }
        section.teams .sides .side.ukr ul {
          display: flex;
          flex-direction: column-reverse;
          align-self: flex-end;
          margin-left: 20px; }
          @media only screen and (min-width: 767px) {
            section.teams .sides .side.ukr ul {
              margin-bottom: 25px; } }
          section.teams .sides .side.ukr ul li {
            margin-top: 10px; }
      section.teams .sides .side.rus ul {
        margin-right: 15px; }
        @media only screen and (min-width: 767px) {
          section.teams .sides .side.rus ul {
            margin-top: 10px; } }
        section.teams .sides .side.rus ul li {
          text-align: right;
          margin-bottom: 10px; }

section.history {
  margin-top: 150px;
  /*.tezis{
		margin-top: 20px;
		font-family: $regular;
		width: 90%;
		margin-top: 20vh;
	}*/ }
  @media only screen and (min-width: 767px) {
    section.history {
      margin-top: 200px;
      margin-bottom: 200px; } }
  @media only screen and (min-width: 991px) {
    section.history {
      margin-bottom: 180px; } }
  @media only screen and (min-width: 1350px) {
    section.history {
      margin-bottom: 200px; } }
  section.history .history {
    position: relative; }
    section.history .history h2 {
      margin-top: 55vh; }
      @media only screen and (min-width: 767px) {
        section.history .history h2 {
          width: 100%;
          position: absolute;
          bottom: 3vw;
          margin-left: 7vw; } }
      @media only screen and (min-width: 991px) {
        section.history .history h2 {
          bottom: 0; } }
    section.history .history .tezis {
      width: 85%; }
      @media only screen and (min-width: 767px) {
        section.history .history .tezis {
          position: absolute;
          font-family: "DIN Pro", sans-serif;
          width: 90%;
          bottom: 27vw; } }
      @media only screen and (min-width: 991px) {
        section.history .history .tezis {
          bottom: 20vw; } }
      @media only screen and (min-width: 1350px) {
        section.history .history .tezis {
          bottom: 25vw; } }
  section.history .illustration img.history {
    height: 55vh;
    float: right;
    z-index: -1;
    margin-top: -62vh; }
    @media only screen and (min-width: 767px) {
      section.history .illustration img.history {
        float: none;
        height: 50vw;
        margin-left: 5vh;
        margin-top: 0; } }
  section.history .illustration a.readmore {
    width: 310px;
    margin-top: 2vh; }
    @media only screen and (min-width: 767px) {
      section.history .illustration a.readmore {
        float: right;
        margin-top: 7vh;
        margin-right: 45.5vw; } }
    @media only screen and (min-width: 991px) {
      section.history .illustration a.readmore {
        margin-top: -7vh;
        margin-right: -7.5vw; } }

.events.container h2 {
  float: right; }
  @media only screen and (min-width: 767px) {
    .events.container h2 {
      margin-top: -10vw;
      z-index: -100; } }
  @media only screen and (min-width: 991px) {
    .events.container h2 {
      margin-top: -6vw; } }
  @media only screen and (min-width: 1350px) {
    .events.container h2 {
      margin-top: -6.5vw; } }

section.events, .events-related, .events-list {
  margin-top: 100px; }
  section.events .second, section.events .first, .events-related .second, .events-related .first, .events-list .second, .events-list .first {
    width: 100%; }
    @media only screen and (min-width: 767px) {
      section.events .second, section.events .first, .events-related .second, .events-related .first, .events-list .second, .events-list .first {
        width: 50%;
        float: left; } }
  section.events .second, .events-related .second, .events-list .second {
    padding-left: 0; }
  section.events .mounth-wrapper, .events-related .mounth-wrapper, .events-list .mounth-wrapper {
    padding: 0;
    /*@media only screen and (min-width: 767px){
			width: 300px;
		}

		@media only screen and (min-width: 991px){
			width: 350px;
		}
		@media only screen and (min-width: 1350px){
			width: 400px;
		}*/ }
    section.events .mounth-wrapper .mounth, .events-related .mounth-wrapper .mounth, .events-list .mounth-wrapper .mounth {
      width: calc(100% - 90px);
      text-align: center;
      float: left;
      margin-top: 10px;
      text-transform: uppercase;
      font-family: "PFDinTextPro-XBlack", sans-serif; }
      @media only screen and (min-width: 767px) {
        section.events .mounth-wrapper .mounth, .events-related .mounth-wrapper .mounth, .events-list .mounth-wrapper .mounth {
          margin-top: 15px;
          width: 320px; } }
      @media only screen and (min-width: 991px) {
        section.events .mounth-wrapper .mounth, .events-related .mounth-wrapper .mounth, .events-list .mounth-wrapper .mounth {
          width: 370px; } }
      @media only screen and (min-width: 1350px) {
        section.events .mounth-wrapper .mounth, .events-related .mounth-wrapper .mounth, .events-list .mounth-wrapper .mounth {
          width: 420px; } }
    section.events .mounth-wrapper button, .events-related .mounth-wrapper button, .events-list .mounth-wrapper button {
      margin-bottom: -10px; }
      @media only screen and (min-width: 767px) {
        section.events .mounth-wrapper button, .events-related .mounth-wrapper button, .events-list .mounth-wrapper button {
          margin-left: 30px; } }
      section.events .mounth-wrapper button:first-of-type, .events-related .mounth-wrapper button:first-of-type, .events-list .mounth-wrapper button:first-of-type {
        float: left; }
  section.events h2, .events-related h2, .events-list h2 {
    margin-top: -115px;
    text-align: right; }
  section.events .from-bottom, .events-related .from-bottom, .events-list .from-bottom {
    margin-top: 20px; }
    @media only screen and (min-width: 767px) {
      section.events .from-bottom, .events-related .from-bottom, .events-list .from-bottom {
        margin-top: 100px; } }
  section.events .dates, .events-related .dates, .events-list .dates {
    margin-top: 60px; }
    @media only screen and (min-width: 767px) {
      section.events .dates, .events-related .dates, .events-list .dates {
        margin-top: 70px; } }
    @media only screen and (min-width: 991px) {
      section.events .dates, .events-related .dates, .events-list .dates {
        margin-top: 80px; } }
    @media only screen and (min-width: 1350px) {
      section.events .dates, .events-related .dates, .events-list .dates {
        margin-top: 90px; } }
  section.events .date-wrapper, .events-related .date-wrapper, .events-list .date-wrapper {
    width: 100%;
    display: flex;
    margin-bottom: 25px; }
    @media only screen and (min-width: 767px) {
      section.events .date-wrapper, .events-related .date-wrapper, .events-list .date-wrapper {
        width: 90%;
        margin-bottom: 40px; } }
    section.events .date-wrapper.no-number, .events-related .date-wrapper.no-number, .events-list .date-wrapper.no-number {
      margin-top: -25px; }
      @media only screen and (min-width: 767px) {
        section.events .date-wrapper.no-number, .events-related .date-wrapper.no-number, .events-list .date-wrapper.no-number {
          margin-top: -40px; } }
  section.events .date, .events-related .date, .events-list .date {
    width: 50px;
    font-family: "PFDinTextPro-XBlack", sans-serif;
    float: left;
    margin-right: 10px; }
    @media only screen and (min-width: 767px) {
      section.events .date, .events-related .date, .events-list .date {
        width: 80px; } }
  section.events .events-wrapper, .events-related .events-wrapper, .events-list .events-wrapper {
    flex: 1;
    float: left; }
    section.events .events-wrapper .event, .events-related .events-wrapper .event, .events-list .events-wrapper .event {
      margin-bottom: 15px;
      width: 100%;
      display: flex; }
      section.events .events-wrapper .event .detail, section.events .events-wrapper .event .title, .events-related .events-wrapper .event .detail, .events-related .events-wrapper .event .title, .events-list .events-wrapper .event .detail, .events-list .events-wrapper .event .title {
        float: left; }
      section.events .events-wrapper .event .detail, .events-related .events-wrapper .event .detail, .events-list .events-wrapper .event .detail {
        margin-top: 3px;
        margin-left: 20px;
        width: 70px;
        line-height: 1.2; }
        @media only screen and (min-width: 767px) {
          section.events .events-wrapper .event .detail, .events-related .events-wrapper .event .detail, .events-list .events-wrapper .event .detail {
            width: 70px;
            margin-left: 0px; } }
        @media only screen and (min-width: 991px) {
          section.events .events-wrapper .event .detail, .events-related .events-wrapper .event .detail, .events-list .events-wrapper .event .detail {
            width: 80px;
            margin-left: 10px; } }
        @media only screen and (min-width: 1350px) {
          section.events .events-wrapper .event .detail, .events-related .events-wrapper .event .detail, .events-list .events-wrapper .event .detail {
            width: 90px;
            margin-left: 20px; } }
        section.events .events-wrapper .event .detail a.teams, .events-related .events-wrapper .event .detail a.teams, .events-list .events-wrapper .event .detail a.teams {
          display: block;
          position: relative; }
          @media only screen and (min-width: 767px) {
            section.events .events-wrapper .event .detail a.teams:before, .events-related .events-wrapper .event .detail a.teams:before, .events-list .events-wrapper .event .detail a.teams:before {
              content: '';
              width: 50%;
              height: 1px;
              position: absolute;
              top: -20%;
              transition: .3s ease;
              background: #222222; }
            section.events .events-wrapper .event .detail a.teams:before, .events-related .events-wrapper .event .detail a.teams:before, .events-list .events-wrapper .event .detail a.teams:before {
              transform: scale(0, 1);
              left: 0;
              transform-origin: 0% 50%; }
            section.events .events-wrapper .event .detail a.teams:hover:before, .events-related .events-wrapper .event .detail a.teams:hover:before, .events-list .events-wrapper .event .detail a.teams:hover:before {
              transform: scale(1, 1);
              transition: 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66); } }
        section.events .events-wrapper .event .detail a.place, .events-related .events-wrapper .event .detail a.place, .events-list .events-wrapper .event .detail a.place {
          font-family: "PFDinTextPro-XBlack", sans-serif;
          display: inline-block;
          margin-top: 7px;
          margin-bottom: 5px;
          position: relative;
          cursor: default;
          display: block; }
          @media only screen and (min-width: 767px) {
            section.events .events-wrapper .event .detail a.place, .events-related .events-wrapper .event .detail a.place, .events-list .events-wrapper .event .detail a.place {
              margin-top: 10px; }
              section.events .events-wrapper .event .detail a.place:before, .events-related .events-wrapper .event .detail a.place:before, .events-list .events-wrapper .event .detail a.place:before {
                content: '';
                width: 100%;
                height: 1px;
                position: absolute;
                top: 100%;
                transition: .3s ease;
                background: #222222; }
              section.events .events-wrapper .event .detail a.place:before, .events-related .events-wrapper .event .detail a.place:before, .events-list .events-wrapper .event .detail a.place:before {
                transform: scale(0, 1);
                left: 0;
                transform-origin: 0% 100%; }
              section.events .events-wrapper .event .detail a.place:hover:before, .events-related .events-wrapper .event .detail a.place:hover:before, .events-list .events-wrapper .event .detail a.place:hover:before {
                transform: scale(1, 1);
                transition: 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66); } }
      section.events .events-wrapper .event .title, .events-related .events-wrapper .event .title, .events-list .events-wrapper .event .title {
        flex: 1;
        width: auto;
        margin-left: 20px; }
        @media only screen and (min-width: 767px) {
          section.events .events-wrapper .event .title, .events-related .events-wrapper .event .title, .events-list .events-wrapper .event .title {
            margin-left: 15px; } }
        @media only screen and (min-width: 1350px) {
          section.events .events-wrapper .event .title, .events-related .events-wrapper .event .title, .events-list .events-wrapper .event .title {
            margin-left: 25px; } }
  section.events a.more, .events-related a.more, .events-list a.more {
    float: right; }
    section.events a.more.button-for-index, .events-related a.more.button-for-index, .events-list a.more.button-for-index {
      margin-top: 20px;
      float: left; }

section.events {
  margin-top: 230px; }
  @media only screen and (min-width: 767px) {
    section.events {
      margin-top: 100px; } }

.page section.events {
  margin-top: 100px; }

section.news, .news-related, .news-intro, .single-section {
  margin-top: 190px; }
  section.news .news-title, .news-related .news-title, .news-intro .news-title, .single-section .news-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  section.news .slider-wrapper, .news-related .slider-wrapper, .news-intro .slider-wrapper, .single-section .slider-wrapper {
    position: relative; }
    section.news .slider-wrapper .buttons, .news-related .slider-wrapper .buttons, .news-intro .slider-wrapper .buttons, .single-section .slider-wrapper .buttons {
      position: absolute;
      top: 45%;
      width: calc(100% + 36px);
      margin-left: -22px;
      display: flex;
      justify-content: space-between; }
      @media only screen and (min-width: 767px) {
        section.news .slider-wrapper .buttons, .news-related .slider-wrapper .buttons, .news-intro .slider-wrapper .buttons, .single-section .slider-wrapper .buttons {
          margin-left: -50px;
          width: calc(100% + 50px); } }
      section.news .slider-wrapper .buttons button.left-arrow, section.news .slider-wrapper .buttons button.right-arrow, .news-related .slider-wrapper .buttons button.left-arrow, .news-related .slider-wrapper .buttons button.right-arrow, .news-intro .slider-wrapper .buttons button.left-arrow, .news-intro .slider-wrapper .buttons button.right-arrow, .single-section .slider-wrapper .buttons button.left-arrow, .single-section .slider-wrapper .buttons button.right-arrow {
        width: 70px;
        height: 70px;
        z-index: 10; }
        @media only screen and (min-width: 767px) {
          section.news .slider-wrapper .buttons button.left-arrow, section.news .slider-wrapper .buttons button.right-arrow, .news-related .slider-wrapper .buttons button.left-arrow, .news-related .slider-wrapper .buttons button.right-arrow, .news-intro .slider-wrapper .buttons button.left-arrow, .news-intro .slider-wrapper .buttons button.right-arrow, .single-section .slider-wrapper .buttons button.left-arrow, .single-section .slider-wrapper .buttons button.right-arrow {
            width: 60px;
            height: 60px; } }
        @media only screen and (min-width: 991px) {
          section.news .slider-wrapper .buttons button.left-arrow, section.news .slider-wrapper .buttons button.right-arrow, .news-related .slider-wrapper .buttons button.left-arrow, .news-related .slider-wrapper .buttons button.right-arrow, .news-intro .slider-wrapper .buttons button.left-arrow, .news-intro .slider-wrapper .buttons button.right-arrow, .single-section .slider-wrapper .buttons button.left-arrow, .single-section .slider-wrapper .buttons button.right-arrow {
            width: 80px;
            height: 80px; } }
        @media only screen and (min-width: 1350px) {
          section.news .slider-wrapper .buttons button.left-arrow, section.news .slider-wrapper .buttons button.right-arrow, .news-related .slider-wrapper .buttons button.left-arrow, .news-related .slider-wrapper .buttons button.right-arrow, .news-intro .slider-wrapper .buttons button.left-arrow, .news-intro .slider-wrapper .buttons button.right-arrow, .single-section .slider-wrapper .buttons button.left-arrow, .single-section .slider-wrapper .buttons button.right-arrow {
            width: 100px;
            height: 100px; } }
  @media only screen and (min-width: 767px) {
    section.news .news-wrapper .news, .news-related .news-wrapper .news, .news-intro .news-wrapper .news, .single-section .news-wrapper .news {
      display: flex;
      flex-direction: column;
      height: 83vh; } }
  section.news .news-wrapper .news h3, section.news .news-wrapper .news h4, .news-related .news-wrapper .news h3, .news-related .news-wrapper .news h4, .news-intro .news-wrapper .news h3, .news-intro .news-wrapper .news h4, .single-section .news-wrapper .news h3, .single-section .news-wrapper .news h4 {
    margin-bottom: 40px; }
    @media only screen and (min-width: 767px) {
      section.news .news-wrapper .news h3, section.news .news-wrapper .news h4, .news-related .news-wrapper .news h3, .news-related .news-wrapper .news h4, .news-intro .news-wrapper .news h3, .news-intro .news-wrapper .news h4, .single-section .news-wrapper .news h3, .single-section .news-wrapper .news h4 {
        margin-bottom: 0; } }
  section.news .news-wrapper .news a.img, .news-related .news-wrapper .news a.img, .news-intro .news-wrapper .news a.img, .single-section .news-wrapper .news a.img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    /*&:hover{
					transform: background-size .5s ease;
					background-size: 120%;
				}*/ }
    section.news .news-wrapper .news a.img.mobile, .news-related .news-wrapper .news a.img.mobile, .news-intro .news-wrapper .news a.img.mobile, .single-section .news-wrapper .news a.img.mobile {
      display: block; }
      @media only screen and (min-width: 767px) {
        section.news .news-wrapper .news a.img.mobile, .news-related .news-wrapper .news a.img.mobile, .news-intro .news-wrapper .news a.img.mobile, .single-section .news-wrapper .news a.img.mobile {
          display: none; } }
    section.news .news-wrapper .news a.img.desktop, .news-related .news-wrapper .news a.img.desktop, .news-intro .news-wrapper .news a.img.desktop, .single-section .news-wrapper .news a.img.desktop {
      display: none; }
      @media only screen and (min-width: 767px) {
        section.news .news-wrapper .news a.img.desktop, .news-related .news-wrapper .news a.img.desktop, .news-intro .news-wrapper .news a.img.desktop, .single-section .news-wrapper .news a.img.desktop {
          display: block; } }
  section.news .news-wrapper .news .image-part, .news-related .news-wrapper .news .image-part, .news-intro .news-wrapper .news .image-part, .single-section .news-wrapper .news .image-part {
    flex-grow: 1; }
  section.news .news-wrapper .news.narrow, .news-related .news-wrapper .news.narrow, .news-intro .news-wrapper .news.narrow, .single-section .news-wrapper .news.narrow {
    float: left;
    width: 100%;
    margin-bottom: 90px; }
    @media only screen and (min-width: 767px) {
      section.news .news-wrapper .news.narrow, .news-related .news-wrapper .news.narrow, .news-intro .news-wrapper .news.narrow, .single-section .news-wrapper .news.narrow {
        width: 30%;
        margin-bottom: 0px; } }
    section.news .news-wrapper .news.narrow a.img, .news-related .news-wrapper .news.narrow a.img, .news-intro .news-wrapper .news.narrow a.img, .single-section .news-wrapper .news.narrow a.img {
      height: 200px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 767px) {
        section.news .news-wrapper .news.narrow a.img, .news-related .news-wrapper .news.narrow a.img, .news-intro .news-wrapper .news.narrow a.img, .single-section .news-wrapper .news.narrow a.img {
          height: auto;
          margin-top: 25px;
          flex-grow: 1;
          height: 100%;
          margin-bottom: 0px; } }
    section.news .news-wrapper .news.narrow h4, .news-related .news-wrapper .news.narrow h4, .news-intro .news-wrapper .news.narrow h4, .single-section .news-wrapper .news.narrow h4 {
      margin-bottom: 45px; }
  section.news .news-wrapper .news.wide, .news-related .news-wrapper .news.wide, .news-intro .news-wrapper .news.wide, .single-section .news-wrapper .news.wide {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (min-width: 767px) {
      section.news .news-wrapper .news.wide, .news-related .news-wrapper .news.wide, .news-intro .news-wrapper .news.wide, .single-section .news-wrapper .news.wide {
        width: 57%;
        margin-left: 13%; } }
    section.news .news-wrapper .news.wide a.img, .news-related .news-wrapper .news.wide a.img, .news-intro .news-wrapper .news.wide a.img, .single-section .news-wrapper .news.wide a.img {
      height: 200px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 767px) {
        section.news .news-wrapper .news.wide a.img, .news-related .news-wrapper .news.wide a.img, .news-intro .news-wrapper .news.wide a.img, .single-section .news-wrapper .news.wide a.img {
          height: auto;
          flex-grow: 1;
          margin-bottom: 30px; } }
    section.news .news-wrapper .news.wide .title-block h3, .news-related .news-wrapper .news.wide .title-block h3, .news-intro .news-wrapper .news.wide .title-block h3, .single-section .news-wrapper .news.wide .title-block h3 {
      margin-bottom: 45px; }
      @media only screen and (min-width: 767px) {
        section.news .news-wrapper .news.wide .title-block h3, .news-related .news-wrapper .news.wide .title-block h3, .news-intro .news-wrapper .news.wide .title-block h3, .single-section .news-wrapper .news.wide .title-block h3 {
          margin-bottom: 80px; } }
  section.news h2, section.news a.more, .news-related h2, .news-related a.more, .news-intro h2, .news-intro a.more, .single-section h2, .single-section a.more {
    z-index: 3; }
  section.news h2, .news-related h2, .news-intro h2, .single-section h2 {
    margin-bottom: -10px;
    margin-left: -12px; }
  section.news a.more, .news-related a.more, .news-intro a.more, .single-section a.more {
    align-self: flex-start; }

section.analytics, .analytics-related, .analytics-list, .case-analytics {
  margin-top: 110px; }
  @media only screen and (min-width: 767px) {
    section.analytics, .analytics-related, .analytics-list, .case-analytics {
      margin-top: 250px; } }
  section.analytics h2, .analytics-related h2, .analytics-list h2, .case-analytics h2 {
    text-align: right; }
  section.analytics .analytics-wrapper, .analytics-related .analytics-wrapper, .analytics-list .analytics-wrapper, .case-analytics .analytics-wrapper {
    margin-bottom: 100px; }
  section.analytics a.more, .analytics-related a.more, .analytics-list a.more, .case-analytics a.more {
    float: left; }
    @media only screen and (min-width: 767px) {
      section.analytics a.more, .analytics-related a.more, .analytics-list a.more, .case-analytics a.more {
        float: right; } }
  section.analytics .desc, .analytics-related .desc, .analytics-list .desc, .case-analytics .desc {
    margin-bottom: 35px;
    margin-top: 20px; }

.analytic {
  margin-bottom: 70px;
  margin-top: 10px; }
  @media only screen and (min-width: 767px) {
    .analytic {
      margin-bottom: 0;
      margin-top: 0; } }

/*.click{
	font-family: $black;
	font-size: 2rem;
	display: block;
	width: 200px;
	height: 50px;
	background-color: #f00;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}*/
.test {
  width: 400px;
  height: 20px;
  background-color: #f00;
  font-size: 20px; }

.analytics-list-home {
  margin-top: 30px; }
  @media only screen and (min-width: 767px) {
    .analytics-list-home {
      margin-top: 0px; } }

.owl-carousel .narrow h4 {
  margin-top: 20px; }

section.news .alternative-mobile {
  margin-top: 20px; }
  section.news .alternative-mobile .container {
    margin-top: 20px; }
  section.news .alternative-mobile .news-wrapper .narrow {
    margin-bottom: 30px; }

.alternative-mobile .video-wrapper h4 {
  margin-bottom: 20px; }

.resolution {
  position: absolute;
  right: calc(6% + 20px);
  top: 85px;
  z-index: 2; }
  @media only screen and (min-width: 767px) {
    .resolution {
      top: 85px;
      right: calc(3% + 13px); } }
  @media only screen and (min-width: 991px) {
    .resolution {
      top: 90px;
      right: calc(3% + 17px); } }
  @media only screen and (min-width: 1350px) {
    .resolution {
      top: 95px;
      right: calc(3% + 20px); } }
  .resolution li {
    display: block;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 0.9rem;
    position: relative; }
    .resolution li:last-of-type {
      margin-right: 25px; }
    .resolution li:after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      top: 120%;
      transition: .3s ease;
      background: #222222;
      left: 0; }
    .resolution li.active:after {
      transform: scale(1, 1); }
    .resolution li:after {
      transform: scale(0, 1);
      transform-origin: 0% 100%; }
    .resolution li:hover:after {
      transform: scale(1, 1);
      transition: 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .resolution .resolution-list {
    margin-top: 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-in-out;
    position: relative; }
    .resolution .resolution-list:before {
      content: "graphic quality";
      position: absolute;
      font-size: 0.75rem; }
    .resolution .resolution-list.padding {
      padding-bottom: 5px; }
    .resolution .resolution-list li {
      margin-top: 15px; }
  .resolution .quality {
    margin-bottom: 5px;
    position: relative;
    /*&:after, &:before{
			position: absolute;
			content: "";
		}
		&:before{
			width: 25px;
			height: 2px;
			background-color: $gray;
			top: 0;
			left: 0;
		}
		&:after{
			width: 4px;
			height: 4px;
			border: 2px solid $gray;
			top: -3px;
			left: 12px;
			background-color: #fff;
		}*/ }
    .resolution .quality.active {
      padding-bottom: 5px; }
    .resolution .quality img {
      width: 15px; }

.l-fix {
  padding-right: 10px; }

.main {
  margin-top: 300px; }
  @media only screen and (min-width: 767px) {
    .main {
      margin-top: 28vw; } }
  @media only screen and (min-width: 991px) {
    .main {
      margin-top: 25.5vw; } }

.news-img {
  width: 100%;
  height: 50vh;
  background-color: #999;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px; }
  @media only screen and (min-width: 767px) {
    .news-img {
      margin-top: -10.7vw;
      height: 60vh; } }

.title-box {
  position: relative;
  margin-bottom: 35px; }
  @media only screen and (min-width: 767px) {
    .title-box h2 {
      position: absolute;
      bottom: -10px; } }
  .title-box h2 .date {
    position: absolute;
    top: -70px;
    left: 0; }
    @media only screen and (min-width: 767px) {
      .title-box h2 .date {
        top: -60px; } }

.title-wrapper h2 {
  position: relative;
  margin-bottom: 30px; }
  .title-wrapper h2 .date {
    position: absolute;
    top: -60px;
    left: 0; }

.title-wrapper .intro {
  margin-top: 40px; }
  @media only screen and (min-width: 767px) {
    .title-wrapper .intro {
      margin-top: 0; } }

.place {
  font-family: "PFDinTextPro-XBlack", sans-serif;
  margin-top: 4px;
  display: block; }
  @media only screen and (min-width: 767px) {
    .place {
      margin-top: 8px; } }

.news-m-top {
  margin-top: 40px; }
  @media only screen and (min-width: 767px) {
    .news-m-top {
      margin-top: 50px; } }
  .news-m-top.additional {
    max-width: 70%; }

.analytics-m-top {
  margin-top: 40px; }
  @media only screen and (min-width: 767px) {
    .analytics-m-top {
      margin-top: 200px; } }

.history-m-top {
  margin-top: 40px; }
  @media only screen and (min-width: 767px) {
    .history-m-top {
      margin-top: 55px; } }
  @media only screen and (min-width: 991px) {
    .history-m-top {
      margin-top: 80px; } }
  @media only screen and (min-width: 1350px) {
    .history-m-top {
      margin-top: 80px; } }
  .history-m-top h4 {
    margin-bottom: 12px; }
  .history-m-top.additional {
    margin-bottom: 70px; }
    @media only screen and (min-width: 767px) {
      .history-m-top.additional {
        margin-bottom: 0px; } }

.case-m-top, .team-m-top {
  margin-top: 25px; }
  @media only screen and (min-width: 767px) {
    .case-m-top, .team-m-top {
      margin-top: 170px; } }
  @media only screen and (min-width: 991px) {
    .case-m-top, .team-m-top {
      margin-top: 200px; } }
  .case-m-top h4, .team-m-top h4 {
    margin-top: -5px;
    /*span{
			text-transform: none;
		}*/ }

.text-block.case-m-top, .text-clock.team-m-top {
  margin-top: 30px; }

.contact, .status {
  margin-top: 8px;
  display: block; }

.img-wrapper h1, .related h1, .section h1, .single-section h1 {
  color: transparent;
  text-stroke: 2px #222222;
  -webkit-text-stroke: 2px #222222;
  font-family: "PFDinTextPro-XBlack", sans-serif; }
  @media only screen and (min-width: 767px) {
    .img-wrapper h1, .related h1, .section h1, .single-section h1 {
      text-stroke: 2px #222222;
      -webkit-text-stroke: 2px #222222; } }
  @media only screen and (min-width: 1350px) {
    .img-wrapper h1, .related h1, .section h1, .single-section h1 {
      text-stroke: 3px #222222;
      -webkit-text-stroke: 3px #222222; } }

.main {
  position: relative; }

.additional {
  position: absolute;
  top: -112px;
  right: 0; }
  @media only screen and (min-width: 767px) {
    .additional {
      position: relative;
      top: 0;
      float: none; } }
  .additional.analytics-m-top {
    top: -102px; }
    @media only screen and (min-width: 767px) {
      .additional.analytics-m-top {
        top: 0; } }
  .additional.history-m-top {
    position: relative;
    top: 0; }
  .additional .date-wrapper {
    margin-top: -65px; }
    @media only screen and (min-width: 767px) {
      .additional .date-wrapper {
        margin-top: -110px; } }
    .additional .date-wrapper .mounth {
      position: relative;
      bottom: 0; }
      .additional .date-wrapper .mounth .date {
        font-family: "PFDinTextPro-XBlack", sans-serif;
        position: absolute;
        top: -13.5vw; }
        @media only screen and (min-width: 767px) {
          .additional .date-wrapper .mounth .date {
            top: -9.5vw; } }
  .additional img {
    width: 40%;
    float: right;
    margin-top: -25px; }
    @media only screen and (min-width: 767px) {
      .additional img {
        float: none;
        width: 100%;
        margin-top: -30px; } }

.additional.case-m-top {
  top: 0;
  position: relative;
  margin-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .additional.case-m-top {
      top: 6px;
      margin-bottom: 0px; } }

.img-wrapper {
  position: relative; }
  .img-wrapper h1 {
    display: none; }
    @media only screen and (min-width: 767px) {
      .img-wrapper h1 {
        display: block;
        top: -16vw;
        right: 0;
        position: absolute; } }
    @media only screen and (min-width: 1350px) {
      .img-wrapper h1 {
        top: -18vw; } }

.txt-wrapper {
  position: relative; }
  .txt-wrapper h1.top {
    position: absolute;
    top: -16vw;
    right: -33.3%;
    color: transparent;
    text-stroke: 2px #222222;
    -webkit-text-stroke: 2px #222222;
    font-family: "PFDinTextPro-XBlack", sans-serif;
    display: none; }
    @media only screen and (min-width: 767px) {
      .txt-wrapper h1.top {
        top: -13vw;
        display: block; } }
    @media only screen and (min-width: 1350px) {
      .txt-wrapper h1.top {
        top: -16vw;
        text-stroke: 3px #222222;
        -webkit-text-stroke: 3px #222222; } }
    .txt-wrapper h1.top.case {
      text-align: right;
      margin-right: 10px; }
  .txt-wrapper .caption {
    margin-top: 35px; }
    @media only screen and (min-width: 767px) {
      .txt-wrapper .caption {
        float: right;
        margin-right: -33%;
        width: 30%;
        margin-top: 20px; } }
  .txt-wrapper blockquote {
    margin-top: 40px;
    margin-bottom: 35px; }

.page .single-section {
  position: relative; }
  .page .single-section.timeline, .page .single-section.team {
    margin-bottom: 120px; }
    @media only screen and (min-width: 767px) {
      .page .single-section.timeline, .page .single-section.team {
        margin-bottom: 160px; } }
    .page .single-section.timeline .line, .page .single-section.team .line {
      position: relative; }
      .page .single-section.timeline .line:after, .page .single-section.team .line:after {
        content: "";
        position: absolute;
        top: 0;
        left: 31%;
        width: 2px;
        height: 100%;
        background-color: #000; }
        @media only screen and (min-width: 767px) {
          .page .single-section.timeline .line:after, .page .single-section.team .line:after {
            left: 32.9%;
            width: 2px; } }
        @media only screen and (min-width: 1350px) {
          .page .single-section.timeline .line:after, .page .single-section.team .line:after {
            width: 3px; } }
  .page .single-section .video-intro .video {
    height: auto; }
  .page .single-section .video-intro {
    margin-top: -20px; }
    @media only screen and (min-width: 991px) {
      .page .single-section .video-intro {
        margin-top: -40px;
        margin-bottom: 180px; } }
    @media only screen and (min-width: 1350px) {
      .page .single-section .video-intro {
        margin-top: -60px; } }
  .page .single-section .news-list {
    margin-top: -60px; }
  .page .single-section .headline {
    position: relative; }
    .page .single-section .headline .more {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media only screen and (min-width: 767px) {
        .page .single-section .headline .more {
          bottom: 3.35vw; } }
  .page .single-section .slider-wrapper {
    margin-top: 30px; }
    @media only screen and (min-width: 1350px) {
      .page .single-section .slider-wrapper {
        margin-top: 40px; } }
    @media only screen and (min-width: 991px) {
      .page .single-section .slider-wrapper .video-intro {
        margin-bottom: 0; } }
    .page .single-section .slider-wrapper .buttons {
      top: 38%; }
    .page .single-section .slider-wrapper .video-list.margin-bottom.whole {
      margin-bottom: 0px; }
      @media only screen and (min-width: 767px) {
        .page .single-section .slider-wrapper .video-list.margin-bottom.whole {
          margin-bottom: 30px; } }
  .page .single-section .for-button {
    margin-top: 50px;
    height: 50px; }
    .page .single-section .for-button.frvd {
      margin-top: 40px; }

.single-section, .related {
  margin-top: 100px; }
  @media only screen and (min-width: 767px) {
    .single-section, .related {
      margin-top: 120px; } }

.page .analytics-list.case-analytics {
  margin-top: 50px;
  margin-bottom: 0px; }
  @media only screen and (min-width: 767px) {
    .page .analytics-list.case-analytics {
      margin-top: 25px; } }
  @media only screen and (min-width: 991px) {
    .page .analytics-list.case-analytics {
      margin-top: 30px; } }
  @media only screen and (min-width: 1350px) {
    .page .analytics-list.case-analytics {
      margin-top: 40px; } }

@media only screen and (min-width: 767px) {
  .related {
    margin-bottom: 50px; } }

.related .analytic {
  margin-bottom: 70px;
  margin-top: 10px; }
  @media only screen and (min-width: 767px) {
    .related .analytic {
      margin-bottom: 0;
      margin-top: 0; } }

.related .news-related {
  margin-top: 40px; }
  @media only screen and (min-width: 767px) {
    .related .news-related {
      margin-top: 30px; } }
  @media only screen and (min-width: 767px) {
    .related .news-related .news-wrapper .news {
      height: 50vw; } }
  @media only screen and (min-width: 991px) {
    .related .news-related .news-wrapper .news {
      height: 42vw; } }
  @media only screen and (min-width: 1350px) {
    .related .news-related .news-wrapper .news {
      height: 36vw; } }
  .related .news-related .news-wrapper .news.narrow {
    margin-bottom: 90px; }
    @media only screen and (min-width: 767px) {
      .related .news-related .news-wrapper .news.narrow {
        margin-bottom: 0px; } }
    .related .news-related .news-wrapper .news.narrow a.img {
      margin-bottom: 20px; }
      @media only screen and (min-width: 767px) {
        .related .news-related .news-wrapper .news.narrow a.img {
          margin-bottom: 0; } }
  .related .news-related .news-wrapper .news.wide a.img {
    margin-bottom: 20px; }
    @media only screen and (min-width: 767px) {
      .related .news-related .news-wrapper .news.wide a.img {
        margin-bottom: 30px; } }
  .related .news-related .news-wrapper .news.wide .title-block h3 {
    margin-bottom: 50px; }

.related .analytics-related {
  margin-top: 30px; }

.related .events-related {
  margin-top: -30px; }

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

.tab_item {
  /*border-left: 1px solid #000;
	padding-left: 2vw;
	margin-left: 1vw;
	@media only screen and (min-width: 767px){
		border-left: 2px solid #000;
		padding-left: 1.4vw;
		margin-left: -1.4vw;
	}
	@media only screen and (min-width: 1350px){
		border-left: 3px solid #000;

	}*/ }

.txt-wrapper p, .text-block p{
  text-align: justify;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.tab-wrapper {
  margin-right: -0.15vw; }
  @media only screen and (min-width: 767px) {
    .tab-wrapper {
      margin-right: -1.5vw; } }
  .tab-wrapper .tab {
    margin-bottom: 10px;
    cursor: pointer;
    font-family: "PFDinTextPro-XBlack", sans-serif;
    text-stroke: 1px #222222;
    -webkit-text-stroke: 1px #222222;
    color: transparent; }
    @media only screen and (min-width: 767px) {
      .tab-wrapper .tab {
        text-stroke: 2px #222222;
        -webkit-text-stroke: 2px #222222; } }
  .tab-wrapper .active {
    cursor: default;
    text-stroke: 0px;
    -webkit-text-stroke: 0px;
    color: #000;
    position: relative; }
    .tab-wrapper .active:after {
      content: " ";
      width: 20%;
      height: 2px;
      background-color: #000;
      position: absolute;
      right: -0.5%;
      top: 2.2vw; }
      @media only screen and (min-width: 767px) {
        .tab-wrapper .active:after {
          width: 45%;
          top: 2vw; } }
      @media only screen and (min-width: 1350px) {
        .tab-wrapper .active:after {
          height: 3px; } }

.tab_item .text-block {
  margin-top: 20px; }

.text-part, .video-part, .analytics-part {
  width: 100%; }

.video-part, .analytics-part, .files-part {
  margin-top: 70px; }
  @media only screen and (min-width: 767px) {
    .video-part, .analytics-part, .files-part {
      margin-top: 30px; } }
  @media only screen and (min-width: 991px) {
    .video-part, .analytics-part, .files-part {
      margin-top: 30px; } }
  @media only screen and (min-width: 1350px) {
    .video-part, .analytics-part, .files-part {
      margin-top: 50px; } }

.video-part .small-video {
  margin-top: 10px; }
  @media only screen and (min-width: 767px) {
    .video-part .small-video {
      margin-top: 15px; } }
  @media only screen and (min-width: 1350px) {
    .video-part .small-video {
      margin-top: 20px; } }

.video-part .date-video {
  margin-top: 20px; }
  @media only screen and (min-width: 767px) {
    .video-part .date-video {
      margin-top: 40px; } }
  @media only screen and (min-width: 991px) {
    .video-part .date-video {
      margin-top: 45px; } }
  @media only screen and (min-width: 1350px) {
    .video-part .date-video {
      margin-top: 50px; } }

.files-part {
  width: 100%;
  margin-top: 70px;
  /*&.no-top{
		margin-top: -5px;
	}*/ }
  @media only screen and (min-width: 767px) {
    .files-part {
      margin-top: 60px; } }
  @media only screen and (min-width: 991px) {
    .files-part {
      margin-top: 70px; } }
  @media only screen and (min-width: 1350px) {
    .files-part {
      margin-top: 90px; } }
  @media only screen and (min-width: 767px) {
    .files-part .files-list {
      margin-top: 30px; } }
  .files-part .file-name {
    margin-top: 20px;
    display: block;
    position: relative; }
    @media only screen and (min-width: 767px) {
      .files-part .file-name {
        margin-top: 30px; } }
    .files-part .file-name:before {
      content: '';
      width: 40%;
      height: 2px;
      position: absolute;
      top: -10%;
      transition: .3s ease;
      background: #222222; }
    .files-part .file-name:before {
      transform: scale(0, 1);
      left: 0;
      transform-origin: 0% 40%; }
    .files-part .file-name:hover:before {
      transform: scale(1, 1);
      transition: 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .files-part .file-name:hover:after {
      transform: scale(0, 0); }

.tab_content {
  position: relative; }
  .tab_content h3 {
    text-transform: none;
    font-family: "PFDinTextPro-XBlack", sans-serif; }
    @media only screen and (min-width: 767px) {
      .tab_content h3 {
        float: right;
        width: 21%;
        position: absolute;
        right: -27.5%; } }
  @media only screen and (min-width: 767px) {
    .tab_content .video-part h3 {
      margin-top: 40px; } }
  @media only screen and (min-width: 991px) {
    .tab_content .video-part h3 {
      margin-top: 45px; } }
  @media only screen and (min-width: 1350px) {
    .tab_content .video-part h3 {
      margin-top: 50px; } }
  @media only screen and (min-width: 767px) {
    .tab_content .analytics-part h3 {
      margin-top: 60px; } }
  @media only screen and (min-width: 991px) {
    .tab_content .analytics-part h3 {
      margin-top: 70px; } }
  @media only screen and (min-width: 767px) {
    .tab_content .files-part h3 {
      margin-top: 25px; } }

.analytics-part.padding-top {
  padding-top: 30px; }
  @media only screen and (min-width: 767px) {
    .analytics-part.padding-top {
      padding-top: 0px; } }
  .analytics-part.padding-top h3 {
    margin-bottom: -20px; }
    @media only screen and (min-width: 767px) {
      .analytics-part.padding-top h3 {
        margin-bottom: 0; } }

.analytics-part.analytics-list.case-analytics.padding-top {
  margin-bottom: 0; }

.single-section.team .tab-wrapper .tab {
  margin-bottom: 15px;
  cursor: pointer;
  font-family: "DIN Pro", sans-serif;
  text-stroke: 0px;
  -webkit-text-stroke: 0px;
  color: #000;
  width: 70%; }
  @media only screen and (min-width: 767px) {
    .single-section.team .tab-wrapper .tab {
      height: auto;
      width: 80%;
      margin-bottom: 17px; } }

.single-section.team .tab-wrapper .active {
  font-family: "PFDinTextPro-XBlack", sans-serif;
  position: relative;
  padding-top: 2px; }
  .single-section.team .tab-wrapper .active:after {
    content: " ";
    width: 30%;
    height: 2px;
    position: absolute;
    right: -42.6%;
    top: 8px; }
    @media only screen and (min-width: 767px) {
      .single-section.team .tab-wrapper .active:after {
        width: 20%;
        height: 2px;
        right: -25.5%;
        top: 0.8rem; } }
    @media only screen and (min-width: 1350px) {
      .single-section.team .tab-wrapper .active:after {
        height: 3px; } }

.single-section.team .tab_content .tab_item {
  position: relative; }
  .single-section.team .tab_content .tab_item .text-part, .single-section.team .tab_content .tab_item .name-part {
    width: 100%; }
    @media only screen and (min-width: 767px) {
      .single-section.team .tab_content .tab_item .text-part, .single-section.team .tab_content .tab_item .name-part {
        width: 46%;
        float: left; } }
    .single-section.team .tab_content .tab_item .text-part h2, .single-section.team .tab_content .tab_item .name-part h2 {
      margin-left: 0; }
    .single-section.team .tab_content .tab_item .text-part .desc, .single-section.team .tab_content .tab_item .name-part .desc {
      margin-top: 10px; }
      @media only screen and (min-width: 767px) {
        .single-section.team .tab_content .tab_item .text-part .desc, .single-section.team .tab_content .tab_item .name-part .desc {
          margin-top: 30px; } }
  .single-section.team .tab_content .tab_item .img-part {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
    margin-bottom: 15px; }
    @media only screen and (min-width: 767px) {
      .single-section.team .tab_content .tab_item .img-part {
        margin-right: 2.5%;
        margin-bottom: 0px;
        width: 25%;
        height: 200px; } }
    @media only screen and (min-width: 991px) {
      .single-section.team .tab_content .tab_item .img-part {
        height: 250px; } }
    @media only screen and (min-width: 1350px) {
      .single-section.team .tab_content .tab_item .img-part {
        height: 300px; } }
  .single-section.team .tab_content .tab_item .position-part {
    float: left;
    margin-top: 20px; }
    @media only screen and (min-width: 767px) {
      .single-section.team .tab_content .tab_item .position-part {
        margin-left: 5.2%;
        margin-top: 0; } }

.page .one-video .video-intro .video.wide, .page .news-wrapper.one-news .news.wide {
  width: 100%;
  margin-left: 0; }

.one-news {
  margin-top: 25px; }

.page .news-wrapper.one-news .news {
  height: 73vh; }

.file-wrapper {
  margin-top: 35px; }
  @media only screen and (min-width: 767px) {
    .file-wrapper {
      margin-top: 30px; } }
  @media only screen and (min-width: 991px) {
    .file-wrapper {
      margin-top: 30px; } }
  @media only screen and (min-width: 1350px) {
    .file-wrapper {
      margin-top: 70px; } }
  .file-wrapper h4, .file-wrapper h3 {
    text-transform: none; }

.single-section .for-events .dates {
  margin-top: 40px; }
  @media only screen and (min-width: 767px) {
    .single-section .for-events .dates {
      margin-top: 60px; } }
  @media only screen and (min-width: 991px) {
    .single-section .for-events .dates {
      margin-top: 70px; } }
  @media only screen and (min-width: 1350px) {
    .single-section .for-events .dates {
      margin-top: 90px; } }

.single-section .mounth-wrapper {
  margin-top: 50px; }

.single-section .left-arrow {
  margin-left: 5px; }

.single-section .right-arrow {
  margin-right: 5px; }

.date-video {
  margin-top: 30px; }
  @media only screen and (min-width: 767px) {
    .date-video {
      margin-top: 50px; } }

.page .video-list .date-video .small-video {
  /*margin-bottom: 10px;
	@media only screen and (min-width: 767px){
		margin-bottom: 20px
	}*/ }

.page .analytics-list.case-analytics {
  /*h3{

		margin-bottom: -20px;
		@media only screen and (min-width: 767px){
			margin-bottom: 0;
			margin-top: -25px;
		}
	}*/ }
  .page .analytics-list.case-analytics .analytic {
    margin-bottom: 0px;
    margin-top: 50px; }
    @media only screen and (min-width: 767px) {
      .page .analytics-list.case-analytics .analytic {
        margin-bottom: 0;
        margin-top: 60px; } }
    @media only screen and (min-width: 991px) {
      .page .analytics-list.case-analytics .analytic {
        margin-top: 60px; } }
    @media only screen and (min-width: 991px) {
      .page .analytics-list.case-analytics .analytic {
        margin-top: 70px; } }
  .page .analytics-list.case-analytics.whole {
    margin-top: -40px; }
    @media only screen and (min-width: 767px) {
      .page .analytics-list.case-analytics.whole {
        margin-top: -40px; } }
    @media only screen and (min-width: 991px) {
      .page .analytics-list.case-analytics.whole {
        margin-top: -30px; } }
    @media only screen and (min-width: 1350px) {
      .page .analytics-list.case-analytics.whole {
        margin-top: -20px; } }
    .page .analytics-list.case-analytics.whole .analytic {
      margin-bottom: 0px;
      margin-top: 70px; }
      @media only screen and (min-width: 767px) {
        .page .analytics-list.case-analytics.whole .analytic {
          margin-bottom: 0px;
          margin-top: 80px; } }

.filter {
  margin-bottom: 20px; }

.files-list.whole {
  margin-bottom: 50px; }
  @media only screen and (min-width: 1350px) {
    .files-list.whole {
      margin-top: -40px; } }

.page .video-list.whole .small-video {
  margin-bottom: 10px; }

.page .video-list.margin-bottom {
  margin-top: -50px; }
  @media only screen and (min-width: 767px) {
    .page .video-list.margin-bottom {
      margin-top: 0px; } }

.page .video-list.margin-bottom.whole {
  margin-bottom: 50px; }
  @media only screen and (min-width: 767px) {
    .page .video-list.margin-bottom.whole {
      margin-bottom: 80px;
      margin-top: -50px; } }
  @media only screen and (min-width: 991px) {
    .page .video-list.margin-bottom.whole {
      margin-top: -75px; } }
  @media only screen and (min-width: 1350px) {
    .page .video-list.margin-bottom.whole {
      margin-top: -100px; } }

.page .analytics-list .margin-bottom.analytics-page {
  margin-bottom: 30px; }

.name-part h3 {
  position: relative;
  top: 0;
  left: 0;
  float: none;
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase; }

@media only screen and (min-width: 767px) {
  .single-section.team .members-of-team .tab_content {
    margin-top: -40px; } }

.single-section.team .members-of-team .tab_content .tab_item .human, .single-section.team .members-of-team .tab_content .tab_item .firm {
  margin-top: 40px;
  width: 100%; }
  .single-section.team .members-of-team .tab_content .tab_item .human h3, .single-section.team .members-of-team .tab_content .tab_item .firm h3 {
    width: 100%; }
  .single-section.team .members-of-team .tab_content .tab_item .human p, .single-section.team .members-of-team .tab_content .tab_item .firm p {
    margin-top: 20px;
    line-height: 1.4; }
  .single-section.team .members-of-team .tab_content .tab_item .human .img-part, .single-section.team .members-of-team .tab_content .tab_item .firm .img-part {
    width: 100%; }
    @media only screen and (min-width: 767px) {
      .single-section.team .members-of-team .tab_content .tab_item .human .img-part, .single-section.team .members-of-team .tab_content .tab_item .firm .img-part {
        width: 35%; } }
  .single-section.team .members-of-team .tab_content .tab_item .human .name-part, .single-section.team .members-of-team .tab_content .tab_item .firm .name-part {
    width: 100%; }
    @media only screen and (min-width: 767px) {
      .single-section.team .members-of-team .tab_content .tab_item .human .name-part, .single-section.team .members-of-team .tab_content .tab_item .firm .name-part {
        width: 62.5%; } }
    .single-section.team .members-of-team .tab_content .tab_item .human .name-part .person-name, .single-section.team .members-of-team .tab_content .tab_item .human .name-part .firm-name, .single-section.team .members-of-team .tab_content .tab_item .firm .name-part .person-name, .single-section.team .members-of-team .tab_content .tab_item .firm .name-part .firm-name {
      text-transform: uppercase; }
    .single-section.team .members-of-team .tab_content .tab_item .human .name-part .desc, .single-section.team .members-of-team .tab_content .tab_item .firm .name-part .desc {
      margin-top: 20px;
      margin-bottom: 10px;
      /*margin-top: 10px;
						@media only screen and (min-width: 767px){
							margin-top: 20px;
						}*/ }

.single-section.team .members-of-team .tab_content .tab_item .position {
  margin-top: 20px; }

.single-section.team .members-of-team .tab_content .tab_item .firm img {
  width: 30%;
  height: auto;
  margin-bottom: 10px; }
  @media only screen and (min-width: 767px) {
    .single-section.team .members-of-team .tab_content .tab_item .firm img {
      float: left;
      margin-right: 7.5%;
      width: 30%;
      margin-bottom: 0; } }

.single-section.team .members-of-team .tab_content .tab_item .advisers {
  margin-top: 100px; }
  .single-section.team .members-of-team .tab_content .tab_item .advisers h4 {
    margin-top: 40px;
    width: 100%; }

.single-section.team .members-of-team .tab_content .tab_item .advisers .detail-wrapper, .single-section.team .members-of-team .tab_content .tab_item .representatives .detail-wrapper {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-size: 0.9rem;
  line-height: 1.2; }
  @media only screen and (min-width: 767px) {
    .single-section.team .members-of-team .tab_content .tab_item .advisers .detail-wrapper, .single-section.team .members-of-team .tab_content .tab_item .representatives .detail-wrapper {
      margin-right: 7.5%;
      width: 30%;
      margin-top: 30px;
      font-size: 0.8rem; } }

.single-section.team .members-of-team .tab_content .tab_item .advisers ul, .single-section.team .members-of-team .tab_content .tab_item .representatives ul {
  margin-top: 7px;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 767px) {
    .single-section.team .members-of-team .tab_content .tab_item .advisers ul, .single-section.team .members-of-team .tab_content .tab_item .representatives ul {
      width: 62.5%;
      margin-top: 20px; } }
  .single-section.team .members-of-team .tab_content .tab_item .advisers ul li, .single-section.team .members-of-team .tab_content .tab_item .representatives ul li {
    width: 100%;
    float: left;
    margin-top: 8px;
    line-height: 1.2; }

.m-t {
  margin-top: 3px; }
  @media only screen and (min-width: 767px) {
    .m-t {
      margin-top: 10px; } }

.margin-for-cases-box {
  margin-top: 30px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .margin-for-cases-box {
      margin-top: 40px;
      margin-bottom: 0px; } }
  .margin-for-cases-box .m-t {
    margin-top: 15px; }
    @media only screen and (min-width: 767px) {
      .margin-for-cases-box .m-t {
        margin-top: 10px; } }
  .margin-for-cases-box ul li {
    width: 45%;
    margin-right: 5%;
    float: left;
    margin-bottom: 10px; }
    @media only screen and (min-width: 767px) {
      .margin-for-cases-box ul li {
        width: 100%;
        margin-bottom: 13px; } }
    .margin-for-cases-box ul li .place {
      margin-top: 8px; }

.text-part {
  margin-top: -50px; }

.case-date-block {
  margin-top: 35px; }
  @media only screen and (min-width: 991px) {
    .case-date-block {
      margin-top: 45px; } }
  .case-date-block .text-block {
    margin-top: 15px; }

.single-section .tab_item .text-block h1, .single-section .tab_item .text-block h2, .single-section .tab_item .text-block h3, .single-section .tab_item .text-block h4, .single-section .tab_item .text-block h5, .single-section .tab_item .text-block h6 {
  opacity: 1;
  transform: none;
  text-stroke: 0;
  -webkit-text-stroke: 0;
  color: #222222;
  font-family: "DIN Pro", sans-serif; }

.sourse-link {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 0.8rem; }
  .sourse-link a {
    text-decoration: underline;
    font-family: "PFDinTextPro-XBlack", sans-serif; }

.experts {
  margin-top: 50px;
  margin-bottom: -20px; }
  @media only screen and (min-width: 767px) {
    .experts {
      width: 40%;
      margin-bottom: -15px; } }

.single-section.team .members-of-team .tab_content .tab_item .human .img-part.no-photo {
  border: 2px solid #222222;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='1'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto; }
  @media only screen and (min-width: 767px) {
    .single-section.team .members-of-team .tab_content .tab_item .human .img-part.no-photo {
      width: calc(35% - 4px);
      border: 2px solid #222222; } }
  @media only screen and (min-width: 1350px) {
    .single-section.team .members-of-team .tab_content .tab_item .human .img-part.no-photo {
      width: calc(35% - 6px);
      border: 3px solid #222222; } }

.intro-titles-wrapper, .top, .single-section h1, .img-wrapper h1, .related h1 {
  opacity: 0;
  transform: translateY(25%); }
  .intro-titles-wrapper.is-visible, .top.is-visible, .single-section h1.is-visible, .img-wrapper h1.is-visible, .related h1.is-visible {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s ease-in-out; }

.intro-titles-wrapper h2 {
  padding-top: 20px; }

h1.top {
  padding-right: 20px; }

.page.cases, .page.teams {
  /*.intro-titles-wrapper{
			h1{
				position: relative;
				//background-color: #f0f;
				span{
					position: absolute;
					bottom: 0;
					right: 0;
					color: #000;
					text-stroke: 0px;
					-webkit-text-stroke: 0px;
				}
			}
		}*/ }
  .page.cases .pagination, .page.teams .pagination {
    margin-top: 40px; }

.page .analytics-list {
  margin-top: 20px; }
  @media only screen and (min-width: 767px) {
    .page .analytics-list {
      margin-top: 100px; } }
  .page .analytics-list .margin-bottom {
    margin-bottom: 30px; }
    @media only screen and (min-width: 767px) {
      .page .analytics-list .margin-bottom {
        margin-bottom: 120px; } }
  .page .analytics-list .analytic {
    margin-bottom: 70px;
    margin-top: 10px; }
    @media only screen and (min-width: 767px) {
      .page .analytics-list .analytic {
        margin-bottom: 90px;
        margin-top: 0; } }

.page .video-list.margin-bottom, .page .news-list.margin-bottom {
  margin-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .page .video-list.margin-bottom, .page .news-list.margin-bottom {
      margin-bottom: 100px; } }

.page .video-list .date, .page .news-list .date {
  margin-top: 25px; }

.page .news-list .single-news h5 {
  margin-bottom: 40px; }

.page .news-list .single-news {
  margin-top: 90px; }
  @media only screen and (min-width: 767px) {
    .page .news-list .single-news {
      margin-top: 100px; } }

.page .video-list .small-video {
  margin-bottom: 10px; }
  @media only screen and (min-width: 767px) {
    .page .video-list .small-video {
      margin-bottom: 0px; } }

.page .video-list .single-video {
  margin-top: 50px; }
  @media only screen and (min-width: 767px) {
    .page .video-list .single-video {
      margin-top: 50px; } }
  @media only screen and (min-width: 991px) {
    .page .video-list .single-video {
      margin-top: 75px; } }
  @media only screen and (min-width: 1350px) {
    .page .video-list .single-video {
      margin-top: 100px; } }

.page .events-list {
  margin-top: -30px; }
  .page .events-list.margin-bottom {
    margin-bottom: 0px; }
    @media only screen and (min-width: 767px) {
      .page .events-list.margin-bottom {
        margin-bottom: 50px; } }

.page .calendar {
  margin-top: 50px; }
  .page .calendar h3 {
    font-family: "PFDinTextPro-XBlack", sans-serif; }

.page .cases-list.from-top {
  margin-top: 30px;
  margin-bottom: -10px; }
  @media only screen and (min-width: 767px) {
    .page .cases-list.from-top {
      margin-bottom: 30px;
      margin-top: 30px; } }
  @media only screen and (min-width: 991px) {
    .page .cases-list.from-top {
      margin-top: 40px; } }
  @media only screen and (min-width: 1350px) {
    .page .cases-list.from-top {
      margin-top: 50px; } }

.page .cases-list.second-side {
  margin-top: 50px; }
  @media only screen and (min-width: 767px) {
    .page .cases-list.second-side {
      margin-bottom: 30px;
      margin-top: 30px; } }
  @media only screen and (min-width: 991px) {
    .page .cases-list.second-side {
      margin-top: 40px; } }
  @media only screen and (min-width: 1350px) {
    .page .cases-list.second-side {
      margin-top: 50px; } }

.page .cases-list.to-bottom {
  margin-bottom: 10px; }
  @media only screen and (min-width: 767px) {
    .page .cases-list.to-bottom {
      margin-bottom: 30px; } }

.page .cases-list .case-wrapper {
  width: 100%;
  margin-bottom: 30px; }
  @media only screen and (min-width: 767px) {
    .page .cases-list .case-wrapper {
      width: 90%;
      margin-bottom: 40px; } }
  .page .cases-list .case-wrapper h4 {
    text-transform: none; }
  .page .cases-list .case-wrapper .desc {
    margin-top: 10px; }
    @media only screen and (min-width: 767px) {
      .page .cases-list .case-wrapper .desc {
        margin-top: 15px; } }

.page .case-title {
  margin-top: 100px; }
  @media only screen and (min-width: 767px) {
    .page .case-title {
      margin-top: 250px; } }

.page .news-intro {
  margin-top: 0px;
  margin-bottom: 80px; }
  @media only screen and (min-width: 767px) {
    .page .news-intro {
      margin-top: 30px;
      margin-bottom: 140px; } }
  @media only screen and (min-width: 767px) {
    .page .news-intro .news-wrapper .news {
      height: 70vh; } }
  .page .news-intro .news-wrapper .news.wide a.img {
    margin-bottom: 20px; }
    @media only screen and (min-width: 767px) {
      .page .news-intro .news-wrapper .news.wide a.img {
        margin-bottom: 30px; } }

.page .news-list .small-img {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block; }

.page .video-intro .video {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 767px) {
    .page .video-intro .video {
      margin-bottom: 90px;
      margin-top: 0px; } }
  .page .video-intro .video.narrow {
    float: left;
    width: 100%; }
    @media only screen and (min-width: 767px) {
      .page .video-intro .video.narrow {
        width: 30%; } }
    .page .video-intro .video.narrow h4 {
      margin-bottom: 25px; }
      @media only screen and (min-width: 767px) {
        .page .video-intro .video.narrow h4 {
          margin-bottom: 45px; } }
    .page .video-intro .video.narrow iframe {
      margin-bottom: 20px;
      margin-top: 0; }
      @media only screen and (min-width: 767px) {
        .page .video-intro .video.narrow iframe {
          margin-top: 25px;
          margin-bottom: 0px; } }
  .page .video-intro .video.wide {
    float: left;
    width: 100%; }
    @media only screen and (min-width: 767px) {
      .page .video-intro .video.wide {
        padding-top: 30px;
        width: 57%;
        margin-left: 13%; } }
    .page .video-intro .video.wide iframe {
      margin-bottom: 20px; }
      @media only screen and (min-width: 767px) {
        .page .video-intro .video.wide iframe {
          margin-bottom: 30px; } }
    .page .video-intro .video.wide .title-block h3 {
      margin-bottom: 25px; }
      @media only screen and (min-width: 767px) {
        .page .video-intro .video.wide .title-block h3 {
          margin-bottom: 45px; } }
  .page .video-intro .video h3, .page .video-intro .video h4 {
    margin-bottom: 40px; }
    @media only screen and (min-width: 767px) {
      .page .video-intro .video h3, .page .video-intro .video h4 {
        margin-bottom: 0; } }

.collapsible {
  cursor: pointer;
  float: right;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 30px; }

.pages-for-events {
  margin-top: 40px; }

.no-number .date {
  opacity: 0; }

.empty-wrapper {
  height: 300px;
  display: flex;
  width: 100%;
  align-items: center; }
  .empty-wrapper h3 {
    text-transform: none; }

@media only screen and (min-width: 767px) {
  .court {
    margin-top: 0; } }

@media only screen and (min-width: 991px) {
  .court {
    margin-top: -20px; } }

@media only screen and (min-width: 1350px) {
  .court {
    margin-top: 0; } }

.case-title-to-top {
  margin-top: 50px; }
  @media only screen and (min-width: 767px) {
    .case-title-to-top {
      margin-top: 140px; } }
  @media only screen and (min-width: 991px) {
    .case-title-to-top {
      margin-top: 180px; } }
  @media only screen and (min-width: 1350px) {
    .case-title-to-top {
      margin-top: 260px; } }

.court-name {
  margin-bottom: 7px; }
  @media only screen and (min-width: 767px) {
    .court-name {
      margin-bottom: 5px; } }

.news-page {
  margin-top: -80px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 767px) {
    .news-page {
      margin-top: -100px; } }

@media only screen and (min-width: 767px) {
  .video-page {
    margin-top: -50px; } }

@media only screen and (min-width: 991px) {
  .video-page {
    margin-top: -75px; } }

@media only screen and (min-width: 1350px) {
  .video-page {
    margin-top: -100px; } }

.filter-list li a.current:after {
  transform: scale(1, 1);
  left: 0;
  transform-origin: 0% 100%;
  width: 100%; }



.single-video h5, .single-video img {
  cursor: pointer; }

.video-placeholder {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50vw;
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 767px) {
    .video-placeholder {
      height: 19vw; } }
  @media only screen and (min-width: 991px) {
    .video-placeholder {
      height: 12.5vw; } }
  .video-placeholder img {
    width: 25%; }

.pop-up-wrapper {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  z-index: 999;
  visibility: hidden; }
  .pop-up-wrapper.show {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: opacity .25s ease-in .1s; }
  .pop-up-wrapper .pop-up-video {
    margin: 5% auto; }
  .pop-up-wrapper .pop-up-close-menu {
    top: 50px;
    right: 50px;
    width: 0;
    height: 0;
    cursor: pointer;
    opacity: 0;
    float: right;
    position: absolute;
    padding: 5px; }
    .pop-up-wrapper .pop-up-close-menu.show {
      width: 25px;
      height: 25px;
      opacity: 1;
      transition: opacity .25s ease-in .4s; }
    .pop-up-wrapper .pop-up-close-menu .handle {
      margin-top: 11px;
      background-color: #fff;
      width: 25px;
      height: 2px;
      display: block;
      transform: rotate(45deg);
      border-radius: 2px; }
      .pop-up-wrapper .pop-up-close-menu .handle:after {
        content: "";
        background-color: #fff;
        width: 25px;
        height: 2px;
        display: block;
        float: right;
        border-radius: 2px;
        z-index: -1;
        transform-origin: center center;
        transform: rotate(90deg); }


.additional.single-team {
  position: absolute;
  top: -60px;
  right: 0; }
  @media only screen and (min-width: 767px) {
    .additional.single-team {
      position: relative;
      top: 0;
      float: none; } }
  .additional.single-team img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px; }
    @media only screen and (min-width: 767px) {
      .additional.single-team img {
        position: relative;
        float: none;
        width: 100%;
        margin-top: -30px; } }


.wrapper.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.video-placeholder.wide-video {
  margin-bottom: 30px;
  height: 50vw; }
  @media only screen and (min-width: 767px) {
    .video-placeholder.wide-video {
      margin-top: -25px;
      height: 23vw; } }

.video-placeholder.small-video.mobile {
  display: flex;
  margin-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .video-placeholder.small-video.mobile {
      display: none; } }

.video-placeholder.small-video.desktop {
  display: none; }
  @media only screen and (min-width: 767px) {
    .video-placeholder.small-video.desktop {
      display: flex;
      margin-top: 25px;
      height: 12.5vw; } }

.wide h5, .wide img, .narrow h5, .narrow img {
  cursor: pointer; }

.open-pop-up{
  cursor: pointer;
}
.open-pop-up .video-placeholder .play-button{
  opacity: 0.4;
  transition: opacity .25s ease-in;
 } 
.open-pop-up:hover .video-placeholder .play-button{
  opacity: 0.9;
  transition: opacity .25s ease-in;
 } 
