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

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

main.inner-page-content .container {
    background: #FFF;
    border-radius: 10px;
}

.hidden {
    display: none;
}

.title-site {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  max-width: 100%;
  overflow-x: hidden; }

#site-header.fixed-header .logo {
    margin-right: 25px;
    width: 150px;
}

body:not(.header-black) #site-header:not(.fixed-header) .logo {
    filter: contrast(0) brightness(5);
}

#site-header.fixed-header .logo a {
    line-height: 60px;
    height: 60px;
}

#site-header.fixed-header .right-actions {
    line-height: 60px !important;
}

#site-header.fixed-header .menu ul li a {
    font-size: 14px !important;
    transition: color .3s;
}

.header-black #site-header .menu ul li a {
    transition: color .3s;
}

#site-header.fixed-header .menu ul li a:hover, .header-black #site-header .menu ul li a:hover {
    color: #0056b3;
}

#site-header.fixed-header {
    line-height: 60px !important;
    box-shadow: 1px -9px 20px #000;
}

#site-header.fixed-header .menu {
    flex: none !important;
}

body {
  background-color: #f2f2f2;
  font-family: 'Roboto Slab', serif;
  max-width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

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

.fancybox-toolbar .fancybox-button--zoom {
  display: none !important; }

.fancybox-stage .fancybox-slide .ng-caption {
  background-color: #f2f2f2;
  padding: 10px 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.82;
  color: #4a4a4a; }

.fancybox-caption {
  display: none; }

@media (max-width: 576px) {
  .flex-row.js-announce-mobile-slider {
    display: block !important; }
    .flex-row.js-announce-mobile-slider:after {
      content: '';
      display: block;
      width: 40px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+25,f2f2f2+57,f2f2f2+100&0+0,0.42+24,1+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(24%, rgba(243, 243, 243, 0.42)), color-stop(25%, rgba(242, 242, 242, 0.43)), color-stop(57%, rgba(242, 242, 242, 0.67)), to(#f2f2f2));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(243, 243, 243, 0.42) 24%, rgba(242, 242, 242, 0.43) 25%, rgba(242, 242, 242, 0.67) 57%, #f2f2f2 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=1 );
      /* IE6-9 */ }

  .flickity-slider [class*="flex-col"] {
    padding: 0 !important;
    display: block;
    width: 80%;
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; } }
.container {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto; }

@media (min-width: 769px) and (max-width: 1239px) {
  .md-container-wrap .container {
    max-width: 768px; } }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .flex-row [class*="flex-col"] {
    padding-left: 30px;
    padding-right: 30px; }
  .flex-row .flex-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.33333%; }
  .flex-row .flex-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.66667%; }
  .flex-row .flex-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .flex-row .flex-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .flex-row .flex-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.66667%; }
  .flex-row .flex-col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .flex-row .flex-col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.33333%; }
  .flex-row .flex-col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.66667%; }
  .flex-row .flex-col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .flex-row .flex-col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.33333%; }
  .flex-row .flex-col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.66667%; }
  .flex-row .flex-col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media (max-width: 1240px) {
    .flex-row [class*="flex-col"] {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .flex-row .flex-col-lg-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.333333%;
              flex: 0 0 8.333333%;
      max-width: 8.33333%; }
    .flex-row .flex-col-lg-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.66667%; }
    .flex-row .flex-col-lg-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .flex-row .flex-col-lg-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .flex-row .flex-col-lg-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
              flex: 0 0 41.666667%;
      max-width: 41.66667%; }
    .flex-row .flex-col-lg-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .flex-row .flex-col-lg-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
              flex: 0 0 58.333333%;
      max-width: 58.33333%; }
    .flex-row .flex-col-lg-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
              flex: 0 0 66.666667%;
      max-width: 66.66667%; }
    .flex-row .flex-col-lg-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    .flex-row .flex-col-lg-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.33333%; }
    .flex-row .flex-col-lg-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.666667%;
              flex: 0 0 91.666667%;
      max-width: 91.66667%; }
    .flex-row .flex-col-lg-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 768px) {
    .flex-row [class*="flex-col"] {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .flex-row .flex-col-md-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.333333%;
              flex: 0 0 8.333333%;
      max-width: 8.33333%; }
    .flex-row .flex-col-md-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666667%;
              flex: 0 0 16.666667%;
      max-width: 16.66667%; }
    .flex-row .flex-col-md-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .flex-row .flex-col-md-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .flex-row .flex-col-md-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.666667%;
              flex: 0 0 41.666667%;
      max-width: 41.66667%; }
    .flex-row .flex-col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .flex-row .flex-col-md-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.333333%;
              flex: 0 0 58.333333%;
      max-width: 58.33333%; }
    .flex-row .flex-col-md-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666667%;
              flex: 0 0 66.666667%;
      max-width: 66.66667%; }
    .flex-row .flex-col-md-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    .flex-row .flex-col-md-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.333333%;
              flex: 0 0 83.333333%;
      max-width: 83.33333%; }
    .flex-row .flex-col-md-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.666667%;
              flex: 0 0 91.666667%;
      max-width: 91.66667%; }
    .flex-row .flex-col-md-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 576px) {
    .flex-row [class*="flex-col"] {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif; }

b, strong {
  font-weight: 500; }

i {
  font-style: italic; }

h4 {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.25;
  text-align: left;
  color: #000000;
  margin-bottom: 25px;
  margin-top: 35px;
  font-family: 'Roboto Slab', serif; }
  h4:first-child {
    margin-top: 0; }

@media (max-width: 568px) {
  h4 {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 12px; } }
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.54;
  text-align: center;
  color: #000000;
  border-radius: 3px;
  background-color: #ccc; }
  .btn.btn-green {
    background-image: linear-gradient(307deg, #a3d959, #caeb4f); }

p {
  margin-bottom: 30px;
  line-height: 24px;
  color: #000;
  font-family: 'Roboto', sans-serif; }
  p:last-child {
    margin-bottom: 0; }

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu72xMOzY.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxMOzY.woff) format('woff');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxMOzY.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4WxMOzY.woff) format('woff');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxMOzY.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxMOzY.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxM.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCRc-EsA.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fABc-EsA.woff) format('woff');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCBc-EsA.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBxc-EsA.woff) format('woff');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCxc-EsA.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fChc-EsA.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc-.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCRc-EsA.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfABc-EsA.woff) format('woff');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCBc-EsA.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBxc-EsA.woff) format('woff');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCxc-EsA.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfChc-EsA.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc-.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmYmRlRdE.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSma2RlRdE.woff) format('woff');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmY2RlRdE.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmbGRlRdE.woff) format('woff');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmYGRlRdE.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmYWRlRdE.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmb2Rl.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmYmRlRdE.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISma2RlRdE.woff) format('woff');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmY2RlRdE.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmbGRlRdE.woff) format('woff');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmYGRlRdE.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmYWRlRdE.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rl.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OmYmRlRdE.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Oma2RlRdE.woff) format('woff');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OmY2RlRdE.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OmbGRlRdE.woff) format('woff');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OmYGRlRdE.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OmYWRlRdE.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Omb2Rl.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYiFWkUzZ4Y.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYiFU0UzZ4Y.woff) format('woff');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYiFVUUzZ4Y.woff) format('woff');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYiFWUUzZ4Y.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYiFV0Uz.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFWkUzZ4Y.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFU0UzZ4Y.woff) format('woff');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFVUUzZ4Y.woff) format('woff');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFWUUzZ4Y.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFV0Uz.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFWkUzZ4Y.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFU0UzZ4Y.woff) format('woff');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFVUUzZ4Y.woff) format('woff');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFWUUzZ4Y.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFV0Uz.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FWkUzZ4Y.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FU0UzZ4Y.woff) format('woff');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FVUUzZ4Y.woff) format('woff');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FWUUzZ4Y.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FV0Uz.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-FWkUzZ4Y.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-FU0UzZ4Y.woff) format('woff');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-FVUUzZ4Y.woff) format('woff');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-FWUUzZ4Y.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-FV0Uz.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#hero .hero-slider .slide {
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #hero .hero-slider .slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1); }
  #hero .hero-slider .slide .slide-content {
    max-width: 625px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 99;
    margin: 90px auto 0; }
    #hero .hero-slider .slide .slide-content.big-zag {
      max-width: 685px; }
    #hero .hero-slider .slide .slide-content .category {
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 20px;
      font-family: 'Rubik', sans-serif; }
      #hero .hero-slider .slide .slide-content .category a {
        text-decoration: none;
        display: inline-block;
        padding: 6px 15px 5px;
        color: #fff;
        text-transform: uppercase;
        background-image: linear-gradient(101deg, #f5515f, #a0051c, #9f041b);
        border-radius: 3px; }
    #hero .hero-slider .slide .slide-content a {
      color: #fff;
      text-decoration: none; }
    #hero .hero-slider .slide .slide-content .title {
      font-size: 50px;
      font-weight: 900;
      margin-bottom: 20px; }
    #hero .hero-slider .slide .slide-content .desc {
      font-size: 25px;
      font-weight: 300;
      line-height: 1.41; }
#hero .hero-slider .owl-dots {
  text-align: center;
  padding: 30px 0; }
  #hero .hero-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.32);
    margin: 0 5px;
    border-radius: 50%; }
    #hero .hero-slider .owl-dots .owl-dot.active {
      background-color: #000; }
#hero .hero-slider .owl-nav .owl-prev,
#hero .hero-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 56px;
  background-size: auto 56px !important; }
  #hero .hero-slider .owl-nav .owl-prev span,
  #hero .hero-slider .owl-nav .owl-next span {
    display: none; }
#hero .hero-slider .owl-nav .owl-prev {
  left: 30px;
  background: url("/ology/static/img/hero-slider-arr-l.svg") no-repeat center center; }
#hero .hero-slider .owl-nav .owl-next {
  right: 30px;
  background: url("/ology/static/img/hero-slider-arr-r.svg") no-repeat center center; }
#hero.inner-page-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 90px;
  min-height: 450px; }
  #hero.inner-page-hero .hero-content {
    max-width: 625px;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 99;
    margin: 50px auto 50px; }
    #hero.inner-page-hero .hero-content.big-zag {
      max-width: 685px; }
    #hero.inner-page-hero .hero-content .category {
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 20px;
      font-family: 'Rubik', sans-serif; }
      #hero.inner-page-hero .hero-content .category a {
        text-decoration: none;
        display: inline-block;
        padding: 6px 15px 5px;
        color: #fff;
        text-transform: uppercase;
        background-image: linear-gradient(106deg, #9be15d, #00e3ae);
        border-radius: 3px; }
    #hero.inner-page-hero .hero-content .title {
      font-size: 55px;
      font-weight: 900;
      line-height: 1.09;
      color: #000000; }
    #hero.inner-page-hero .hero-content .desc {
      font-size: 25px;
      font-weight: 300;
      line-height: 1.4;
      color: #000000; }
  #hero.inner-page-hero.width-image {
    min-height: 550px;
    overflow: hidden;
    position: relative; }
    #hero.inner-page-hero.width-image:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      bottom: 0;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
    #hero.inner-page-hero.width-image .hero-content {
      max-width: 625px;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 99;
      margin: 50px auto 50px; }
      #hero.inner-page-hero.width-image .hero-content.big-zag {
        max-width: 685px; }
      #hero.inner-page-hero.width-image .hero-content .title {
        color: #fff; }
      #hero.inner-page-hero.width-image .hero-content .desc {
        color: #fff; }
@media (max-width: 768px) {
  #hero .hero-slider .slide {
    padding-top: 40px; }
    #hero .hero-slider .slide .slide-content {
      padding: 50px 10px;
      margin-bottom: 60px;
      max-width: 450px; }
      #hero .hero-slider .slide .slide-content .title {
        font-size: 50px; }
      #hero .hero-slider .slide .slide-content .desc {
        font-size: 17px; } }
