html {
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

/* float clearing for IE6 */
* html .cfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .cfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.cfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

a, a:active, a:focus {
  outline: none;
}

textarea, select, input, button {
  outline: none;
}

input, textarea {
  border-radius: 0;
}

header.menu {
  position: absolute;
  width: 100%;
  z-index: 10;
}
header.menu.default {
  position: relative;
  margin-bottom: 40px;
}
header.menu.default .main-nav .logo {
  display: none;
}
header.menu.default .main-nav .logo-opened {
  display: block;
}
header.menu.default .main-nav .nav .first-level ul li a {
  color: #91123f;
}
header.menu.default .main-nav .nav .first-level ul li a:hover {
  border-bottom: 2px solid #91123f;
}
header.menu.default .main-nav .nav .first-level ul li.active a {
  border-bottom: 2px solid #91123f;
}
header.menu.default .main-nav .burger .menu-icon, header.menu.default .main-nav .burger .menu-icon:before, header.menu.default .main-nav .burger .menu-icon:after {
  background: #91123f;
}
header.menu.opened {
  background: #fff;
}
header.menu.opened .main-nav .logo {
  display: none;
}
header.menu.opened .main-nav .logo-opened {
  display: block;
}
header.menu.opened .main-nav .nav .first-level ul li a {
  color: #91123f;
}
header.menu.opened .main-nav .nav .first-level ul li a:hover {
  border-bottom: 2px solid #91123f;
}
header.menu .main-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header.menu .main-nav .logo, header.menu .main-nav .logo-opened {
  margin: 64px 0 33px 33px;
}
@media (max-width: 576px) {
  header.menu .main-nav .logo, header.menu .main-nav .logo-opened {
    margin: 32px 0 33px 33px;
  }
}
header.menu .main-nav .logo img, header.menu .main-nav .logo-opened img {
  height: 50px;
}
header.menu .main-nav .logo-opened {
  display: none;
}
header.menu .main-nav .nav {
  display: flex;
  flex-direction: column;
}
header.menu .main-nav .nav ul {
  list-style-type: none;
  margin: 69px 0 0 0;
  padding: 0;
}
header.menu .main-nav .nav ul li {
  float: left;
}
header.menu .main-nav .nav ul li a {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  display: block;
  color: white;
  text-align: center;
  margin: 10px 33px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20.72px;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.3s;
  transition: border 0.3s;
}
header.menu .main-nav .nav ul li a:hover {
  border-bottom: 2px solid #fff;
}
header.menu .main-nav .nav ul li.active {
  border-bottom: 2px solid #fff;
}
header.menu .main-nav .nav .second-level {
  display: none;
  flex-direction: row;
  justify-content: space-between;
}
header.menu .main-nav .nav .second-level.opened {
  display: flex;
}
header.menu .main-nav .nav .second-level ul {
  display: block;
  list-style-type: none;
  margin: 76px 0 0 0;
  padding: 0 0 50px 0;
}
header.menu .main-nav .nav .second-level ul li {
  float: left;
}
header.menu .main-nav .nav .second-level ul li a {
  font-family: 'Shentox-Regular', Arial, sans-serif;
  display: block;
  color: #1d1d1b;
  text-align: center;
  margin: 10px 33px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20.72px;
  transition: border-color 0.25s;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
header.menu .main-nav .nav .second-level ul li a:hover {
  border-bottom: 2px solid #1d1d1b;
}
header.menu .main-nav .nav .second-level ul li.active {
  border-bottom: 2px solid #1d1d1b;
}
header.menu .main-nav .nav .second-level .close {
  margin: 84px 33px 0 0;
  cursor: pointer;
}
header.menu .main-nav .nav .second-level .close img {
  width: 24px;
}
header.menu .main-nav .nav .second-level .close img svg {
  fill: #91123f;
}
header.menu .main-nav .burger {
  display: none;
}
header.menu .mobile-nav {
  display: none;
}

@media (max-width: 1279px) {
  header.menu.opened .main-nav .burger .menu-icon, header.menu.opened .main-nav .burger .menu-icon:before, header.menu.opened .main-nav .burger .menu-icon:after {
    background: #91123f;
  }
  header.menu .main-nav .nav {
    display: none;
  }
  header.menu .main-nav .burger {
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 69px 33px 10px 10px;
    /* hamburger icon */
  }
}
@media (max-width: 1279px) and (max-width: 576px) {
  header.menu .main-nav .burger {
    margin: 36px 33px 10px 10px;
  }
}
@media (max-width: 1279px) {
  header.menu .main-nav .burger .menu-icon, header.menu .main-nav .burger .menu-icon:before, header.menu .main-nav .burger .menu-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  header.menu .main-nav .burger .menu-icon:before {
    content: '';
    top: -7px;
    left: 0;
  }
  header.menu .main-nav .burger .menu-icon:after {
    content: '';
    top: 7px;
    left: 0;
  }
  header.menu .main-nav .burger.opened {
    /* x icon */
  }
  header.menu .main-nav .burger.opened .menu-icon {
    height: 0;
    background: transparent;
  }
  header.menu .main-nav .burger.opened .menu-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header.menu .main-nav .burger.opened .menu-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header.menu .mobile-nav {
    display: none;
    background: #fff;
    height: 100vh;
  }
  header.menu .mobile-nav.opened {
    display: block;
  }
  header.menu .mobile-nav .nav .first-level.closed {
    display: none;
  }
  header.menu .mobile-nav .nav ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
  }
  header.menu .mobile-nav .nav ul li a {
    font-family: 'Shentox-Bold', Arial, sans-serif;
    display: inline-block;
    color: #91123f;
    text-align: left;
    margin: 10px 29px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 50.5px;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    transition: color 0.3s;
    transition: border 0.3s;
  }
  header.menu .mobile-nav .nav ul li a {
    font-size: 30px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 375px) {
  header.menu .mobile-nav .nav ul li a {
    font-size: calc(10.199vw - 8.24627px);
  }
}
@media screen and (max-width: 1279px) and (min-width: 576px) {
  header.menu .mobile-nav .nav ul li a {
    font-size: 50.5px;
  }
}
@media (max-width: 1279px) {
  header.menu .mobile-nav .nav ul li a {
    margin-bottom: 17.2px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 375px) {
  header.menu .mobile-nav .nav ul li a {
    margin-bottom: calc(5.87065vw - 4.81493px);
  }
}
@media screen and (max-width: 1279px) and (min-width: 576px) {
  header.menu .mobile-nav .nav ul li a {
    margin-bottom: 29px;
  }
}
@media (max-width: 1279px) {
  header.menu .mobile-nav .nav ul li a:hover {
    border-bottom: 2px solid #91123f;
  }
  header.menu .mobile-nav .nav .second-level {
    display: none;
    flex-direction: row;
    justify-content: space-between;
  }
  header.menu .mobile-nav .nav .second-level.opened {
    display: flex;
  }
  header.menu .mobile-nav .nav .second-level ul {
    display: block;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0 0 50px 0;
  }
  header.menu .mobile-nav .nav .second-level ul li a {
    font-family: 'Shentox-Bold', Arial, sans-serif;
    display: inline-block;
    color: #1d1d1b;
    text-align: left;
    margin: 10px 29px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 50.5px;
    transition: border-color 0.25s;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
  }
  header.menu .mobile-nav .nav .second-level ul li a {
    font-size: 30px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 375px) {
  header.menu .mobile-nav .nav .second-level ul li a {
    font-size: calc(10.199vw - 8.24627px);
  }
}
@media screen and (max-width: 1279px) and (min-width: 576px) {
  header.menu .mobile-nav .nav .second-level ul li a {
    font-size: 50.5px;
  }
}
@media (max-width: 1279px) {
  header.menu .mobile-nav .nav .second-level ul li a {
    margin-bottom: 17.2px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 375px) {
  header.menu .mobile-nav .nav .second-level ul li a {
    margin-bottom: calc(5.87065vw - 4.81493px);
  }
}
@media screen and (max-width: 1279px) and (min-width: 576px) {
  header.menu .mobile-nav .nav .second-level ul li a {
    margin-bottom: 29px;
  }
}
@media (max-width: 1279px) {
  header.menu .mobile-nav .nav .second-level ul li a:hover {
    border-bottom: 2px solid #1d1d1b;
  }
  header.menu .mobile-nav .nav .second-level .close {
    display: none;
  }
}
@font-face {
  font-family: 'Shentox-SemiBoldItalic';
  src: url("../fonts/38BBE9_0_0.eot");
  src: url("../fonts/38BBE9_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_0_0.woff2") format("woff2"), url("../fonts/38BBE9_0_0.woff") format("woff"), url("../fonts/38BBE9_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-ThinItalic';
  src: url("../fonts/38BBE9_1_0.eot");
  src: url("../fonts/38BBE9_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_1_0.woff2") format("woff2"), url("../fonts/38BBE9_1_0.woff") format("woff"), url("../fonts/38BBE9_1_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-Thin';
  src: url("../fonts/38BBE9_2_0.eot");
  src: url("../fonts/38BBE9_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_2_0.woff2") format("woff2"), url("../fonts/38BBE9_2_0.woff") format("woff"), url("../fonts/38BBE9_2_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-SemiBold';
  src: url("../fonts/38BBE9_3_0.eot");
  src: url("../fonts/38BBE9_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_3_0.woff2") format("woff2"), url("../fonts/38BBE9_3_0.woff") format("woff"), url("../fonts/38BBE9_3_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-UltraLight';
  src: url("../fonts/38BBE9_4_0.eot");
  src: url("../fonts/38BBE9_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_4_0.woff2") format("woff2"), url("../fonts/38BBE9_4_0.woff") format("woff"), url("../fonts/38BBE9_4_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-RegularItalic';
  src: url("../fonts/38BBE9_5_0.eot");
  src: url("../fonts/38BBE9_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_5_0.woff2") format("woff2"), url("../fonts/38BBE9_5_0.woff") format("woff"), url("../fonts/38BBE9_5_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-Regular';
  src: url("../fonts/38BBE9_6_0.eot");
  src: url("../fonts/38BBE9_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_6_0.woff2") format("woff2"), url("../fonts/38BBE9_6_0.woff") format("woff"), url("../fonts/38BBE9_6_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-Medium';
  src: url("../fonts/38BBE9_7_0.eot");
  src: url("../fonts/38BBE9_7_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_7_0.woff2") format("woff2"), url("../fonts/38BBE9_7_0.woff") format("woff"), url("../fonts/38BBE9_7_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-MediumItalic';
  src: url("../fonts/38BBE9_8_0.eot");
  src: url("../fonts/38BBE9_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_8_0.woff2") format("woff2"), url("../fonts/38BBE9_8_0.woff") format("woff"), url("../fonts/38BBE9_8_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-LightItalic';
  src: url("../fonts/38BBE9_9_0.eot");
  src: url("../fonts/38BBE9_9_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_9_0.woff2") format("woff2"), url("../fonts/38BBE9_9_0.woff") format("woff"), url("../fonts/38BBE9_9_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-Light';
  src: url("../fonts/38BBE9_A_0.eot");
  src: url("../fonts/38BBE9_A_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_A_0.woff2") format("woff2"), url("../fonts/38BBE9_A_0.woff") format("woff"), url("../fonts/38BBE9_A_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-BoldItalic';
  src: url("../fonts/38BBE9_B_0.eot");
  src: url("../fonts/38BBE9_B_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_B_0.woff2") format("woff2"), url("../fonts/38BBE9_B_0.woff") format("woff"), url("../fonts/38BBE9_B_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-Bold';
  src: url("../fonts/38BBE9_C_0.eot");
  src: url("../fonts/38BBE9_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_C_0.woff2") format("woff2"), url("../fonts/38BBE9_C_0.woff") format("woff"), url("../fonts/38BBE9_C_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Shentox-UltraLightItalic';
  src: url("../fonts/38BBE9_D_0.eot");
  src: url("../fonts/38BBE9_D_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38BBE9_D_0.woff2") format("woff2"), url("../fonts/38BBE9_D_0.woff") format("woff"), url("../fonts/38BBE9_D_0.ttf") format("truetype");
}
.cookie-info {
  position: relative;
  background-color: #fff;
  display: none;
}
.cookie-info.show {
  display: block;
}
.cookie-info .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  color: #000;
  display: flex;
  flex-direction: row;
}
.cookie-info .wrapper .message {
  flex: 1;
  flex-basis: auto;
}
.cookie-info .wrapper .message .message-text {
  font-family: 'Shentox-Regular', Arial, sans-serif;
  font-size: 13.83px;
  line-height: 25px;
  margin: 19px 60px 19px 19px;
  padding: 0;
}
.cookie-info .wrapper .button-wrapper .button {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  font-size: 13.83px;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  padding: 24px 50px;
  background: #91123f;
  color: #fff;
  margin: 19px;
  cursor: pointer;
  transition: all 0.25s;
  border: 2px solid #91123f;
  white-space: nowrap;
}
.cookie-info .wrapper .button-wrapper .button:hover {
  color: #91123f;
  background: #fff;
  border: 2px solid #91123f;
}

@media only screen and (max-width: 768px) {
  .cookie-info .wrapper {
    flex-direction: column;
    height: auto;
  }
  .cookie-info .wrapper .message .message-text {
    margin: 19px;
  }
  .cookie-info .wrapper .button-wrapper {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .cookie-info .wrapper .button-wrapper .button {
    padding: 14px 40px;
    margin: 0 16px 16px 16px;
    text-align: center;
  }
}
footer.footer {
  background: #2e2d2c;
}
footer.footer .wrapper {
  max-width: 1200px;
  background: #2e2d2c;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 110px 40px 110px 40px;
}
footer.footer .wrapper .logos .atrivio-logo img {
  height: 50px;
}
footer.footer .wrapper .logos .social-logos {
  display: flex;
  flex-direction: row;
  margin: 163px 0 0 0;
}
footer.footer .wrapper .logos .social-logos .logo {
  margin-right: 18px;
}
footer.footer .wrapper .logos .social-logos .logo img, footer.footer .wrapper .logos .social-logos .logo svg {
  height: 49px;
  width: 49px;
}
footer.footer .wrapper .logos .social-logos .logo svg {
  fill: #979696;
  transition: fill 0.3s;
}
footer.footer .wrapper .logos .social-logos .logo svg:hover {
  fill: #fff;
}
footer.footer .wrapper .information {
  flex: 1;
  font-family: 'Shentox-Regular', Arial, sans-serif;
  font-size: 13.83px;
  color: #979696;
  line-height: 41px;
  text-transform: uppercase;
}
footer.footer .wrapper .information .contact {
  display: flex;
  flex-direction: row;
}
footer.footer .wrapper .information .contact .col {
  flex: 1;
}
footer.footer .wrapper .information .contact .col a {
  text-decoration: none;
  color: #636261;
  transition: color 0.3s;
}
footer.footer .wrapper .information .contact .col a.middlegrey {
  color: #979696;
}
footer.footer .wrapper .information .contact .col a:hover {
  color: #fff;
}
footer.footer .wrapper .information .contact .col .language {
  margin: 110px 0 0 50px;
}
footer.footer .wrapper .information .contact .col .language a {
  text-decoration: none;
  color: #636261;
  transition: color 0.3s;
}
footer.footer .wrapper .information .contact .col .language a.active {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #979696;
}
footer.footer .wrapper .information .contact .col .language a:hover {
  color: #fff;
}

#to-top-button {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 16px;
  cursor: pointer;
  z-index: 50;
}
#to-top-button .arrow-image {
  position: absolute;
  bottom: 30px;
  right: 16px;
}
#to-top-button .hover {
  display: none;
}
#to-top-button .hover, #to-top-button .default {
  transition: all 0.25s;
}
#to-top-button .hover img, #to-top-button .default img {
  display: block;
}
#to-top-button:hover .default {
  display: none;
}
#to-top-button:hover .hover {
  display: block;
}

@media only screen and (max-width: 992px) {
  footer.footer .wrapper {
    flex-direction: column;
    justify-content: flex-start;
    padding: 84px 40px 15px 40px;
  }
  footer.footer .wrapper .logos .social-logos {
    margin: 80px 0 25px 0;
  }
  footer.footer .wrapper .information {
    flex: 1;
  }
  footer.footer .wrapper .information {
    font-size: 17px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 375px) {
  footer.footer .wrapper .information {
    font-size: calc(-0.51378vw + 18.92666px);
  }
}
@media only screen and (max-width: 992px) and (min-width: 992px) {
  footer.footer .wrapper .information {
    font-size: 13.83px;
  }
}
@media only screen and (max-width: 992px) {
  footer.footer .wrapper .information {
    line-height: 50px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 375px) {
  footer.footer .wrapper .information {
    line-height: calc(-1.45867vw + 55.47002px);
  }
}
@media only screen and (max-width: 992px) and (min-width: 992px) {
  footer.footer .wrapper .information {
    line-height: 41px;
  }
}
@media only screen and (max-width: 992px) {
  footer.footer .wrapper .information .contact {
    flex-direction: column;
  }
  footer.footer .wrapper .information .contact .col {
    flex: 1;
    margin: 0 0 51px 0;
  }
  footer.footer .wrapper .information .contact .col a {
    color: #979696;
  }
  footer.footer .wrapper .information .contact .col .language {
    margin: 40px 0 0 0;
  }
}
article.home-intro {
  position: relative;
  background: url(../images/bg_home.png) no-repeat center right fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
article.home-intro .article-wrapper {
  padding: 260px 0 0 0;
}
article.home-intro .article-wrapper {
  padding-left: 43px;
}
@media screen and (min-width: 576px) {
  article.home-intro .article-wrapper {
    padding-left: calc(11.03989vw - 20.58974px);
  }
}
@media screen and (min-width: 1980px) {
  article.home-intro .article-wrapper {
    padding-left: 198px;
  }
}
article.home-intro .article-wrapper {
  padding-right: 43px;
}
@media screen and (min-width: 576px) {
  article.home-intro .article-wrapper {
    padding-right: calc(11.03989vw - 20.58974px);
  }
}
@media screen and (min-width: 1980px) {
  article.home-intro .article-wrapper {
    padding-right: 198px;
  }
}
article.home-intro .article-wrapper h1 {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #fff;
  padding: 0 0 40px 0;
  margin: 0;
  text-transform: uppercase;
}
article.home-intro .article-wrapper h1 {
  max-width: 500px;
}
@media screen and (min-width: 576px) {
  article.home-intro .article-wrapper h1 {
    max-width: calc(8.54701vw + 450.76923px);
  }
}
@media screen and (min-width: 1980px) {
  article.home-intro .article-wrapper h1 {
    max-width: 620px;
  }
}
article.home-intro .article-wrapper h1 {
  line-height: 107px;
}
@media screen and (min-width: 576px) {
  article.home-intro .article-wrapper h1 {
    line-height: calc(3.1339vw + 88.94872px);
  }
}
@media screen and (min-width: 1980px) {
  article.home-intro .article-wrapper h1 {
    line-height: 151px;
  }
}
article.home-intro .article-wrapper h1 {
  font-size: 88.32px;
}
@media screen and (min-width: 576px) {
  article.home-intro .article-wrapper h1 {
    font-size: calc(1.90028vw + 77.37436px);
  }
}
@media screen and (min-width: 1980px) {
  article.home-intro .article-wrapper h1 {
    font-size: 115px;
  }
}
article.home-intro .article-wrapper h1 {
  line-height: 70px;
}
@media screen and (min-width: 375px) {
  article.home-intro .article-wrapper h1 {
    line-height: calc(33.33333vw - 55px);
  }
}
@media screen and (min-width: 576px) {
  article.home-intro .article-wrapper h1 {
    line-height: 137px;
  }
}
article.home-intro .article-wrapper h1 {
  font-size: 50px;
}
@media screen and (min-width: 375px) {
  article.home-intro .article-wrapper h1 {
    font-size: calc(43.9403vw - 114.77612px);
  }
}
@media screen and (min-width: 576px) {
  article.home-intro .article-wrapper h1 {
    font-size: 138.32px;
  }
}
article.home-intro .article-wrapper h2 {
  font-family: 'Shentox-Regular', Arial, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 42px;
  margin: 0;
  padding: 0 0 100px 0;
}
article.home-intro .article-wrapper h2 {
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  article.home-intro .article-wrapper h2 {
    font-size: calc(2.48756vw + 6.67164px);
  }
}
@media screen and (min-width: 576px) {
  article.home-intro .article-wrapper h2 {
    font-size: 21px;
  }
}
article.home-intro .article-wrapper h2 {
  line-height: 32px;
}
@media screen and (min-width: 375px) {
  article.home-intro .article-wrapper h2 {
    line-height: calc(4.97512vw + 13.34328px);
  }
}
@media screen and (min-width: 576px) {
  article.home-intro .article-wrapper h2 {
    line-height: 42px;
  }
}
article.home-intro .article-wrapper .arrow-down {
  display: flex;
  flex-align: row;
  justify-content: center;
  padding: 0 0 50px 0;
}
article.home-intro .article-wrapper .arrow-down svg {
  fill: #fff;
}

@media only screen and (max-width: 768px) {
  article.home-intro {
    background-attachment: scroll;
  }
}
article.home-intro2 {
  position: relative;
  background: url(../images/bg_home.png) no-repeat center right fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
article.home-intro2 .article-wrapper {
  padding: 260px 0 0 0;
}
article.home-intro2 .article-wrapper .top {
  display: flex;
  flex-direction: row;
}
article.home-intro2 .article-wrapper .top .left {
  margin: 0 60px 0 20px;
}
article.home-intro2 .article-wrapper .top .right {
  flex: 1;
  padding-right: 20px;
}
article.home-intro2 .article-wrapper .top .right h1 {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #fff;
  font-size: calc(1.4245vw + 41.79487px);
  line-height: calc(2.13675vw + 45.69231px);
  padding: 0 0 20px 0;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  article.home-intro2 .article-wrapper .top .right h1 {
    font-size: calc(4.97512vw + 21.34328px);
    line-height: calc(4.97512vw + 29.34328px);
  }
}
article.home-intro2 .article-wrapper .top .right h2 {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #fff;
  font-size: calc(1.4245vw + 81.79487px);
  line-height: calc(1.4245vw + 81.79487px);
  padding: 0 0 40px 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  article.home-intro2 .article-wrapper .top .right h2 {
    font-size: calc(9.95025vw + 22.68657px);
    line-height: calc(9.95025vw + 22.68657px);
  }
}
article.home-intro2 .article-wrapper .top .right h3 {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #fff;
  line-height: 1.61;
  padding: 0 0 10px 0;
  margin: 0;
}
article.home-intro2 .article-wrapper .top .right h3 {
  font-size: 16px;
}
@media screen and (min-width: 350px) {
  article.home-intro2 .article-wrapper .top .right h3 {
    font-size: calc(4.42478vw + 0.51327px);
  }
}
@media screen and (min-width: 576px) {
  article.home-intro2 .article-wrapper .top .right h3 {
    font-size: 26px;
  }
}
article.home-intro2 .article-wrapper .top .right p {
  color: #fff;
  font-size: 26px;
  margin: 0;
  padding: 0 0 100px 0;
}
article.home-intro2 .article-wrapper .top .right p {
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  article.home-intro2 .article-wrapper .top .right p {
    font-size: calc(4.97512vw - 2.65672px);
  }
}
@media screen and (min-width: 576px) {
  article.home-intro2 .article-wrapper .top .right p {
    font-size: 26px;
  }
}
article.home-intro2 .article-wrapper .bottom-buttons {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
article.home-intro2 .article-wrapper .bottom-buttons .cta .cta-button {
  margin-bottom: 20px;
}
article.home-intro2 .article-wrapper .bottom-buttons .cta .cta-button .cta-text {
  cursor: pointer;
}
article.home-intro2 .article-wrapper .bottom-buttons .cta .cta-button .cta-text:hover {
  color: #91123f;
}
article.home-intro2 .article-wrapper .bottom-buttons .cta .cta-button.cta-button-white .cta-text {
  background: #fff;
  color: #91123f;
}
article.home-intro2 .article-wrapper .bottom-buttons .cta .cta-button.cta-button-white .cta-text:hover {
  color: #fff;
  background: #91123f;
}
article.home-intro2 .article-wrapper .bottom .arrow-down {
  display: flex;
  flex-align: row;
  justify-content: center;
  padding: 0 0 50px 0;
}
article.home-intro2 .article-wrapper .bottom .arrow-down svg {
  fill: #fff;
}

@media only screen and (max-width: 960px) {
  article.home-intro2 {
    background-attachment: scroll;
  }
  article.home-intro2 .article-wrapper {
    padding: 80px 40px;
  }
  article.home-intro2 .article-wrapper .top {
    flex-direction: column;
  }
  article.home-intro2 .article-wrapper .top .left {
    margin: 60px 0 40px 0;
  }
  article.home-intro2 .article-wrapper .top .left img {
    max-width: 80%;
  }
}
.tpl-global-text {
  color: #000;
  font-family: 'Shentox-Regular', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.61;
  letter-spacing: 0.08em;
}
.tpl-global-text {
  font-size: 16px;
}
@media screen and (min-width: 350px) {
  .tpl-global-text {
    font-size: calc(0.88496vw + 12.90265px);
  }
}
@media screen and (min-width: 576px) {
  .tpl-global-text {
    font-size: 18px;
  }
}
.tpl-global-text b,
.tpl-global-text strong {
  font-weight: 600;
}
.tpl-global-text a {
  color: #91123f;
  margin: 0 -.167em;
  padding: 0 .167em;
}
.tpl-global-text ul {
  padding-left: 1.444em;
}
.tpl-global-text ul li {
  position: relative;
}
.tpl-global-text ul li::before {
  content: '.';
  font-size: 1.778em;
  left: -.625em;
  position: absolute;
  top: -.656em;
  vertical-align: middle;
}
.tpl-global-text ol {
  list-style: decimal;
  padding-left: 1.111em;
}
.tpl-global-text ol li {
  padding-left: .333em;
}

.tpl-global-headline {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  font-size: 53.38px;
  line-height: 176px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tpl-global-headline {
  font-size: 43px;
}
@media screen and (min-width: 576px) {
  .tpl-global-headline {
    font-size: calc(0.73932vw + 38.74154px);
  }
}
@media screen and (min-width: 1980px) {
  .tpl-global-headline {
    font-size: 53.38px;
  }
}
.tpl-global-headline {
  line-height: 156px;
}
@media screen and (min-width: 576px) {
  .tpl-global-headline {
    line-height: calc(1.4245vw + 147.79487px);
  }
}
@media screen and (min-width: 1980px) {
  .tpl-global-headline {
    line-height: 176px;
  }
}
.tpl-global-headline {
  font-size: 34px;
}
@media screen and (min-width: 375px) {
  .tpl-global-headline {
    font-size: calc(4.47761vw + 17.20896px);
  }
}
@media screen and (min-width: 576px) {
  .tpl-global-headline {
    font-size: 43px;
  }
}
.tpl-global-headline {
  line-height: 40px;
}
@media screen and (min-width: 375px) {
  .tpl-global-headline {
    line-height: calc(4.47761vw + 23.20896px);
  }
}
@media screen and (min-width: 576px) {
  .tpl-global-headline {
    line-height: 49px;
  }
}

.tpl-global-pre-headline {
  font-family: 'Shentox-LightItalic', Arial, sans-serif;
  font-size: 30.38px;
  line-height: 76px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tpl-global-pre-headline {
  font-size: 43px;
}
@media screen and (min-width: 576px) {
  .tpl-global-pre-headline {
    font-size: calc(-0.89886vw + 48.17744px);
  }
}
@media screen and (min-width: 1980px) {
  .tpl-global-pre-headline {
    font-size: 30.38px;
  }
}
.tpl-global-pre-headline {
  line-height: 56px;
}
@media screen and (min-width: 576px) {
  .tpl-global-pre-headline {
    line-height: calc(1.4245vw + 47.79487px);
  }
}
@media screen and (min-width: 1980px) {
  .tpl-global-pre-headline {
    line-height: 76px;
  }
}
.tpl-global-pre-headline {
  font-size: 24px;
}
@media screen and (min-width: 375px) {
  .tpl-global-pre-headline {
    font-size: calc(2.98507vw + 12.80597px);
  }
}
@media screen and (min-width: 576px) {
  .tpl-global-pre-headline {
    font-size: 30px;
  }
}
.tpl-global-pre-headline {
  line-height: 40px;
}
@media screen and (min-width: 375px) {
  .tpl-global-pre-headline {
    line-height: calc(4.47761vw + 23.20896px);
  }
}
@media screen and (min-width: 576px) {
  .tpl-global-pre-headline {
    line-height: 49px;
  }
}

.tpl-global-image {
  display: block;
  width: 100%;
}

.tpl-global-cta .cta-button {
  display: inline-flex;
  flex-direction: row;
  text-decoration: none;
}
.tpl-global-cta .cta-button .cta-text {
  display: block;
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #fff;
  font-size: 13.82px;
  border: 2px solid #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  padding: 24px 50px;
  transition: all 0.25s;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 1.9px;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .tpl-global-cta .cta-button .cta-text {
    border: 2px solid #fff;
    padding: 16px 20px;
  }
}
.tpl-global-cta .cta-button .cta-arrow {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .tpl-global-cta .cta-button .cta-arrow {
    margin-top: 10px;
  }
}
.tpl-global-cta .cta-button .cta-arrow svg {
  fill: #fff;
}
.tpl-global-cta .cta-button:hover .cta-text {
  background: #fff;
}
.tpl-global-cta.red .cta-button .cta-text {
  color: #91123f;
  border: 2px solid #91123f;
}
@media only screen and (max-width: 768px) {
  .tpl-global-cta.red .cta-button .cta-text {
    border: 2px solid transparent;
  }
}
.tpl-global-cta.red .cta-button .cta-arrow svg {
  fill: #91123f;
}
.tpl-global-cta.red .cta-button:hover .cta-text {
  color: #fff;
  background: #91123f;
}

.global-checkbox {
  position: absolute;
  opacity: 0;
}
.global-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.global-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 2px solid #000;
}
.global-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.global-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: black;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0 black, 4px -6px 0 black, 4px -8px 0 black;
  transform: rotate(45deg);
}

.global-checkbox-white {
  position: absolute;
  opacity: 0;
}
.global-checkbox-white + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.global-checkbox-white + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 2px solid #fff;
}
.global-checkbox-white:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.global-checkbox-white:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: #91123f;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #91123f, 4px 0 0 #91123f, 4px -2px 0 #91123f, 4px -4px 0 #91123f, 4px -6px 0 #91123f, 4px -8px 0 #91123f;
  transform: rotate(45deg);
}

.scroll-down {
  cursor: pointer;
}

.wrapper .main .main-section article.text .article-wrapper {
  max-width: 1200px;
  padding: 40px 40px 0 40px;
}
.wrapper .main .main-section article.text .article-wrapper h1, .wrapper .main .main-section article.text .article-wrapper h2 {
  color: #91123f;
  padding: 0;
  margin: 0;
  margin-bottom: calc(3.46535vw + 33.38614px);
  font-size: 125.8px;
  letter-spacing: 0.08em;
  font-size: calc(2.12871vw + 83.65149px);
  line-height: calc(1.65017vw + 117.32673px);
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.text .article-wrapper h1, .wrapper .main .main-section article.text .article-wrapper h2 {
    font-size: calc(9.16746vw + 17.91388px);
    line-height: calc(8.8729vw + 38.94484px);
  }
}
.wrapper .main .main-section article.text .article-wrapper h3 {
  color: #91123f;
  padding: 0;
  margin: 0;
  margin-bottom: calc(3.30033vw + 14.65347px);
  margin-top: calc(3.30033vw + 14.65347px);
  font-size: 60px;
  letter-spacing: 0.08em;
  font-size: calc(1.65017vw + 27.32673px);
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.text .article-wrapper h3 {
    font-size: calc(4.78469vw + 3.25359px);
  }
}
.wrapper .main .main-section article.text .article-wrapper .content {
  display: flex;
  flex-direction: row;
}
.wrapper .main .main-section article.text .article-wrapper .content .arrow {
  margin-top: 11px;
  width: calc(10.39604vw + 0.15842px);
}
.wrapper .main .main-section article.text .article-wrapper .content .right {
  flex: 1;
}
.wrapper .main .main-section article.text .article-wrapper .content .right .text {
  max-width: 900px;
  margin-bottom: calc(2.31023vw + 22.25743px);
}
.wrapper .main .main-section article.text .article-wrapper .content .right .text .two-columns {
  display: flex;
  flex-direction: row;
  margin: 0;
  margin-bottom: calc(4.62046vw + 4.51485px);
}
.wrapper .main .main-section article.text .article-wrapper .content .right .text .two-columns .col-left {
  flex: 1;
}
.wrapper .main .main-section article.text .article-wrapper .content .right .text .two-columns .col-right {
  flex: 1;
}
.wrapper .main .main-section article.text .article-wrapper .content .right .cta {
  margin-bottom: calc(5.52805vw + 17.54455px);
}

@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.text .article-wrapper .content {
    flex-direction: column;
  }
  .wrapper .main .main-section article.text .article-wrapper .content .arrow {
    display: none;
  }
  .wrapper .main .main-section article.text .article-wrapper .content .right .text .two-columns {
    flex-direction: column;
    margin: 0;
  }
  .wrapper .main .main-section article.text .article-wrapper .content .right .text .two-columns .col-left, .wrapper .main .main-section article.text .article-wrapper .content .right .text .two-columns .col-right {
    margin-bottom: 40px;
  }
}
.wrapper .main .main-section article.headline .article-wrapper {
  max-width: 1200px;
  padding: 40px 40px 180px 40px;
}
.wrapper .main .main-section article.headline .article-wrapper h1, .wrapper .main .main-section article.headline .article-wrapper h2 {
  color: #91123f;
}
.wrapper .main .main-section article.headline .article-wrapper a {
  color: #91123f;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.headline .article-wrapper {
    padding: 40px 40px 80px 40px;
  }
}
.wrapper .main .main-section article.timetable .article-wrapper {
  max-width: 1200px;
  padding: 40px 40px 0 40px;
}
.wrapper .main .main-section article.timetable .article-wrapper h1 {
  color: #91123f;
  padding: 0;
  margin: 0;
  font-size: 125.8px;
  letter-spacing: 0.08em;
  font-size: calc(2.12871vw + 83.65149px);
  line-height: calc(1.65017vw + 117.32673px);
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.timetable .article-wrapper h1 {
    font-size: calc(9.16746vw + 17.91388px);
    line-height: calc(8.8729vw + 38.94484px);
  }
}
.wrapper .main .main-section article.timetable .article-wrapper h2 {
  color: #91123f;
  padding: 0;
  margin: 0 0 110px 0;
  font-size: 70.8px;
  letter-spacing: 0.08em;
  font-size: calc(1.71617vw + 36.8198px);
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.timetable .article-wrapper h2 {
    font-size: calc(4.78469vw + 13.25359px);
  }
}
.wrapper .main .main-section article.timetable .article-wrapper .head {
  display: flex;
  flex-direction: row;
  border-top: 6px solid #e5e5e5;
  padding: 30px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.timetable .article-wrapper .head {
    display: none;
  }
}
.wrapper .main .main-section article.timetable .article-wrapper .head .time {
  flex: 1;
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #91123f;
  text-transform: uppercase;
  margin-right: 20px;
}
.wrapper .main .main-section article.timetable .article-wrapper .head .topic {
  flex: 4;
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #91123f;
  text-transform: uppercase;
}
.wrapper .main .main-section article.timetable .article-wrapper .entry {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.timetable .article-wrapper .entry {
    flex-direction: column;
    flex-basis: auto;
  }
}
.wrapper .main .main-section article.timetable .article-wrapper .entry .time {
  flex: 1;
  margin-right: 20px;
}
.wrapper .main .main-section article.timetable .article-wrapper .entry .topic {
  flex: 4;
}
.wrapper .main .main-section article.timetable .article-wrapper .entry .topic h3 {
  font-family: 'Shentox-Bold', Arial, sans-serif;
}
.wrapper .main .main-section article.timetable .article-wrapper .entry .topic .author {
  font-family: 'Shentox-RegularItalic', Arial, sans-serif;
}
.wrapper .main .main-section article.timetable .article-wrapper .foot {
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #e5e5e5;
}

.wrapper .main .main-section article.home-intro2 .article-wrapper {
  max-width: 1200px;
  padding: 134px 40px 128px 40px;
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .formular {
  margin-top: 69px;
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .formular .user-input {
  width: 367px;
  margin: 0 0 40px 0;
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .formular .user-input input {
  width: 100%;
  box-sizing: border-box;
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #91123f;
  font-size: 13.82px;
  border: 2px solid #91123f;
  padding: 5px 10px;
  padding: 20px 50px;
  transition: all 0.25s;
  margin: 0 40px 0 0;
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .formular .user-input input::placeholder {
  color: #91123f;
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .formular .user-input input::-webkit-input-placeholder {
  color: #91123f;
  text-transform: uppercase;
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .formular .user-input input:-ms-input-placeholder {
  color: #91123f;
  text-transform: uppercase;
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .formular .user-input input::-ms-input-placeholder {
  color: #91123f;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.home-intro2 .article-wrapper .formular .user-input input {
    border: 2px solid #91123f;
    padding: 16px 20px;
  }
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .formular .button {
  display: inline-flex;
  flex-direction: row;
  text-decoration: none;
  cursor: pointer;
  margin: 0 0 0 2px;
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .formular .button .text {
  box-sizing: border-box;
  display: block;
  font-family: 'Shentox-Bold', Arial, sans-serif;
  color: #91123f;
  background: #fff;
  font-size: 13.82px;
  border: 2px solid #fff;
  text-transform: uppercase;
  padding: 0 50px;
  transition: all 0.25s;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  letter-spacing: 1.9px;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.home-intro2 .article-wrapper .formular .button .text {
    border: 2px solid #fff;
  }
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .formular .button .arrow {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.home-intro2 .article-wrapper .formular .button .arrow {
    margin-top: 20px;
  }
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .formular .button .arrow svg {
  fill: #91123f;
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .formular .button:hover .text {
  background: #91123f;
  color: #fff;
}
.wrapper .main .main-section article.home-intro2 .article-wrapper .error {
  display: none;
  margin-top: 43px;
  padding-top: 40px;
  border-top: 1px solid #fff;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.home-intro2 .article-wrapper {
    padding: 80px 40px;
  }
  .wrapper .main .main-section article.home-intro2 .article-wrapper .formular {
    flex-direction: column;
  }
  .wrapper .main .main-section article.home-intro2 .article-wrapper .formular .user-input {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.wrapper .main .main-section article.package-grid.grid .article-wrapper .navbar .bottom .actions .list-titles {
  display: none;
}
.wrapper .main .main-section article.package-grid.list .article-wrapper .navbar .bottom .actions {
  flex: 1;
  font-family: 'Shentox-Bold', Arial, sans-serif;
  font-size: 14px;
  color: #91123f;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.wrapper .main .main-section article.package-grid.list .article-wrapper .navbar .bottom .actions .list-title-name {
  margin-left: 10px;
  margin-top: 10px;
}
.wrapper .main .main-section article.package-grid.list .article-wrapper .navbar .bottom .actions .list-title-size {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.package-grid.list .article-wrapper .navbar .bottom .actions .list-title-size {
    display: none;
  }
}
.wrapper .main .main-section article.package-grid .article-wrapper {
  max-width: 1200px;
  padding: 40px 40px 0 40px;
  color: #000;
  font-family: 'Shentox-Regular', Arial, sans-serif;
  font-size: 18px;
}
.wrapper .main .main-section article.package-grid .article-wrapper h1 {
  color: #91123f;
  padding: 0;
  margin: 0 0 110px 0;
  font-size: 70.8px;
  letter-spacing: 0.08em;
  font-size: calc(1.71617vw + 36.8198px);
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.package-grid .article-wrapper h1 {
    font-size: calc(4.78469vw + 13.25359px);
  }
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .top {
  display: flex;
  flex-direction: row;
  padding-bottom: 9px;
  margin-bottom: 10px;
  border-bottom: 5px solid #e5e5e5;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .top .back {
  position: relative;
  min-width: 40px;
  max-width: 40px;
  width: 40px;
  height: 32px;
  border-right: 1px solid #e5e5e5;
  margin-right: 9px;
  cursor: pointer;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .top .back img {
  position: absolute;
  top: 6px;
  left: 5px;
  fill: #91123f;
  width: 20px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .top .breadcrumb {
  font-size: 14px;
  flex: 1;
  margin-top: 11px;
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.package-grid .article-wrapper .navbar .top .breadcrumb .bread {
    display: none;
  }
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .top .breadcrumb a {
  color: #000;
  text-decoration: none;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .top .breadcrumb .current {
  font-weight: bold;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .top .download {
  text-align: right;
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  font-size: 14px;
  margin-top: 12px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .top .download .download-button.active {
  color: #91123f;
  cursor: pointer;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions {
  display: flex;
  flex-direction: row;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button {
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #91123f;
  margin-right: 10px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-list {
  width: 20px;
  height: 13px;
  position: relative;
  margin: 9px 0 0 5px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-list .line1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #91123f;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-list .line2 {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #91123f;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-list .line3 {
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #91123f;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-list .line4 {
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #91123f;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-minus {
  width: 20px;
  height: 13px;
  position: relative;
  margin: 14px 0 0 9px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-minus .line1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 2px;
  background: #91123f;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-plus {
  width: 12px;
  height: 12px;
  position: relative;
  margin: 10px 0 0 9px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-plus .line1 {
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 2px;
  background: #91123f;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-plus .line2 {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 2px;
  height: 12px;
  background: #91123f;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-grid {
  width: 22px;
  height: 22px;
  position: relative;
  margin: 4px 0 0 4px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-grid .line1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #91123f;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-grid .line2 {
  position: absolute;
  top: 0;
  left: 12px;
  width: 10px;
  height: 10px;
  border: 1px solid #91123f;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-grid .line3 {
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #91123f;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button .icon-grid .line4 {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 10px;
  height: 10px;
  border: 1px solid #91123f;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button.space-right {
  margin-right: 28px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .button#toggle-view-grid {
  display: none;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .list-titles {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .list-titles .list-title-name {
  width: 70%;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .actions .list-titles .list-title-size {
  width: 30%;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .selector {
  position: relative;
  margin-top: 4px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .selector.hidden {
  display: none;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .selector label {
  position: absolute;
  right: 0;
  top: 0px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 50;
}
.wrapper .main .main-section article.package-grid .article-wrapper .navbar .bottom .selector label input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  top: 4px;
  left: 3px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content {
  padding-bottom: 50px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root {
  position: relative;
  margin: 0 0 0 -20px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item {
  box-sizing: border-box;
  border: 2px solid #e5e5e5;
  position: relative;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item .top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 42px;
  background: #e5e5e5;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item .top .icon {
  position: absolute;
  top: 20px;
  left: 20px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item .top .icon a {
  cursor: pointer;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item.image {
  position: relative;
  border: none;
}
@media only screen and (min-width: 1280px) {
  .wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item.image {
    cursor: pointer;
  }
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item.image .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item.image .top {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  background: transparent;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item.image .description {
  display: none;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item .description .title {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  font-size: 16px;
  word-break: break-all;
  margin: 40px 20px 10px 20px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item .description .title a {
  color: #000;
  text-decoration: none;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item .description .subtitle, .wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item .description .author {
  display: none;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item .description .size {
  font-family: 'Shentox-Regular', Arial, sans-serif;
  font-size: 16px;
  margin: 10px 20px 10px 20px;
  color: #787878;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item .cb {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 27px;
  height: 27px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item .cb label {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 50;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.grid .grid-root .grid-cell .grid-item .cb label input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  top: 4px;
  left: 3px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 13px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item {
  display: flex;
  flex-direction: row;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .top {
  margin-right: 34px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .top .icon a {
  cursor: pointer;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item.image .thumbnail {
  width: 36px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item.image .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item.image .description {
  font-family: 'Shentox-Bold', Arial, sans-serif;
  font-size: 16px;
  align-items: center;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item.image .cb {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item.image .cb label {
  position: relative;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item.folder .description {
  align-items: center;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .description {
  flex: 1;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .description {
    display: block;
  }
  .wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .description .size {
    margin-top: 11px;
    width: 100% !important;
  }
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .description .title {
  width: 70%;
  font-family: 'Shentox-Bold', Arial, sans-serif;
  font-size: 16px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .description .title a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .description .title .subtitle {
  font-family: 'Shentox-Regular', Arial, sans-serif;
  margin: 10px 0 11px 0;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .description .title .author {
  font-family: 'Shentox-LightItalic', Arial, sans-serif;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .description .size {
  width: 30%;
  font-family: 'Shentox-Regular', Arial, sans-serif;
  font-size: 16px;
  color: #787878;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .cb {
  position: relative;
  margin-top: -6px;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .cb label {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 50;
}
.wrapper .main .main-section article.package-grid .article-wrapper .content.list .grid-root .grid-cell .grid-item .cb label input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  top: 4px;
  left: 3px;
}
.wrapper .main .main-section article.about-ms .article-wrapper {
  max-width: 1200px;
  padding: 40px 40px 0 40px;
  color: #000;
  font-family: 'Shentox-Regular', Arial, sans-serif;
  font-size: 18px;
  text-align: right;
}
.wrapper .main .main-section article.about-ms .article-wrapper .title {
  font-size: 20px;
  margin: 0 0 6px 0;
  padding: 0;
}
.wrapper .main .main-section article.about-ms .article-wrapper .title a {
  color: #000;
  text-decoration: none;
}
.wrapper .main .main-section article.about-ms .article-wrapper .sub-title {
  font-size: 13px;
  margin: 0 0 52px 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .wrapper .main .main-section article.package-grid .article-wrapper {
    padding: 20px 20px 0 20px;
  }
}
body.layer-open {
  overflow: hidden;
}

.image-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #434343;
  top: 0;
  left: 0;
  z-index: 100;
  font-family: 'Shentox', Arial, sans-serif;
}
.image-layer.hidden {
  display: none;
}
.image-layer .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 58px;
  background: #ffffff;
}
.image-layer .header .left {
  display: flex;
  flex-direction: row;
}
.image-layer .header .left .filename {
  height: 38px;
  line-height: 38px;
  border-right: 1px solid #e5e5e5;
  margin: 10px 20px 0 20px;
  padding: 0 20px 0 0;
}
.image-layer .header .left .download {
  height: 38px;
  line-height: 38px;
  border-right: 1px solid #e5e5e5;
  margin: 10px 20px 0 0;
  padding: 0 20px 0 0;
}
.image-layer .header .left .download a {
  color: #91123f;
  text-decoration: none;
}
.image-layer .header .left .select {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
  border-right: 1px solid #e5e5e5;
  padding: 0 20px 0 0;
  /*
  height: 38px;
  line-height: 38px;
  border-right: 1px solid $lightgrey;
  margin: 10px 20px 0 0;
  padding: 0 20px 0 0;
  label {
  	margin-left: 5px;
  }
  */
}
.image-layer .header .left .select label {
  margin-left: 5px;
}
.image-layer .header .left .analytics-toggle {
  height: 38px;
  line-height: 38px;
  margin: 10px 0 0 0;
  cursor: pointer;
}
.image-layer .header .right {
  display: flex;
  flex-direction: row;
}
.image-layer .header .right .buttons {
  display: flex;
  flex-direction: row;
}
.image-layer .header .right .buttons .button {
  position: relative;
  min-width: 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #91123f;
  margin: 13px 10px 0 0;
  cursor: pointer;
}
.image-layer .header .right .buttons .button img {
  position: absolute;
  top: 4px;
  left: 4px;
  fill: #91123f;
  width: 20px;
}
.image-layer .header .right .buttons .button.forward img {
  left: 5px;
}
.image-layer .header .right .divider {
  height: 30px;
  width: 1px;
  line-height: 30px;
  background: #e5e5e5;
  margin: 13px 10px 0 10px;
}
.image-layer .header .right .close {
  box-sizing: border-box;
  position: relative;
  min-width: 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  margin: 13px 20px 0 10px;
  padding-left: 20px;
  cursor: pointer;
  overflow: hidden;
}
.image-layer .header .right .close img {
  position: absolute;
  top: -1px;
  left: -1px;
  fill: #91123f;
  width: 32px;
}
.image-layer .image-layer-wrapper {
  margin: 32px auto 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1195px;
}
.image-layer .image-layer-wrapper .image {
  position: relative;
}
.image-layer .image-layer-wrapper .image .marker {
  position: absolute;
  border: 2px solid #4fbcbd;
  top: -1000px;
  left: -1000px;
  height: 0px;
  width: 0px;
}
.image-layer .image-layer-wrapper .analytics {
  margin: 0 0 0 40px;
}
.image-layer .image-layer-wrapper .analytics h2 {
  font-size: 20px;
  margin: 0 0 16px 20px;
  color: #cccccc;
}
.image-layer .image-layer-wrapper .analytics .blocks .warning {
  color: #fff;
  max-width: 190px;
}
.image-layer .image-layer-wrapper .analytics .blocks .block {
  color: #fff;
  overflow: hidden;
  width: 320px;
  box-sizing: border-box;
  background: #282828;
  margin: 0 0 1px 0;
}
.image-layer .image-layer-wrapper .analytics .blocks .block input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.image-layer .image-layer-wrapper .analytics .blocks .block input:checked ~ .block-content {
  max-height: 100vh;
  padding: 10px;
}
.image-layer .image-layer-wrapper .analytics .blocks .block .block-label {
  display: flex;
  justify-content: space-between;
  background: #282828;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  padding: 17px 0 17px 20px;
}
.image-layer .image-layer-wrapper .analytics .blocks .block .block-content {
  max-height: 0;
  padding: 0 10px;
  transition: all .35s;
  background: #363636;
  color: #fff;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
.image-layer .image-layer-wrapper .analytics .blocks .block .block-content .row {
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.image-layer .image-layer-wrapper .analytics .blocks .block .block-content .row:hover {
  background: #515151;
}
.image-layer .image-layer-wrapper .analytics .blocks .block .block-content .row .label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 1px 0;
  padding-top: 10px;
}
.image-layer .image-layer-wrapper .analytics .blocks .block .block-content .row .line {
  background: #d7d7d7;
  height: 7px;
  line-height: 7px;
}
.image-layer .image-layer-wrapper .analytics .blocks .block .block-content .row .line .bar {
  background: #4fbcbd;
  height: 7px;
  line-height: 7px;
}

.wrapper {
  background-color: #fff;
  padding: 0;
  position: relative;
}
.wrapper .main {
  position: relative;
}
.wrapper .main .main-section {
  display: block;
  width: 100%;
}
.wrapper .main .main-section .article-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper footer {
  height: auto;
  position: absolute;
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
