* {
  box-sizing: border-box;
  user-select: none;
}

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

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:after,blockquote:before,q:after,q:before {
  content: '';
  content: none
}

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

html {
  min-width: 320px;
  background: white
}

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

.centered {
  text-align: center;
}

[class^="icon-"],[class*=" icon-"] {
  font-family: 'icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-phone:before {
  content: "\e942"
}

.icon-envelop:before {
  content: "\e945"
}

.icon-location:before {
  content: "\e947"
}

.icon-play3:before {
  content: "\ea1c"
}

@media (max-width: 1023px) {
  .main {
    position: absolute;
    top: 10vh;
    bottom: 0;
    left: 0;
    right: 0
  }

  .main__item {
    min-height: 100%;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.5
  }

  .main__paragraph {
    padding: 1.2em 1em 1em
  }

  .main__listItem {
    padding: 2em;
    width: 85%
  }
}

@media (min-width: 1024px) {
  .main {
    float: right;
    top: 70px;
    bottom: 40px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    line-height: 1.5
  }

  .main__item {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2em;
    margin-top: 60px
  }

  .main__item:last-child {
    margin-bottom: 30px
  }

  .main__paragraph {
    padding: 2em 4em;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2)
  }

  .main__link--mobileOnly {
    pointer-events: none
  }

  .main__listItem {
    padding: 1em;
    width: 75%
  }

  .main__videoIn {
    transition: 0.3s box-shadow, 0.3s transform
  }

  .main__videoIn:hover {
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.2);
    transform: scale(1.05)
  }
}

.main {
  z-index: 2;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  display: block;
  user-select: none
}

.main.hide {
  display: none;
}

.main__item:not(.active):not(.remove) {
  display: none;
  pointer-events: none
}

.main__item {
  width: 100%;
  min-height: 90vh;
  padding-top: 1em;
  padding-bottom: 2em;
  user-select: none
}

.main__title {
  padding: 0.5em;
  font-weight: 700;
  margin: auto 1em;
  text-transform: uppercase
}

.main__title--big {
  font-size: 140%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5em
}

.main__paragraph {
  width: 90%;
  max-width: 800px;
  margin: 1em auto;
  background: white;
  border-radius: 0.5em;
  line-height: 2;
  user-select: none
}

.main__paragraph .main__image {
  box-shadow: none
}

.main__image {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 1em auto;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  user-select: none
}

.main__vImage {
  width: 50%;
  display: block;
  max-width: 400px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  margin: 1em auto;
  user-select: none
}

@media (min-width: 1024px) {
  .main__vImage {
    width: 30%
  }
}

.main__listItem {
  padding: 0.5em 1em;
  margin: 1em;
  border: 1px dashed rgba(120, 120, 120, 0.4);
  background: whitesmoke;
  border-radius: 0.5em;
  user-select: none
}

.main__link {
  text-decoration: none;
  color: #323232
}

@keyframes slidein {
  0% { transform: translateY(100vh) }
  100% { transform: translateY(0) }
}

@keyframes slideout {
  0% { transform: translateY(0) }
  100% { transform: translateY(100vh) }
}

.main__item.active {
  animation: 0.3s slidein forwards;
}

.main__item.remove {
  animation: 0.3s slideout forwards;
}

@media (max-width: 1023px) {
  .nav {
    font-size: 3vh;
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    bottom: 29vh;
    transition: 1.5s opacity
  }

  .nav__list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    animation: navAnimation 1s
  }

  .nav__item {
    background: rgba(0, 128, 0, 0.75)
  }

  .nav.hideOnMobile {
    display: none
  }
}

.nav__item {
  min-width: 7em;
  height: 2.4em;
  font-weight: 500;
  text-align: center;
  border-radius: 1em;
  color: white;
  padding-top: 0.8em;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  cursor: pointer;
  box-shadow: 0 0 5px 3px rgba(120, 120, 120, 0.4);
  transition: 0.2s transform, 0.3s background;
  text-decoration: none;
  user-select: none
}

.nav__item--clicked {
  transform: scale(0.9);
  background: green
}

a {
  cursor: pointer;
  color: #323232;
  text-decoration: none;
}

@keyframes navAnimation {
  0% { opacity: 0 }
  100% { opacity: 1 }
}

@media (min-width: 1024px) {
  .nav {
    width: 730px;
    height: 70px;
    float: right;
    display: block
  }

  .nav__list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    list-style: none
  }

  .nav__item {
    background: rgba(0, 0, 0, 0.7)
  }

  .nav__item.active {
    background: rgba(0, 128, 0, 0.75);
    pointer-events: none
  }

  .nav__item:hover {
    transform: scale(1.05)
  }

  a {
    transition: .3s color;
  }

  a:hover {
    color: green;
  }
}

@media (max-width: 1023px) {
  .logo {
    font-size: 1.4vh;
    font-weight: 700;
    transition: 1s margin;
    top: 0;
    left: 0;
    right: 0;
    height: 10vh;
    margin: 0 auto
  }

  .logo.hideOnMobile {
    display: none
  }
}

@media (min-width: 1024px) {
  .logo {
    width: 250px;
    font-size: 8px;
    float: left;
    margin: 10px 0
  }
}

.logo__container {
  margin: 0 auto;
  height: 6em;
  width: 30em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s width
}

.logo__outerBgr {
  background: rgba(0, 128, 0, 0.75);
  position: absolute;
  height: 5em;
  width: 30em;
  border-radius: 1.5em;
  animation: outerbgr 3s;
  box-shadow: 0 0 5px 3px rgba(120, 120, 120, 0.4);
  transition: 1s width, 1s height, 1s border-radius, 1s background
}