@media (max-width: 576px) {
  #hero .hero-slider .slide {
    height: 350px;
    padding-top: 40px; }
    #hero .hero-slider .slide .slide-content {
      padding: 30px 10px;
      max-width: 100%;
      margin-bottom: 10px; }
      #hero .hero-slider .slide .slide-content .title {
        font-size: 24px; }
      #hero .hero-slider .slide .slide-content .desc {
        font-size: 13px; }
  #hero.inner-page-hero {
    padding-top: 40px;
    min-height: 0; }
    #hero.inner-page-hero.width-image {
      min-height: 0; }
    #hero.inner-page-hero .hero-content {
      margin-top: 50px !important;
      padding: 0 20px; }
      #hero.inner-page-hero .hero-content .title {
        font-size: 24px;
        margin-bottom: 10px; }
      #hero.inner-page-hero .hero-content .desc {
        font-size: 13px; } }

.rubric-head {
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative; }
  .rubric-head .ptrn1,
  .rubric-head .ptrn2,
  .rubric-head .ptrn3,
  .rubric-head .ptrn4 {
    position: absolute;
    z-index: 0; }
  .rubric-head .ptrn1 {
    background: url("/ology/static/img/rubric-head-ptrn-1.png") no-repeat center center/cover;
    width: 162px;
    height: 209px;
    left: 0;
    top: 20px; }
  .rubric-head .ptrn2 {
    background: url("/ology/static/img/rubric-head-ptrn-2.png") no-repeat center center/cover;
    width: 126px;
    height: 147px;
    left: 206px;
    bottom: -55px; }
    .rubric-head .ptrn2:before {
      content: '';
      display: block;
      background: url("/ology/static/img/rubric-head-ptrn-2-1.png") no-repeat center center/cover;
      width: 40px;
      height: 40px;
      position: absolute;
      top: -40px;
      right: -10px; }
  .rubric-head .ptrn3 {
    background: url("/ology/static/img/rubric-head-ptrn-3.png") no-repeat center center/cover;
    width: 218px;
    height: 219px;
    right: -4px;
    bottom: -87px; }
  .rubric-head .ptrn4 {
    background: url("/ology/static/img/rubric-head-ptrn-4.png") no-repeat center center/cover;
    width: 176px;
    height: 93px;
    right: 137px;
    top: 38px; }
  .rubric-head .rubric-head-content {
    max-width: 480px;
    margin: 0 auto;
    text-align: center; }
    .rubric-head .rubric-head-content .title {
      font-size: 50px;
      font-weight: 900;
      font-family: 'Rubik', sans-serif;
      margin-bottom: 20px;
      position: relative;
      padding-left: 20px;
      padding-right: 20px;
      display: inline-block; }
      .rubric-head .rubric-head-content .title:before {
        content: '';
        display: block;
        width: 8px;
        height: 17px;
        background: url("/ology/static/img/rubric-head-title-icon.svg") no-repeat;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        left: 0;
        top: 20px;
        position: absolute; }
      .rubric-head .rubric-head-content .title:after {
        content: '';
        display: block;
        width: 8px;
        height: 17px;
        background: url("/ology/static/img/rubric-head-title-icon.svg") no-repeat;
        right: 0;
        top: 20px;
        position: absolute; }
    .rubric-head .rubric-head-content .text {
      font-size: 17px;
      font-weight: 300;
      line-height: 1.4; }
  @media (max-width: 1200px) {
    .rubric-head .ptrn1 {
      left: -88px;
      z-index: 2; }
    .rubric-head .ptrn2 {
      left: 55px;
      bottom: -20px;
      width: 111px;
      height: 130px; }
    .rubric-head .ptrn3 {
      right: -71px;
      bottom: -41px;
      width: 178px;
      height: 177px; }
    .rubric-head .ptrn4 {
      right: 20px;
      width: 132px;
      height: 69px; } }
  @media (max-width: 700px) {
      .mobile-menu-opened .top-progress-bar {
          opacity: 0 !important;
      }
    .rubric-head {
      padding-top: 30px;
      padding-bottom: 20px;
      margin-top: 40px; }
      .rubric-head .ptrn1 {
        left: -45px;
        width: 79px;
        height: 103px; }
      #hero .hero-slider .owl-nav .owl-prev, #hero .hero-slider .owl-nav .owl-next {
          top: 40%;
          width: 30px;
          height: 30px;
      }
      .rubric-head .ptrn2 {
        left: -23px;
        bottom: -23px;
        width: 91px;
        height: 106px;
        z-index: -1; }
        .rubric-head .ptrn2:before {
          display: none; }
      .rubric-head .ptrn3 {
        right: -99px;
        bottom: -30px;
        width: 135px;
        height: 135px; }
      .rubric-head .ptrn4 {
        right: -81px;
        top: 15px; }
      .rubric-head .rubric-head-content .title {
        font-size: 24px;
        margin-bottom: 10px; }
        .rubric-head .rubric-head-content .title:before, .rubric-head .rubric-head-content .title:after {
          top: 4px; }
      .rubric-head .rubric-head-content .text {
        font-size: 13px;
        max-width: 220px;
        margin: 0 auto;
        font-weight: normal; } }
.right_alphedet ul li {
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 2px;
}
.right_alphedet ul li a {
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 7.2px;
    margin: 3px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #d6d6d6;
    color: #4185b2;
    background: #fff;
    border-radius: 10px;
}
#site-top-banner {
  height: 100px;
  background-color: #fbe0d1;
  text-align: center; }
  #site-top-banner a {
    display: block; }
  @media (max-width: 768px) {
    #site-top-banner {
      display: none; } }

#site-header {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #fff;
  -webkit-transition: margin-left .5s;
  transition: margin-left .5s; }
  #site-header .flex-row {
    margin: 0; }
  #site-header .top-progress-bar {
    background-color: #d8d8d8;
    z-index: 9999999;
    height: 5px;
    bottom: -5px;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0; }
    #site-header .top-progress-bar > span {
        background: #596fda;
        background: -webkit-gradient(linear, left top, left bottom, from(#596fda), to(#0e2282));
        background: linear-gradient(to bottom, #596fda 0%, #1231ca 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5da59', endColorstr='#c8ea4f', GradientType=0);
        z-index: 99999991;
        height: 5px;
        display: block;
        position: relative;
        top: 0;
        bottom: 0;
        border-radius: 0 10px 10px 0;
    }
  #site-header .logo {
    max-width: 180px;
    margin-right: 90px;
    width: 180px; }
    #site-header .logo a {
      display: block;
      line-height: 90px;
      height: 90px; }
      #site-header .logo a img,
      #site-header .logo a svg {
        vertical-align: middle; }
  #site-header .menu .mobile-menu-toggle {
    display: none; }
    #site-header .menu .mobile-menu-toggle svg {
      width: 32px;
      height: auto;
      vertical-align: middle; }
    #site-header .menu .mobile-menu-toggle .icon-close-menu {
      display: none; }
    #site-header .menu .mobile-menu-toggle.menu-active .icon-menu {
      display: none; }
    #site-header .menu .mobile-menu-toggle.menu-active .icon-close-menu {
      display: inline-block;
        filter: contrast(0) brightness(5);
    }
  #site-header .menu ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative; }
    #site-header .menu ul li:last-child {
      margin-right: 0; }
    #site-header .menu ul li.active:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #fff; }
    #site-header .menu ul li a {
      line-height: 90px;
      font-family: 'Rubik', sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 0.8px; }
  #site-header .mobile-logo {
    display: none; }
    body:not(.header-black) #site-header:not(.fixed-header) .mobile-logo a img {
        filter: contrast(0) brightness(3);
    }
    #site-header.fixed-header .mobile-logo a img {
        filter: contrast(1) brightness(0);
    }
    #site-header .mobile-logo a {
      vertical-align: middle;
      line-height: 1;
      display: inline-block;
      width: 28px; }
      #site-header .mobile-logo a .logo-white {
        display: none; }
    #site-header .mobile-logo svg {
      width: 50px;
      height: auto;
      vertical-align: middle; }
      #site-header .mobile-logo svg path {
        fill: #fff; }
  #site-header .right-actions {
    margin-left: auto;
    text-align: right;
    line-height: 90px; }
    #site-header .right-actions .share-btn {
      margin-right: 15px;
      position: relative;
      display: none;
      cursor: pointer;
      width: 25px;
      text-align: center; }
      #site-header .right-actions .share-btn:after {
        content: '';
        display: block;
        width: 1px;
        height: 20px;
        background-color: #f2f2f2;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: -7px; }
      #site-header .right-actions .share-btn .icon-close {
        display: none; }
      #site-header .right-actions .share-btn.active .icon-open {
        display: none; }
      #site-header .right-actions .share-btn.active .icon-close {
        display: inline-block; }
      #site-header .right-actions .share-btn svg {
        vertical-align: middle; }
        #site-header .right-actions .share-btn svg path {
          stroke: #fff; }
    #site-header .right-actions .search-btn {
      cursor: pointer; }
  #site-header .share-links {
    background-color: #fff;
    height: 50px;
    text-align: center;
    border-top: 1px solid #d5d5d5 !important;
    display: none; }
    #site-header .share-links .link {
      display: inline-block;
      line-height: 50px;
      text-align: center;
      margin: 0 40px; }
      #site-header .share-links .link a svg {
        vertical-align: middle; }
        #site-header .share-links .link a svg path {
          fill: #000; }
  #site-header.fixed-header {
    position: fixed;
    background-color: #fff;
    height: auto;
    line-height: 40px;
    margin: 0 !important;
    border-bottom: 1px solid #d5d5d5 !important;
    z-index: 9999; }
    #site-header.fixed-header.share-links-opened .share-links {
      display: block; }
    #site-header.fixed-header .menu {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      #site-header.fixed-header .menu .mobile-menu-toggle svg path {
        fill: #000; }
      #site-header.fixed-header .menu .mobile-menu-toggle .icon-close-menu path {
        stroke: #000; }
      #site-header.fixed-header .menu ul li {
        margin-right: 10px; }
        #site-header.fixed-header .menu ul li a {
          line-height: 40px;
          font-size: 10px;
          font-weight: 500;
          letter-spacing: 0.7px;
          font-family: 'Rubik', sans-serif;
          color: #000;
          text-decoration: none;
          text-transform: uppercase; }
        #site-header.fixed-header .menu ul li.active:after {
          bottom: 0 !important;
          background-color: #000; }
    #site-header.fixed-header .mobile-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px;
      text-align: center; }
      #site-header.fixed-header .mobile-logo svg {
        vertical-align: middle;
        width: 28px; }
        #site-header.fixed-header .mobile-logo svg path {
          fill: #000; }
    #site-header.fixed-header .right-actions {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
      line-height: 40px; }
      #site-header.fixed-header .right-actions .share-btn {
        display: inline-block; }
        #site-header.fixed-header .right-actions .share-btn svg.icon-open {
          width: 20px; }
        #site-header.fixed-header .right-actions .share-btn svg path {
          stroke: #000; }
      #site-header.fixed-header .right-actions .search-btn {
        vertical-align: middle; }
        #site-header.fixed-header .right-actions .search-btn svg path {
          fill: #000 !important; }
  @media (max-width: 1024px) {
    #site-header {
      height: 90px; }
      #site-header .share-links .link a svg {
        vertical-align: middle; }
      #site-header .share-links .link a.fb svg {
        width: 9px; }
      #site-header .share-links .link a.vk svg {
        width: 20px; }
      #site-header .share-links .link a.tw svg {
        width: 19px; }
      #site-header .share-links .link a.tg svg {
        width: 17px; }
      #site-header .share-links .link a.ok svg {
        width: 12px; }

      #site-header.fixed-header .menu {
           flex: 1 !important;
      }

      #site-header .flex-row {
        margin: 0 -30px; }
      #site-header .logo {
        display: none; }
      #site-header .menu {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        #site-header .menu .mobile-menu-toggle {
          display: block;
          line-height: 90px;
          padding-left: 20px; }
        #site-header .menu ul {
          display: none; }
      #site-header .mobile-logo {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: block;
        margin: 0 auto;
        line-height: 90px;
        text-align: center; }
        #site-header .mobile-logo a {
          vertical-align: middle;
          line-height: 1;
          display: inline-block;
          width: 50px; }
          #site-header .mobile-logo a .logo-white {
            display: inline-block; }
          #site-header .mobile-logo a .logo-black {
            display: none; }
      #site-header .right-actions {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        line-height: 90px;
        margin-left: initial;
        text-align: right; }
        #site-header .right-actions .search-btn {
          vertical-align: middle;
          margin-right: 20px; }
          #site-header .right-actions .search-btn svg {
            vertical-align: middle;
            width: 39px;
            height: auto; }
      #site-header.fixed-header {
        height: auto;
        line-height: 40px; }
        #site-header.fixed-header .menu {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          #site-header.fixed-header .menu .mobile-menu-toggle {
            line-height: 60px; }
            #site-header.fixed-header .menu .mobile-menu-toggle svg {
              width: 14px;
              height: auto; }
          #site-header.fixed-header .menu ul li {
            margin-right: 15px; }
            #site-header.fixed-header .menu ul li a {
              line-height: 40px;
              font-size: 10px;
              font-weight: 500;
              letter-spacing: 0.7px;
              font-family: 'Rubik', sans-serif;
              color: #000;
              text-decoration: none;
              text-transform: uppercase; }
            #site-header.fixed-header .menu ul li.active:after {
              bottom: 3px !important;
              background-color: #000; }
        #site-header.fixed-header .mobile-logo {
          display: block;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-align: center;
          line-height: 60px; }
          #site-header.fixed-header .mobile-logo a {
            vertical-align: middle;
            line-height: 1;
            display: inline-block;
            width: 55px; }
            #site-header.fixed-header .mobile-logo a .logo-white {
              display: none; }
            #site-header.fixed-header .mobile-logo a .logo-black {
              display: inline-block; }
          #site-header.fixed-header .mobile-logo svg {
            vertical-align: middle;
            width: 28px; }
            #site-header.fixed-header .mobile-logo svg path {
              fill: #000; }
        #site-header.fixed-header .right-actions {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-align: right;
          line-height: 40px; }
          #site-header.fixed-header .right-actions .search-btn {
            vertical-align: middle; }
            #site-header.fixed-header .right-actions .search-btn svg {
              width: 17px;
              height: auto; }
              #site-header.fixed-header .right-actions .search-btn svg path {
                fill: #000 !important; } }
  @media (max-width: 700px) {
    #site-header {
      height: 60px; }
      #site-header .share-links {
        height: 30px; }
        #site-header .share-links .link {
          line-height: 28px;
          vertical-align: top;
          margin: 0 25px; }
      #site-header .menu .mobile-menu-toggle:before {
          content: "";
          background: #000000a8;
          position: fixed;
          bottom: 0;
          /*display: none;*/
          opacity: 0;
          top: 0;
          right: 0;
          z-index: -1;
          -webkit-transition: all .5s;
          transition: all .5s;
      }
      #site-header .menu .mobile-menu-toggle.menu-active:before {
          content: "";
          background: #000000a8;
          position: fixed;
          bottom: 0;
          /*display: block;*/
          opacity: 100%;
          top: 0;
          right: 0;
          left: 0;
          z-index: -1;
      }
          #site-header .share-links .link a svg {
            vertical-align: middle; }
          #site-header .share-links .link a.fb svg {
            width: 6px; }
          #site-header .share-links .link a.vk svg {
            width: 14px; }
          #site-header .share-links .link a.tw svg {
            width: 13px; }
          #site-header .share-links .link a.tg svg {
            width: 12px; }
          #site-header .share-links .link a.ok svg {
            width: 8px; }
      #site-header .menu .mobile-menu-toggle {
        line-height: 60px; }
        #site-header .menu .mobile-menu-toggle svg {
          width: 14px;
          height: auto; }
      #site-header .mobile-logo {
        line-height: 60px; }
        #site-header .mobile-logo svg {
          width: 28px;
          height: auto; }
      #site-header .right-actions {
        line-height: 60px; }
        #site-header .right-actions .search-btn {
          vertical-align: middle; }
          #site-header .right-actions .search-btn svg {
            width: 17px;
            height: auto; } }

