@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  background-color: #fff; }
  @media (min-width: 1400px) {
    body {
      background-size: contain; } }

b, strong {
  font-weight: 900; }

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

a, button {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.grecaptcha-badge {
  visibility: hidden; }

/* Breakpoint for extra-small viewport */
/* Breakpoint for small viewport */
/* Breakpoint for medium viewport */
/* Breakpoint for large viewport */
/* Breakpoint for extra-large viewport */
/* Breakpoint for extra-large viewport */
body {
  min-height: 100vh; }
  body.b-rocket {
    min-height: 800px;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100); }
    @media (max-width: 767.98px) {
      body.b-rocket {
        min-height: 600px; } }
  body.b-astronaut {
    min-height: 800px;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100); }
    @media (max-width: 767.98px) {
      body.b-astronaut {
        min-height: 600px; } }

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .wrapper#rocket-wrapper, .wrapper#astronaut-wrapper {
    min-height: inherit;
    height: 100%;
    position: relative; }
    @media (max-width: 767.98px) {
      .wrapper#rocket-wrapper, .wrapper#astronaut-wrapper {
        min-height: 100%;
        height: auto; } }
    .wrapper#rocket-wrapper header, .wrapper#astronaut-wrapper header {
      margin-bottom: inherit; }
  .wrapper header {
    margin-bottom: auto; }
  .wrapper footer {
    margin-top: auto; }

.content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (max-width: 767.98px) {
    .content--video {
      height: auto; } }
  .content--rocket, .content--astronaut {
    z-index: 200;
    position: relative;
    height: auto;
    top: 22rem; }
    @media (max-width: 767.98px) {
      .content--rocket, .content--astronaut {
        top: 12rem; } }
    @media only screen and (max-height: 750px) and (min-width: 767.98px) {
      .content--rocket, .content--astronaut {
        top: 14rem; } }
    @media only screen and (min-height: 750px) and (max-width: 767.98px) {
      .content--rocket, .content--astronaut {
        top: 18rem; } }

@media (max-width: 767.98px) {
  .row > * {
    margin-top: 0.5rem; } }