.logo__innerBgr {
  background: white;
  position: relative;
  height: 5em;
  width: 11em;
  border-radius: 1.5em;
  animation: innerbgr 3s;
  transition: 1s box-shaddow, 1s height
}

.logo__ikaC {
  position: absolute;
  font-size: 4em;
  padding-top: 0.4rem;
  color: rgba(0, 128, 0, 0.75);
  animation: ikaC 3s;
  user-select: none
}

.logo__ikaL,.logo__ikaR {
  position: absolute;
  color: white;
  font-size: 4em;
  padding-top: 0.4rem;
  z-index: 2;
  user-select: none
}

.logo__ikaL {
  transform: translatex(-2.55em);
  animation: ikaL 3s
}

.logo__ikaR {
  transform: translatex(2.55em);
  animation: ikaR 3s
}

.logo__dashL,.logo__dashR {
  position: absolute;
  width: 1.2em;
  height: 0.5em;
  background: white;
  top: 2.3em
}

.logo__dashL {
  left: -0.6em;
  animation: dashL 3s
}

.logo__dashR {
  right: -0.6em;
  animation: dashR 3s
}

.logo__dashLG,.logo__dashRG {
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  background: rgba(0, 128, 0, 0.75)
}

.logo__dashLG {
  left: 0.6em;
  animation: dashLG 3s;
  transition: 1s left
}

.logo__dashRG {
  right: 0.6em;
  animation: dashRG 3s;
  transition: 1s right
}

@media (min-width: 1024px) {
  .logo--back {
    display: none
  }
}

@media (max-width: 1023px) {
  .logo--back {
    padding-top: 1.2em;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 10vh;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(120, 120, 120, 0.4);
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.7em;
    text-decoration: none;
    color: #323232;
    text-align: center;
    animation: goback 0.5s
  }

  .logo--back.hide {
    display: none;
  }
}

@keyframes goback {
  0% {
    transform: translatey(-10vh)
  }

  100% {
    transform: translatey(0)
  }
}

@keyframes outerbgr {
  0% {
    opacity: 0;
    width: 11em
  }

  40% {
    opacity: 1;
    width: 11em
  }

  60% {
    width: 30em
  }
}

@keyframes innerbgr {
  0% {
    opacity: 0;
    width: 0
  }

  40% {
    opacity: 0;
    width: 4em
  }

  60% {
    opacity: 1;
    width: 11em
  }
}

@keyframes ikaL {
  0% {
    opacity: 0;
    transform: translatex(0)
  }

  10% {
    opacity: 0
  }

  40% {
    opacity: 1;
    transform: translatex(0)
  }

  60% {
    opacity: 1;
    transform: translatex(-2.55em)
  }

  100% {
    opacity: 1;
    transform: translatex(-2.55em)
  }
}

@keyframes ikaR {
  0% {
    opacity: 0;
    transform: translatex(0)
  }

  10% {
    opacity: 0
  }

  40% {
    opacity: 1;
    transform: translatex(0)
  }

  60% {
    opacity: 1;
    transform: translatex(2.55em)
  }

  100% {
    opacity: 1;
    transform: translatex(2.55em)
  }
}

@keyframes ikaC {
  0% {
    opacity: 0
  }

  60% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes dashL {
  0% {
    opacity: 0
  }

  70% {
    opacity: 0
  }

  71% {
    opacity: 1
  }
}

@keyframes dashR {
  0% {
    opacity: 0
  }

  70% {
    opacity: 0
  }

  71% {
    opacity: 1
  }
}

@keyframes dashLG {
  0% {
    opacity: 0;
    transform: translatex(-0.6em)
  }

  70% {
    opacity: 0;
    transform: translatex(-0.6em)
  }

  71% {
    opacity: 1
  }
}

@keyframes dashRG {
  0% {
    opacity: 0;
    transform: translatex(0.6em)
  }

  70% {
    opacity: 0;
    transform: translatex(0.6em)
  }

  71% {
    opacity: 1
  }
}

@media (max-width: 1023px) {
  .footer {
    position: absolute;
    height: 27vh;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 2.2vh;
    opacity: 1;
    transition: 0.5s opacity, 0.5s visibility;
    z-index: 3
  }

  .footer--hidden {
    opacity: 0;
    visibility: hidden
  }

  .footer .container {
    height: 100%
  }

  .footer__list {
    animation: footerAnimation 1s;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1em
  }

  .footer__item {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1em;
    box-shadow: 0 0 5px 3px rgba(120, 120, 120, 0.4);
    padding: 1em 2.5em 0.8em;
    width: 20em
  }

  .footer__item--copyright {
    display: none
  }
}

@media (min-width: 1024px) {
  .footer {
    font-size: 12px;
    position: fixed;
    height: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    border-top: 1px solid #ddd
  }

  .footer__list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px
  }

  .footer__item {
    padding: 0.4em 2.5em 0
  }
}

.footer__list {
  width: 100%;
  list-style: none
}

.footer__item {
  position: relative;
  text-align: left;
}

.footer__icon {
  position: absolute;
  font-size: 1.3em;
  left: 0.5em;
  margin-top: -0.1em
}

@keyframes footerAnimation {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

body {
  font-family: 'Comfortaa', sans-serif
}

@media (max-width: 1023px) {
  body {
    font-size: 1.7vh
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 16px
  }

  .container {
    width: 1024px;
    display: block;
    margin: 0 auto;
    overflow: hidden
  }

  .desktopHeader {
    position: fixed;
    top: 0;
    height: 70px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #ddd
  }
}