#site-top-banner + #site-header {
  margin-top: 100px; }
  @media (max-width: 768px) {
    #site-top-banner + #site-header {
      margin-top: 0; } }

.header-black #site-header {
  border-bottom-color: #000; }
.header-black #site-header .mobile-logo a .logo-black {
    display: block;
}
.header-black #site-header .mobile-logo a .logo-white {
    display: none;
}
  .header-black #site-header.fixed-header .logo {
    width: 150px; }
    .header-black #site-header .logo svg path {
      fill: #000; }
  .header-black #site-header .menu .mobile-menu-toggle svg path {
    fill: #000; }
  .header-black #site-header .menu .mobile-menu-toggle .icon-close-menu path {
    stroke: #000; }
  .header-black #site-header .menu ul li.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000; }
  .header-black #site-header .menu ul li a {
    color: #000; }
  .header-black #site-header .mobile-logo svg path {
    fill: #000; }
  .header-black #site-header .right-actions .search-btn svg path {
    fill: #000; }

#site-footer {
  background-color: #4a4a4a;
  padding: 50px 0; }
  #site-footer .menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 50px; }
    #site-footer .menu ul li {
      display: inline-block;
      margin-right: 40px; }
      #site-footer .menu ul li:last-child {
        margin-right: 0; }
      #site-footer .menu ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        text-decoration: none;
        font-family: 'Rubik', sans-serif; }
        #site-footer .menu ul li a:hover {
          text-decoration: underline; }
  #site-footer .bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    color: #fff;
    font-size: 12px;
    font-family: 'Rubik', sans-serif; }
    #site-footer .bottom-info a {
      color: inherit; }
    #site-footer .bottom-info .copyright img,
    #site-footer .bottom-info .copyright svg {
      vertical-align: middle;
      margin-right: 10px; }
    #site-footer .bottom-info .copyright svg {
      width: 28px; }
      #site-footer .bottom-info .copyright svg path {
        fill: #fff; }
    #site-footer .bottom-info .made-in {
      margin-left: auto; }
      #site-footer .bottom-info .made-in a:hover {
        text-decoration: none; }
  @media (max-width: 576px) {
    #site-footer {
      text-align: center; }
      #site-footer .menu {
        text-align: center; }
        #site-footer .menu ul li {
          margin-right: 8px; }
          #site-footer .menu ul li a {
            font-size: 13px; }
      #site-footer .bottom-info {
        display: block;
        font-size: 12px; }
        #site-footer .bottom-info .copyright {
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          padding-bottom: 45px;
          margin-bottom: 50px; } }

#mobile-menu {
  background-color: #fff;
  width: 240px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  text-align: center;
  padding: 30px 20px 30px 25px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-left: -240px; }
  #mobile-menu .logo {
    margin-bottom: 30px; }
#mobile-menu .logo img {
    width: 70%;
}
  #mobile-menu .links {
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    padding: 10px 0; }
    #mobile-menu .links li a {
      padding: 20px 10px;
      display: block;
      text-decoration: none;
      font-size: 12px;
      font-weight: 500;
      color: #000000;
      font-family: 'Rubik', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.8px; }

.mobile-menu-opened {
  overflow: hidden;
}
  .mobile-menu-opened #mobile-menu {
    margin-left: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  .mobile-menu-opened #main-wrapper,
  .mobile-menu-opened #site-header {
    margin-left: 240px !important; }

#main-wrapper {
  -webkit-transition: margin-left .5s;
  transition: margin-left .5s;
  overflow: hidden;
  max-width: 100%;
  width: 100%; }

#main-content {
  padding-top: 30px;
  position: relative; }
  #main-content .section {
    margin-bottom: 60px; }
    @media (max-width: 576px) {
      #main-content .section {
        margin-bottom: 40px; } }
  #main-content .announce-simple {
    border-left: 1px solid #8e8e93;
    padding-left: 30px;
    padding-right: 30px; }
    #main-content .announce-simple .category {
      font-size: 10px;
      font-weight: 300;
      font-family: 'Rubik', sans-serif;
      color: #000;
      margin-bottom: 15px;
      text-transform: uppercase; }
      #main-content .announce-simple .category a {
        text-decoration: none;
        border-radius: 3px;
        border: solid 1px rgba(0, 0, 0, 0.21);
        display: inline-block;
        color: inherit;
        padding: 3px 5px;
        margin-right: 5px; }
    #main-content .announce-simple .title {
      font-size: 28px;
      font-weight: 900;
      line-height: 1.14;
      color: #000;
      margin: 0 0 10px; }
      #main-content .announce-simple .title a {
        color: inherit;
        text-decoration: none;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.47;
        font-family: 'Roboto Slab', serif;
        display: inline-block; }
        #main-content .announce-simple .title a span {
          font-size: 28px;
          font-weight: 900;
          display: block;
          line-height: 1.14;
          margin-bottom: 5px;
          font-family: 'Rubik', sans-serif; }
        #main-content .announce-simple .title a:hover {
          color: #4a4a4a; }
          #main-content .announce-simple .title a:hover span {
            text-decoration: underline; }
    #main-content .announce-simple .meta-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 11px;
      font-family: 'Rubik', sans-serif;
      line-height: 1.3; }
      #main-content .announce-simple .meta-info .date {
        margin-right: 20px; }
      #main-content .announce-simple .meta-info .author svg {
        margin-right: 3px;
        vertical-align: text-top;
        position: relative;
        top: 1px; }
    @media (max-width: 1240px) {
      #main-content .announce-simple {
        margin-bottom: 50px; } }
    @media (max-width: 768px) {
      #main-content .announce-simple {
        margin-bottom: 40px;
        padding-left: 15px;
        padding-right: 0; } }
    @media (max-width: 710px) {
      #main-content .announce-simple .meta-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #main-content .announce-simple .meta-info .date {
          margin-bottom: 5px; } }
    @media (max-width: 576px) {
      #main-content .announce-simple {
        border: 0;
        padding-left: 30px; }
        #main-content .announce-simple .title a {
          font-size: 13px; }
          #main-content .announce-simple .title a span {
            margin-bottom: 5px;
            font-size: 17px; }
        #main-content .announce-simple .meta-info {
          font-size: 10px; } }
  #main-content .announce-type1 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    background-color: #ccc;
    min-height: 570px;
    height: 100%;
      box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer; }
    #main-content .announce-type1 .category {
      font-size: 10px;
      font-weight: 300;
      font-family: 'Rubik', sans-serif;
      color: #fff;
      margin-bottom: 15px;
      text-transform: uppercase; }
      #main-content .announce-type1 .category a {
        text-decoration: none;
        border-radius: 3px;
        border: solid 1px #fff;
        display: inline-block;
        color: inherit;
        padding: 3px 5px;
        margin-right: 5px; }
    #main-content .announce-type1 .title {
      font-size: 28px;
      font-weight: 900;
      line-height: 1.14;
      color: #fff;
      margin: 0 0 10px;
      padding-top: 300px; }
      #main-content .announce-type1 .title a {
        color: inherit;
        text-shadow: 1px 1px 2px black;
    text-decoration: none; }
    #main-content .announce-type1 .title a:hover {
      text-decoration: underline;
      opacity: .8; }
#main-content .announce-type1 .desc {
  font-size: 15px;
  line-height: 1.47;
    text-shadow: 1px 1px 2px black;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 300; }
#main-content .announce-type1 .meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    text-shadow: 1px 1px 2px black;
  font-size: 11px;
  font-family: 'Rubik', sans-serif;
  color: #fff;
  line-height: 1.3; }
  #main-content .announce-type1 .meta-info .date {
    margin-right: 20px; }
  #main-content .announce-type1 .meta-info .author svg {
    margin-right: 3px;
    vertical-align: text-top;
    position: relative;
    top: 1px; }
    #main-content .announce-type1 .meta-info .author svg path {
      fill: #fff; }
@media (max-width: 1280px) {
  #main-content .announce-type1 {
    min-height: 0; }
    #main-content .announce-type1 .title {
      padding-top: 70%; } }
@media (max-width: 1240px) {
  #main-content .announce-type1 {
    margin-bottom: 50px;
    display: block;
    height: auto; } }
@media (max-width: 768px) {
  #main-content .announce-type1 {
    margin-bottom: 40px;
    min-height: 0; }
    #main-content .announce-type1 .desc {
      margin-bottom: 30px; } }
@media (max-width: 710px) {
  #main-content .announce-type1 .meta-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #main-content .announce-type1 .meta-info .date {
      margin-bottom: 5px; } }
