@font-face {
  font-family: 'Exo2';
  src: url('../fonts/Exo_2/Exo2-VariableFont_wght.ttf');
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #000;
  background-color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Exo2';
  overflow: hidden !important;
}

/*-------------------------------------------------------
Loading
-------------------------------------------------------*/

.loading{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 9999999999999;
}

.loading .middle{
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.logo_loading {
  animation: blink 3s linear infinite;
  background-size: 530px;
  background-position: center;
  background-image: url('../img/logo color version-41.png');
  background-repeat: no-repeat;
  height: 90px;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}

video {
  pointer-events: none;
}

/*-------------------------------------------------------
Content box
-------------------------------------------------------*/

.box{
  border-radius: 14px;
}
.box.middle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box.corner{
  position: absolute;
  bottom: 4%;
  left: 4%;
  width: 92%;
}
.box .content {
  font-family: 'Exo2';
  color: #fff;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.box .content .title {
  font-weight: bold;
  font-size: 3rem;
  word-wrap: break-word;
  line-height: 55px;
  margin-bottom: 10px;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
.box .content .title-big {
  font-weight: bold;
  font-size: 7rem;
  word-wrap: break-word;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
.box .content .subtitle {
  font-size: 1.38rem;
  word-wrap: break-word;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
.box .content .subtitle-big {
  font-size: 2.6rem;
  word-wrap: break-word;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
.box .content .subsubtitle {
  font-size: 1.155rem;
  font-weight: 600;
  margin-top: 1rem;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
.box .content .info {
  font-size: 2.077rem;
  white-space: nowrap;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
.box .content .subinfo {
  font-size: 1.2675rem;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
.box .content .subinfo:last-child {
  margin-bottom: 0px;
}
.box .content .secondarytitle {
  font-weight: bold;
  font-size: 2.535rem;
  word-wrap: normal;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
.box .content .secondaryinfo {
  font-weight: bold;
  font-size: 1.7325rem;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}
.box .content .secondarysubinfo {
  font-size: 0.81rem;
  font-weight: 200;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}

.box.container .border-right,
.box.container-fluid .border-right {
  border-width: 6px !important;
}

.box .image-content {
  width: 45rem;
}

.right-align {
  text-align: right;
}

.header {
  opacity: 0.55;
}

#menu {
  position: absolute;
  right: 0;
  top: 27px;
  z-index: 99999;
}

#menu .nav-item {
  margin-left: 15px;
  margin-right: 15px;
  color: white;
}

#menu .nav-item a {
  color: white;
  font-weight: bold;
}

#menu .nav-item a.active {
  text-decoration: underline;
}

#menu .nav-item.nav-yellow a {
  color: yellow;
}

.menu-btn {
  display: none;
}
.menu-icon {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  padding: 20px 10px 20px 10px;
  margin: 0;
  position: absolute;
  user-select: none;
  visibility: visible;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  right: 0;
}
.navicon {
  display: block;
  height: 2px;
  width: 18px;
  position: relative;
}
.navicon:before {
  top: 3px;
  height: 3px !important;
}
.navicon:after {
  top: -3px;
}
.navicon:before,
.navicon:after {
  background: #333;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  transition: all 0.2s ease-out;
}

.menu-btn:checked ~ .menu {
  max-height: 240px;
}
.menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
  height: 3px !important;
}
.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
  height: 3px !important;
}
.menu-btn:checked ~ .menu-icon .navicon:before,
.menu-btn:checked ~ .menu-icon .navicon:after {
  top: 0;
}

#language-desktop {
  position: absolute;
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  font-size: 1rem;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -5px;
  color: white;
}

#language-desktop a {
  color: white;
}

.chevron-content {
  position: relative;
  left: 50%;
  width: 70px;
  height: 60px;
  margin-left: -38px;
  cursor: pointer;
}

.chevron-content::before {
  color: white;
  border-style: solid;
  border-width: 0.35em 0.35em 0 0;
  content: '';
  display: inline-block;
  height: 2.60em;
  left: 10px;
  position: absolute;
  transform: rotate(135deg);
  vertical-align: top;
  width: 2.60em;
  border-bottom-left-radius: 14px;
  border-top-right-radius: 14px;
  width: 50px;
  height: 50px;
}

.chevron-content.top::before {
  transform: rotate(-45deg);
}

.chevron-content.down::before {
  transform: rotate(135deg);
}

.chevron::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	height: 0.60em;
	left: 0.25em;
	position: absolute;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.60em;
  border-bottom-left-radius: 7px;
  border-top-right-radius: 7px;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 26px;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}

#page6 a {
  color: white;
}

.second-language {
  position: absolute;
  top: 0;
  display: none;
}

