* {
  position: relative;
  box-sizing: border-box;  
  margin: 0;
  padding: 0;  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-weight: normal;
}

body {
  color: #051e38;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

body,
html {
  width: 100%;
  height: auto;
  min-height: 100%;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;  
}

*:focus {
  outline: none !important;
}

.flex {
  display: flex;
}

.col {
  flex-direction: column;
}

.hc {
  justify-content: center;
}

.vc {
  align-items: center;
}

.noscroll {
  overflow-y: hidden;
}

.fixed {
  position: fixed;  
}

/* -------------------------------------------------------------------------- */

@keyframes pulsate {
  0% { 
    opacity: 0.2;
  }
  50% { 
    opacity: 1.0;
  }
  100% { 
    opacity: 0.2;
  }
}

@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

/* -------------------------------------------------------------------------- */

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
}

.content :first-child {
  margin-top: 0 !important;
}

.content :last-child {
  margin-bottom: 0 !important;
}

strong {
  font-weight: 700;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #07b5c1;
  z-index: 1000;
}

#preloader i {
  color: #ffffff;
  font-size: 40px;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;  
}

.items {
  width: calc(100% + 30px);
  margin: 0 -15px;
  flex-wrap: wrap;
}

.items .entry {
  margin: 15px;
}

.items.col-2 .entry {
  width: calc((100% / 2) - 30px);  
}

/* -------------------------------------------------------------------------- */

@media only screen
and (min-width : 1280px) {
  .ease:hover {
    opacity: 0.6;
  }  
}

.transition {
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;    
}

/* -------------------------------------------------------------------------- */

#main-image {
  width: 100%;
  height: 570px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main-image img.sticky {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0.4;
}

main {
  z-index: 20;
}

header {
  height: 570px;
  z-index: 10;
}

header .title {
  margin-top: 100px;
  width: 100%;
}

header .title h1 {
  background: #07b5c1;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  padding: 15px 30px;
  text-align: center;
  box-shadow: 0 0 18px rgba(0,0,0,0.30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index: 10;
}

header .title .fake {
  position: absolute;
  width: 710px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(0,0,0,0.30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;  
  opacity: 0.3;
  z-index: 5;
}

header .title .fake:first-child {
  top: -5px;
  left: 10px;
}

header .title .fake:nth-child(2) {
  top: 0;
  right: 10px;
}

header .title .fake:nth-child(3) {
  top: -15px;
  right: 40px;
}

header .title h2 {
  background: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #051e38;
  width: auto;
  padding: 15px 50px;
  text-align: center;
  box-shadow: 0 0 18px rgba(0,0,0,0.14);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: -10px;
  z-index: 20;
}

header .more {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #07b5c1;
  position: absolute;
  bottom: -24px;
  border: #f3f3f3 4px solid;
}

header .more i {
  color: #ffffff;
  font-size: 20px;
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite; 
  animation: pulsate 3s ease-out;
  animation-iteration-count: infinite;  
}

.bg-wht {
  background: #ffffff;
}

.bg-gry {
  background: url(../img/bg-gry.jpg) center bottom no-repeat;
  background-size: cover;
}

section#welcome {
  padding: 50px 0 30px 0;
}

section#welcome p {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
  text-align: center;
}

section#questions {
  padding: 50px 0 70px 0;
}

section#questions h2 {
  background: #051e38;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  width: auto;
  padding: 15px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index: 20;
  text-align: center;
}

section#questions h2:not(:first-child) {
  margin-top: 30px;
}

section#questions h2::after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -5px;
  width: calc(100% - 60px);
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #07b5c1;
  opacity: 0.5;
}

section#questions .box {
  padding: 45px 30px 30px 30px;
  background: #cdf0f3;
  box-shadow: 0 0 18px rgba(0,0,0,0.14);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: -15px;
  z-index: 10;
  width: 100%;
}

section#questions .box p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;  
}

section#questions .box p.highlight {
  margin: 20px 0;
  text-transform: uppercase;
}

section#warning {
  z-index: 20;
}

section#warning h2 {
  margin-top: -30px;
  margin-bottom: 30px;
  text-align: center;
}

section#warning h2 span {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 20;
}

section#warning h2::after {
  content: '';
  position: absolute;
  left: -30px;
  bottom: 0;
  width: calc(100% + 60px);
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #07b5c1;
  opacity: 0.5;
  z-index: 10;
}

section#warning .box {
  padding: 75px 30px 30px 30px;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(0,0,0,0.14);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 60px;
}

section#warning .box:nth-child(3),
section#warning .box:nth-child(4) {
  margin-bottom: -30px;  
}

section#warning .box p {
  font-size: 18px;
  line-height: 24px;
  text-align: justify;  
}

section#warning .box .icon {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #07b5c1;
  position: absolute;
  top: -45px;
  border: #f3f3f3 5px solid;  
}

section#warning .box .icon i {
  font-size: 36px;
  color: #ffffff;
}

section#recommend {
  padding: 80px 0 30px 0;
  z-index: 10;
}

section#recommend p {
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #07b5c1;
  text-align: center;
  font-weight: 500;
}

section#prestige {
  height: 230px;
  padding-bottom: 50px;
}

section#prestige img {
  height: 100%;
  width: auto;
  z-index: 10;
}

section#prestige a {
  position: absolute;
  font-size: 30px;
  color: #ffffff;
  background: #051e38;
  box-shadow: 0 0 18px rgba(0,0,0,0.30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index: 20;
  text-decoration: none;
  padding: 10px 40px;
  font-weight: 400;
}

section#prestige a i {
  border-left: rgba(255,255,255,0.35) 1px solid;
  padding-left: 20px;
  margin-left: 20px;
}

section#law {
  padding-bottom: 50px;
}

section#law p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}