@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
@font-face {
  font-family: 'Covered By Your Grace';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/coveredbyyourgrace/v15/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0Fg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Christmas';
  src: url('../font/christmas_bell-webfont.woff2') format('woff2'), url('../font/christmas_bell-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/************************************
  @media (max-width: 1599px) {
  }
  @media (max-width: 1199px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 639px) {
  }
  @media (max-width: 479px) {
  }

 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 640px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1600px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  color: #111;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 479px) {
  body,
  html {
    font-size: 14px;
  }
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
#cookies-msg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#cookies-msg.shown {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 640px) {
  #cookies-msg {
    text-align: center;
  }
}
#cookies-msg > div {
  background: white;
  padding: 15px 0;
  box-shadow: 0 -14px 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg > div > div {
  box-sizing: content-box;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet landscape and bigger */
}
@media (min-width: 640px) {
  #cookies-msg > div > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  #cookies-msg > div > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#cookies-msg.floating {
  left: 15px;
  right: 15px;
}
#cookies-msg.floating > div {
  width: 800px;
  max-width: 100%;
  margin: 15px auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg.floating > div > div {
  padding-left: 20px;
  padding-right: 20px;
}
#cookies-msg #cookies-msg-close {
  display: none;
}
#cookies-msg .cookies-msg-actions a {
  display: block;
}
#cookies-msg a.uk-button {
  background: #AC8039;
}
#cookies-msg a.uk-button:hover {
  background: #5f4720;
}
#cookies-msg a:not(.uk-button) {
  color: #AC8039;
}
#cookies-msg a:not(.uk-button):hover {
  color: #5f4720;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1em;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1em;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: "Poppins", sans-serif;
  line-height: 1.1em;
  color: #222;
}
h1 {
  font-family: 'Christmas', 'Poppins', sans-serif !important;
}
.xmas-green {
  color: #222 !important;
}
.uk-heading-medium {
  font-size: 3.6rem;
  line-height: 1em;
}
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 5rem;
  }
}
@media (max-width: 479px) {
  .uk-heading-small {
    font-size: 2.2rem;
  }
}
@media (max-width: 479px) {
  .uk-h1 {
    font-size: 2rem;
  }
}
.bold {
  font-weight: 500;
}
.uk-text-bold {
  font-weight: 600;
}
.global {
  overflow-x: hidden;
}
.blur-me {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 12px;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
}
.cc-banner {
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 12px !important;
  -webkit-backdrop-filter: saturate(180%) blur(10px) !important;
  backdrop-filter: saturate(180%) blur(10px) !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  font-size: 0.8rem;
}
.cc-overlay {
  background-color: transparent !important;
}
.cc-sm {
  font-size: 0.75rem !important;
  font-family: 'Poppins', sans-serif;
}
.cc-button {
  text-transform: none;
  font-weight: 600;
  border-radius: 100px;
  transition: all ease 0.3s;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.uk-button {
  text-transform: none;
  font-weight: 600;
  border-radius: 100px;
  transition: all ease 0.3s;
}
.uk-button.uk-button-large {
  line-height: 48px;
}
.uk-button.uk-button-primary {
  color: white !important;
  background: #AC8039;
}
.uk-button.uk-button-primary:hover {
  background-color: #997233;
}
.uk-button.uk-button-default {
  background-color: white;
}
.uk-border-rounded {
  border-radius: 10px;
}
.nombre-plantilla {
  background-color: #333;
  color: white;
  font-size: 0.75rem;
  text-align: center;
  display: block;
  padding: 3px 10px;
  border-radius: 100px;
  bottom: -12px;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.sel-plantilla {
  padding-bottom: 10px;
}
.sel-plantilla a {
  border: 3px solid rgba(255, 255, 255, 0.8);
}
.sel-plantilla a.uk-active {
  border: 3px solid #AC8039 !important;
}
.sel-plantilla a:hover {
  border: 3px solid rgba(172, 128, 57, 0.2);
}
.uk-checkbox {
  border-radius: 3px;
}
.likes {
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 10;
  margin: 10px;
  background-color: white;
  border-radius: 100px;
  border: 1px solid #ddd;
  padding: 3px 15px;
}
.likes i {
  font-size: 1rem;
  color: #AC8039;
  transition: all ease 1s;
  animation: heart 1s;
  animation-iteration-count: infinite;
}
@keyframes heart {
  0% {
    color: #AC8039;
  }
  50% {
    color: purple;
  }
  1000% {
    color: #AC8039;
  }
}
.trofeo {
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  background-color: white;
  border-radius: 100px;
  position: relative;
  top: -10px;
  left: 10px;
}
@media (max-width: 479px) {
  .trofeo {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
}
.trofeo i {
  font-size: 2rem;
  font-style: normal;
}
.postal {
  border: 1px solid #ddd;
}
.oro {
  color: gold;
}
.plata {
  color: silver;
}
.bronce {
  color: peru;
}
.plantillas .uk-active {
  border: 3px solid #AC8039;
}
.plantillas a:hover {
  border: 3px solid #ddd;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #AC8039;
  border-color: transparent;
}
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
  background-color: #AC8039;
}
.merge {
  bottom: -15px;
  z-index: 10;
}
.merge > div {
  gap: 5px;
}
@media (max-width: 959px) {
  .merge {
    bottom: -15px;
  }
}
.merge .uk-border-circle {
  border: 3px solid #ffffff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.outline {
  border: 3px solid #ffffff;
}
.overlay-merge {
  height: 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
}
.name-tops {
  background-color: #333;
  color: white;
  font-size: 0.75rem;
  text-align: center;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
}
.tooltip {
  font-family: 'Covered By Your Grace', cursive;
  position: absolute;
  z-index: 10;
  text-align: center;
  line-height: 1em;
  font-size: 1.5rem;
  pointer-events: none;
}
.tooltip i {
  font-size: 3rem;
  display: block;
  margin-bottom: 5px;
}
.tooltip.one {
  top: -60px;
  left: -60px;
}
@media (max-width: 1399px) {
  .tooltip.one {
    top: -80px;
    left: 10px;
  }
}
@media (max-width: 959px) {
  .tooltip.one {
    top: -40px;
    left: 10px;
  }
}
.tooltip.two {
  top: -90px;
  left: -100px;
}
@media (max-width: 1399px) {
  .tooltip.two {
    top: -90px;
    left: 10px;
  }
}
.tooltip.three {
  top: -40px;
  left: -170px;
}
@media (max-width: 639px) {
  .tooltip.three {
    top: -76px;
    left: 10px;
  }
}
.btn-continuar {
  margin-top: 30px;
}
@media (max-width: 639px) {
  .btn-continuar {
    margin-top: 70px;
  }
}
.placeholde-tooltip {
  display: none;
  margin-top: 100px;
}
@media (max-width: 959px) {
  .placeholde-tooltip {
    display: block;
  }
}
.bg-knitwear {
  background-color: white;
  border-left: 1PX SOLID #DDD;
}
.bg-knitwear * {
  color: #333 !important;
}
.uk-height-1-1 {
  height: 100%;
}
.msn h2 {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 2.5rem;
  line-height: 1em;
}
.msn h6 {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 1rem;
  line-height: 1em;
}
.msn .descripcion {
  padding: 10px 0;
  font-size: 1.05rem;
}
.uk-text-primary {
  color: #AC8039 !important;
}
.uk-text-large {
  font-size: 1.2rem;
}
.background {
  background: url(../svg/background-landscape-2.svg) no-repeat center bottom;
  background-size: 250%;
}
@media (min-width: 960px) {
  .background {
    background-size: 100%;
  }
}
.background-wrap {
  bottom: 0;
  left: 0;
  padding-top: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
/* KEYFRAMES */
@keyframes animateCloud {
  0% {
    margin-left: -500px;
  }
  100% {
    margin-left: 2500px;
  }
}
/* ANIMATIONS */
.x1 {
  position: aboslute;
  width: 500px;
  transition: all ease;
  -webkit-animation: animateCloud 35s linear infinite;
  -moz-animation: animateCloud 35s linear infinite;
  animation: animateCloud 35s linear infinite;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}
.x2 {
  width: 500px;
  transition: all ease;
  position: aboslute;
  -webkit-animation: animateCloud 20s linear infinite;
  -moz-animation: animateCloud 20s linear infinite;
  animation: animateCloud 20s linear infinite;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}
.x3 {
  width: 300px;
  transition: all ease;
  position: aboslute;
  -webkit-animation: animateCloud 30s linear infinite;
  -moz-animation: animateCloud 30s linear infinite;
  animation: animateCloud 30s linear infinite;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}
.x4 {
  position: aboslute;
  width: 65px;
  transition: all ease;
  -webkit-animation: animateCloud 18s linear infinite;
  -moz-animation: animateCloud 18s linear infinite;
  animation: animateCloud 18s linear infinite;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}
.x5 {
  position: aboslute;
  width: 400px;
  transition: all ease;
  -webkit-animation: animateCloud 25s linear infinite;
  -moz-animation: animateCloud 25s linear infinite;
  animation: animateCloud 25s linear infinite;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}
.night {
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotateZ(45deg);
}
.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px #699bff);
  -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
  animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
.shooting_star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(50% - -193px);
  left: calc(50% - 284px);
  -webkit-animation-delay: 9740ms;
  animation-delay: 9740ms;
}
.shooting_star:nth-child(1)::before,
.shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 9740ms;
  animation-delay: 9740ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - -164px);
  left: calc(50% - 130px);
  -webkit-animation-delay: 8756ms;
  animation-delay: 8756ms;
}
.shooting_star:nth-child(2)::before,
.shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 8756ms;
  animation-delay: 8756ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - -129px);
  left: calc(50% - 242px);
  -webkit-animation-delay: 2105ms;
  animation-delay: 2105ms;
}
.shooting_star:nth-child(3)::before,
.shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 2105ms;
  animation-delay: 2105ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - 72px);
  left: calc(50% - 165px);
  -webkit-animation-delay: 4928ms;
  animation-delay: 4928ms;
}
.shooting_star:nth-child(4)::before,
.shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 4928ms;
  animation-delay: 4928ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - 183px);
  left: calc(50% - 300px);
  -webkit-animation-delay: 4970ms;
  animation-delay: 4970ms;
}
.shooting_star:nth-child(5)::before,
.shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 4970ms;
  animation-delay: 4970ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - -191px);
  left: calc(50% - 238px);
  -webkit-animation-delay: 9831ms;
  animation-delay: 9831ms;
}
.shooting_star:nth-child(6)::before,
.shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 9831ms;
  animation-delay: 9831ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - -2px);
  left: calc(50% - 56px);
  -webkit-animation-delay: 7590ms;
  animation-delay: 7590ms;
}
.shooting_star:nth-child(7)::before,
.shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 7590ms;
  animation-delay: 7590ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - -24px);
  left: calc(50% - 53px);
  -webkit-animation-delay: 5546ms;
  animation-delay: 5546ms;
}
.shooting_star:nth-child(8)::before,
.shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 5546ms;
  animation-delay: 5546ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - -196px);
  left: calc(50% - 199px);
  -webkit-animation-delay: 1146ms;
  animation-delay: 1146ms;
}
.shooting_star:nth-child(9)::before,
.shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 1146ms;
  animation-delay: 1146ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - -122px);
  left: calc(50% - 264px);
  -webkit-animation-delay: 4885ms;
  animation-delay: 4885ms;
}
.shooting_star:nth-child(10)::before,
.shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 4885ms;
  animation-delay: 4885ms;
}
.shooting_star:nth-child(11) {
  top: calc(50% - 38px);
  left: calc(50% - 214px);
  -webkit-animation-delay: 3641ms;
  animation-delay: 3641ms;
}
.shooting_star:nth-child(11)::before,
.shooting_star:nth-child(11)::after {
  -webkit-animation-delay: 3641ms;
  animation-delay: 3641ms;
}
.shooting_star:nth-child(12) {
  top: calc(50% - -13px);
  left: calc(50% - 257px);
  -webkit-animation-delay: 9267ms;
  animation-delay: 9267ms;
}
.shooting_star:nth-child(12)::before,
.shooting_star:nth-child(12)::after {
  -webkit-animation-delay: 9267ms;
  animation-delay: 9267ms;
}
.shooting_star:nth-child(13) {
  top: calc(50% - 105px);
  left: calc(50% - 24px);
  -webkit-animation-delay: 9040ms;
  animation-delay: 9040ms;
}
.shooting_star:nth-child(13)::before,
.shooting_star:nth-child(13)::after {
  -webkit-animation-delay: 9040ms;
  animation-delay: 9040ms;
}
.shooting_star:nth-child(14) {
  top: calc(50% - -172px);
  left: calc(50% - 207px);
  -webkit-animation-delay: 4835ms;
  animation-delay: 4835ms;
}
.shooting_star:nth-child(14)::before,
.shooting_star:nth-child(14)::after {
  -webkit-animation-delay: 4835ms;
  animation-delay: 4835ms;
}
.shooting_star:nth-child(15) {
  top: calc(50% - 194px);
  left: calc(50% - 247px);
  -webkit-animation-delay: 3967ms;
  animation-delay: 3967ms;
}
.shooting_star:nth-child(15)::before,
.shooting_star:nth-child(15)::after {
  -webkit-animation-delay: 3967ms;
  animation-delay: 3967ms;
}
.shooting_star:nth-child(16) {
  top: calc(50% - -66px);
  left: calc(50% - 252px);
  -webkit-animation-delay: 363ms;
  animation-delay: 363ms;
}
.shooting_star:nth-child(16)::before,
.shooting_star:nth-child(16)::after {
  -webkit-animation-delay: 363ms;
  animation-delay: 363ms;
}
.shooting_star:nth-child(17) {
  top: calc(50% - -125px);
  left: calc(50% - 89px);
  -webkit-animation-delay: 670ms;
  animation-delay: 670ms;
}
.shooting_star:nth-child(17)::before,
.shooting_star:nth-child(17)::after {
  -webkit-animation-delay: 670ms;
  animation-delay: 670ms;
}
.shooting_star:nth-child(18) {
  top: calc(50% - -173px);
  left: calc(50% - 198px);
  -webkit-animation-delay: 4241ms;
  animation-delay: 4241ms;
}
.shooting_star:nth-child(18)::before,
.shooting_star:nth-child(18)::after {
  -webkit-animation-delay: 4241ms;
  animation-delay: 4241ms;
}
.shooting_star:nth-child(19) {
  top: calc(50% - 15px);
  left: calc(50% - 172px);
  -webkit-animation-delay: 8946ms;
  animation-delay: 8946ms;
}
.shooting_star:nth-child(19)::before,
.shooting_star:nth-child(19)::after {
  -webkit-animation-delay: 8946ms;
  animation-delay: 8946ms;
}
.shooting_star:nth-child(20) {
  top: calc(50% - 126px);
  left: calc(50% - 258px);
  -webkit-animation-delay: 3849ms;
  animation-delay: 3849ms;
}
.shooting_star:nth-child(20)::before,
.shooting_star:nth-child(20)::after {
  -webkit-animation-delay: 3849ms;
  animation-delay: 3849ms;
}
@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@-webkit-keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
.btn-control-webcam {
  display: none;
  position: absolute;
  top: 30px;
}
.btn-control-webcam#btn-return-webcam {
  left: 30px;
}
.btn-control-webcam#btn-use-pic {
  right: 30px;
}
.pristine-error {
  color: red;
  font-size: 12px;
}
.loading > li {
  min-height: 100px !important;
}
.uk-modal {
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  background-color: rgba(255, 255, 255, 0.3);
}
.loading-text {
  text-shadow: white 0px 0px 10px;
}
.uk-modal-dialog {
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.manubot {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
@media (max-width: 639px) {
  .manubot img,
  .manubot svg {
    width: 100px;
  }
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.uk-section-muted {
  background-color: #f3faf8;
}
.border-shine {
  animation: shine 1.5s;
  animation-iteration-count: infinite;
  transition: all ease 0.4s;
}
@keyframes shine {
  0% {
    border-color: #eee;
  }
  50% {
    border-color: #bbb;
  }
  100% {
    border-color: #eee;
  }
}
.border {
  border: 3px solid white;
}
.bell {
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@media (max-width: 639px) {
  .bell {
    right: -21px !important;
    top: -21px !important;
  }
  .bell img {
    width: 70px;
  }
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.btn-totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
}
/*# sourceMappingURL=main.css.map */