.second-language.motion {
  display: block;
  transform: translateY(25px);
  transition: all .3s ease-in;
}

#mobile-menu {
  display: none;
}

#mobile-menu {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 24px;
  opacity: 100;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);;
  border-radius: 5px;
}

.mobile-menu-social {
  width: 90px;
  margin: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.mobile-menu-items {
  width: 140px;
  margin: 0 auto;
}

.mobile-menu-items li a, .mobile-menu-items li a:visited, .mobile-menu-items li a:link {
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
}

.mobile-menu-items .nav-item {
  background-color: rgba(0, 123, 255, 0.8);
  border-color: rgba(0, 123, 255, 0.8);
  border-radius: 10px;
  text-align: center;
  margin: 6px;
}

.mobile-menu-items .nav-item.nav-yellow a {
  color: yellow;
}

#mobile-menu-contents {
  width: 100%;
  display: none;
}

.mobile-menu-languages {
  margin: 10px;
  margin-left: 18px;
  height: 40px;
  width: 50px;
  display: grid;
  grid-template-columns: 1fr 0.2fr 1fr;
  grid-gap: 10px;
}

.mobile-menu-languages-separator {
  float: left;
  padding-top: 8px;
  font-weight: bold;
}

.mobile-menu-languages-item a {
  color: black !important;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 8px;
}

.mobile-menu-languages-item a.active {
  text-decoration: underline;
}

.page-info .btn {
  display: none;
}

.btn-moreinfo {
  display: none;
}

.main-logo {
  position: absolute;
  width: 230px;
  top: 40px;
  left: 55px;
  z-index: 1000;
}

#mobile-footer {
  display: none;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.7rem;
  color: #fff;
  z-index: 10000;
  width: 90%;
  text-align: left;
}

#mobile-footer a {
  color: #fff !important;
}

.page3-content .subtitle {
  margin-left: 20px;
}

.form-row {
  margin-bottom: 10px;
}

@media (max-width: 767px) and (orientation: portrait) {
  #menu {
    display: none;
  }

  #mobile-menu {
    display: block;
    z-index: 100000;
  }

  #language-desktop {
    display: none;
  }

  .box .content {
    text-align: center;
  }

  .box .content .form-row {
    text-align: left;
  }

  #page1 .content {
    text-align: inherit;
  }

  .box .content .title {
    font-size: 10rem;
  }

  .box .content .subtitle {
    font-size: 4.6rem;
  }

  .box .content .subsubtitle {
    font-size: 3.71rem;
  }

  .box .content .info {
    font-size: 6.9rem;
  }

  .box .content .subinfo {
    font-size: 4.22rem;
  }

  .box.container .border-right,
  .box.container-fluid .border-right {
    border-width: 0px !important;
    border-bottom: #fff;
    border-bottom-width: 6px !important;
  }

  .box .image-content {
    width: 100%;
    pointer-events: none;
  }

  .row-chevron {
    display: none;
  }

  .btn-moreinfo {
    display: initial;
    margin-right: 50px;
  }

  .box .content .title {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
  .box .content .title-big {
    font-size: 3rem;
  }
  .box .content .subtitle {
    font-size: 1.5rem;
  }
  .box .content .subtitle-big {
    font-size: 1.3rem;
  }
  .box .content .subsubtitle {
    font-size: 1.5rem;
  }
  .box .content .info {
    font-size: 2.077rem;
  }
  .box .content .subinfo {
    font-size: 1.2675rem;
  }
  .box .content .secondarytitle {
    font-size: 2.535vw;
  }
  .box .content .secondaryinfo {
    font-size: 1.7325vw;
  }
  .box .content .secondarysubinfo {
    font-size: 0.81vw;
  }
  .page-info {
    display: none;
  }
  .page-info .btn {
    display: initial;
  }
  .logo_loading {
    background-size: 100vw;
  }
  .main-logo {
    width: 150px;
    top: 35px;
    left: 25px;
  }
  .page-why .content {
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-why .content .secondarytitle {
    text-align: center;
    font-size: 1.5rem;
  }
  #mobile-footer {
    display: initial;
  }
  #page6 .form-control {
    opacity: 0.8;
  }
  .btn.btn-primary {
    background-color: rgba(0, 123, 255, 0.54);
    border-color: rgba(0, 123, 255, 0.54);
  }
  .btn.btn-secondary {
    background-color: rgba(108, 117, 125, 0.54);
    border-color: rgba(108, 117, 125, 0.54);
  }
  .page3-content .subtitle {
    margin-left: 0px;
  }  
  .form-row {
    margin-bottom: 0px;
  }
  .form-cols {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (max-width: 300px) {
  .form-cols {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}