@font-face {
  font-family: 'SenticoSansDT';
  src: url("../assets/fonts/SenticoSansDT-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/SenticoSansDT-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SenticoSansDT-Regular.otf") format("opentype"), url("../assets/fonts/SenticoSansDT-Regular.woff") format("woff"), url("../assets/fonts/SenticoSansDT-Regular.ttf") format("truetype"), url("../assets/fonts/SenticoSansDT-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SenticoSansDT-Bold';
  src: url("../assets/fonts/SenticoSansDT-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/SenticoSansDT-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SenticoSansDT-Bold.otf") format("opentype"), url("../assets/fonts/SenticoSansDT-Bold.woff") format("woff"), url("../assets/fonts/SenticoSansDT-Bold.ttf") format("truetype"), url("../assets/fonts/SenticoSansDT-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
body {
  text-align: center;
  margin: 0;
  margin-bottom: 80px;
  min-height: calc(100vh - 80px);
  position: relative;
}
body .container {
  width: 1135px;
  margin: auto;
  position: relative;
  visibility: hidden;
}
body .container.active {
  visibility: visible;
}
body .container header::after {
  content: "";
  clear: both;
  display: table;
}
body .container header .title {
  height: 23px;
  font-family: "SenticoSansDT";
  font-weight: 500;
  font-size: 21px;
  color: #0069b4;
  float: right;
  margin-right: 95px;
  margin-top: 39px;
}
body .container header .logo {
  margin-left: 97px;
  margin-top: 27px;
}
body .container .info-text {
  font-family: "SenticoSansDT";
  font-size: 22px;
  text-align: center;
  color: #0069b4;
  margin-top: 25px;
}
body .container .error {
  margin-top: 10vh;
  font-family: "SenticoSansDT";
  font-weight: 500;
  font-size: 30px;
  color: #0069b4;
}
body .container nav {
  text-align: left;
  margin-top: 45px;
}
body .container nav::after {
  content: "";
  clear: both;
  display: table;
}
body .container nav .back-btn {
  margin-left: 130px;
  font-family: "SenticoSansDT";
  font-size: 18px;
  font-weight: 500;
  color: #0069b4;
  text-decoration: none;
}
body footer {
  width: 100%;
  height: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #00304c;
  position: absolute;
  bottom: -80px;
}
body footer p {
  font-family: "SenticoSansDT";
  font-size: 12px;
  color: #ffffff;
  margin-top: 16px;
  text-align: left;
  margin-left: 99px;
}
body .clickable-none {
  pointer-events: none;
}

.loading {
  display: none;
}
.loading.active {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.svg-container {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  background: url("../assets/img/background.jpg");
  background-repeat: no-repeat;
  height: 640px;
}
.svg-container .number {
  opacity: 0.3;
}
.svg-container .number.avaiable {
  opacity: 1;
}
.svg-container object {
  position: absolute;
}
.svg-container.active .star {
  animation: starFall 1s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes starFall {
  0% {
    transform: translateY(-600px);
  }
  100% {
    transform: translateY(0);
  }
}
.svg-container.active .cloud {
  animation: cloudFall 1s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes cloudFall {
  0% {
    transform: translateY(-600px);
  }
  100% {
    transform: translateY(0);
  }
}
.svg-container.active .present {
  animation: presentsFall 1s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes presentsFall {
  0% {
    transform: translateY(-600px);
  }
  40% {
    transform: trasnlateY(0) scaleY(1);
  }
  70% {
    transform: scaleY(0.8);
  }
  100% {
    transform: scaleY(1);
  }
}
.svg-container.active .ground {
  animation: groundUp 1s ease;
  animation-fill-mode: forwards;
}
@keyframes groundUp {
  0% {
    bottom: -600px;
  }
  100% {
    bottom: -53px;
  }
}
.svg-container.active .snowman {
  animation: snowmanUp 1s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  transform-origin: center bottom;
}
@keyframes snowmanUp {
  0% {
    bottom: -600px;
  }
  30% {
    bottom: 130px;
  }
  50% {
    bottom: 45px;
    transform: scaleY(1);
  }
  75% {
    transform: scaleY(0.94);
  }
  100% {
    bottom: 45px;
    transform: scaleY(1);
  }
}
.svg-container.active .building {
  animation: standUp 1s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes standUp {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.svg-container.active .tree.tree-1, .svg-container.active .tree.tree-2 {
  animation: treeUp 1s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  transform-origin: center bottom;
}
@keyframes treeUp {
  0% {
    bottom: -600px;
  }
  50% {
    transform: scaleY(1);
  }
  75% {
    transform: scaleY(0.94);
  }
  100% {
    transform: scaleY(1);
    bottom: 103px;
  }
}
.svg-container.active .tree.tree-3, .svg-container.active .tree.tree-4 {
  animation: treeDown 1s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  transform-origin: center bottom;
}
@keyframes treeDown {
  0% {
    transform: translateY(-600px);
  }
  50% {
    transform: translateyY(0) scaleY(1);
  }
  75% {
    transform: scaleY(0.94);
  }
  100% {
    transform: scaleY(1);
  }
}
.svg-container.active .indicator {
  animation: showDate 1s ease;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes showDate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.svg-container.active .indicator.clickable-none {
  animation: showDisabledDate 1s ease;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes showDisabledDate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
.ground.ground-1 {
  right: -39px;
  bottom: -600px;
}
.ground.ground-2 {
  left: -49px;
  bottom: -600px;
}

.tree {
  position: absolute;
}
.tree.tree-1 {
  right: -53px;
  bottom: -600px;
}
.tree.tree-2 {
  right: 393px;
  bottom: -600px;
}
.tree.tree-3 {
  position: absolute;
  left: 236px;
  bottom: 118px;
  transform: translateY(-600px);
}
.tree.tree-4 {
  left: 11px;
  bottom: 80px;
  transform: translateY(-600px);
}

.present {
  transform: translateY(-600px);
  transform-origin: center bottom;
}
.present.present-1 {
  bottom: 40px;
  left: 345px;
}
.present.present-2 {
  bottom: 40px;
  left: 304px;
}
.present.present-3 {
  bottom: 45px;
  left: 243px;
}
.present.present-4 {
  bottom: 60px;
  left: 155px;
}
.present.present-5 {
  bottom: 45px;
  left: 114px;
}

.snowman {
  left: 430px;
  bottom: -600px;
}

.building {
  transform: scaleY(0);
  transform-origin: center bottom;
}
.building.building-1 {
  right: 84px;
  bottom: 130px;
}
.building.building-2 {
  right: 183px;
  bottom: 89px;
}
.building.building-3 {
  right: 263px;
  bottom: 100px;
}

.cloud {
  transform: translateY(-600px);
  transform-origin: center top;
}
.cloud.cloud-1 {
  right: 181px;
  top: 0x;
}
.cloud.cloud-2 {
  right: 430px;
  top: 0x;
}
.cloud.cloud-3 {
  left: 140px;
  top: 0x;
}

.star {
  transform: translateY(-600px);
  transform-origin: center top;
}
.star.star-1 {
  top: 0px;
  right: 163px;
}
.star.star-2 {
  top: 0px;
  right: 272px;
}
.star.star-3 {
  top: 0px;
  right: 341px;
}
.star.star-4 {
  top: 0px;
  right: 390px;
}
.star.star-5 {
  top: 0px;
  left: 400px;
}
.star.star-6 {
  top: 0px;
  left: 330px;
}
.star.star-7 {
  top: 0px;
  left: 245px;
}

.front {
  pointer-events: none;
  left: 0;
  top: -22px;
}

.front2 {
  pointer-events: none;
  left: -2px;
  top: -25px;
  width: 100%;
}

.indicator {
  color: #253259;
  font-family: "SenticoSansDT-Bold";
  position: absolute;
  font-size: 16px;
  padding: 15px;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
}
.indicator.clickable-none {
  opacity: 0;
}
.indicator[data-target="1"] {
  left: 759px;
  bottom: 188px;
  font-size: 34px;
}
.indicator[data-target="2"] {
  left: 183px;
  top: 116px;
  font-size: 26px;
}
.indicator[data-target="2"] {
  left: 183px;
  top: 116px;
  font-size: 26px;
}
.indicator[data-target="3"] {
  left: 662px;
  top: 272px;
  font-size: 22px;
}
.indicator[data-target="4"] {
  left: 714px;
  top: 73px;
  font-size: 22px;
}
.indicator[data-target="5"] {
  left: 471px;
  bottom: 75px;
  font-size: 34px;
}
.indicator[data-target="6"] {
  left: 372px;
  top: 144px;
  font-size: 20px;
}
.indicator[data-target="7"] {
  left: 856px;
  bottom: 266px;
  font-size: 35px;
}
.indicator[data-target="8"] {
  left: 365px;
  bottom: 48px;
  font-size: 22px;
}
.indicator[data-target="9"] {
  right: 199px;
  top: 143px;
  font-size: 22px;
}
.indicator[data-target="10"] {
  left: 172px;
  bottom: 215px;
  font-size: 23px;
}
.indicator[data-target="11"] {
  left: 540px;
  top: 150px;
  font-size: 36px;
}
.indicator[data-target="12"] {
  left: 127px;
  bottom: 54px;
  font-size: 20px;
}
.indicator[data-target="13"] {
  left: 940px;
  bottom: 210px;
  font-size: 35px;
}
.indicator[data-target="14"] {
  left: 315px;
  bottom: 68px;
  font-size: 23px;
}
.indicator[data-target="15"] {
  left: 286px;
  top: 43px;
  font-size: 23px;
}
.indicator[data-target="16"] {
  right: 230px;
  top: 46px;
  font-size: 26px;
}
.indicator[data-target="17"] {
  left: 111px;
  bottom: 259px;
  font-size: 23px;
}
.indicator[data-target="18"] {
  right: 312px;
  top: 144px;
  font-size: 24px;
}
.indicator[data-target="19"] {
  left: 180px;
  bottom: 66px;
  font-size: 21px;
}
.indicator[data-target="20"] {
  left: 200px;
  bottom: 160px;
  font-size: 21px;
}
.indicator[data-target="21"] {
  left: 143px;
  top: 227px;
  font-size: 21px;
}
.indicator[data-target="22"] {
  left: 100px;
  bottom: 168px;
  font-size: 21px;
}
.indicator[data-target="23"] {
  left: 447px;
  top: 297px;
  font-size: 21px;
}
.indicator[data-target="24"] {
  left: 255px;
  bottom: 53px;
  font-size: 21px;
}

.present-container {
  margin-top: 25px;
  padding-left: 130px;
}
.present-container * {
  color: #0069b4;
}
.present-container::after {
  content: "";
  clear: both;
  display: table;
}
.present-container iframe {
  float: left;
}
.present-container .margin-null {
  margin: 0;
}
.present-container a {
  text-decoration: none;
}
.present-container h1 {
  font-size: 36px;
  font-family: "SenticoSansDT-Bold";
  line-height: 1.14;
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
}
.present-container h2 {
  font-size: 16px;
  font-family: "SenticoSansDT-Bold";
  line-height: 1.06;
  margin: 0;
  margin-top: 20px;
}
.present-container p {
  font-size: 16px;
  font-family: "SenticoSansDT";
  line-height: 1.06;
}
.present-container ul {
  list-style: none;
  padding-left: 15px;
  margin: 0;
}
.present-container ul li {
  font-size: 16px;
  font-family: "SenticoSansDT";
  line-height: 1.06;
  list-style: none;
}
.present-container ul li::before {
  content: "- ";
}
.present-container img {
  max-width: 100%;
  margin-bottom: 10px;
}
.present-container video {
  float: left;
}
.present-container .column {
  float: left;
}
.present-container .column::after {
  content: "";
  clear: both;
  display: table;
}
.present-container .column.text-left {
  text-align: left;
}
.present-container .column.column-1 {
  width: 455px;
  margin-right: 30px;
}
.present-container .column.column-2 {
  width: 455px;
}
