.eucn {
  background: #202020;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: .8em;
  font-family: base-complex,sans-serif;
  font-weight: 400;
  text-align: center;
  z-index: 2147483647;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity .5s ease-out, height .5s ease-out;
  transition: opacity .5s ease-out, height .5s ease-out;
}

.eucn .main-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 820px;
  margin: 0 auto;
  height: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.eucn a {
  color: #d8d8d8;
  padding: 5px 0;
  text-decoration: underline;
}

.eucn--show {
  opacity: 1;
  height: 42px;
}

@media screen and (max-width: 399px) {
  .eucn--show {
    height: 62px;
  }
}

.eucn__notice {
  color: #cecece;
  -webkit-text-size-adjust: 100%;
  line-height: 1.3;
  padding-right: 2%;
}

.eucn__accept {
  color: #fafafa;
  background: #666;
  font-weight: 700;
  cursor: pointer;
  height: 24px;
  font-size: 12px;
  padding: 0 10px;
  border: 0;
}

.btn {
  width: 210px;
  height: 60px;
  max-width: 100%;
  border-radius: 30px;
  font-size: 0;
  border: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media (min-width: 540px) {
  .btn {
    width: 175px;
    height: 50px;
    border-radius: 25px;
  }
}

.btn .text-still,
.btn .text-hover {
  max-height: 11px;
  max-width: 100%;
}

.btn .text-hover {
  display: none;
}

.btn:hover {
  background: #fed131;
}

.btn:hover .text-still {
  display: none;
}

.btn:hover .text-hover {
  display: block;
}

body {
  min-height: 100vh;
  background: #fff 50% 0/100% auto url("../img/bg-1280.jpg") no-repeat;
  margin: 0;
}

@media (min-width: 540px) {
  body {
    background: #ffda31 30% 70%/cover url("../img/bg-2650.jpg") no-repeat;
  }
}

.veil {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: radial-gradient(#777, #000);
  pointer-events: none;
}

@media (max-width: 539px) {
  .hide-mob {
    display: none;
  }
}

@media (min-width: 540px) {
  .hide-dsk {
    display: none;
  }
}

.content {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 540px) {
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 80px;
    min-height: 100vh;
  }
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 56.25% 0 35px 0;
}

@media (min-width: 540px) {
  .content-wrapper {
    padding: 110px 0 25px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.content-wrapper .btn {
  margin: 0 0 10px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.content-wrapper .btn:last-of-type {
  margin: 0 0 30px;
}

@media (min-width: 540px) {
  .content-wrapper .btn:last-of-type {
    margin: 0 0 100px;
  }
}

.tod-heading {
  position: relative;
  max-width: 100%;
  margin: 35px 0 25px;
  font-size: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

@media (min-width: 540px) {
  .tod-heading {
    margin: 0 0 20px;
    min-width: 365px;
    max-width: 50%;
    width: 815px;
  }
}

.tod-heading img {
  max-width: 100%;
}

.tod-subheading {
  margin: 0 0 20px;
  font-size: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

@media (min-width: 540px) {
  .tod-subheading {
    margin: 0 0 18px;
  }
}

.tod-subheading img {
  width: 195px;
  max-width: 100%;
}

@media (min-width: 540px) {
  .tod-subheading img {
    width: 215px;
  }
}

#btn-instagram {
  width: 330px;
  height: 35px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

#btn-instagram .text-still,
#btn-instagram .text-hover {
  max-height: 14px;
}

#btn-support {
  width: 120px;
  height: 35px;
  margin: 10px 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

@media (min-width: 540px) {
  #btn-support {
    margin: 0 0 0 20px;
  }
}

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 540px) {
  #footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 25px;
  }
}
