#welcomeVideoInsert {
  margin-bottom: 0px;
}

.tut-link-text {
  margin-left: 5px;
}

::-moz-selection {
  background: #c60c31;
}

::selection {
  background: #c60c31;
  color: white;
}

#heroSectionContainer {
  margin-bottom: -60px !important;
}

#eyeSection {
  margin-top: 0px !important;
  margin-bottom: 60px !important;
}

body.swal2-shown > [aria-hidden="true"] {
  filter: blur(10px);
}

body > * {
  transition: 0.1s filter linear;
}

.my-validation-message::before {
  display: none;
}

.my-validation-message i {
  margin: 0 0.4em;
  color: #f27474;
  font-size: 1.4em;
}

.swal2-container {
  z-index: 9999999 !important;
}

.hidden {
  display: none !important;
}

/* GRAPHS */

@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}

@keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}

.progress {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.progress > li {
  display: inline-block;
  position: relative;
  text-align: center;
  color: black;
  margin: 2rem;
  cursor: pointer;
}

.progress > li:before {
  content: attr(data-name);
  position: absolute;
  width: 100%;
  bottom: -2rem;
  font-weight: 600;
}

.progress > li:after {
  content: attr(data-percent);
  position: absolute;
  width: 100%;
  top: 4rem;
  left: 0;
  font-size: 2rem;
  text-align: center;
}

.progress svg {
  width: 11rem;
  height: 10rem;
}

.progress svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  overflow: visible;
}

.progress svg:nth-child(2) path {
  fill: none;
  stroke-width: 21;
  stroke-dasharray: 629;
  stroke: #e8edf6;
  -webkit-animation: load 5s;
  animation: load 5s;
}

.progress svg:nth-child(2) path .load {
  -webkit-animation: ease-in-out load 5s;
  animation: ease-in-out 5s;
}

@media screen and (max-width: 479px) {
  .section-hero {
    width: 90%;
  }
  .tut-link-text {
    margin-left: 0px !important;
  }

  #welcomeVideoInsert {
    margin-bottom: 1em;
  }

  .progress svg {
    width: 6.5rem;
    height: 9.5rem;
  }

  .progress > li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 1.5rem;
    text-align: center;
  }
}