@media (max-width: 576px) {
  #main-content .announce-type1 {
    padding: 30px 25px; }
    #main-content .announce-type1 .title {
      font-size: 17px;
      padding-top: 200px; }
    #main-content .announce-type1 .desc {
      font-size: 13px;
      margin-bottom: 10px; }
    #main-content .announce-type1 .meta-info {
      font-size: 9px; }
      #main-content .announce-type1 .meta-info .date {
        margin-right: 10px; }
      #main-content .announce-type1 .meta-info .author {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        #main-content .announce-type1 .meta-info .author svg {
          width: 8px; } }
#main-content .announce-type2 {
background-color: #fff;
min-height: 570px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column; }
#main-content .announce-type2 .info {
  padding: 30px; }
  #main-content .announce-type2 .info .category {
    font-size: 10px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase; }
    #main-content .announce-type2 .info .category a {
      text-decoration: none;
      border-radius: 3px;
      border: solid 1px rgba(0, 0, 0, 0.21);
      display: inline-block;
      color: inherit;
      padding: 3px 5px;
      margin-right: 5px; }
  #main-content .announce-type2 .info .title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.14;
    color: #000000;
    margin: 0 0 10px; }
    #main-content .announce-type2 .info .title a {
      color: inherit;
      text-decoration: none; }
      #main-content .announce-type2 .info .title a:hover {
        text-decoration: underline;
        opacity: .8; }
  #main-content .announce-type2 .info .desc {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.47;
    margin-bottom: 15px;
    color: #000000;
    min-height: 30px; }
  #main-content .announce-type2 .info .actions .btn {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.54;
    text-align: center;
    color: #000000;
    border-radius: 3px;
    background-image: linear-gradient(307deg, #a3d959, #caeb4f); }
#main-content .announce-type2 .image {
  margin-top: auto;
  min-height: 348px;
  background-color: #ccc; }
  #main-content .announce-type2 .image img {
    display: block;
    width: 100%; }
@media (max-width: 1280px) {
  #main-content .announce-type2 {
    min-height: 0; }
    #main-content .announce-type2 .image {
      min-height: 0; } }
@media (max-width: 1240px) {
  #main-content .announce-type2 {
    margin-bottom: 40px;
    display: block;
    height: auto; }
    #main-content .announce-type2 .image {
      min-height: 0;
      max-height: 317px;
      overflow: hidden; } }
@media (max-width: 576px) {
  #main-content .announce-type2 {
    min-height: 0; }
    #main-content .announce-type2 .info .title {
      font-size: 17px; }
    #main-content .announce-type2 .info .desc {
      font-size: 13px;
      margin-bottom: 10px; } }
#main-content .announce-type3 {
background-color: #fff;
min-height: 570px;
box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column; }
#main-content .announce-type3.small {
min-height: 150px !important;
}
.author img {
  width: 25px;
  vertical-align: middle;
}
nav {
  text-align: center;
}
nav .pagination {
  padding: 10px;
}
.simple-text {
  margin-bottom: 30px;
  line-height: 24px;
  color: #000;
  font-family: roboto,sans-serif;
}
nav .pagination span {
  padding: 10px;
  border-radius: 24px;
  margin: 3px;
  display: inline-block;
  border: 1px solid #d1d1d1;
  background: #FFF;
  min-width: 40px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  min-height: 40px;
  text-align: center;
}
nav .pagination span a {
  text-decoration: none;
  color: #3F51B5;
  font-weight: bold;
}
.announce-type1 .author img {
  filter: contrast(0) brightness(5);
}
#main-content .announce-type3 .image {
  min-height: 295px;
  background-color: #ccc; }
  #main-content .announce-type3 .image img {
    display: block;
    width: 100%; }
#main-content .announce-type3 .info {
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #main-content .announce-type3 .info .category {
    font-size: 10px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase; }
    #main-content .announce-type3 .info .category a {
      text-decoration: none;
      border-radius: 3px;
      border: solid 1px rgba(0, 0, 0, 0.21);
      display: inline-block;
      color: inherit;
      padding: 3px 5px;
      margin-right: 5px; }
    #main-content .announce-type3 .info .category.orange a {
      text-decoration: none;
      border-radius: 3px;
      border: 0;
      background-image: linear-gradient(98deg, #fad961, #f76b1c);
      display: inline-block;
      color: #fff;
      padding: 4px 8px 3px; }
  #main-content .announce-type3 .info .title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.14;
    color: #000000;
    margin: 0 0 10px; }
    #main-content .announce-type3 .info .title a {
      color: inherit;
      text-decoration: none; }
      #main-content .announce-type3 .info .title a:hover {
        text-decoration: underline;
        opacity: .8; }
  #main-content .announce-type3 .info .desc {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.47;
    margin-bottom: 25px;
    color: #000000;
    min-height: 66px; }
  #main-content .announce-type3 .info .actions .btn {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.54;
    text-align: center;
    color: #000000;
    border-radius: 3px;
    background-image: linear-gradient(307deg, #a3d959, #caeb4f); }
  #main-content .announce-type3 .info .meta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3;
    margin-top: auto; }
    #main-content .announce-type3 .info .meta-info .date {
      margin-right: 20px; }
    #main-content .announce-type3 .info .meta-info .author svg {
      margin-right: 3px;
      vertical-align: text-top;
      position: relative;
      top: 1px; }
@media (max-width: 1280px) {
  #main-content .announce-type3 {
    min-height: 0; }
    #main-content .announce-type3 .image {
      min-height: 0; } }
@media (max-width: 1240px) {
  #main-content .announce-type3 {
    margin-bottom: 40px;
    min-height: 0;
    display: block;
    height: auto; }
    #main-content .announce-type3 .image {
        min-height: 250px;
        max-height: 317px;
        overflow: hidden;
    } }
@media (max-width: 710px) {
  #main-content .announce-type3 .meta-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #main-content .announce-type3 .meta-info .date {
      margin-bottom: 5px; } }
@media (max-width: 576px) {
  #main-content .announce-type3 .info .title {
    font-size: 17px; }
  #main-content .announce-type3 .info .desc {
    font-size: 13px;
    margin-bottom: 10px; }
  #main-content .announce-type3 .info .meta-info {
    font-size: 9px; }
    #main-content .announce-type3 .info .meta-info .date {
      margin-right: 10px; }
    #main-content .announce-type3 .info .meta-info .author {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      #main-content .announce-type3 .info .meta-info .author svg {
        width: 8px; } }
#main-content [class*="flex-col"]:last-child .announce-type3 {
margin-bottom: 0; }
#main-content .announce-type4 {
padding: 30px;
background-repeat: no-repeat;
background-size: cover;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
background-position: center center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
min-height: 570px; }
#main-content .announce-type4 .category {
  font-size: 10px;
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase; }
  #main-content .announce-type4 .category a {
    text-decoration: none;
    border-radius: 3px;
    border: solid 1px #fff;
    display: inline-block;
    color: inherit;
    padding: 3px 5px;
    margin-right: 5px; }
#main-content .announce-type4 .title {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.14;
  color: #fff;
  margin: auto 0 10px; }
  #main-content .announce-type4 .title a {
    color: inherit;
    text-decoration: none; }
    #main-content .announce-type4 .title a:hover {
      text-decoration: underline;
      opacity: 0.8; }
#main-content .announce-type4 .desc {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.41;
  margin-bottom: 20px;
  color: #fff;
  min-height: 30px; }
#main-content .announce-type4 .actions .btn {
  font-size: 13px; }
#main-content .announce-type4 .meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-family: 'Rubik', sans-serif;
  color: #fff;
  line-height: 1.3; }
  #main-content .announce-type4 .meta-info .date {
    margin-right: 20px; }
  #main-content .announce-type4 .meta-info .author svg {
    margin-right: 3px;
    vertical-align: text-top;
    position: relative;
    top: 1px; }
    #main-content .announce-type4 .meta-info .author svg path {
      fill: #fff; }
@media (max-width: 1240px) {
  #main-content .announce-type4 {
    margin-bottom: 50px; } }
@media (max-width: 768px) {
  #main-content .announce-type4 {
    margin-bottom: 40px; }
    #main-content .announce-type4 .desc {
      margin-bottom: 30px; } }
@media (max-width: 710px) {
  #main-content .announce-type4 .meta-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #main-content .announce-type4 .meta-info .date {
      margin-bottom: 5px; } }
@media (max-width: 576px) {
  #main-content .announce-type4 {
    min-height: 0; }
    #main-content .announce-type4 .title {
      font-size: 17px;
      margin-top: 180px;
      margin-bottom: 5px; }
    #main-content .announce-type4 .desc {
      font-size: 13px;
      margin-bottom: 10px; }
    #main-content .announce-type4 .actions .btn {
      font-size: 11px; }
    #main-content .announce-type4 .meta-info {
      font-size: 9px; }
      #main-content .announce-type4 .meta-info .date {
        margin-right: 10px; }
      #main-content .announce-type4 .meta-info .author {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        #main-content .announce-type4 .meta-info .author svg {
          width: 8px; } }
#main-content .announce-rubric {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
#main-content .announce-rubric .info {
  width: 360px;
  padding-top: 60px;
  padding-left: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1; }
  #main-content .announce-rubric .info:before {
    content: '';
    display: block;
    background: url("/ology/static/img/announce-rubric-left-img.png") no-repeat center center/cover;
    width: 168px;
    height: 168px;
    position: absolute;
    bottom: -34px;
    left: -34px;
    z-index: -1; }
  #main-content .announce-rubric .info .category {
    font-size: 10px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase; }
    #main-content .announce-rubric .info .category a {
      text-decoration: none;
      border-radius: 3px;
      border: solid 1px rgba(0, 0, 0, 0.21);
      display: inline-block;
      color: inherit;
      padding: 3px 5px;
      margin-right: 5px; }
  #main-content .announce-rubric .info .title {
    font-weight: 900;
    line-height: 1.08;
    color: #000;
    margin: 0 0 10px;
    font-size: 50px; }
    #main-content .announce-rubric .info .title a {
      color: inherit;
      text-decoration: none; }
      #main-content .announce-rubric .info .title a:hover {
        text-decoration: underline;
        color: #4a4a4a; }
  #main-content .announce-rubric .info .desc {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.47;
    display: block; }
#main-content .announce-rubric .image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  #main-content .announce-rubric .image img {
    height: 100%; }
  #main-content .announce-rubric .image:after {
    content: '';
    display: block;
    background: url("/ology/static/img/pattern-box-1.png") no-repeat center center/cover;
    width: 267px;
    height: 173px;
    position: absolute;
    top: -50px;
    right: -16px; }
@media (max-width: 1240px) {
  #main-content .announce-rubric {
    margin-bottom: 40px; }
    #main-content .announce-rubric .info {
      padding-left: 0;
      width: 160px; }
      #main-content .announce-rubric .info:before {
        left: -57px;
        bottom: 0;
        width: 120px;
        height: 120px; }
      #main-content .announce-rubric .info .desc {
        width: 380px; }
    #main-content .announce-rubric .image {
      margin-right: -30px; }
      #main-content .announce-rubric .image:after {
        width: 190px;
        height: 122px;
        right: -17px; }
      #main-content .announce-rubric .image img {
        height: 100%; } }
@media (max-width: 780px) {
  #main-content .announce-rubric {
    margin-bottom: 30px;
    display: block; }
    #main-content .announce-rubric .info {
      padding: 0;
      margin-bottom: 30px;
      width: auto; }
      #main-content .announce-rubric .info:before {
        display: none; }
      #main-content .announce-rubric .info .title {
        font-size: 24px; }
      #main-content .announce-rubric .info .desc {
        font-size: 13px; }
    #main-content .announce-rubric .image {
      margin-left: -30px;
      margin-right: -30px;
      height: 200px; }
      #main-content .announce-rubric .image img {
        width: 100%; }
      #main-content .announce-rubric .image:after {
        top: auto;
        bottom: -53px;
        right: -10px;
        width: 150px;
        height: 95px; } }
#main-content .sense-life {
background-color: #fff;
padding: 180px 60px;
text-align: center;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
#main-content .sense-life:before {
  content: '';
  display: block;
  background: url("/ology/static/img/sense-life-left-img.png") no-repeat center center/cover;
  width: 219px;
  height: 239px;
  position: absolute;
  left: 60px;
  top: 50px; }
