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

header[role=banner] .wrap .navigation form button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body.showNav header[role=banner] .wrap > button {
  background-image: url("../sprites/sprite.svg");
  background-size: 500px 500px;
  font-size: 20px;
}

.placeholder {
  pointer-events: none;
  -webkit-transition: 0.3s opacity linear;
  -ms-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  position: absolute;
}
.placeholder.faded {
  opacity: 0.5;
}
.placeholder.hide {
  display: none;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  display: block;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hide {
  display: none !important;
}

.desktop {
  display: none;
}

body {
  font-family: "muli", sans-serif;
  background-color: blue;
}
body a {
  text-decoration: none;
}
body.showNav header[role=banner] {
  background-color: blue;
}
body.showNav header[role=banner] .wrap > button {
  background-position: -20px -20px;
  width: 31px;
  height: 31px;
}
body.showNav header[role=banner] .wrap > button span {
  opacity: 0;
}
body.showNav header[role=banner] .wrap h1 {
  opacity: 1;
}
body.showNav header[role=banner] .wrap .navigation {
  opacity: 1;
  pointer-events: all;
}
body.news {
  margin-top: -100px;
}
body.news.showNav header[role=banner] {
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: all;
}
body.news.showNav header[role=banner] .wrap .navigation {
  background-color: blue;
}
body.news header[role=banner] .wrap .navigation {
  background-color: #c6c6c6;
}
body.news header[role=banner] .wrap h1 {
  opacity: 1;
}
body.news .one {
  background-color: #c6c6c6;
}
body.news .one .wrap {
  margin-top: 54px;
}
body.news .one .wrap header h2 {
  font-size: 3.75rem;
}
body.news .one .wrap .cols {
  margin-top: 123px;
}
body.news .one .wrap .cols:last-of-type {
  margin-top: 0;
}
body.news form {
  margin-top: 0;
}
body.news footer {
  background-color: blue;
}

header[role=banner] {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10000;
  height: 86px;
  top: 0;
}
header[role=banner].changeHeader .wrap h1 {
  opacity: 1;
}
header[role=banner] .wrap h1 {
  text-indent: -9999px;
  background-image: url("../images/logo.svg");
  width: 128px;
  height: 39px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: 20px;
  opacity: 0;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: all;
}
header[role=banner] .wrap h1 a {
  width: 100%;
  height: 100%;
  display: block;
}
header[role=banner] .wrap .navigation {
  position: fixed;
  top: 86px;
  left: 0;
  width: 100%;
  background-color: blue;
  height: 100%;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: all;
}
header[role=banner] .wrap .navigation nav {
  margin-left: 20px;
}
header[role=banner] .wrap .navigation nav a {
  font-weight: 200;
  color: white;
  display: block;
  font-size: 2.375rem;
  line-height: 1.4;
}
header[role=banner] .wrap .navigation form {
  margin-left: 20px;
  margin-top: 60px;
}
header[role=banner] .wrap .navigation form legend {
  font-weight: 200;
  color: white;
  display: block;
  font-size: 2.375rem;
  margin-bottom: 20px;
}
header[role=banner] .wrap .navigation form button {
  color: #dc8c2d;
  border: 1px solid #dc8c2d;
  background-color: transparent;
  text-align: left;
  padding-left: 10px;
  width: 168px;
}
header[role=banner] .wrap .navigation form .input {
  width: 168px;
}
header[role=banner] .wrap .navigation form .input input {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
header[role=banner] .wrap .navigation form .input input::placeholder {
  color: white;
}
header[role=banner] .wrap > button {
  position: absolute;
  top: 25px;
  right: 20px;
}
header[role=banner] .wrap > button span {
  display: block;
  height: 3px;
  width: 28px;
  border-radius: 2px;
  background-color: white;
  pointer-events: none;
}
header[role=banner] .wrap > button span + span {
  margin-top: 4px;
}

h3 {
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.18;
}

h2 {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.3;
}

h4 {
  margin-bottom: 14px;
  color: white;
}

h2 + p {
  margin-top: 15px;
}

h2 + .link {
  margin-top: 40px;
}

h3 + .link {
  margin-top: 40px;
}

p {
  font-weight: 800;
  line-height: 1.6;
}

.link {
  border: 1px solid white;
  color: white;
  border-radius: 2px;
  display: block;
  text-align: center;
  padding: 15px 0;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: all;
}
.link:hover {
  background-color: white;
  color: #181930 !important;
}

form {
  margin-top: 130px;
}
form.success .message {
  display: block;
}
form.success .input, form.success button {
  display: none;
}
form .message {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
  display: none;
}
form .input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: white;
  border-radius: 2px;
  height: 48px;
  width: 100%;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: "muli", sans-serif;
  padding: 0 10px;
}
form .input input::placeholder {
  color: #181930;
}
form .input input[data-invalid=true] {
  border: 2px solid #dc8c2d !important;
}
form .input ul li {
  list-style: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: white;
  margin-top: 10px;
}
form button {
  background-color: blue;
  border-radius: 2px;
  height: 48px;
  color: white;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 1.125rem;
  margin-top: 10px;
}

.section {
  position: relative;
  padding: 100px 0 150px 0;
  -webkit-transform: skew(0deg, -8deg);
  -ms-transform: skew(0deg, -8deg);
  transform: skew(0deg, -8deg);
  overflow: hidden;
}
.section.related {
  margin-top: -100px;
}
.section.related .wrap h2 {
  margin-bottom: 50px;
  font-weight: 700;
}
.section.newsArticle {
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}
.section.newsArticle .wrap {
  position: relative;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}
.section.newsArticle .wrap .back {
  width: 34px;
  margin-bottom: 35px;
  display: block;
}
.section.newsArticle .wrap header h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.section.newsArticle .wrap header h2 {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 80px;
  font-weight: 300;
}
.section.newsArticle .wrap article figure {
  margin-bottom: 40px;
}
.section.newsArticle .wrap article h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.section.newsArticle .wrap article p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.section.newsArticle .wrap article p + p {
  margin-top: 25px;
}
.section.newsArticle .wrap article blockquote {
  margin: 50px 20px;
}
.section.newsArticle .wrap article blockquote p {
  font-size: 1.25rem;
  line-height: 1.7;
}
.section.newsArticle .wrap article .author {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.section.newsArticle .wrap article .author figure {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 10px;
}
.section.newsArticle .wrap article .author .text p {
  font-weight: 300;
  line-height: 1.3;
}
.section.newsArticle .wrap article .author .text p + p {
  margin-top: 0;
}
.section.one {
  margin-top: -50px;
  padding-top: 150px;
}
.section.one h3 {
  margin-left: 90px;
}
.section.one .link {
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}
.section.three figure {
  width: 200px;
  margin: 30px 0 0 -16px;
}
.section.four h2 {
  font-size: 2.75rem;
  margin-bottom: 70px;
}
.section.five .content figure {
  width: 160px;
  margin-left: auto;
  margin-bottom: 30px;
  opacity: 0;
}
.section.five .content figure.start {
  -webkit-animation: 2s ease forwards 1 down;
  animation: 2s ease forwards 1 down;
}
@-webkit-keyframes down {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(-14px);
    opacity: 1;
  }
}
@keyframes down {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(-14px);
    opacity: 1;
  }
}
.section.six figure {
  width: 200px;
  margin-bottom: 300px;
}
.section.six figure:nth-of-type(2) {
  position: absolute;
  top: 65px;
  left: 50%;
  z-index: -1;
  margin-left: -40px;
  opacity: 0;
}
.section.six figure:nth-of-type(2).start {
  -webkit-animation: 2s ease forwards 1 up;
  animation: 2s ease forwards 1 up;
}
@-webkit-keyframes up {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(-14px);
    opacity: 1;
  }
}
@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(-14px);
    opacity: 1;
  }
}
.section.statistics {
  color: white;
}
.section.statistics .wrap .cols .col {
  margin-left: 40px;
  margin-bottom: 60px;
}
.section.statistics .wrap .cols .col h2 + p {
  margin-top: 0;
}
.section.statistics .wrap .cols .col h2 {
  font-family: "Tungsten A", "Tungsten B";
  font-style: normal;
  font-weight: 500;
  color: blue;
  font-size: 7.125rem;
  line-height: 1.1;
}
.section.statistics .wrap .cols .col h2:after {
  content: attr(data-end);
  font-size: 4.375rem;
}
.section.statistics .wrap .cols .col p {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  max-width: 280px;
}
.section.blue {
  background-color: blue;
  color: white;
}
.section.pink {
  background-color: #c765c1;
}
.section.green {
  background-color: #009543;
}
.section.grey {
  background-color: #c6c6c6;
}
.section.darkBlue {
  background-color: #181930;
  color: white;
}
.section .wrap {
  -webkit-transform: skew(0deg, 8deg);
  -ms-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
  margin: 0 30px 0 20px;
}
.section .wrap .animate {
  margin-bottom: 20px;
}
.section .wrap .animate img {
  display: inline-block;
  width: 118px;
  opacity: 0;
}
.section .wrap .animate img:first-of-type {
  -webkit-animation: 1s ease forwards 1 bounce;
  animation: 1s ease forwards 1 bounce;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
  }
}
.section .wrap .animate img + img {
  margin-top: -35px;
  width: 58px;
  -webkit-animation: 2s ease forwards 1 bounceRight;
  animation: 2s ease forwards 1 bounceRight;
}
@-webkit-keyframes bounceRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(-14px);
  }
  100% {
    transform: translateX(-14px);
    opacity: 1;
  }
}
@keyframes bounceRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(-14px);
  }
  100% {
    transform: translateX(-14px);
    opacity: 1;
  }
}
.section .wrap .animations {
  position: relative;
  margin-left: 20px;
  margin-top: 30px;
}
.section .wrap .animations figure {
  width: 160px;
  opacity: 0;
  -webkit-animation: 2s ease 1s forwards 1 fade;
  animation: 2s ease 1s forwards 1 fade;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(-14px);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(-14px);
    opacity: 1;
  }
}
.section .wrap .animations figure:nth-of-type(2) {
  -webkit-animation: 3s ease 1.5s forwards 1 fade;
  animation: 3s ease 1.5s forwards 1 fade;
  width: 110px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -20px;
  z-index: -1;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(-14px);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(-14px);
    opacity: 1;
  }
}
.section .wrap .cols .col {
  margin-bottom: 80px;
}
.section .wrap .cols .col.white h4 {
  background-color: white;
  color: #181930;
}
.section .wrap .cols .col.blue h4 {
  background-color: blue;
}
.section .wrap .cols .col h4 {
  background-color: #181930;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.section .wrap .cols .col p {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.3;
}
.section .wrap .logos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.section .wrap .logos figure:nth-of-type(2) {
  margin-top: 60px;
}
.section .wrap .logos figure:nth-of-type(3) {
  margin-top: 120px;
}
.section .wrap .logos + .content {
  margin-top: 140px;
}
.section .wrap .flag {
  width: 55px;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: all;
}
.section .wrap .flag.start {
  -webkit-animation: 2s ease 1s forwards 1 flag;
  animation: 2s ease 1s forwards 1 flag;
}
@-webkit-keyframes flag {
  20% {
    transform: rotate(15deg);
    opacity: 1;
    margin-left: -200px;
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
    margin-left: -40px;
  }
}
@keyframes flag {
  20% {
    transform: rotate(15deg);
    opacity: 1;
    margin-left: -200px;
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
    margin-left: -40px;
  }
}
.section .wrap .blog {
  width: 80px;
  margin-bottom: 20px;
}
.section .wrap .drawLine {
  width: 180px;
  margin-left: 25px;
  margin-bottom: 70px;
}

footer {
  padding: 200px 0 20px 0 !important;
  color: white;
}
footer .wrap {
  margin: 0 30px 0 20px;
}
footer .wrap figure {
  width: 100px;
  margin-bottom: 58px;
}
footer .wrap nav {
  float: left;
}
footer .wrap nav a {
  display: block;
}
footer .wrap nav a + a {
  margin-top: 18px;
}
footer .wrap .additional {
  float: right;
  font-size: 0.75rem;
  margin-top: 60px;
}
footer .wrap .additional p {
  font-weight: 400;
  margin-bottom: 6px;
}
footer .wrap .additional a {
  display: block;
  margin-bottom: 10px;
}

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