@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,900");

html {
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
  background-color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* LOADER */
.loader {
  background-color: #FFFFFF;
  position: fixed;
  display: block;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: 999;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.loader .lds-ripple {
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader .lds-ripple div {
  position: absolute;
  border: 4px solid #B3001B;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
.loader.is-loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -99;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/* HEADER */
header {
  background-color: #FFFFFF;
  position: fixed;
  display: block;
  width: 100%;
  height: 68px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 998;
  transition: background-color 0.35s ease-in-out;
}
header .header-inner {
  padding: 16px 1.5%;
}
@media screen and (max-width: 768px) {
  header .header-inner {
    padding: 16px 16px 0;
  }
}
@media screen and (max-width: 640px) {
  header .header-inner {
    padding: 16px 16px 0 16px;
  }
}
header .header-inner .language {
  position: relative;
  display: inline;
  width: auto;
  height: auto;
  float: left;
}
header .header-inner .language a {
  position: relative;
  display: inline;
  width: auto;
  height: auto;
  color: #000000;
  outline: 0px none;
  outline: 0px;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  text-transform: uppercase;
}
header .header-inner .language a:hover {
  color: rgba(36, 36, 36, 0.45);
}
header .header-inner .language a span {
  font-weight: 700;
}
header .header-inner .logo {
  position: relative;
  display: inline;
  width: auto;
  height: auto;
  float: left;
  text-align: center;
}
header .header-inner .logo a {
  position: relative;
  display: inline;
  width: auto;
  height: auto;
  color: #000000;
  outline: 0px none;
  outline: 0px;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  text-transform: uppercase;
  line-height: 44px;
}
@media screen and (max-width: 360px) {
  header .header-inner .logo a {
    line-height: 24px;
  }
}
header .header-inner .logo a:hover {
  color: rgba(36, 36, 36, 0.45);
}
header .header-inner .logo a span {
  font-weight: 700;
}
header .header-inner .header-headline {
  position: absolute;
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  header .header-inner .header-headline {
    display: none;
  }
}
header .header-inner .header-headline p {
  text-transform: lowercase;
  margin: 0;
  line-height: 20px;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
}
header .header-inner nav {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  list-type-style: none;
  float: right;
}
header .header-inner nav li {
  position: relative;
  display: inline;
  margin-left: 16px;
}
@media screen and (max-width: 360px) {
  header .header-inner nav li {
    margin-left: 8px;
  }
}
header .header-inner nav li a {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
  line-height: 44px;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 360px) {
  header .header-inner nav li a {
    font-size: 11px;
    line-height: 24px;
  }
}
header .header-inner nav li a span {
  position: relative;
  z-index: 2;
}
header .header-inner nav li a:hover {
  color: rgba(0, 0, 0, 0.45);
}
header.active-header {
  background-color: transparent;
}
header.active-header .logo a {
  color: #FFFFFF;
}
header.active-header .header-headline p {
  color: #FFFFFF;
}
header.active-header nav li a {
  color: #FFFFFF;
}

/* MAIN */
main {
  position: relative;
  display: block;
  z-index: 1;
}
main.coidea-fullpage section.wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
  cursor: pointer;
}
main.coidea-fullpage section.wrapper .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 80vh;
  margin-top: 10vh;
}
@media screen and (max-width: 640px) {
  main.coidea-fullpage section.wrapper .bg {
    height: 45vh;
    margin-top: 22vh;
  }
}
main.coidea-fullpage section.wrapper .bg .bcg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  main.coidea-fullpage section.wrapper .bg .bcg {
    max-width: 320px;
  }
}
@media screen and (max-width: 480px) {
  main.coidea-fullpage section.wrapper .bg .bcg {
    max-width: 120px;
  }
}
main.coidea-fullpage section.wrapper .bg .el {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
main.coidea-fullpage section.wrapper .bg .el .content {
  mix-blend-mode: color-burn;
  position: absolute;
  display: block;
  width: 200%;
  top: 50%;
  left: -50%;
  text-align: center;
  transform: translateY(-50%);
}
main.coidea-fullpage section.wrapper .bg .el .content span {
  font-size: 26vw;
  letter-spacing: 0;
  font-weight: 600;
  font-kerning: normal;
  color: #B3001B;
}
main.coidea-fullpage section.wrapper .bg .el .content .description {
  position: relative;
  display: block;
  width: 100%;
  width: calc(100% - 32px);
  max-width: 580px;
  margin: 0 auto;
  padding: 0 16px;
  height: 0px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  margin-top: 64px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main.coidea-fullpage section.wrapper .bg .el .content .description {
    max-width: 280px;
    max-height: 180px;
  }
}
@media screen and (max-width: 640px) {
  main.coidea-fullpage section.wrapper .bg .el .content .description {
    margin-top: 32px;
  }
}
main.coidea-fullpage section.wrapper .bg .el .content .description p {
  color: #B3001B !important;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  main.coidea-fullpage section.wrapper .bg .el .content .description p {
    font-size: 16px;
  }
}
main.coidea-fullpage section.wrapper .bg .el .content.active {
  mix-blend-mode: color-burn;
}

/* FOOTER */
footer {
  position: fixed;
  display: block;
  width: 220px;
  z-index: 100;
  left: 50%;
  margin-left: -110px;
  bottom: 16px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  footer {
    bottom: 64px;
  }
}
footer nav.anchor-nav a {
  background-color: #B3001B;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 18px;
  border: 2px solid #B3001B;
  transition: all 0.7s ease-in-out;
  margin: 4px;
}
footer nav.anchor-nav a.active {
  background-color: transparent;
}
footer .contact-us {
  position: relative;
  display: block;
  width: 180px;
  height: auto;
  float: right;
}
footer.active-footer {
  opacity: 1;
  visibility: visible;
}