#main-content .sense-life:after {
  content: '';
  display: block;
  background: url("/ology/static/img/sense-life-right-img.png") no-repeat center center/cover;
  width: 280px;
  height: 277px;
  position: absolute;
  right: 20px;
  bottom: 20px; }
#main-content .sense-life .title {
  font-size: 80px;
  font-weight: 900;
  line-height: 0.63;
  color: #000000;
  font-family: 'Rubik', sans-serif; }
#main-content .sense-life .actions {
  margin-top: 60px; }
  #main-content .sense-life .actions .btn {
    min-width: 360px; }
#main-content .sense-life.style-2:before {
  background: url("/ology/static/img/sense-life-left-img-2.png") no-repeat center center/cover;
  width: 244px;
  height: 410px; }
#main-content .sense-life.style-2:after {
  background: url("/ology/static/img/sense-life-right-img-2.png") no-repeat center center/cover;
  width: 193px;
  height: 224px; }
@media (max-width: 1240px) {
  #main-content .sense-life {
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
    padding: 180px 30px; }
    #main-content .sense-life:before {
      top: 20px;
      -webkit-transform: rotate(32deg);
              transform: rotate(32deg);
      left: 40px;
      z-index: 0;
      width: 190px;
      height: 208px; }
    #main-content .sense-life:after {
      top: auto;
      right: 0;
      width: 180px;
      height: 178px;
      bottom: 0; }
    #main-content .sense-life .title {
      font-size: 70px;
      position: relative; }
    #main-content .sense-life .actions {
      position: relative; }
    #main-content .sense-life.style-2:before {
      width: 161px;
      height: 268px;
      bottom: 20px; }
    #main-content .sense-life.style-2:after {
      width: 150px;
      height: 174px;
      right: 10px;
      top: 10px; } }
@media (max-width: 576px) {
  #main-content .sense-life:before {
    top: 30px;
    left: 10px;
    z-index: 0;
    width: 130px;
    height: 142px; }
  #main-content .sense-life:after {
    top: auto;
    right: -26px;
    width: 130px;
    height: 129px;
    bottom: 20px; }
  #main-content .sense-life .title {
    font-size: 24px;
    position: relative; }
  #main-content .sense-life .actions {
    margin-top: 30px; }
    #main-content .sense-life .actions .btn {
      min-width: 0;
      font-size: 11px; }
  #main-content .sense-life.style-2:before {
    width: 103px;
    height: 172px;
    bottom: 10px; }
  #main-content .sense-life.style-2:after {
    width: 90px;
    height: 104px;
    right: -15px;
    top: 10px; } }
#main-content .sense-life-content {
background-color: #fff;
padding: 60px 190px 30px;
text-align: center;
display: none; }
#main-content .sense-life-content .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 0.83;
  color: #000000;
  margin-bottom: 5px;
  font-family: 'Rubik', sans-serif; }
#main-content .sense-life-content .sub-title {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
  line-height: 1.33;
  margin-bottom: 20px; }
#main-content .sense-life-content .text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.59;
  color: #000000;
  margin-bottom: 20px; }
#main-content .sense-life-content .source {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
  color: #9b9b9b;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 25px; }
#main-content .sense-life-content .social-links {
  margin-bottom: 25px; }
  #main-content .sense-life-content .social-links a {
    display: inline-block;
    text-decoration: none;
    margin: 0 15px; }
#main-content .sense-life-content .actions .btn {
  min-width: 360px; }
@media (max-width: 768px) {
  #main-content .sense-life-content {
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px; }
    #main-content .sense-life-content .title {
      line-height: 1.3;
      font-size: 22px; }
    #main-content .sense-life-content .sub-title {
      font-size: 15px; }
    #main-content .sense-life-content .actions .btn {
      min-width: 0; } }
@media (max-width: 576px) {
  #main-content .sense-life-content .title {
    line-height: 1.3;
    font-size: 17px; }
  #main-content .sense-life-content .sub-title {
    font-size: 12px; }
  #main-content .sense-life-content .text {
    font-size: 13px; }
  #main-content .sense-life-content .source {
    font-size: 10px; }
  #main-content .sense-life-content .actions .btn {
    min-width: 0;
    font-size: 11px; } }
#main-content .announce-full-width {
padding-top: 30px;
padding-bottom: 30px;
background-repeat: no-repeat;
background-size: cover; }
#main-content .announce-full-width .announce-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 500px; }
  #main-content .announce-full-width .announce-content .category {
    font-size: 10px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase; }
    #main-content .announce-full-width .announce-content .category a {
      text-decoration: none;
      border-radius: 3px;
      border: solid 1px #fff;
      display: inline-block;
      color: inherit;
      padding: 3px 5px;
      margin-right: 5px; }
  #main-content .announce-full-width .announce-content .title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.14;
    color: #fff;
    margin: auto 0 5px; }
    #main-content .announce-full-width .announce-content .title a {
      color: inherit;
      text-decoration: none; }
      #main-content .announce-full-width .announce-content .title a:hover {
        text-decoration: underline; }
  #main-content .announce-full-width .announce-content .desc {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.47;
    margin-bottom: 10px;
    color: #fff;
    min-height: 30px; }
  #main-content .announce-full-width .announce-content .meta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3;
    color: #fff; }
    #main-content .announce-full-width .announce-content .meta-info .date {
      margin-right: 20px; }
    #main-content .announce-full-width .announce-content .meta-info .author svg {
      margin-right: 3px;
      vertical-align: text-top;
      position: relative;
      top: 1px; }
      #main-content .announce-full-width .announce-content .meta-info .author svg path {
        fill: #fff; }
@media (max-width: 768px) {
  #main-content .announce-full-width .announce-content .desc {
    margin-bottom: 30px; } }
@media (max-width: 710px) {
  #main-content .announce-full-width .announce-content .meta-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #main-content .announce-full-width .announce-content .meta-info .date {
      margin-bottom: 5px; } }
@media (max-width: 576px) {
  #main-content .announce-full-width .announce-content {
    min-height: 0; }
    #main-content .announce-full-width .announce-content .title {
      font-size: 17px;
      margin-top: 180px; }
    #main-content .announce-full-width .announce-content .desc {
      font-size: 13px;
      margin-bottom: 10px; }
    #main-content .announce-full-width .announce-content .meta-info {
      font-size: 9px; }
      #main-content .announce-full-width .announce-content .meta-info .date {
        margin-right: 10px; }
      #main-content .announce-full-width .announce-content .meta-info .author {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        #main-content .announce-full-width .announce-content .meta-info .author svg {
          width: 8px; } }
#main-content .subscribe-block {
text-align: center;
background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
padding: 60px 30px;
min-height: 570px; }
#main-content .subscribe-block .title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.14;
  color: #000000;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif; }
#main-content .subscribe-block .sub-title {
  font-size: 15px;
  color: #000;
  margin-bottom: 50px; }
#main-content .subscribe-block .image {
  margin-bottom: 40px; }
  #main-content .subscribe-block .image img {
    max-width: 106px; }
#main-content .subscribe-block .social-links li {
  margin-bottom: 30px; }
  #main-content .subscribe-block .social-links li:last-child {
    margin-bottom: 0; }
  #main-content .subscribe-block .social-links li a {
    display: block;
    padding: 3px 7px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    text-align: left;
    font-size: 15px;
    line-height: 1.67; }
    #main-content .subscribe-block .social-links li a .icon {
      width: 25px;
      margin-right: 5px;
      display: inline-block;
      text-align: center; }
      #main-content .subscribe-block .social-links li a .icon svg path {
        fill: #fff; }
    #main-content .subscribe-block .social-links li a.facebook {
      background-color: #507bbe; }
      #main-content .subscribe-block .social-links li a.facebook svg {
        width: 8px;
        height: 17px; }
    #main-content .subscribe-block .social-links li a.telegram {
      background-color: #4a90e2; }
      #main-content .subscribe-block .social-links li a.telegram svg {
        width: 20px;
        height: 16px; }
    #main-content .subscribe-block .social-links li a.vkontakte {
      background-color: #4ab2ec; }
      #main-content .subscribe-block .social-links li a.vkontakte svg {
        width: 22px;
        height: 13px; }
@media (max-width: 768px) {
  #main-content .subscribe-block {
    padding: 30px 20px;
    min-height: 0; }
    #main-content .subscribe-block .title {
      margin-bottom: 10px; }
      #main-content .subscribe-block .title br {
        display: none; }
    #main-content .subscribe-block .image svg,
    #main-content .subscribe-block .image img {
      width: 48px;
      height: auto; }
    #main-content .subscribe-block .social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #main-content .subscribe-block .social-links li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 20px;
        margin-bottom: 0; }
        #main-content .subscribe-block .social-links li:last-child {
          margin-right: 0; } }
@media (max-width: 576px) {
  #main-content .subscribe-block {
    padding: 30px 20px;
    min-height: 0; }
    #main-content .subscribe-block .title {
      margin-bottom: 10px;
      font-size: 24px; }
    #main-content .subscribe-block .image svg,
    #main-content .subscribe-block .image img {
      width: 77px;
      height: auto; }
    #main-content .subscribe-block .sub-title {
      font-size: 13px;
      margin-bottom: 30px; }
    #main-content .subscribe-block .social-links {
      display: block; }
      #main-content .subscribe-block .social-links li {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        margin-right: 0;
        margin-bottom: 25px;
        font-size: 15px; }
        #main-content .subscribe-block .social-links li:last-child {
          margin-bottom: 0; } }
#main-content .counter-box {
background-color: #fff;
padding: 150px 140px 70px;
text-align: center;
position: relative; }
#main-content .counter-box a {
  text-decoration: none; }
#main-content .counter-box:before {
  content: '';
  display: block;
  background: url("/ology/static/img/counter-box-left-img.png") no-repeat center center/cover;
  width: 148px;
  height: 211px;
  position: absolute;
  left: 40px;
  bottom: 30px; }
#main-content .counter-box:after {
  content: '';
  display: block;
  background: url("/ology/static/img/counter-box-right-img.png") no-repeat center center/cover;
  width: 200px;
  height: 187px;
  position: absolute;
  right: 40px;
  top: 40px; }
#main-content .counter-box .number {
  font-size: 200px;
  font-weight: bold;
  line-height: 0.96;
  text-align: center;
  color: #000000;
  position: relative; }
  #main-content .counter-box .number span {
    font-size: 52px;
    margin-left: -40px; }
#main-content .counter-box .text {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.53;
  color: #000000;
  position: relative; }
#main-content .counter-box .source {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  line-height: 1.3; }
  #main-content .counter-box .source a {
    color: inherit;
    text-decoration: underline; }
@media (max-width: 1240px) {
  #main-content .counter-box {
    margin-bottom: 50px; } }
@media (max-width: 768px) {
  #main-content .counter-box {
    margin-bottom: 40px; }
    #main-content .counter-box:before {
      left: 25px; }
    #main-content .counter-box:after {
      right: 20px;
      top: 30px;
      width: 180px;
      height: 167px; } }
@media (max-width: 576px) {
  #main-content .counter-box {
    padding: 100px 10px;
    margin-bottom: 30px; }
    #main-content .counter-box:before {
      z-index: 0; }
    #main-content .counter-box:after {
      width: 80px;
      height: 122px;
      right: 0; }
    #main-content .counter-box .number {
      font-size: 100px; }
      #main-content .counter-box .number span {
        font-size: 32px;
        margin-left: -20px; }
    #main-content .counter-box .text {
      font-size: 17px;
      padding-left: 30px;
      padding-right: 30px; }
    #main-content .counter-box .source {
      margin-top: 30px;
      position: relative;
      top: auto;
      left: auto;
      text-align: center; } }
@media (max-width: 576px) {
  #main-content .counter-box {
    padding: 90px 10px 70px; }
    #main-content .counter-box:before {
      top: auto;
      bottom: 20px;
      left: 15px;
      width: 80px;
      height: 115px;
      -webkit-transform: none;
              transform: none; }
    #main-content .counter-box:after {
      width: 120px;
      height: 111px;
      right: -25px;
      top: 10px; }
    #main-content .counter-box .number {
      margin-bottom: 5px; }
      #main-content .counter-box .number span {
        font-size: 18px; }
    #main-content .counter-box .text {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 13px; } }