.color--primary {
  color: #0B5DA9 !important; }

.color--primary-dark {
  color: #065196 !important; }

.color--primary-light {
  color: #69AFE4 !important; }

.color--primary-extralight {
  color: #bcd7ed !important; }

.color--secondary {
  color: #F39325 !important; }

.color--secondary-dark {
  color: #D77B12 !important; }

.color--secondary-extralight {
  color: #fbf1e7 !important; }

.color--gray {
  color: #5c5c5c !important; }

.color--gray-light {
  color: #cecece !important; }

.color--gray-extralight {
  color: #EBEBEB !important; }

.color--white {
  color: #fff !important; }

.color--body-copy {
  color: #323232 !important; }

.color--errorstate {
  color: #F13455 !important; }

.color--validation {
  color: #40CA92 !important; }

.bg--primary {
  background: #0B5DA9 !important; }

.bg--primary-dark {
  background: #065196 !important; }

.bg--primary-light {
  background: #69AFE4 !important; }

.bg--primary-extralight {
  background: #bcd7ed !important; }

.bg--secondary {
  background: #F39325 !important; }

.bg--secondary-dark {
  background: #D77B12 !important; }

.bg--secondary-extralight {
  background: #fbf1e7 !important; }

.bg--gray {
  background: #5c5c5c !important; }

.bg--gray-light {
  background: #cecece !important; }

.bg--gray-extralight {
  background: #EBEBEB !important; }

.bg--white {
  background: #fff !important; }

.bg--body-copy {
  background: #323232 !important; }

.bg--errorstate {
  background: #F13455 !important; }

.bg--validation {
  background: #40CA92 !important; }

.border--primary {
  border-color: #0B5DA9 !important; }

.border--primary-dark {
  border-color: #065196 !important; }

.border--primary-light {
  border-color: #69AFE4 !important; }

.border--primary-extralight {
  border-color: #bcd7ed !important; }

.border--secondary {
  border-color: #F39325 !important; }

.border--secondary-dark {
  border-color: #D77B12 !important; }

.border--secondary-extralight {
  border-color: #fbf1e7 !important; }

.border--gray {
  border-color: #5c5c5c !important; }

.border--gray-light {
  border-color: #cecece !important; }

.border--gray-extralight {
  border-color: #EBEBEB !important; }

.border--white {
  border-color: #fff !important; }

.border--body-copy {
  border-color: #323232 !important; }

.border--errorstate {
  border-color: #F13455 !important; }

.border--validation {
  border-color: #40CA92 !important; }

.material-icons {
  font-size: inherit;
  vertical-align: top; }

.text-citazione {
  font-size: 3rem;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic; }
  @media (max-width: 767.98px) {
    .text-citazione {
      font-size: 2rem; } }

.text-title {
  font-weight: 900;
  color: #0B5DA9; }
  .text-title--evidence,
  .text-title b,
  .text-title strong {
    display: inline;
    color: #fff;
    background-color: #0B5DA9;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    padding-left: 0.188rem;
    padding-right: 0.188rem; }
  .text-title--header {
    font-size: 3.125rem;
    line-height: 3.2rem;
    margin-top: 6.25rem; }
    @media (max-width: 767.98px) {
      .text-title--header {
        font-size: 2rem;
        line-height: 2.2rem;
        margin-top: 3.25rem; } }
  .text-title--1 {
    font-size: 3.125rem;
    line-height: 3.6rem; }
    @media (max-width: 991.98px) {
      .text-title--1 {
        font-size: 2rem;
        line-height: 2.2rem; } }
    @media (max-width: 767.98px) {
      .text-title--1 {
        font-size: 1.7rem;
        line-height: 2.0rem; } }
  .text-title--rocket {
    font-size: 2.125rem;
    line-height: 2.9rem; }
    @media (max-width: 767.98px) {
      .text-title--rocket {
        font-size: 1.2rem;
        line-height: 1.6rem; } }
  .text-title--2 {
    font-size: 1.7rem;
    line-height: 2.4rem; }
    @media (max-width: 767.98px) {
      .text-title--2 {
        font-size: 1.2rem;
        line-height: 1.6rem; } }

.text-link--underline {
  text-decoration: underline; }
  .text-link--underline:hover {
    text-decoration: underline; }

.font-size--xsmall {
  font-size: 0.75rem !important; }

.font-size--small {
  font-size: 0.875rem !important; }

.font-size--base {
  font-size: 1rem !important; }

.font-size--large {
  font-size: 1.125rem !important; }

.font-size--xlarge {
  font-size: 1.25rem !important; }

.font-size--xxlarge {
  font-size: 1.5rem !important; }

.font-weight--regular {
  font-weight: 400 !important; }

.font-weight--semibold {
  font-weight: 700 !important; }

.font-weight--bold {
  font-weight: 900 !important; }

.icon-feedback {
  font-size: 10rem; }
  @media (max-width: 767.98px) {
    .icon-feedback {
      font-size: 6rem; } }

.cursor-pointer {
  cursor: pointer; }

.mt-0 {
  margin-top: 0rem !important; }

.pt-0 {
  padding-top: 0rem !important; }

.mb-0 {
  margin-bottom: 0rem !important; }

.pb-0 {
  padding-bottom: 0rem !important; }

.ml-0 {
  margin-left: 0rem !important; }

.pl-0 {
  padding-left: 0rem !important; }

.mr-0 {
  margin-right: 0rem !important; }

.pr-0 {
  padding-right: 0rem !important; }

.m-0 {
  margin: 0rem !important; }

.p-0 {
  padding: 0rem !important; }

.mt-3 {
  margin-top: 0.18rem !important; }

.pt-3 {
  padding-top: 0.18rem !important; }

.mb-3 {
  margin-bottom: 0.18rem !important; }

.pb-3 {
  padding-bottom: 0.18rem !important; }

.ml-3 {
  margin-left: 0.18rem !important; }

.pl-3 {
  padding-left: 0.18rem !important; }

.mr-3 {
  margin-right: 0.18rem !important; }

.pr-3 {
  padding-right: 0.18rem !important; }

.m-3 {
  margin: 0.18rem !important; }

.p-3 {
  padding: 0.18rem !important; }

.mt-5 {
  margin-top: 0.3rem !important; }

.pt-5 {
  padding-top: 0.3rem !important; }

.mb-5 {
  margin-bottom: 0.3rem !important; }

.pb-5 {
  padding-bottom: 0.3rem !important; }

.ml-5 {
  margin-left: 0.3rem !important; }

.pl-5 {
  padding-left: 0.3rem !important; }

.mr-5 {
  margin-right: 0.3rem !important; }

.pr-5 {
  padding-right: 0.3rem !important; }

.m-5 {
  margin: 0.3rem !important; }

.p-5 {
  padding: 0.3rem !important; }

.mt-10 {
  margin-top: 0.6rem !important; }

.pt-10 {
  padding-top: 0.6rem !important; }

.mb-10 {
  margin-bottom: 0.6rem !important; }

.pb-10 {
  padding-bottom: 0.6rem !important; }

.ml-10 {
  margin-left: 0.6rem !important; }

.pl-10 {
  padding-left: 0.6rem !important; }

.mr-10 {
  margin-right: 0.6rem !important; }

.pr-10 {
  padding-right: 0.6rem !important; }

.m-10 {
  margin: 0.6rem !important; }

.p-10 {
  padding: 0.6rem !important; }

.mt-12 {
  margin-top: 0.75rem !important; }

.pt-12 {
  padding-top: 0.75rem !important; }

.mb-12 {
  margin-bottom: 0.75rem !important; }

.pb-12 {
  padding-bottom: 0.75rem !important; }

.ml-12 {
  margin-left: 0.75rem !important; }

.pl-12 {
  padding-left: 0.75rem !important; }

.mr-12 {
  margin-right: 0.75rem !important; }

.pr-12 {
  padding-right: 0.75rem !important; }

.m-12 {
  margin: 0.75rem !important; }

.p-12 {
  padding: 0.75rem !important; }

.mt-15 {
  margin-top: 0.9rem !important; }

.pt-15 {
  padding-top: 0.9rem !important; }

.mb-15 {
  margin-bottom: 0.9rem !important; }

.pb-15 {
  padding-bottom: 0.9rem !important; }

.ml-15 {
  margin-left: 0.9rem !important; }

.pl-15 {
  padding-left: 0.9rem !important; }

.mr-15 {
  margin-right: 0.9rem !important; }

.pr-15 {
  padding-right: 0.9rem !important; }

.m-15 {
  margin: 0.9rem !important; }

.p-15 {
  padding: 0.9rem !important; }

.mt-20 {
  margin-top: 1.3rem !important; }

.pt-20 {
  padding-top: 1.3rem !important; }

.mb-20 {
  margin-bottom: 1.3rem !important; }

.pb-20 {
  padding-bottom: 1.3rem !important; }

.ml-20 {
  margin-left: 1.3rem !important; }

.pl-20 {
  padding-left: 1.3rem !important; }

.mr-20 {
  margin-right: 1.3rem !important; }

.pr-20 {
  padding-right: 1.3rem !important; }

.m-20 {
  margin: 1.3rem !important; }

.p-20 {
  padding: 1.3rem !important; }

.mt-25 {
  margin-top: 1.6rem !important; }

.pt-25 {
  padding-top: 1.6rem !important; }

.mb-25 {
  margin-bottom: 1.6rem !important; }

.pb-25 {
  padding-bottom: 1.6rem !important; }

.ml-25 {
  margin-left: 1.6rem !important; }

.pl-25 {
  padding-left: 1.6rem !important; }

.mr-25 {
  margin-right: 1.6rem !important; }

.pr-25 {
  padding-right: 1.6rem !important; }

.m-25 {
  margin: 1.6rem !important; }

.p-25 {
  padding: 1.6rem !important; }

.mt-30 {
  margin-top: 1.9rem !important; }

.pt-30 {
  padding-top: 1.9rem !important; }

.mb-30 {
  margin-bottom: 1.9rem !important; }

.pb-30 {
  padding-bottom: 1.9rem !important; }

.ml-30 {
  margin-left: 1.9rem !important; }

.pl-30 {
  padding-left: 1.9rem !important; }

.mr-30 {
  margin-right: 1.9rem !important; }

.pr-30 {
  padding-right: 1.9rem !important; }

.m-30 {
  margin: 1.9rem !important; }

.p-30 {
  padding: 1.9rem !important; }

.mt-40 {
  margin-top: 2.5rem !important; }

.pt-40 {
  padding-top: 2.5rem !important; }

.mb-40 {
  margin-bottom: 2.5rem !important; }

.pb-40 {
  padding-bottom: 2.5rem !important; }

.ml-40 {
  margin-left: 2.5rem !important; }

.pl-40 {
  padding-left: 2.5rem !important; }

.mr-40 {
  margin-right: 2.5rem !important; }

.pr-40 {
  padding-right: 2.5rem !important; }

.m-40 {
  margin: 2.5rem !important; }

.p-40 {
  padding: 2.5rem !important; }

.mt-50 {
  margin-top: 3.1rem !important; }

.pt-50 {
  padding-top: 3.1rem !important; }

.mb-50 {
  margin-bottom: 3.1rem !important; }

.pb-50 {
  padding-bottom: 3.1rem !important; }

.ml-50 {
  margin-left: 3.1rem !important; }

.pl-50 {
  padding-left: 3.1rem !important; }

.mr-50 {
  margin-right: 3.1rem !important; }

.pr-50 {
  padding-right: 3.1rem !important; }

.m-50 {
  margin: 3.1rem !important; }

.p-50 {
  padding: 3.1rem !important; }

.mt-70 {
  margin-top: 4.3rem !important; }

.pt-70 {
  padding-top: 4.3rem !important; }

.mb-70 {
  margin-bottom: 4.3rem !important; }

.pb-70 {
  padding-bottom: 4.3rem !important; }

.ml-70 {
  margin-left: 4.3rem !important; }

.pl-70 {
  padding-left: 4.3rem !important; }

.mr-70 {
  margin-right: 4.3rem !important; }

.pr-70 {
  padding-right: 4.3rem !important; }

.m-70 {
  margin: 4.3rem !important; }

.p-70 {
  padding: 4.3rem !important; }

.mt-80 {
  margin-top: 5rem !important; }

.pt-80 {
  padding-top: 5rem !important; }

.mb-80 {
  margin-bottom: 5rem !important; }

.pb-80 {
  padding-bottom: 5rem !important; }

.ml-80 {
  margin-left: 5rem !important; }

.pl-80 {
  padding-left: 5rem !important; }

.mr-80 {
  margin-right: 5rem !important; }

.pr-80 {
  padding-right: 5rem !important; }

.m-80 {
  margin: 5rem !important; }

.p-80 {
  padding: 5rem !important; }

.mt-90 {
  margin-top: 5.625rem !important; }

.pt-90 {
  padding-top: 5.625rem !important; }

.mb-90 {
  margin-bottom: 5.625rem !important; }

.pb-90 {
  padding-bottom: 5.625rem !important; }

.ml-90 {
  margin-left: 5.625rem !important; }

.pl-90 {
  padding-left: 5.625rem !important; }

.mr-90 {
  margin-right: 5.625rem !important; }

.pr-90 {
  padding-right: 5.625rem !important; }

.m-90 {
  margin: 5.625rem !important; }

.p-90 {
  padding: 5.625rem !important; }

.mt-100 {
  margin-top: 6.25rem !important; }

.pt-100 {
  padding-top: 6.25rem !important; }

.mb-100 {
  margin-bottom: 6.25rem !important; }

.pb-100 {
  padding-bottom: 6.25rem !important; }

.ml-100 {
  margin-left: 6.25rem !important; }

.pl-100 {
  padding-left: 6.25rem !important; }

.mr-100 {
  margin-right: 6.25rem !important; }

.pr-100 {
  padding-right: 6.25rem !important; }

.m-100 {
  margin: 6.25rem !important; }

.p-100 {
  padding: 6.25rem !important; }

.w-auto {
  width: auto !important; }

@media (max-width: 575.98px) {
  .w-sm-100 {
    width: 100%; } }

@media (max-width: 575.98px) {
  .mr-sm-hidden {
    margin-right: 0 !important; }
  .ml-sm-hidden {
    margin-left: 0 !important; }
  .mt-sm-hidden {
    margin-top: 0 !important; }
  .mb-sm-hidden {
    margin-bottom: 0 !important; } }

.view-more__arrow-right, .view-more__arrow-left {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
  vertical-align: middle; }

.view-more:hover .view-more__arrow-right {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px); }

.view-more:hover .view-more__arrow-left {
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px); }

.view-more__modify {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  position: relative; }

.view-more:hover .view-more__modify {
  -webkit-animation: vibra 0.5s infinite linear;
  animation: vibra 0.5s infinite linear; }

.animation-flower {
  overflow: hidden;
  position: relative;
  padding: 30px 0; }
  .animation-flower:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation: tenda 2s forwards linear;
    animation: tenda 2s forwards linear;
    background-color: #fff; }
  .animation-flower img {
    -webkit-animation: bounce 1s 2.2s infinite linear;
    animation: bounce 1s 2.2s infinite linear; }
  @media (max-width: 767.98px) {
    .animation-flower {
      margin: 0 auto;
      padding: 10px 0; }
      .animation-flower img {
        width: 30%; } }

.animation-btn {
  opacity: 0;
  -webkit-animation: opacity 0.5s 2.5s forwards linear;
  animation: opacity 0.5s 2.5s forwards linear; }

.animation-ring {
  -webkit-animation: ring 6s .7s ease-in-out infinite;
  animation: ring 6s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 30px;
  -ms-transform-origin: 50% 30px;
  transform-origin: 50% 30px;
  display: block; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0px, 20px, 0);
    transform: translate3d(0px, 20px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0px, 20px, 0);
    transform: translate3d(0px, 20px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: translateY(0); }
  1% {
    -webkit-transform: translateY(30px); }
  3% {
    -webkit-transform: translateY(-28px); }
  5% {
    -webkit-transform: translateY(34px); }
  7% {
    -webkit-transform: translateY(-32px); }
  9% {
    -webkit-transform: translateY(30px); }
  11% {
    -webkit-transform: translateY(-28px); }
  13% {
    -webkit-transform: translateY(26px); }
  15% {
    -webkit-transform: translateY(-24px); }
  17% {
    -webkit-transform: translateY(22px); }
  19% {
    -webkit-transform: translateY(-20px); }
  21% {
    -webkit-transform: translateY(18px); }
  23% {
    -webkit-transform: translateY(-16px); }
  25% {
    -webkit-transform: translateY(14px); }
  27% {
    -webkit-transform: translateY(-12px); }
  29% {
    -webkit-transform: translateY(10px); }
  31% {
    -webkit-transform: translateY(-8px); }
  33% {
    -webkit-transform: translateY(6px); }
  35% {
    -webkit-transform: translateY(-4px); }
  37% {
    -webkit-transform: translateY(2px); }
  39% {
    -webkit-transform: translateY(-1px); }
  41% {
    -webkit-transform: translateY(1px); }
  43% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes ring {
  0% {
    -webkit-transform: translateY(0); }
  1% {
    -webkit-transform: translateY(30px); }
  3% {
    -webkit-transform: translateY(-28px); }
  5% {
    -webkit-transform: translateY(34px); }
  7% {
    -webkit-transform: translateY(-32px); }
  9% {
    -webkit-transform: translateY(30px); }
  11% {
    -webkit-transform: translateY(-28px); }
  13% {
    -webkit-transform: translateY(26px); }
  15% {
    -webkit-transform: translateY(-24px); }
  17% {
    -webkit-transform: translateY(22px); }
  19% {
    -webkit-transform: translateY(-20px); }
  21% {
    -webkit-transform: translateY(18px); }
  23% {
    -webkit-transform: translateY(-16px); }
  25% {
    -webkit-transform: translateY(14px); }
  27% {
    -webkit-transform: translateY(-12px); }
  29% {
    -webkit-transform: translateY(10px); }
  31% {
    -webkit-transform: translateY(-8px); }
  33% {
    -webkit-transform: translateY(6px); }
  35% {
    -webkit-transform: translateY(-4px); }
  37% {
    -webkit-transform: translateY(2px); }
  39% {
    -webkit-transform: translateY(-1px); }
  41% {
    -webkit-transform: translateY(1px); }
  43% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-webkit-keyframes tenda {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0); } }

@keyframes tenda {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0); } }

@-webkit-keyframes vibra {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes vibra {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.form-group {
  margin-bottom: 0.3rem; }

.form-label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0B5DA9; }

.form-control,
.form-select {
  border-radius: 0.3rem;
  background-color: #fff;
  border: solid 2px #0B5DA9;
  font-size: 1rem;
  color: #323232;
  padding: 0.7rem 1rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .form-control:focus, .form-control:hover,
  .form-select:focus,
  .form-select:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 2px #0B5DA9;
    background-color: #f8fbfd; }
  .form-control::-webkit-input-placeholder,
  .form-select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5c5c5c;
    font-size: 0.875rem; }
  .form-control::-moz-placeholder,
  .form-select::-moz-placeholder {
    /* Firefox 19+ */
    color: #5c5c5c;
    font-size: 0.875rem; }
  .form-control:-ms-input-placeholder,
  .form-select:-ms-input-placeholder {
    /* IE 10+ */
    color: #5c5c5c;
    font-size: 0.875rem; }
  .form-control:-moz-placeholder,
  .form-select:-moz-placeholder {
    /* Firefox 18- */
    color: #5c5c5c;
    font-size: 0.875rem; }

.input-group-text {
  background-color: #0B5DA9;
  color: #fff;
  font-size: 1.25rem;
  border-color: #0B5DA9; }

.has-error .form-control {
  border-color: #F13455; }

.help-block-error {
  color: #F13455;
  font-weight: 400;
  font-size: 0.875rem; }

.form-check--classic .form-check-input:checked {
  background-color: #0B5DA9;
  border-color: #0B5DA9; }

.form-check--classic .form-check-input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.form-check-btn {
  background-image: none;
  position: relative;
  padding: 0; }
  .form-check-btn .form-check-input {
    position: absolute;
    float: none;
    margin: 0;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 2px; }
    .form-check-btn .form-check-input:checked + label {
      background-color: #0B5DA9;
      color: #fff; }
    .form-check-btn .form-check-input--white:checked + label {
      background-color: #fff;
      color: #0B5DA9; }
  .form-check-btn .form-check-label {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 0.3rem;
    color: #0B5DA9;
    background-color: #fff;
    border: 2px solid #0B5DA9;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .form-check-btn .form-check-label--white {
      color: #fff;
      background-color: #0B5DA9;
      border: 2px solid #fff; }
    @media (max-width: 767.98px) {
      .form-check-btn .form-check-label {
        padding: 0.6rem 1rem; } }
  .form-check-btn--evidence .form-check-label {
    border-width: 2px;
    font-weight: 900; }

.form-check-choose {
  background-image: none;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  .form-check-choose .form-check-input {
    position: absolute;
    float: none;
    margin: 0;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 2px; }
    .form-check-choose .form-check-input:checked + label {
      background-color: #F39325;
      color: #fff; }
      .form-check-choose .form-check-input:checked + label:after {
        content: "\F04CE";
        font-family: "Material Design Icons";
        position: absolute;
        left: calc(50% - 12.5px);
        top: 10px;
        font-size: 25px;
        color: #fff; }
  .form-check-choose .form-check-label {
    position: relative;
    text-align: center;
    line-height: 18px;
    width: 100%;
    padding: 35px 15px;
    border-radius: 0.3rem;
    color: #D77B12;
    background-color: #fbf1e7;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    @media (max-width: 767.98px) {
      .form-check-choose .form-check-label {
        padding: 0.6rem 1rem; } }
  .form-check-choose--good {
    font-size: 1.25rem; }
    .form-check-choose--good .form-check-input:checked + label {
      background-color: #40CA92; }
      .form-check-choose--good .form-check-input:checked + label:after {
        display: none; }
    .form-check-choose--good .form-check-label {
      color: #40CA92;
      background-color: rgba(64, 202, 146, 0.2);
      padding: 25px; }
      .form-check-choose--good .form-check-label i {
        font-size: 40px;
        margin-right: 10px; }
  .form-check-choose--bad {
    font-size: 1.25rem; }
    .form-check-choose--bad .form-check-input:checked + label {
      background-color: #F13455; }
      .form-check-choose--bad .form-check-input:checked + label:after {
        display: none; }
    .form-check-choose--bad .form-check-label {
      color: #F13455;
      background-color: rgba(241, 52, 85, 0.2);
      padding: 25px; }
      .form-check-choose--bad .form-check-label i {
        font-size: 40px;
        margin-right: 10px; }

.btn {
  color: #fff;
  background-color: #323232;
  padding: 1rem 1.25rem;
  border-radius: 0.3rem;
  font: 0.875rem "Roboto", sans-serif;
  font-weight: 900;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color .2s, color .2s, border-color .2s;
  -o-transition: background-color .2s, color .2s, border-color .2s;
  transition: background-color .2s, color .2s, border-color .2s; }
  .btn:hover {
    background-color: #3f3f3f;
    color: #fff; }

.btn--small {
  font-size: 0.875rem;
  padding: 0.8rem 1rem !important; }

.btn--large {
  font-size: 1.125rem;
  padding: 1.125rem 1.875rem !important; }

.btn--primary {
  background-color: #F39325; }
  .btn--primary:hover {
    background-color: #f49f3d;
    color: #fff; }

.btn--secondary {
  background-color: #0B5DA9; }
  .btn--secondary:hover {
    background-color: #0d6ac1;
    color: #fff; }

.btn--primary-light {
  background-color: #69AFE4; }
  .btn--primary-light:hover {
    background-color: #7fbbe8;
    color: #fff; }

.btn--energy {
  background-color: #efae63; }
  .btn--energy:hover {
    background-color: #f1ba7a;
    color: #fff; }

.btn--white {
  background-color: #fff; }
  .btn--white:hover {
    background-color: white;
    color: #fff; }

.btn--bordered-primary {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #F39325 !important;
  box-shadow: inset 0 0 0 2px #F39325 !important;
  color: #F39325;
  padding: 1rem 1.25rem; }
  .btn--bordered-primary:hover {
    background: transparent;
    color: #f1870d;
    -webkit-box-shadow: inset 0 0 0 2px #f1870d !important;
    box-shadow: inset 0 0 0 2px #f1870d !important; }

.btn--bordered-secondary {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #0B5DA9 !important;
  box-shadow: inset 0 0 0 2px #0B5DA9 !important;
  color: #0B5DA9;
  padding: 1rem 1.25rem; }
  .btn--bordered-secondary:hover {
    background: transparent;
    color: #095091;
    -webkit-box-shadow: inset 0 0 0 2px #095091 !important;
    box-shadow: inset 0 0 0 2px #095091 !important; }

.btn--bordered-white {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #0B5DA9 !important;
  box-shadow: inset 0 0 0 2px #0B5DA9 !important;
  color: #0B5DA9;
  padding: 1rem 1.25rem; }
  .btn--bordered-white:hover {
    background: transparent;
    color: #095091;
    -webkit-box-shadow: inset 0 0 0 2px #095091 !important;
    box-shadow: inset 0 0 0 2px #095091 !important; }

.btn--white {
  color: #F39325 !important; }

.btn--hplogin {
  background-color: #fff;
  padding: 0.5rem 1.3rem !important;
  color: #F39325; }
  .btn--hplogin i {
    font-size: 1rem; }
  .btn--hplogin:hover {
    background-color: #fff;
    color: #0B5DA9; }

.btn--unstyle {
  background-color: transparent;
  border: 0; }

@media (min-width: 576px) {
  .btn--min {
    min-width: 190px; } }

.btn--min.btn--full {
  width: auto; }
  @media (max-width: 575.98px) {
    .btn--min.btn--full {
      width: 100%; } }

.btn--full {
  width: 100%; }

.btn--rocket, .btn--astronaut {
  width: 250px;
  border-left: 0.313rem solid #eaaf6c;
  border-right: 0.313rem solid #D77B12;
  border-bottom: 0.7rem solid #D77B12;
  position: relative;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  top: 0; }
  .btn--rocket:active, .btn--astronaut:active {
    top: 0.3rem;
    border-bottom: 0.4rem solid #D77B12; }

.btn--pulse {
  -webkit-animation: pulse 0.5s infinite linear;
  animation: pulse 0.5s infinite linear;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn--pulse:hover {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.border--right {
  border-right: 1px solid; }

.border--left {
  border-left: 1px solid; }

.border--all {
  border: 1px solid; }

.border--radius {
  border-radius: 0.3rem; }

@media (max-width: 575.98px) {
  .border--hidden-sm {
    border: 0; } }

@media (max-width: 767.98px) {
  .border--hidden-md {
    border: 0; } }

hr {
  background-color: #cecece; }

.header {
  padding: 0.5rem 0 2rem 0;
  position: relative;
  z-index: 20; }
  .header--home {
    padding: 0; }
    .header--home .header__top {
      background-color: #fff;
      padding: 0.5rem 0 0.5rem 0; }
    .header--home .video-home {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
      .header--home .video-home iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  @media (max-width: 767.98px) {
    .header {
      padding: 0.1rem 0 1rem 0; } }
  .header .dropdown {
    position: relative; }
    .header .dropdown .btn--header {
      font-size: 30px;
      color: #065196; }
    .header .dropdown .dropdown-menu {
      border: 0; }
      .header .dropdown .dropdown-menu .dropdown-item {
        color: #323232;
        font-size: 0.875rem; }
        .header .dropdown .dropdown-menu .dropdown-item:hover {
          background-color: transparent;
          color: #065196; }

.footer {
  padding: 2rem 0 0.8rem 0;
  margin-top: auto;
  z-index: 20; }
  @media (max-width: 767.98px) {
    .footer {
      padding: 1rem 0 0.8rem 0; } }

.figure-audio {
  margin: 5rem 0; }

.cover-img {
  position: relative;
  display: inline-block; }
  .cover-img img {
    -webkit-box-shadow: 0 0 20px rgba(243, 147, 37, 0.5);
    box-shadow: 0 0 20px rgba(243, 147, 37, 0.5); }
  .cover-img:after {
    content: "ANTEPRIMA";
    background-color: #F39325;
    color: #fff;
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
    padding: 3px 10px;
    font-size: 0.875rem; }

.energy--1 .level li:nth-child(1) .level-item {
  background-color: #e8b376 !important; }

.energy--1 .level li:nth-child(2) .level-item {
  background-color: #EBEBEB !important; }

.energy--1 .level li:nth-child(3) .level-item {
  background-color: #EBEBEB !important; }

.energy--1 .level li:nth-child(4) .level-item {
  background-color: #EBEBEB !important; }

.energy--1 .level li:nth-child(5) .level-item {
  background-color: #EBEBEB !important; }

.energy--1 .level li .level-item {
  font-size: 3rem;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  font-weight: 900; }
  @media (max-width: 991.98px) {
    .energy--1 .level li .level-item {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    .energy--1 .level li .level-item {
      font-size: 1.5rem; } }

.energy--1 .level li:nth-child(1) .level-item {
  font-size: 5rem;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
  @media (max-width: 991.98px) {
    .energy--1 .level li:nth-child(1) .level-item {
      font-size: 3rem; } }
  @media (max-width: 767.98px) {
    .energy--1 .level li:nth-child(1) .level-item {
      font-size: 2.5rem; } }

.energy--1 .btn--primary,
.energy--1 .text-title--evidence,
.energy--1 .text-title b,
.energy--1 .text-title strong,
.energy--1 .point-item--active {
  background-color: #e8b376 !important; }

.energy--1 .form-check-btn
.form-check-input:checked + label {
  background-color: #e8b376;
  color: #fff; }

.energy--1 .form-check-label {
  color: #e8b376;
  border-color: #e8b376; }

.energy--2 .level li:nth-child(1) .level-item {
  background-color: #e8b376 !important; }

.energy--2 .level li:nth-child(2) .level-item {
  background-color: #efae63 !important; }

.energy--2 .level li:nth-child(3) .level-item {
  background-color: #EBEBEB !important; }

.energy--2 .level li:nth-child(4) .level-item {
  background-color: #EBEBEB !important; }

.energy--2 .level li:nth-child(5) .level-item {
  background-color: #EBEBEB !important; }

.energy--2 .level li .level-item {
  font-size: 3rem;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  font-weight: 900; }
  @media (max-width: 991.98px) {
    .energy--2 .level li .level-item {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    .energy--2 .level li .level-item {
      font-size: 1.5rem; } }

.energy--2 .level li:nth-child(2) .level-item {
  font-size: 5rem;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
  @media (max-width: 991.98px) {
    .energy--2 .level li:nth-child(2) .level-item {
      font-size: 3rem; } }
  @media (max-width: 767.98px) {
    .energy--2 .level li:nth-child(2) .level-item {
      font-size: 2.5rem; } }

.energy--2 .btn--primary,
.energy--2 .text-title--evidence,
.energy--2 .text-title b,
.energy--2 .text-title strong,
.energy--2 .point-item--active {
  background-color: #efae63 !important; }

.energy--2 .form-check-btn
.form-check-input:checked + label {
  background-color: #efae63;
  color: #fff; }

.energy--2 .form-check-label {
  color: #efae63;
  border-color: #efae63; }

.energy--3 .level li:nth-child(1) .level-item {
  background-color: #e8b376 !important; }

.energy--3 .level li:nth-child(2) .level-item {
  background-color: #efae63 !important; }

.energy--3 .level li:nth-child(3) .level-item {
  background-color: #f1a752 !important; }

.energy--3 .level li:nth-child(4) .level-item {
  background-color: #EBEBEB !important; }

.energy--3 .level li:nth-child(5) .level-item {
  background-color: #EBEBEB !important; }

.energy--3 .level li .level-item {
  font-size: 3rem;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  font-weight: 900; }
  @media (max-width: 991.98px) {
    .energy--3 .level li .level-item {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    .energy--3 .level li .level-item {
      font-size: 1.5rem; } }

.energy--3 .level li:nth-child(3) .level-item {
  font-size: 5rem;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
  @media (max-width: 991.98px) {
    .energy--3 .level li:nth-child(3) .level-item {
      font-size: 3rem; } }
  @media (max-width: 767.98px) {
    .energy--3 .level li:nth-child(3) .level-item {
      font-size: 2.5rem; } }

.energy--3 .btn--primary,
.energy--3 .text-title--evidence,
.energy--3 .text-title b,
.energy--3 .text-title strong,
.energy--3 .point-item--active {
  background-color: #f1a752 !important; }

.energy--3 .form-check-btn
.form-check-input:checked + label {
  background-color: #f1a752;
  color: #fff; }

.energy--3 .form-check-label {
  color: #f1a752;
  border-color: #f1a752; }

.energy--4 .level li:nth-child(1) .level-item {
  background-color: #e8b376 !important; }

.energy--4 .level li:nth-child(2) .level-item {
  background-color: #efae63 !important; }

.energy--4 .level li:nth-child(3) .level-item {
  background-color: #f1a752 !important; }

.energy--4 .level li:nth-child(4) .level-item {
  background-color: #f19d3d !important; }

.energy--4 .level li:nth-child(5) .level-item {
  background-color: #EBEBEB !important; }

.energy--4 .level li .level-item {
  font-size: 3rem;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  font-weight: 900; }
  @media (max-width: 991.98px) {
    .energy--4 .level li .level-item {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    .energy--4 .level li .level-item {
      font-size: 1.5rem; } }

.energy--4 .level li:nth-child(4) .level-item {
  font-size: 5rem;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
  @media (max-width: 991.98px) {
    .energy--4 .level li:nth-child(4) .level-item {
      font-size: 3rem; } }
  @media (max-width: 767.98px) {
    .energy--4 .level li:nth-child(4) .level-item {
      font-size: 2.5rem; } }

.energy--4 .btn--primary,
.energy--4 .text-title--evidence,
.energy--4 .text-title b,
.energy--4 .text-title strong,
.energy--4 .point-item--active {
  background-color: #f19d3d !important; }

.energy--4 .form-check-btn
.form-check-input:checked + label {
  background-color: #f19d3d;
  color: #fff; }

.energy--4 .form-check-label {
  color: #f19d3d;
  border-color: #f19d3d; }

.energy--5 .level li:nth-child(1) .level-item {
  background-color: #e8b376 !important; }

.energy--5 .level li:nth-child(2) .level-item {
  background-color: #efae63 !important; }

.energy--5 .level li:nth-child(3) .level-item {
  background-color: #f1a752 !important; }

.energy--5 .level li:nth-child(4) .level-item {
  background-color: #f19d3d !important; }

.energy--5 .level li:nth-child(5) .level-item {
  background-color: #F39325 !important; }

.energy--5 .level li .level-item {
  font-size: 3rem;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  font-weight: 900; }
  @media (max-width: 991.98px) {
    .energy--5 .level li .level-item {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    .energy--5 .level li .level-item {
      font-size: 1.5rem; } }

.energy--5 .level li:nth-child(5) .level-item {
  font-size: 5rem;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
  @media (max-width: 991.98px) {
    .energy--5 .level li:nth-child(5) .level-item {
      font-size: 3rem; } }
  @media (max-width: 767.98px) {
    .energy--5 .level li:nth-child(5) .level-item {
      font-size: 2.5rem; } }

.energy--5 .btn--primary,
.energy--5 .text-title--evidence,
.energy--5 .text-title b,
.energy--5 .text-title strong,
.energy--5 .point-item--active {
  background-color: #F39325 !important; }

.energy--5 .form-check-btn
.form-check-input:checked + label {
  background-color: #F39325;
  color: #fff; }

.energy--5 .form-check-label {
  color: #F39325;
  border-color: #F39325; }

.level {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .level-text {
    font-size: 10px; }
  .level-input {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px; }
  .level-item {
    display: block;
    position: relative;
    width: 7.188rem;
    height: 7.188rem;
    background-color: #EBEBEB;
    border-radius: 50%;
    font-weight: 900;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    font-size: 4rem;
    line-height: 7.188rem;
    text-align: center;
    color: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .level-item--star {
      background-image: url("../images/fe/level-star.svg");
      background-size: 102%; }
    @media (max-width: 991.98px) {
      .level-item {
        width: 5.5rem;
        height: 5.5rem;
        font-size: 3rem;
        line-height: 5.5rem; } }
    @media (max-width: 767.98px) {
      .level-item {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 2rem;
        line-height: 3.5rem; } }
  .level li {
    position: relative;
    margin-right: 1rem;
    text-align: center;
    line-height: 8px; }
    @media (max-width: 767.98px) {
      .level li {
        margin-right: 0.5rem; } }
    .level li .level-item {
      background-position: center;
      background-repeat: no-repeat;
      margin: 0 auto; }

.point {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .point-item {
    display: block;
    margin-right: 0.5rem;
    width: 0.938rem;
    height: 0.938rem;
    background-color: #EBEBEB;
    border-radius: 50%; }
    .point-item--active {
      background-color: #0B5DA9; }

.video-day {
  width: 540px;
  margin: 0 auto; }
  @media (max-width: 575.98px) {
    .video-day {
      width: 80%; } }

.rocket-active .rocket-btn {
  display: none; }

.rocket-active .rocket-text {
  height: auto;
  -webkit-transition: opacity 0.5s ease, height 0s;
  -o-transition: opacity 0.5s ease, height 0s;
  transition: opacity 0.5s ease, height 0s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1; }

.rocket-active .rocket {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  top: 10rem; }
  @media (max-width: 575.98px) {
    .rocket-active .rocket {
      top: 5rem; } }
  @media only screen and (max-height: 750px) and (min-width: 767.98px) {
    .rocket-active .rocket {
      top: 3rem; } }
  @media only screen and (min-height: 750px) and (max-width: 767.98px) {
    .rocket-active .rocket {
      top: 8rem; } }
  .rocket-active .rocket-body {
    -webkit-animation: rocket 0.3s infinite linear;
    animation: rocket 0.3s infinite linear; }
  .rocket-active .rocket .fire {
    -webkit-transition: opacity 0.3s ease, bottom 0.5s ease;
    -o-transition: opacity 0.3s ease, bottom 0.5s ease;
    transition: opacity 0.3s ease, bottom 0.5s ease;
    opacity: 1;
    bottom: -50px;
    -webkit-animation: fire 0.3s 0.5s infinite linear;
    animation: fire 0.3s 0.5s infinite linear; }

.rocket-active .flame {
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-animation: flame 1s infinite linear;
  animation: flame 1s infinite linear;
  height: 60%;
  width: 20px;
  left: calc(50% - 10px); }

.rocket-active .star {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1; }

.rocket-active .star-visible {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0; }

.rocket-active .cloud {
  -webkit-transition: opacity 1.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 1.5s ease;
  transition: transform 0.5s ease, opacity 1.5s ease;
  transition: transform 0.5s ease, opacity 1.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.rocket-btn {
  display: block; }

.rocket-text {
  position: relative;
  height: 0;
  opacity: 0; }

.rocket-lv1 .rocket-body {
  -webkit-animation: rocket-lv1 0.3s infinite linear;
  animation: rocket-lv1 0.3s infinite linear; }

.rocket-lv2 .rocket-body {
  -webkit-animation: rocket-lv2 0.3s infinite linear;
  animation: rocket-lv2 0.3s infinite linear; }

.planet {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0B5DA9;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite; }
  @media (max-width: 575.98px) {
    .planet {
      top: 25%;
      left: 0; } }
  .planet-middle {
    position: absolute;
    top: 0;
    left: -2px;
    width: 60px;
    height: 30px;
    overflow: hidden;
    z-index: 1;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
    .planet-middle:before {
      content: "";
      position: absolute;
      width: 60px;
      height: 60px;
      border-top-right-radius: 100%;
      border-top-left-radius: 100%;
      background-color: #0B5DA9; }
  .planet:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 10px solid #bcd7ed;
    -webkit-transform: skewX(120deg);
    -ms-transform: skewX(120deg);
    transform: skewX(120deg); }
  .planet-2 {
    width: 130px;
    height: 130px;
    top: auto;
    left: auto;
    right: 10%;
    bottom: 30%;
    background-color: #69AFE4;
    -webkit-animation: bounce 3.5s 1s infinite;
    animation: bounce 3.5s 1s infinite; }
    @media (max-width: 575.98px) {
      .planet-2 {
        width: 50px;
        height: 50px;
        bottom: 20%;
        right: 50px; } }
    .planet-2 .planet-middle {
      top: 0;
      left: 6px;
      width: 130px;
      height: 65px;
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg); }
      @media (max-width: 575.98px) {
        .planet-2 .planet-middle {
          left: 3px;
          width: 50px;
          height: 25px;
          -webkit-transform: rotate(15deg);
          -ms-transform: rotate(15deg);
          transform: rotate(15deg); } }
      .planet-2 .planet-middle:before {
        width: 130px;
        height: 130px;
        border-top-right-radius: 100%;
        border-top-left-radius: 100%;
        background-color: #69AFE4; }
        @media (max-width: 575.98px) {
          .planet-2 .planet-middle:before {
            width: 50px;
            height: 50px; } }
    .planet-2:after {
      width: 130px;
      height: 130px;
      border-radius: 50%;
      border: 10px solid #bcd7ed;
      -webkit-transform: skewX(-120deg);
      -ms-transform: skewX(-120deg);
      transform: skewX(-120deg); }
      @media (max-width: 575.98px) {
        .planet-2:after {
          width: 50px;
          height: 50px; } }

.rocket {
  position: absolute;
  z-index: 10;
  top: 15rem;
  width: 80px;
  left: calc(50% - 40px); }
  @media (max-width: 767.98px) {
    .rocket {
      top: 10rem;
      width: 60px;
      left: calc(50% - 30px); } }
  @media only screen and (max-height: 750px) and (min-width: 767.98px) {
    .rocket {
      top: 8rem; } }
  @media only screen and (min-height: 750px) and (max-width: 767.98px) {
    .rocket {
      top: 14rem; } }
  .rocket-body .body {
    background: #bcd7ed;
    height: 180px;
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 5px solid #fff; }
    @media (max-width: 767.98px) {
      .rocket-body .body {
        height: 120px; } }
  .rocket-body:before {
    content: "";
    position: absolute;
    left: calc(50% - 24px);
    width: 48px;
    height: 13px;
    background-color: #000;
    bottom: -13px;
    border-bottom-right-radius: 60%;
    border-bottom-left-radius: 60%; }
    @media (max-width: 767.98px) {
      .rocket-body:before {
        left: calc(50% - 20px);
        width: 40px;
        height: 13px; } }
  .rocket .counter {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 3px;
    color: #fff;
    left: calc(50% - 20px);
    top: 80px;
    font-size: 2rem;
    line-height: 40px;
    text-align: center; }
    @media (max-width: 575.98px) {
      .rocket .counter {
        padding: 2px;
        width: 35px;
        height: 22px;
        left: calc(50% - 17.5px);
        top: 55px; } }
  .rocket .window {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #065196;
    left: calc(50% - 20px);
    top: 40px;
    border: 5px solid #fff; }
    @media (max-width: 767.98px) {
      .rocket .window {
        top: 30px;
        left: calc(50% - 15px);
        width: 30px;
        height: 30px;
        border: 2px solid #fff; } }
  .rocket .fire {
    position: absolute;
    left: calc(50% - 24px);
    bottom: 0px;
    z-index: -10;
    height: 70px;
    width: 50px;
    background-color: #69AFE4;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 100%;
    -webkit-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    transform: rotate(-28deg);
    opacity: 0; }
    .rocket .fire:before {
      content: "";
      position: absolute;
      left: 14px;
      height: 50px;
      width: 30px;
      background-color: #fff;
      border-bottom-right-radius: 100%;
      border-top-left-radius: 100%; }
  .rocket .fin {
    position: absolute;
    z-index: -10;
    height: 70px;
    width: 50px;
    background-color: #065196; }
    @media (max-width: 767.98px) {
      .rocket .fin {
        height: 45px;
        width: 30px; } }
  .rocket .fin-left {
    left: -25px;
    top: calc(100% - 45px);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 100%; }
    @media (max-width: 767.98px) {
      .rocket .fin-left {
        top: calc(100% - 20px);
        left: -19px; } }
  .rocket .fin-right {
    right: -25px;
    top: calc(100% - 45px);
    border-top-right-radius: 50%;
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 100%; }
    @media (max-width: 767.98px) {
      .rocket .fin-right {
        top: calc(100% - 20px);
        right: -19px; } }
  .rocket .fin-center {
    right: 34px;
    z-index: 10;
    top: calc(100% - 45px);
    width: 12px;
    border-radius: 80%;
    background-color: #0B5DA9; }
    @media (max-width: 767.98px) {
      .rocket .fin-center {
        top: calc(100% - 20px);
        right: 24px; } }

.flame {
  position: absolute;
  top: 16rem;
  width: 50px;
  left: calc(50% - 25px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #bcd7ed), to(transparent));
  background: -webkit-linear-gradient(top, #bcd7ed 10%, transparent 100%);
  background: -o-linear-gradient(top, #bcd7ed 10%, transparent 100%);
  background: linear-gradient(to bottom, #bcd7ed 10%, transparent 100%);
  height: 0%;
  opacity: 0; }
  @media (max-width: 767.98px) {
    .flame {
      top: 12rem; } }
  @media only screen and (min-height: 750px) and (max-width: 767.98px) {
    .flame {
      top: 18rem; } }

.star-visible {
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  opacity: 1; }
  .star-visible li {
    list-style: none;
    position: absolute;
    -webkit-animation: star-visible 1.2s infinite linear;
    animation: star-visible 1.2s infinite linear;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
    .star-visible li:before, .star-visible li:after {
      content: "";
      position: absolute;
      background-color: #0B5DA9; }
    .star-visible li:before {
      width: 11px;
      height: 1px;
      border-radius: 50%; }
    .star-visible li:after {
      height: 11px;
      width: 1px;
      left: 5px;
      top: -5px; }
    .star-visible li:nth-child(1) {
      top: 50%;
      left: 38%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .star-visible li:nth-child(2) {
      top: 80%;
      left: 48%;
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .star-visible li:nth-child(3) {
      top: 60%;
      left: 60%;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .star-visible li:nth-child(4) {
      top: 40%;
      left: 70%;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .star-visible li:nth-child(5) {
      top: 30%;
      left: 45%;
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s; }
    .star-visible li:nth-child(6) {
      top: 70%;
      left: 10%;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .star-visible li:nth-child(7) {
      top: 20%;
      left: 85%;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .star-visible li:nth-child(8) {
      top: 85%;
      left: 80%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }

.star {
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  opacity: 0; }
  .star li {
    list-style: none;
    position: absolute;
    top: 60px;
    opacity: 0; }
    .star li:before, .star li:after {
      content: "";
      position: absolute;
      background-color: #0B5DA9; }
    .star li:before {
      width: 6px;
      height: 1px;
      border-radius: 50%; }
    .star li:after {
      height: 6px;
      width: 1px;
      left: 3px;
      top: -2px; }
    .star li:nth-child(1) {
      left: 8%;
      -webkit-animation: star 1.5s infinite linear;
      animation: star 1.5s infinite linear; }
      .star li:nth-child(1):before {
        width: 6px;
        height: 6px;
        border-radius: 50%; }
      .star li:nth-child(1):after {
        display: none; }
    .star li:nth-child(2) {
      left: 16%;
      -webkit-animation: star 1.2s 3s infinite linear;
      animation: star 1.2s 3s infinite linear; }
      @media (max-width: 767.98px) {
        .star li:nth-child(2) {
          display: none; } }
    .star li:nth-child(3) {
      left: 30%;
      -webkit-animation: star 2s 1s infinite linear;
      animation: star 2s 1s infinite linear; }
      .star li:nth-child(3):before {
        width: 10px;
        height: 10px;
        border-radius: 50%; }
      .star li:nth-child(3):after {
        display: none; }
      @media (max-width: 767.98px) {
        .star li:nth-child(3) {
          display: none; } }
    .star li:nth-child(4) {
      left: 40%;
      -webkit-animation: star 2.3s 0.5s infinite linear;
      animation: star 2.3s 0.5s infinite linear; }
    .star li:nth-child(5) {
      left: 50%;
      -webkit-animation: star 2s infinite linear;
      animation: star 2s infinite linear; }
    .star li:nth-child(6) {
      left: 60%;
      -webkit-animation: star 3.6s 2s infinite linear;
      animation: star 3.6s 2s infinite linear; }
      @media (max-width: 767.98px) {
        .star li:nth-child(6) {
          display: none; } }
    .star li:nth-child(7) {
      left: 70%;
      -webkit-animation: star 2.3s 1s infinite linear;
      animation: star 2.3s 1s infinite linear; }
      .star li:nth-child(7):before {
        width: 13px;
        height: 13px;
        border-radius: 50%; }
      .star li:nth-child(7):after {
        display: none; }
    .star li:nth-child(8) {
      left: 90%;
      -webkit-animation: star 4s 2s infinite linear;
      animation: star 4s 2s infinite linear; }
      @media (max-width: 767.98px) {
        .star li:nth-child(8) {
          display: none; } }

.cloud {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 10;
  overflow: hidden; }
  .cloud li {
    width: 200px;
    height: 200px;
    background-color: #bcd7ed;
    list-style: none;
    position: absolute;
    border-radius: 100%; }
    .cloud li:nth-child(1) {
      width: 200px;
      height: 200px;
      top: 80px;
      background-color: #c4dcef;
      left: calc(50% - 100px);
      -webkit-animation: bounce 2s 1s infinite;
      animation: bounce 2s 1s infinite;
      z-index: 1; }
    .cloud li:nth-child(2) {
      width: 150px;
      height: 150px;
      top: 150px;
      background-color: #b4d2eb;
      left: calc(50% - 200px);
      -webkit-animation: bounce 2s 0.5s infinite;
      animation: bounce 2s 0.5s infinite; }
    .cloud li:nth-child(3) {
      width: 120px;
      height: 120px;
      top: 160px;
      left: calc(50% + 50px);
      -webkit-animation: bounce 2s infinite;
      animation: bounce 2s infinite; }
    .cloud li:nth-child(4) {
      width: 100px;
      height: 100px;
      top: 190px;
      left: calc(50% - 280px);
      -webkit-animation: bounce 2s infinite;
      animation: bounce 2s infinite; }
    .cloud li:nth-child(5) {
      width: 60px;
      height: 60px;
      top: 200px;
      left: calc(50% + 160px);
      -webkit-animation: bounce 3s 0.5s infinite;
      animation: bounce 3s 0.5s infinite; }
    .cloud li:nth-child(6) {
      width: 200px;
      height: 200px;
      top: 70px;
      left: calc(50% - 180px);
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3);
      -webkit-animation: fumes 2.5s infinite;
      animation: fumes 2.5s infinite; }
    .cloud li:nth-child(7) {
      width: 200px;
      height: 200px;
      top: 120px;
      left: calc(50% + 20px);
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3);
      -webkit-animation: fumes 2s 0.3s infinite;
      animation: fumes 2s 0.3s infinite; }
    .cloud li:nth-child(8) {
      width: 400px;
      height: 400px;
      top: 150px;
      left: calc(50% - 500px);
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3);
      -webkit-animation: fumes 3s 0.2s infinite;
      animation: fumes 3s 0.2s infinite; }
    .cloud li:nth-child(9) {
      width: 400px;
      height: 400px;
      top: 150px;
      left: calc(50% + 50px);
      -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
      transform: scale(0.3);
      -webkit-animation: fumes 3.5s 1s infinite;
      animation: fumes 3.5s 1s infinite; }

@-webkit-keyframes rocket {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0px, -8px, 0);
    transform: translate3d(0px, -8px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@keyframes rocket {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0px, -8px, 0);
    transform: translate3d(0px, -8px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@-webkit-keyframes rocket-lv1 {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0px, -2px, 0);
    transform: translate3d(0px, -2px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@keyframes rocket-lv1 {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0px, -2px, 0);
    transform: translate3d(0px, -2px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@-webkit-keyframes rocket-lv2 {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0px, -5px, 0);
    transform: translate3d(0px, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@keyframes rocket-lv2 {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0px, -5px, 0);
    transform: translate3d(0px, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@-webkit-keyframes fire {
  0% {
    bottom: -50px; }
  50% {
    bottom: -45px; }
  100% {
    bottom: -50px; } }

@keyframes fire {
  0% {
    bottom: -50px; }
  50% {
    bottom: -45px; }
  100% {
    bottom: -50px; } }

@-webkit-keyframes fumes {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@keyframes fumes {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0px, -10px, 0);
    transform: translate3d(0px, -10px, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0); } }

@-webkit-keyframes flame {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes flame {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes star-visible {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes star-visible {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes star {
  0% {
    opacity: 0;
    top: 10vh; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    top: 80vh;
    opacity: 0; } }

@keyframes star {
  0% {
    opacity: 0;
    top: 10vh; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    top: 80vh;
    opacity: 0; } }

.astronaut-active .astronaut-btn {
  display: none; }

.astronaut-active .astronaut-text {
  height: auto;
  -webkit-transition: opacity 0.5s ease, height 0s;
  -o-transition: opacity 0.5s ease, height 0s;
  transition: opacity 0.5s ease, height 0s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1; }

.astronaut-active .astronaut {
  -webkit-animation: walk-astronaut 2s steps(9) infinite;
  animation: walk-astronaut 2s steps(9) infinite;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  top: 10rem; }
  @media (max-width: 575.98px) {
    .astronaut-active .astronaut {
      top: 4rem; } }
  @media only screen and (max-height: 750px) and (min-width: 767.98px) {
    .astronaut-active .astronaut {
      top: 3rem; } }
  @media only screen and (min-height: 750px) and (max-width: 767.98px) {
    .astronaut-active .astronaut {
      top: 8rem; } }

.astronaut-active .moon {
  -webkit-animation: moon-land 2s linear infinite;
  animation: moon-land 2s linear infinite;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  top: calc(10rem + 225px); }
  @media (max-width: 575.98px) {
    .astronaut-active .moon {
      top: calc(4rem + 225px); } }
  @media only screen and (max-height: 750px) and (min-width: 767.98px) {
    .astronaut-active .moon {
      top: calc(3rem + 225px); } }
  @media only screen and (min-height: 750px) and (max-width: 767.98px) {
    .astronaut-active .moon {
      top: calc(8rem + 225px); } }

.astronaut-btn {
  display: block; }

.astronaut-text {
  position: relative;
  height: 0;
  opacity: 0; }

.astronaut-lv1 .astronaut {
  -webkit-animation: walk-astronaut-lv1 0.9s steps(4) forwards;
  animation: walk-astronaut-lv1 0.9s steps(4) forwards; }

.astronaut-lv1 .moon {
  -webkit-animation: moon-land-lv1 0.9s linear forwards;
  animation: moon-land-lv1 0.9s linear forwards; }

.astronaut-lv2 .astronaut {
  -webkit-animation: walk-astronaut-lv2 0.9s steps(4) forwards;
  animation: walk-astronaut-lv2 0.9s steps(4) forwards; }

.astronaut-lv2 .moon {
  -webkit-animation: moon-land-lv2 0.9s linear forwards;
  animation: moon-land-lv2 0.9s linear forwards; }

.astronaut {
  position: absolute;
  z-index: 10;
  top: 15rem;
  left: calc(50% - 75px);
  background: url("../images/animation/astronauta.png") no-repeat;
  width: 150px;
  height: 265px; }
  @media (max-width: 767.98px) {
    .astronaut {
      top: 8rem; } }
  @media only screen and (max-height: 750px) and (min-width: 767.98px) {
    .astronaut {
      top: 8rem; } }
  @media only screen and (min-height: 750px) and (max-width: 767.98px) {
    .astronaut {
      top: 14rem; } }

.astronaut-jump,
.astronaut-ok {
  position: absolute;
  z-index: 10;
  left: calc(50% - 75px);
  background: url("../images/animation/astronauta-jump.png") no-repeat;
  width: 150px;
  height: 265px;
  -webkit-animation: jump-astronaut 0.7s steps(3) infinite;
  animation: jump-astronaut 0.7s steps(3) infinite;
  top: 10rem; }
  @media (max-width: 575.98px) {
    .astronaut-jump,
    .astronaut-ok {
      top: 4rem; } }
  @media only screen and (max-height: 750px) and (min-width: 767.98px) {
    .astronaut-jump,
    .astronaut-ok {
      top: 3rem; } }
  @media only screen and (min-height: 750px) and (max-width: 767.98px) {
    .astronaut-jump,
    .astronaut-ok {
      top: 8rem; } }

.astronaut-ok {
  background: url("../images/animation/astronauta-ok.png") no-repeat;
  -webkit-animation: ok-astronaut 1s steps(6) infinite;
  animation: ok-astronaut 1s steps(6) infinite; }

.moon,
.moon-static {
  width: 300px;
  height: 83px;
  position: absolute;
  top: calc(15rem + 225px);
  left: calc(50% - 150px);
  background-image: url("../images/animation/moon-land.png");
  background-repeat: repeat;
  background-position: 0px 0px; }
  @media (max-width: 767.98px) {
    .moon,
    .moon-static {
      top: calc(8rem + 225px); } }
  @media only screen and (max-height: 750px) and (min-width: 767.98px) {
    .moon,
    .moon-static {
      top: calc(8rem + 225px); } }
  @media only screen and (min-height: 750px) and (max-width: 767.98px) {
    .moon,
    .moon-static {
      top: calc(14rem + 225px); } }
  .moon:before,
  .moon-static:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%); }
  .moon:after,
  .moon-static:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%); }

.moon-static {
  top: calc(10rem + 225px); }
  @media (max-width: 575.98px) {
    .moon-static {
      top: calc(4rem + 225px); } }
  @media only screen and (max-height: 750px) and (min-width: 767.98px) {
    .moon-static {
      top: calc(3rem + 225px); } }
  @media only screen and (min-height: 750px) and (max-width: 767.98px) {
    .moon-static {
      top: calc(8rem + 225px); } }

.planet {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0B5DA9;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite; }
  @media (max-width: 575.98px) {
    .planet {
      top: 25%;
      left: 0; } }
  .planet-middle {
    position: absolute;
    top: 0;
    left: -2px;
    width: 60px;
    height: 30px;
    overflow: hidden;
    z-index: 1;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
    .planet-middle:before {
      content: "";
      position: absolute;
      width: 60px;
      height: 60px;
      border-top-right-radius: 100%;
      border-top-left-radius: 100%;
      background-color: #0B5DA9; }
  .planet:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 10px solid #bcd7ed;
    -webkit-transform: skewX(120deg);
    -ms-transform: skewX(120deg);
    transform: skewX(120deg); }
  .planet-2 {
    width: 130px;
    height: 130px;
    top: auto;
    left: auto;
    right: 10%;
    bottom: 30%;
    background-color: #69AFE4;
    -webkit-animation: bounce 3.5s 1s infinite;
    animation: bounce 3.5s 1s infinite; }
    @media (max-width: 575.98px) {
      .planet-2 {
        width: 50px;
        height: 50px;
        bottom: 20%;
        right: 50px; } }
    .planet-2 .planet-middle {
      top: 0;
      left: 6px;
      width: 130px;
      height: 65px;
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg); }
      @media (max-width: 575.98px) {
        .planet-2 .planet-middle {
          left: 3px;
          width: 50px;
          height: 25px;
          -webkit-transform: rotate(15deg);
          -ms-transform: rotate(15deg);
          transform: rotate(15deg); } }
      .planet-2 .planet-middle:before {
        width: 130px;
        height: 130px;
        border-top-right-radius: 100%;
        border-top-left-radius: 100%;
        background-color: #69AFE4; }
        @media (max-width: 575.98px) {
          .planet-2 .planet-middle:before {
            width: 50px;
            height: 50px; } }
    .planet-2:after {
      width: 130px;
      height: 130px;
      border-radius: 50%;
      border: 10px solid #bcd7ed;
      -webkit-transform: skewX(-120deg);
      -ms-transform: skewX(-120deg);
      transform: skewX(-120deg); }
      @media (max-width: 575.98px) {
        .planet-2:after {
          width: 50px;
          height: 50px; } }

.star-visible {
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  opacity: 1; }
  .star-visible li {
    list-style: none;
    position: absolute;
    -webkit-animation: star-visible 1.2s infinite linear;
    animation: star-visible 1.2s infinite linear;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
    .star-visible li:before, .star-visible li:after {
      content: "";
      position: absolute;
      background-color: #0B5DA9; }
    .star-visible li:before {
      width: 11px;
      height: 1px;
      border-radius: 50%; }
    .star-visible li:after {
      height: 11px;
      width: 1px;
      left: 5px;
      top: -5px; }
    .star-visible li:nth-child(1) {
      top: 50%;
      left: 38%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .star-visible li:nth-child(2) {
      top: 80%;
      left: 48%;
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .star-visible li:nth-child(3) {
      top: 60%;
      left: 60%;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .star-visible li:nth-child(4) {
      top: 40%;
      left: 70%;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .star-visible li:nth-child(5) {
      top: 30%;
      left: 45%;
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s; }
    .star-visible li:nth-child(6) {
      top: 70%;
      left: 10%;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .star-visible li:nth-child(7) {
      top: 20%;
      left: 85%;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .star-visible li:nth-child(8) {
      top: 85%;
      left: 80%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }

.star {
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  opacity: 0; }
  .star li {
    list-style: none;
    position: absolute;
    top: 60px;
    opacity: 0; }
    .star li:before, .star li:after {
      content: "";
      position: absolute;
      background-color: #0B5DA9; }
    .star li:before {
      width: 6px;
      height: 1px;
      border-radius: 50%; }
    .star li:after {
      height: 6px;
      width: 1px;
      left: 3px;
      top: -2px; }
    .star li:nth-child(1) {
      left: 8%;
      -webkit-animation: star 1.5s infinite linear;
      animation: star 1.5s infinite linear; }
      .star li:nth-child(1):before {
        width: 6px;
        height: 6px;
        border-radius: 50%; }
      .star li:nth-child(1):after {
        display: none; }
    .star li:nth-child(2) {
      left: 16%;
      -webkit-animation: star 1.2s 3s infinite linear;
      animation: star 1.2s 3s infinite linear; }
      @media (max-width: 767.98px) {
        .star li:nth-child(2) {
          display: none; } }
    .star li:nth-child(3) {
      left: 30%;
      -webkit-animation: star 2s 1s infinite linear;
      animation: star 2s 1s infinite linear; }
      .star li:nth-child(3):before {
        width: 10px;
        height: 10px;
        border-radius: 50%; }
      .star li:nth-child(3):after {
        display: none; }
      @media (max-width: 767.98px) {
        .star li:nth-child(3) {
          display: none; } }
    .star li:nth-child(4) {
      left: 40%;
      -webkit-animation: star 2.3s 0.5s infinite linear;
      animation: star 2.3s 0.5s infinite linear; }
    .star li:nth-child(5) {
      left: 50%;
      -webkit-animation: star 2s infinite linear;
      animation: star 2s infinite linear; }
    .star li:nth-child(6) {
      left: 60%;
      -webkit-animation: star 3.6s 2s infinite linear;
      animation: star 3.6s 2s infinite linear; }
      @media (max-width: 767.98px) {
        .star li:nth-child(6) {
          display: none; } }
    .star li:nth-child(7) {
      left: 70%;
      -webkit-animation: star 2.3s 1s infinite linear;
      animation: star 2.3s 1s infinite linear; }
      .star li:nth-child(7):before {
        width: 13px;
        height: 13px;
        border-radius: 50%; }
      .star li:nth-child(7):after {
        display: none; }
    .star li:nth-child(8) {
      left: 90%;
      -webkit-animation: star 4s 2s infinite linear;
      animation: star 4s 2s infinite linear; }
      @media (max-width: 767.98px) {
        .star li:nth-child(8) {
          display: none; } }

@-webkit-keyframes walk-astronaut {
  0% {
    background-position: 0px; }
  25% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  75% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    background-position: -1350px; } }

@keyframes walk-astronaut {
  0% {
    background-position: 0px; }
  25% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  75% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    background-position: -1350px; } }

@-webkit-keyframes walk-astronaut-lv1 {
  0% {
    background-position: 0px; }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    background-position: -600px; } }

@keyframes walk-astronaut-lv1 {
  0% {
    background-position: 0px; }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    background-position: -600px; } }

@-webkit-keyframes walk-astronaut-lv2 {
  0% {
    background-position: -600px; }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    background-position: -1200px; } }

@keyframes walk-astronaut-lv2 {
  0% {
    background-position: -600px; }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    background-position: -1200px; } }

@-webkit-keyframes jump-astronaut {
  0% {
    background-position: 0px; }
  65% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-position: -450px; } }

@keyframes jump-astronaut {
  0% {
    background-position: 0px; }
  65% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-position: -450px; } }

@-webkit-keyframes ok-astronaut {
  0% {
    background-position: 0px; }
  100% {
    background-position: -900px; } }

@keyframes ok-astronaut {
  0% {
    background-position: 0px; }
  100% {
    background-position: -900px; } }

@-webkit-keyframes moon-land {
  0% {
    background-position: -100px 0px; }
  7% {
    background-position: -100px 0px; }
  45% {
    background-position: -275px 0px; }
  57% {
    background-position: -275px 0px; }
  93% {
    background-position: -451px 0px; }
  100% {
    background-position: -451px 0px; } }

@keyframes moon-land {
  0% {
    background-position: -100px 0px; }
  7% {
    background-position: -100px 0px; }
  45% {
    background-position: -275px 0px; }
  57% {
    background-position: -275px 0px; }
  93% {
    background-position: -451px 0px; }
  100% {
    background-position: -451px 0px; } }

@-webkit-keyframes moon-land-lv1 {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -225px 0px; } }

@keyframes moon-land-lv1 {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -225px 0px; } }

@-webkit-keyframes moon-land-lv2 {
  0% {
    background-position: -225px 0px; }
  100% {
    background-position: -451px 0px; } }

@keyframes moon-land-lv2 {
  0% {
    background-position: -225px 0px; }
  100% {
    background-position: -451px 0px; } }

@keyframes star-visible {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes star {
  0% {
    opacity: 0;
    top: 10vh; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    top: 80vh;
    opacity: 0; } }

.dashboard-hight {
  background-color: #F39325;
  padding: 1.5rem; }
  .dashboard-hight .badge-inline {
    max-width: 20%;
    margin-right: 1rem; }
  .dashboard-hight .badge-inline__item {
    width: 100%; }
    .dashboard-hight .badge-inline__item img {
      width: 100%; }
    @media (min-width: 768px) {
      .dashboard-hight .badge-inline__item.completed:before {
        top: -1px;
        right: -1px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1.7rem; } }

.dashboard-list {
  padding-top: 1.5rem;
  position: relative; }
  .dashboard-list:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 42px;
    top: 0;
    border: 1px dashed #cecece; }
  .dashboard-list--first {
    padding-bottom: 40px; }
    .dashboard-list--first:after {
      content: "";
      width: 1rem;
      height: 1rem;
      position: absolute;
      bottom: -10px;
      left: 34.5px;
      background-color: #F39325;
      border-radius: 50%; }
  .dashboard-list .badge-inline__item {
    width: 3.75rem;
    height: 3.75rem; }
    .dashboard-list .badge-inline__item.completed:before {
      top: -4px;
      right: -4px; }
  .dashboard-list .list-number {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 4.5rem;
    border-radius: 50%;
    font-size: 1.875rem;
    color: #fff;
    background-color: #0B5DA9;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 900; }
    .dashboard-list .list-number:after {
      content: "GIORNO";
      position: absolute;
      width: 100%;
      font-size: 0.563rem;
      line-height: 0.625rem;
      top: 0.625rem;
      left: 0px;
      font-weight: 400; }
  .dashboard-list .list-target {
    width: 2rem;
    margin: 0 0.95rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #F39325;
    text-align: center;
    position: relative;
    z-index: 1; }
    .dashboard-list .list-target:after {
      content: "";
      position: absolute;
      width: 2.5rem;
      height: 2.5rem;
      border: 1px solid #F39325;
      top: -0.25rem;
      left: -0.25rem;
      border-radius: 50%; }
    .dashboard-list .list-target--complete:after {
      content: "\F04CE";
      font-family: "Material Design Icons";
      color: #fff;
      font-size: 1.3rem;
      line-height: 2.5rem; }
  .dashboard-list .list-tag {
    background-color: #0B5DA9;
    color: #fff;
    font-size: 0.625rem;
    display: inline-block;
    padding: 2px 5px;
    margin-right: 0.2rem; }
  .dashboard-list .list-complete {
    background-color: #F39325;
    color: #fff;
    font-size: 0.625rem;
    display: inline-block;
    padding: 2px 5px;
    margin-right: 0.2rem; }
  .dashboard-list .list-name {
    color: #0B5DA9;
    margin: 0; }
  .dashboard-list--viewed .list-number {
    background-color: #bcd7ed; }
  .dashboard-list--viewed .list-tag {
    background-color: #69AFE4; }
  .dashboard-list--viewed .list-name {
    color: #69AFE4; }
  .dashboard-list--viewed .text-title--evidence {
    background-color: #69AFE4; }

.dashboard-progress {
  border-radius: 2rem;
  height: 1.2rem; }
  .dashboard-progress .progress-bar {
    border-radius: 2rem;
    height: 1.2rem;
    text-align: end;
    padding-right: 0.3rem;
    font-size: 0.7rem; }

.dashboard-energy {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 3rem; }
  .dashboard-energy--small {
    font-size: 2rem; }
  .dashboard-energy li {
    display: inline-block;
    color: #EBEBEB; }
    .dashboard-energy li.active:nth-child(1) {
      color: #e8b376; }
    .dashboard-energy li.active:nth-child(2) {
      color: #efae63; }
    .dashboard-energy li.active:nth-child(3) {
      color: #f1a752; }
    .dashboard-energy li.active:nth-child(4) {
      color: #f19d3d; }
    .dashboard-energy li.active:nth-child(5) {
      color: #F39325; }

.dashboard-hr {
  background-color: #EBEBEB;
  opacity: 1;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.simple-tag {
  background-color: #0B5DA9;
  color: #fff;
  font-size: 0.625rem;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 0.2rem; }

.canvas-list {
  padding-top: 3rem;
  position: relative; }
  .canvas-list:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 42px;
    top: 0;
    border: 1px dashed #cecece; }
    @media (max-width: 767.98px) {
      .canvas-list:before {
        left: 27px; } }
  .canvas-list--last:before {
    height: 3.3rem; }
  .canvas-list .list-number {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 50%;
    font-size: 1.875rem;
    font-weight: 900;
    color: #fff;
    background-color: #0B5DA9;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .canvas-list .list-number {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem; } }
  .canvas-list .list-answer {
    padding: 0.5rem 0.7rem;
    border: 1px solid #F39325;
    color: #0B5DA9;
    display: inline-block; }

.canvas-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .canvas-report__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    text-align: center; }
    @media (max-width: 1199.98px) {
      .canvas-report__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 13%;
        flex: 0 0 13%; } }
    .canvas-report__item-face {
      width: 80px;
      height: 80px;
      position: relative;
      background-color: #EBEBEB;
      border-radius: 50%;
      margin: 0 auto;
      background-position: center;
      background-repeat: no-repeat; }
      @media (max-width: 991.98px) {
        .canvas-report__item-face {
          width: 65px;
          height: 65px;
          background-size: 60%; } }
      @media (max-width: 767.98px) {
        .canvas-report__item-face {
          width: 50px;
          height: 50px;
          background-size: 60%; } }
    .canvas-report__item-text {
      display: block;
      margin-top: 10px;
      font-size: 0.875rem;
      text-transform: uppercase; }
      @media (max-width: 1199.98px) {
        .canvas-report__item-text {
          font-size: 10px; } }
    .canvas-report__item--good .canvas-report__item-face {
      background-color: #40CA92;
      background-image: url("../images/fe/icon-face-good.png"); }
    .canvas-report__item--bad .canvas-report__item-face {
      background-color: #F13455;
      background-image: url("../images/fe/icon-face-bad.png"); }
    .canvas-report__item--undefined .canvas-report__item-face {
      background-color: #eaaf6c;
      background-image: url("../images/fe/icon-face-undefined.png"); }
    .canvas-report__item--dashboard {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .canvas-report__item--dashboard .canvas-report__item-face {
        margin: 0 0.8rem 0 0;
        width: 50px;
        height: 50px;
        background-size: 60%; }

.change-list i,
.change-list .text-title {
  color: #0B5DA9; }

.change-list .simple-tag,
.change-list .btn {
  background-color: #0B5DA9 !important; }

.change-list .view-more {
  color: #0B5DA9 !important; }

.change-list--active i,
.change-list--active .text-title {
  color: #0B5DA9; }

.change-list--active .simple-tag,
.change-list--active .btn {
  background-color: #0B5DA9 !important; }

.change-list--active .view-more {
  color: #0B5DA9 !important; }

.change-list--complete i,
.change-list--complete .text-title {
  color: #F39325; }

.change-list--complete .simple-tag,
.change-list--complete .btn {
  background-color: #F39325 !important; }

.change-list--complete .view-more {
  color: #F39325 !important; }

.modal-backdrop {
  background-color: #065196; }
  .modal-backdrop.show {
    opacity: 0.7; }

@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 600px; } }

.modal .modal-content {
  border: 0;
  border-radius: 0; }
  .modal .modal-content .modal-header,
  .modal .modal-content .modal-footer {
    border: 0;
    padding: 1.5rem; }
  .modal .modal-content .modal-body {
    padding: 0 1.5rem; }
  .modal .modal-content .modal-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .modal .modal-content .modal-header .btn-close {
      margin: 0 0 0 1rem;
      opacity: 1; }

.badge-inline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #bcd7ed;
  border-radius: 50%;
  padding: 0.5rem;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  position: relative; }
  .badge-inline__item:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 2px solid #fff; }
  .badge-inline__item:hover {
    background-color: #69AFE4; }
  .badge-inline__item.completed {
    background-color: #F39325;
    opacity: 1; }
    .badge-inline__item.completed:before {
      content: '\F05E0';
      font-family: "Material Design Icons";
      position: absolute;
      color: #0B5DA9;
      top: -1px;
      right: -1px;
      background-color: #fff;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      z-index: 2; }
  .badge-inline__item.active {
    background-color: #0B5DA9; }
    .badge-inline__item.active:after {
      border: 2px solid #69AFE4; }
  .badge-inline__item img {
    min-width: 3.5rem; }

.tooltip-inner {
  font-size: 0.75rem;
  font-weight: 400; }