#main-content .banner-box {
background-color: #fbe0d1;
display: block;
text-decoration: none;
text-align: center;
margin-bottom: 40px; }
#main-content .banner-box img {
  display: block; }
#main-content .banner-box.flex-full-height {
  height: 100%; }
#main-content .banner-box.flex-v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
#main-content .banner-box.flex-h-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
#main-content .cloud-tags {
background: url("/ology/static/img/cloud-tags-bg.png") no-repeat bottom right/auto 465px #fff;
padding: 70px 10px 10px;
min-height: 570px;
text-align: center; }
#main-content .cloud-tags .image {
  margin-bottom: 25px; }
  #main-content .cloud-tags .image img {
    max-width: 52px; }
#main-content .cloud-tags .title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: #000000;
  margin-bottom: 30px;
  font-family: 'Rubik', sans-serif; }
#main-content .cloud-tags .tags {
  height: 330px;
  color: #000;
  font-weight: 300;
  font-family: inherit; }
  #main-content .cloud-tags .tags span {
    color: inherit; }
  #main-content .cloud-tags .tags a:hover {
    color: inherit;
    text-decoration: underline; }
@media (max-width: 1240px) {
  #main-content .cloud-tags {
    min-height: 0;
    padding: 15px 10px 10px;
    background-image: none;
    position: relative;
    overflow: hidden; }
    #main-content .cloud-tags:after {
      content: '';
      display: block;
      width: 817px;
      height: 250px;
      background: url("/ology/static/img/cloud-tags-bg-tablet.svg") no-repeat top right/100%;
      position: absolute;
      right: -208px;
      bottom: 0; }
    #main-content .cloud-tags .image {
      position: relative; }
    #main-content .cloud-tags .title {
      margin-bottom: 10px;
      position: relative; }
    #main-content .cloud-tags .tags {
      height: 200px;
      position: relative; } }
@media (max-width: 576px) {
  #main-content .cloud-tags {
    min-height: 0;
    padding: 20px 10px 10px;
    background: url("/ology/static/img/cloud-tags-bg.png") no-repeat bottom right/auto 300px #fff; }
    #main-content .cloud-tags:after {
      display: none; }
    #main-content .cloud-tags .image img {
      width: 37px; }
    #main-content .cloud-tags .title {
      margin-bottom: 10px;
      font-size: 24px; }
    #main-content .cloud-tags .tags {
      height: 200px; } }
#main-content .rubric-full-width {
padding: 30px 0; }
#main-content .rubric-full-width .left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #main-content .rubric-full-width .left-col .block-title {
    font-size: 50px;
    font-weight: normal;
    line-height: 0.9;
    text-align: left;
    color: #000000;
    font-family: 'Rubik', sans-serif;
    margin-top: 5px; }
  #main-content .rubric-full-width .left-col .block-links {
    margin-top: auto; }
    #main-content .rubric-full-width .left-col .block-links a {
      display: block;
      margin-bottom: 20px;
      font-size: 28px;
      font-weight: 900;
      line-height: 1.14;
      text-align: left;
      color: #000000;
      text-decoration: none;
      font-family: 'Rubik', sans-serif; }
      #main-content .rubric-full-width .left-col .block-links a:hover {
        color: #4a4a4a;
        text-decoration: underline; }
#main-content .rubric-full-width.bg-1 {
  background-image: linear-gradient(297deg, #e14fad, #ee9663 22%, #f9d423); }
#main-content .rubric-full-width.bg-2 {
  background-image: linear-gradient(299deg, #96fbc4, #f9f586); }
@media (max-width: 1240px) {
  #main-content .rubric-full-width .left-col {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: none; }
    #main-content .rubric-full-width .left-col .block-title {
      margin-bottom: 40px; }
    #main-content .rubric-full-width .left-col .block-links {
      padding-left: 30px;
      margin-bottom: 10px; }
  #main-content .rubric-full-width .center-col {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: none; }
  #main-content .rubric-full-width .right-col {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: none; } }
@media (max-width: 576px) {
  #main-content .rubric-full-width .left-col {
    padding: 0 60px 0; }
    #main-content .rubric-full-width .left-col .block-title {
      font-size: 24px;
      margin-bottom: 30px; }
    #main-content .rubric-full-width .left-col .block-links {
      padding-left: 0; }
      #main-content .rubric-full-width .left-col .block-links a {
        font-size: 17px; } }
#main-content .load-more-wrap {
text-align: center;
padding-top: 40px; }
@media (max-width: 576px) {
  #main-content .load-more-wrap .btn {
    font-size: 11px; } }
#main-content.inner-page-content {
padding-bottom: 30px; }
#main-content.inner-page-content .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  margin-right: 40px;
  margin-left: 30px; }
  #main-content.inner-page-content .left-col .specproject-article-nav {
    padding-top: 80px; }
    #main-content.inner-page-content .left-col .specproject-article-nav a,
    #main-content.inner-page-content .left-col .specproject-article-nav .article-nav-link {
      font-size: 14px;
      font-weight: bold;
      color: #9b9b9b;
      text-decoration: none;
      border-top: 1px solid rgba(0, 0, 0, 0.21);
      padding: 15px 0;
      display: block;
      line-height: 1.4;
      cursor: pointer; }
      #main-content.inner-page-content .left-col .specproject-article-nav a:last-child,
      #main-content.inner-page-content .left-col .specproject-article-nav .article-nav-link:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.21); }
      #main-content.inner-page-content .left-col .specproject-article-nav a span,
      #main-content.inner-page-content .left-col .specproject-article-nav .article-nav-link span {
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        line-height: 1.2;
        display: block;
        margin-top: 5px; }
      #main-content.inner-page-content .left-col .specproject-article-nav a.active,
      #main-content.inner-page-content .left-col .specproject-article-nav .article-nav-link.active {
        color: #000; }
  #main-content.inner-page-content .left-col .inner-article-nav {
    padding-top: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    padding-bottom: 15px; }
    #main-content.inner-page-content .left-col .inner-article-nav .nav-title {
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.21);
      padding-bottom: 15px;
      font-size: 15px;
      font-weight: 900;
      color: #b3d195;
      font-family: 'Rubik', sans-serif; }
    #main-content.inner-page-content .left-col .inner-article-nav a,
    #main-content.inner-page-content .left-col .inner-article-nav .article-nav-link {
      font-size: 14px;
      font-weight: bold;
      color: #9b9b9b;
      text-decoration: none;
      padding: 10px 0 10px 15px;
      display: block;
      line-height: 1.4;
      cursor: pointer; }
      #main-content.inner-page-content .left-col .inner-article-nav a .info,
      #main-content.inner-page-content .left-col .inner-article-nav .article-nav-link .info {
        margin-top: 5px; }
      #main-content.inner-page-content .left-col .inner-article-nav a span,
      #main-content.inner-page-content .left-col .inner-article-nav .article-nav-link span {
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.2;
        margin-top: 8px; }
      #main-content.inner-page-content .left-col .inner-article-nav a a.cat,
      #main-content.inner-page-content .left-col .inner-article-nav .article-nav-link a.cat {
        text-decoration: none;
        border-radius: 3px;
        border: solid 1px rgba(0, 0, 0, 0.21);
        display: inline-block;
        padding: 3px 5px 1px;
        margin-left: 5px;
        font-size: 10px;
        font-weight: 300;
        font-family: 'Rubik', sans-serif;
        color: #000;
        text-transform: uppercase; }
      #main-content.inner-page-content .left-col .inner-article-nav a.active,
      #main-content.inner-page-content .left-col .inner-article-nav .article-nav-link.active {
        background-image: -webkit-gradient(linear, left top, right top, from(#b3d195), to(rgba(179, 209, 149, 0)));
        background-image: linear-gradient(to right, #b3d195, rgba(179, 209, 149, 0));
        color: #000; }
#main-content.inner-page-content .right-col {
  padding-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 280px); }
  #main-content.inner-page-content .right-col .article-content-wrap {
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative; }
    #main-content.inner-page-content .right-col .article-content-wrap .article-go-top-btn {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 80px;
      height: 70px; }
    #main-content.inner-page-content .right-col .article-content-wrap:last-child {
      margin-bottom: 0; }
    #main-content.inner-page-content .right-col .article-content-wrap .iframe-wrap {
      position: relative;
      height: 0;
      padding-bottom: 56%;
      margin-bottom: 30px; }
      #main-content.inner-page-content .right-col .article-content-wrap .iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    #main-content.inner-page-content .right-col .article-content-wrap .article-read-more-wrap {
      position: absolute;
      bottom: 0;
      z-index: 999;
      text-align: center;
      width: 100%;
      max-width: 660px; }
      #main-content.inner-page-content .right-col .article-content-wrap .article-read-more-wrap a {
        font-size: 13px;
        color: #000;
        text-decoration: none; }
        #main-content.inner-page-content .right-col .article-content-wrap .article-read-more-wrap a i {
          display: block;
          line-height: 1.1; }
    #main-content.inner-page-content .right-col .article-content-wrap .article-crop-box {
      max-height: 750px;
      overflow: hidden;
      position: relative;
      padding-bottom: 50px; }
      #main-content.inner-page-content .right-col .article-content-wrap .article-crop-box:after {
        content: '';
        display: block;
        height: 200px;
        position: absolute;
        bottom: 0;
        width: 100%;
        max-width: 660px;
        z-index: 9;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+16&0+0,0.85+50,1+89 */
            /* FF3.6-15 */
            /* Chrome10-25,Safari5.1-6 */
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), color-stop(16%, rgba(242, 242, 242, 0.27)), color-stop(50%, rgba(242, 242, 242, 0.85)), color-stop(89%, #f2f2f2));
            background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.27) 16%, rgba(242, 242, 242, 0.85) 50%, #f2f2f2 89%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 );
            /* IE6-9 */ }
          #main-content.inner-page-content .right-col .article-content-wrap .article-crop-box.full {
            height: auto;
            max-height: none; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-crop-box.full:after {
              display: none; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-crop-box.full .article-read-more-wrap {
              display: none; }
        #main-content.inner-page-content .right-col .article-content-wrap .article-section {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 30px;
          font-size: 15px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section a {
            color: #b3d195; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section a:hover {
              text-decoration: none; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section h2 {
            font-family: 'Roboto Slab', sans-serif;
            font-weight: bold;
            font-size: 26px;
            line-height: 27px;
            margin-bottom: 25px;
            margin-top: 20px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section h3 {
            font-family: 'Roboto Slab', sans-serif;
            font-weight: bold;
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 10px;
            margin-top: 20px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section h4 {
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            font-size: 19px;
            line-height: 25px;
            margin-bottom: 20px;
            margin-top: 0; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section h2 + h4 {
            margin-top: -20px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .interview li {
            margin-bottom: 30px;
            font-size: 17px;
            font-family: 'Roboto', sans-serif;
            line-height: 1.5; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .interview li .question {
              background: url("/ology/static/img/icon-interview-item.png") no-repeat left 7px;
              font-weight: bold;
              display: block;
              margin-bottom: 5px;
              overflow: hidden;
              padding-left: 20px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .interview li .answer {
              display: block;
              padding-left: 20px;
              overflow: hidden; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .speaker {
            float: left;
            margin-right: 30px;
            margin-bottom: 30px;
            width: 240px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .speaker .image {
              background: url("/ology/static/img/speaker-bg.png") no-repeat center center;
              padding-top: 20px;
              margin-bottom: 10px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .speaker .image img {
                display: block; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .speaker .name {
              font-size: 15px;
              font-weight: normal;
              font-style: normal;
              line-height: 2;
              color: #000000;
              margin-bottom: 5px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .speaker .position {
              font-size: 13px;
              font-weight: 300;
              line-height: 1.54;
              font-family: 'Rubik', sans-serif; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption {
            margin-bottom: 30px;
            font-family: 'Roboto', sans-serif;
            position: relative; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption .image-wrap {
              position: relative;
              margin-bottom: 10px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption .image-wrap img {
                width: 100%;
                height: auto;
                display: block; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption .image-wrap img[data-fancybox] {
                  cursor: pointer; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption .image-wrap .image-full-screen {
                position: absolute;
                display: block;
                bottom: 20px;
                right: 20px;
                width: 42px;
                height: 42px;
                background: url("/ology/static/img/icon-full-screen.svg") no-repeat center center;
                cursor: pointer; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption .caption .title {
              font-size: 15px;
              font-weight: bold;
              line-height: 1.54; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption .caption .sub-title {
              font-size: 13px;
              font-weight: 400;
              font-style: italic;
              line-height: 1.82;
              color: #4a4a4a; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption.owl-carousel .slide {
              text-align: center; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption.owl-carousel .slide .image-wrap {
                margin-bottom: 0; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption.owl-carousel .slide .caption {
                padding: 15px 25px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption.owl-carousel .owl-nav button {
              position: absolute;
              bottom: 24px;
              background: url("/ology/static/img/image-caption-slider-arrow.png") no-repeat;
              width: 12px;
              height: 21px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption.owl-carousel .owl-nav button span {
                display: none; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption.owl-carousel .owl-nav button.owl-next {
                -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                right: 0; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section ul.list-style-1 {
            margin-left: 80px;
            max-width: 410px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section ul li,
            #main-content.inner-page-content .right-col .article-content-wrap .article-section ol li {
              padding-left: 30px;
              counter-increment: step-counter;
              position: relative;
              font-size: 15px;
              font-weight: 300;
              font-family: 'Rubik', sans-serif;
              line-height: 1.5;
              margin-bottom: 20px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section ul li:before {
                  content: '•';
                  margin-right: 5px;
                  color: #0d2ef9;
                  font-weight: 900;
                  width: 19px;
                  height: 22px;
                  font-size: 40px;
                  margin-top: -15px;
                  font-family: rubik,sans-serif;
                  display: block;
                  position: absolute;
                  left: 0;
              }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section ol li:before {
                content: counter(step-counter);
                margin-right: 5px;
                color: #000;
                font-weight: bold;
                width: 20px;
                height: 23px;
                font-size: 12px;
                font-family: 'Rubik', sans-serif;
                display: block;
                position: absolute;
                left: 0;
                text-align: center;
                background: url("/ology/static/img/list-style-1.png") no-repeat bottom center;
              }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section blockquote {
            background: url("/ology/static/img/quotes.svg") no-repeat 30px 12px/30px auto;
            position: relative;
            padding: 10px 80px;
            font-size: 25px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            margin-bottom: 30px;
            margin-top: 30px;
            line-height: 1.4; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section blockquote p {
              line-height: inherit; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section blockquote a,
            #main-content.inner-page-content .right-col .article-content-wrap .article-section blockquote span {
              color: #b3d195;
              text-decoration: none; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .counter {
            float: left;
            margin-right: 30px;
            margin-bottom: 40px;
            width: 240px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .counter .number {
              padding: 50px 10px 5px;
              text-align: right;
              font-size: 100px;
              font-weight: bold;
              margin-bottom: 5px;
              min-height: 155px;
              background: url("/ology/static/img/article-counter-bg.png") no-repeat left bottom/100%; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .counter .number span {
                font-size: 18px;
                margin-left: -20px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .counter .number.medium-number {
                font-size: 60px;
                padding: 50px 15px 15px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                -webkit-box-pack: end;
                    -ms-flex-pack: end;
                        justify-content: flex-end;
                -ms-flex-line-pack: end;
                    align-content: flex-end; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .counter .number.medium-number span {
                  margin-left: 0;
                  display: block;
                  width: 100%;
                  text-align: right; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .counter .number.large-number {
                font-size: 46px;
                padding: 50px 10px 15px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                -webkit-box-pack: end;
                    -ms-flex-pack: end;
                        justify-content: flex-end;
                -ms-flex-line-pack: end;
                    align-content: flex-end; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .counter .number.large-number span {
                  margin-left: 0;
                  display: block;
                  width: 100%;
                  text-align: right; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .counter .text {
              font-size: 13px;
              font-weight: 300;
              text-align: center;
              font-family: 'Rubik', sans-serif;
              line-height: 1.5; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .counter .source {
              margin-top: 30px;
              text-align: center;
              font-family: 'Rubik', sans-serif;
              font-size: 10px;
              text-transform: uppercase;
              color: #4a4a4a; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .counter .source a {
                color: inherit; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .reference-block {
            max-width: 200px;
            position: relative;
            margin-bottom: 40px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .reference-block.with-pattern:before {
              content: '';
              display: block;
              width: 197px;
              height: 114px;
              background: url("/ology/static/img/reference-block-pattern.png") no-repeat center center/cover;
              position: absolute;
              right: -92px;
              top: -10px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .reference-block .image {
              margin-bottom: 10px;
              position: relative;
              z-index: 5; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .reference-block .tags a {
              font-size: 13px;
              font-weight: 300;
              color: #9b9b9b;
              text-decoration: none;
              display: inline-block;
              margin-right: 10px;
              margin-bottom: 5px;
              font-family: 'Rubik', sans-serif; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .reference-block .title {
              font-size: 17px;
              font-weight: bold;
              line-height: 2;
              margin-bottom: 10px;
              color: #4a4a4a; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .reference-block .text {
              font-size: 15px;
              font-weight: 400;
              line-height: 1.54;
              color: #4a4a4a; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .cat-hint {
            padding-bottom: 135px;
            background: url("/ology/static/img/cat-hint-logo.svg") no-repeat bottom center/160px auto;
            margin-top: auto; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .cat-hint .text {
              border-radius: 3px;
              background-color: #ffffff;
              border: solid 1px #b3d195;
              padding: 30px;
              position: relative;
              font-size: 13px;
              font-weight: 300;
              line-height: 1.54;
              text-align: center;
              color: #417505; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .cat-hint .text:after {
                content: "";
                display: block;
                position: absolute;
                bottom: -12px;
                left: 50%;
                margin-left: -14px;
                width: 28px;
                height: 12px;
                background: url("/ology/static/img/cat-hint-arr.png") no-repeat; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .tooltip-box {
            border-radius: 3px;
            background-color: #ffffff;
            border: solid 1px rgba(0, 0, 0, 0.21);
            padding: 30px;
            font-size: 13px;
            font-weight: 300;
            line-height: 1.54;
            font-family: 'Rubik', sans-serif;
            position: absolute;
            z-index: 9999; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .tooltip-box .tt-close {
              width: 15px;
              height: 15px;
              cursor: pointer;
              display: block;
              position: absolute;
              top: 10px;
              right: 10px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .tooltip-box .tt-close:before, #main-content.inner-page-content .right-col .article-content-wrap .article-section .tooltip-box .tt-close:after {
                position: absolute;
                left: 5px;
                content: ' ';
                height: 15px;
                width: 1px;
                background-color: #b3d195; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .tooltip-box .tt-close:before {
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg); }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .tooltip-box .tt-close:after {
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg); }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section [data-tooltip] {
            border-bottom: 3px dotted #b3d195;
            cursor: pointer;
            line-height: 19px;
            display: inline-block; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .pattern-box {
            display: block;
            position: relative; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .pattern-box.pattern-1 {
              height: 161px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .pattern-box.pattern-1:before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                background: url("/ology/static/img/pattern-box-1.png") no-repeat center center/cover;
                width: 248px;
                height: 161px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-left {
            margin-right: 30px;
            max-width: 660px;
            width: 100%;
            font-size: 17px;
            line-height: 25px;
            font-family: 'Roboto', sans-serif; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-left p {
              font-size: inherit;
              line-height: inherit; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 240px;
                    flex: 0 0 240px;
            position: relative; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .counter {
              margin-right: 0;
              float: none; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .tooltip-box {
              position: absolute;
              z-index: 999;
              left: 0;
              right: 0; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .speaker {
              width: auto; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right blockquote {
              background: url("/ology/static/img/quotes.svg") no-repeat 0px 4px/30px auto;
              padding: 0 0 0 40px;
              font-size: 22px; }
        #main-content.inner-page-content .right-col .article-content-wrap .meta-info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 13px;
          font-family: 'Roboto', sans-serif;
          font-weight: 500;
          color: #000;
          line-height: 1.3;
          margin-bottom: 40px; }
          #main-content.inner-page-content .right-col .article-content-wrap .meta-info:last-child {
            margin-bottom: 0; }
          #main-content.inner-page-content .right-col .article-content-wrap .meta-info .date {
            margin-right: 20px; }
          #main-content.inner-page-content .right-col .article-content-wrap .meta-info .author svg {
            margin-right: 3px;
            position: relative;
            top: 1px; }
            #main-content.inner-page-content .right-col .article-content-wrap .meta-info .author svg path {
              fill: #000; }
        #main-content.inner-page-content .right-col .article-content-wrap .article-info {
          max-width: 560px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-info .category {
            font-size: 10px;
            font-weight: 300;
            font-family: 'Rubik', sans-serif;
            color: #fff;
            margin-bottom: 15px;
            text-transform: uppercase; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-info .category a {
              text-decoration: none;
              border-radius: 3px;
              background-image: linear-gradient(106deg, #9be15d, #00e3ae);
              display: inline-block;
              color: inherit;
              padding: 5px 10px;
              margin-right: 5px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-info .category.style-2 a {
              background-image: -webkit-gradient(linear, left bottom, left top, from(#d09693), to(#c71d6f));
              background-image: linear-gradient(to top, #d09693, #c71d6f); }
            #main-content.inner-page-content .right-col .article-content-wrap .article-info .category.style-3 a {
              background-image: linear-gradient(102deg, #3023ae, #c86dd7); }
          #main-content.inner-page-content .right-col .article-content-wrap .article-info .article-title {
            font-size: 55px;
            font-family: 'Rubik', sans-serif;
            font-weight: 900;
            margin-bottom: 5px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-info .article-subtitle {
            font-size: 25px;
            font-weight: 300;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.4;
            margin-bottom: 30px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-info.large {
            width: 100vw;
            text-align: center;
            color: #fff;
            position: relative;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            padding: 100px 0;
            margin-bottom: 40px;
            max-width: none; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-info.large .info-inner {
              max-width: 700px;
              width: 100%;
              margin: 0 auto; }
        #main-content.inner-page-content .right-col .article-content-wrap .article-intro-text {
          font-size: 23px;
          font-weight: bold;
          line-height: 1.29;
          padding-bottom: 30px;
          margin-bottom: 30px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.21);
          font-family: 'Roboto Slab', serif; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-intro-text p {
            font-family: inherit;
            line-height: inherit; }
        #main-content.inner-page-content .right-col .article-content-wrap .article-bottom-info {
          margin-bottom: 40px;
          font-size: 15px;
          line-height: 1.53;
          color: #4a4a4a;
          font-family: 'Rubik', sans-serif;
          font-weight: 300; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-bottom-info .info-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 30px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-bottom-info .info-row .row-label {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              max-width: 140px;
              font-weight: bold; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-bottom-info .info-row .row-info {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-bottom-info .info-row .row-info a {
                color: inherit; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-bottom-info .info-row .row-info i {
                font-weight: 300; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-bottom-info .info-row .row-info ul li {
                display: inline-block;
                margin-bottom: 10px;
                margin-right: 10px; }
        #main-content.inner-page-content .right-col .article-content-wrap .article-share-links {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-share-links .link {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            line-height: 60px;
            border-left: 1px solid #979797;
            text-align: center; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-share-links .link:last-child {
              border-right: 1px solid #979797; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-share-links .link a svg {
              vertical-align: middle; }
        @media (min-width: 769px) and (max-width: 1240px) {
          #main-content.inner-page-content .right-col .article-content-wrap .article-read-more-wrap {
            max-width: none; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-crop-box:after {
            max-width: none; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .pattern-box {
            display: none; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-left {
            width: 100%;
            max-width: none;
            margin-bottom: 30px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .counter {
              margin-left: 80px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .counter .text {
                text-align: left; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .counter .source {
                text-align: left; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .reference-block {
              max-width: none; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .reference-block .image {
                margin-bottom: 10px;
                position: relative;
                z-index: 5; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .reference-block .tags a {
                font-size: 13px;
                font-weight: 300;
                color: #9b9b9b;
                text-decoration: none;
                display: inline-block;
                margin-right: 10px;
                margin-bottom: 5px;
                font-family: 'Rubik', sans-serif; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .reference-block .title {
                font-size: 15px;
                font-weight: bold;
                line-height: 2;
                margin-bottom: 10px;
                color: #4a4a4a; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .reference-block .text {
                font-size: 13px;
                font-weight: 300;
                line-height: 1.54;
                color: #4a4a4a; } }
        @media (max-width: 768px) {
          #main-content.inner-page-content .right-col .article-content-wrap .article-read-more-wrap {
            width: calc(100% - 270px);
            max-width: 438px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-section {
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section h2 {
              font-size: 24px;
              line-height: 26px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section h3 {
              font-size: 19px;
              line-height: 24px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section h4 {
              font-size: 18px;
              line-height: 24px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section h2 + h4 {
              margin-top: -20px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section ul.list-style-1 {
              margin-left: 40px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section blockquote {
              padding: 5px 30px 5px 40px;
              background-position: left 12px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .speaker {
              width: 175px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .counter {
              width: 200px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-left {
              max-width: 438px;
              margin-bottom: 30px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .counter {
              padding: 0 10px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link {
              line-height: 42px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link a svg {
                vertical-align: middle; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link a.fb svg {
                width: 9px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link a.vk svg {
                width: 20px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link a.tw svg {
                width: 19px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link a.tg svg {
                width: 17px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link a.ok svg {
                width: 12px; }
          #main-content.inner-page-content .right-col .article-content-wrap .meta-info {
            font-size: 13px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-intro-text {
            font-size: 23px;
            line-height: 29px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-info {
            max-width: none; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-info .category {
              font-size: 10px;
              font-weight: 300;
              font-family: 'Rubik', sans-serif;
              color: #fff;
              margin-bottom: 15px;
              text-transform: uppercase; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-info .category a {
                text-decoration: none;
                border-radius: 3px;
                background-image: linear-gradient(106deg, #9be15d, #00e3ae);
                display: inline-block;
                color: inherit;
                padding: 5px 10px;
                margin-right: 5px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-info .category.style-2 a {
                background-image: -webkit-gradient(linear, left bottom, left top, from(#d09693), to(#c71d6f));
                background-image: linear-gradient(to top, #d09693, #c71d6f); }
              #main-content.inner-page-content .right-col .article-content-wrap .article-info .category.style-3 a {
                background-image: linear-gradient(102deg, #3023ae, #c86dd7); }
            #main-content.inner-page-content .right-col .article-content-wrap .article-info .article-title {
              font-size: 50px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-info .article-subtitle {
              margin-bottom: 40px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-info.large {
              width: 100%;
              width: 100vw;
              margin-left: -30px;
              padding: 100px 0;
              margin-bottom: 40px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-info.large .info-inner {
                max-width: 700px;
                width: 100%;
                margin: 0 auto; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-info .meta-info {
              margin-bottom: 20px; } }
        @media (max-width: 700px) {
          #main-content.inner-page-content .right-col .article-content-wrap {
            margin-top: 0; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-read-more-wrap {
              width: 100%; }
            #main-content.inner-page-content .right-col .article-content-wrap .meta-info {
              font-size: 9px;
              margin-bottom: 20px; }
              #main-content.inner-page-content .right-col .article-content-wrap .meta-info svg {
                width: 8px;
                height: auto; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-crop-box {
              max-height: 450px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              font-size: 15px;
              line-height: 23px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section p {
                line-height: 23px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section ul.list-style-1 {
                margin-left: 0; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .pattern-box {
                display: none; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .speaker {
                width: 100%;
                float: none;
                margin-right: 0; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .speaker .image {
                  max-width: 170px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section blockquote {
                padding: 5px 0 5px 40px;
                font-size: 20px;
                background-position: left 6px; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section blockquote p {
                  font-size: inherit; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-left {
                margin-right: 0;
                margin-bottom: 30px;
                max-width: none; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-left .tooltip-box {
                  position: absolute;
                  width: calc(100% - 60px);
                  z-index: 99; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right {
                margin-right: 0;
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 100%;
                        flex: 0 0 100%; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .banner-box {
                  margin-left: -30px;
                  margin-right: -30px;
                  min-height: 120px !important; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .counter {
                  margin-left: 0;
                  width: 100%; }
                  #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .counter .number {
                    max-width: 200px; }
                  #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .counter .text {
                    text-align: left; }
                  #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .counter .source {
                    text-align: left; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .reference-block {
                  max-width: none; }
                  #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .reference-block:before {
                    right: -30px;
                    top: -30px;
                    width: 173px;
                    height: 101px; }
                  #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .reference-block .image {
                    margin-bottom: 10px;
                    max-width: 87px; }
                  #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .reference-block .tags a {
                    font-size: 13px;
                    font-weight: 300;
                    color: #9b9b9b;
                    text-decoration: none;
                    display: inline-block;
                    margin-right: 10px;
                    margin-bottom: 5px;
                    font-family: 'Rubik', sans-serif; }
                  #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .reference-block .title {
                    font-size: 15px;
                    font-weight: bold;
                    line-height: 2;
                    margin-bottom: 10px;
                    color: #4a4a4a; }
                  #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-col-right .reference-block .text {
                    font-size: 13px;
                    font-weight: 300;
                    line-height: 1.54;
                    color: #4a4a4a; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-bottom-info .info-row {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link {
                line-height: 30px; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link a svg {
                  vertical-align: middle; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link a.fb svg {
                  width: 6px; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link a.vk svg {
                  width: 14px; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link a.tw svg {
                  width: 13px; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link a.tg svg {
                  width: 12px; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-section .article-share-links .link a.ok svg {
                  width: 8px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-info {
              max-width: none; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-info .article-title {
                font-size: 24px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-info .article-subtitle {
                font-size: 13px;
                font-weight: normal;
                margin-bottom: 20px; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-info.large {
                width: 100%;
                width: 100vw;
                margin-left: -30px;
                padding: 100px 0;
                margin-bottom: 40px; }
                #main-content.inner-page-content .right-col .article-content-wrap .article-info.large .info-inner {
                  max-width: 700px;
                  width: 100%;
                  margin: 0 auto; }
              #main-content.inner-page-content .right-col .article-content-wrap .article-info .meta-info {
                margin-bottom: 10px; } }
        @media (max-width: 420px) {
          #main-content.inner-page-content .right-col .article-content-wrap .article-section {
            font-size: 14pt;
            line-height: 18pt; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section h2 {
              font-size: 20pt;
              line-height: 23pt; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section h3 {
              font-size: 14pt;
              line-height: 18pt; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section h4 {
              font-size: 14pt;
              line-height: 18pt; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .interview li {
              font-size: 15px;
              line-height: 20px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption .caption .title {
              font-size: 12px;
              line-height: 16px; }
            #main-content.inner-page-content .right-col .article-content-wrap .article-section .image-caption .caption .sub-title {
              font-size: 12px;
              line-height: 16px; }
          #main-content.inner-page-content .right-col .article-content-wrap .meta-info {
            font-size: 11px; }
          #main-content.inner-page-content .right-col .article-content-wrap .article-intro-text {
            font-size: 17px;
            line-height: 22px; } }
    @media (max-width: 768px) {
      #main-content.inner-page-content .left-col {
        display: none; }
      #main-content.inner-page-content .right-col {
        max-width: 100%;
        padding-left: 30px; } }
    @media (max-width: 568px) {
      #main-content.inner-page-content .right-col {
        max-width: 100%;
        margin: 0; } }
  #main-content .js-sticky-sidebar {
    will-change: min-height; }
  #main-content .js-sticky-sidebar-content {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    will-change: position, transform; }

#site-header + #main-content {
  margin-top: 90px; }
  @media (max-width: 576px) {
    #site-header + #main-content {
      margin-top: 40px; } }

[data-appear-animation] {
  visibility: hidden;
  -webkit-transition: all 2s;
  transition: all 2s;
  opacity: 0; }

.animated[data-appear-animation] {
  visibility: visible;
  opacity: 1; }

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

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

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

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.search-popup {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  visibility: hidden; }
  .search-popup.active {
    top: 0;
    visibility: visible;
    opacity: 1; }
  .search-popup .search-header {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px; }
    .search-popup .search-header .links-mobile-toggle {
      display: none; }
      .search-popup .search-header .links-mobile-toggle svg path {
        fill: #000; }
    .search-popup .search-header .links {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .search-popup .search-header .links ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .search-popup .search-header .links ul li {
          margin-right: 20px; }
          .search-popup .search-header .links ul li a {
            line-height: 40px;
            font-size: 10px;
            font-weight: 500;
            letter-spacing: 0.7px;
            font-family: 'Rubik', sans-serif;
            color: #000;
            text-decoration: none;
            text-transform: uppercase; }
    .search-popup .search-header .logo {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center; }
      .search-popup .search-header .logo img {
        vertical-align: middle;
        width: 28px; }
      .search-popup .search-header .logo svg {
        vertical-align: middle;
        width: 28px;
        height: auto; }
        .search-popup .search-header .logo svg path {
          fill: #000; }
    .search-popup .search-header .search-close {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right; }
      .search-popup .search-header .search-close .close-btn {
        cursor: pointer; }
  .search-popup .search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc( 100% - 40px ); }
    .search-popup .search-content form {
      -ms-flex-item-align: center;
          align-self: center; }
      .search-popup .search-content form .search-field {
        font-size: 60px;
        font-weight: 900;
        letter-spacing: 0.7px;
        text-align: center;
        color: #000;
        font-family: 'Rubik', sans-serif;
        border: 0;
        width: 100%;
        padding: 0 40px; }
  @media (max-width: 768px) {
    .search-popup .search-header .links .links-mobile-toggle {
      display: block; }
    .search-popup .search-header .links ul {
      display: none; } }
  @media (min-width: 460px) and (max-width: 768px) {
    .search-popup .search-header {
      height: 90px;
      line-height: 90px;
      padding: 0 30px; }
      .search-popup .search-header .links .links-mobile-toggle svg {
        width: 32px;
        height: auto;
        vertical-align: middle; }
      .search-popup .search-header .logo svg {
        width: 50px;
        height: auto;
        vertical-align: middle; }
      .search-popup .search-header .search-close .close-btn {
        cursor: pointer; }
        .search-popup .search-header .search-close .close-btn svg {
          width: 23px;
          height: auto;
          vertical-align: middle; }
    .search-popup .search-content {
      height: calc(100% - 90px); } }
  @media (max-width: 460px) {
    .search-popup .search-header {
      padding: 0 15px; }
    .search-popup .search-content form .search-field {
      font-size: 48px;
      padding: 0 15px; } }

.page-404 .page-404-image {
  text-align: center;
  padding-top: 20px; }
.page-404 .page-404-content {
  text-align: center; }
  .page-404 .page-404-content .title {
    font-size: 125px;
    font-weight: 900;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 10px; }
  .page-404 .page-404-content .text {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px; }
  .page-404 .page-404-content .open-box-again {
    font-size: 15px;
    font-weight: 300;
    color: #000; }
@media (max-width: 991px) {
  .page-404 .page-404-image {
    background-size: contain; } }
@media (max-width: 576px) {
  .page-404 .page-404-image {
    padding-top: 20px;
    margin: 0 -30px 30px; }
  .page-404 .page-404-content .title {
    font-size: 50px; }
  .page-404 .page-404-content .open-box-again {
    font-size: 17px; } }

.page-test {
  padding: 60px 0 !important;
  min-height: calc(100vh - 325px); }
  .page-test .section:last-child {
    margin-bottom: 0 !important; }
  .page-test .page-test-content {
    background-color: #fff;
    min-height: 433px;
    max-width: 760px;
    margin: 0 auto;
    border-radius: 3px;
    padding: 20px; }
  @media (max-width: 768px) {
    .page-test {
      padding: 40px 0 !important; } }
  @media (max-width: 576px) {
    .page-test {
      padding: 0 !important; }
      .page-test .page-test-content {
        margin: 0 -30px;
        border-radius: 0; } }

/*
     FILE ARCHIVED ON 12:58:41 Jul 03, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:54:39 May 18, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 166.301
  exclusion.robots: 0.085
  exclusion.robots.policy: 0.073
  cdx.remote: 0.067
  esindex: 0.01
  LoadShardBlock: 134.177 (3)
  PetaboxLoader3.datanode: 139.924 (5)
  load_resource: 183.984 (2)
  PetaboxLoader3.resolve: 142.097 (2)
*/