.hero {
  position: relative;
  background-color: black;
  height: 85vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  margin-top: 67px;
}

.hero video {
  position: absolute;
  top: 65%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (min-height: 950px) {
  .hero video {
    top: 50%;
  }
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero .container h1 {
  width: 480px;
  font-size: 44px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #fff;
}

@media (max-width: 768px) {
  .hero .container h1 {
    width: 320px;
  }
}

.hero .container p {
  width: 520px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
}

@media (max-width: 768px) {
  .hero .container p {
    width: 350px;
  }
}

.hero .container button, .hero .container a {
  width: 190px;
  height: 51px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-align: center;
}

.hero .container a {
  height: auto;
  padding: 15px 0;
  color: white;
}

.hero .expand {
  position: absolute;
  right: 5rem;
  bottom: 50px;
  cursor: pointer;
  color: blue;
  text-align: center;
  z-index: 1;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1A2E3B;
  opacity: 0.3;
  z-index: 1;
}

#videoModal .modal-dialog {
  max-width: 1200px;
}

#videoModal .modal-dialog video {
  width: 100%;
}

.tiles h1 {
  padding: 95px 0;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #28292b;
}

@media (max-width: 1366px) {
  .tiles h1 {
    padding: 45px 0;
    font-size: 32px;
  }
}

.tiles .card {
  border: none;
  border-radius: 0;
}

.tiles .card img {
  width: 100%;
}

.tiles .card .card-body {
  position: relative;
  background-color: #f5f6f8;
}

.tiles .card .card-body .card-title {
  width: 400px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.5;
  color: #28292b;
  position: absolute;
  top: -130px;
}

@media (max-width: 1366px) {
  .tiles .card .card-body .card-title {
    width: 250px;
    font-size: 37px;
    top: -70px;
  }
}

.tiles .card .card-body .card-title span {
  padding: 0 15px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.tiles .card .card-body .card-title span.red {
  background-color: #f86d67;
}

.tiles .card .card-body .card-title span.blue {
  background-color: #7fc8ff;
}

.tiles .card .card-body .card-title span.green {
  background-color: #0fc3a5;
}

.tiles .card .card-body .card-title span.yellow {
  background-color: #ffe451;
}

.tiles .card .card-body .card-text {
  font-size: 24px;
  line-height: 1.33;
  color: #28292b;
  padding: 35px 10px 0 10px;
}

@media (max-width: 1366px) {
  .tiles .card .card-body .card-text {
    font-size: 16px;
  }
}

.tiles:lang(fr) .card .card-body .card-title {
  font-size: 44px;
  line-height: 1.4;
  top: -80px;
}

.tiles:lang(fr) .card .card-body .card-title.wide {
  width: 450px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tiles:lang(fr) .card .card-body .card-title {
    font-size: 28px;
    top: -50px;
  }
  .tiles:lang(fr) .card .card-body .card-title.wide {
    width: 290px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tiles:lang(fr) .card .card-body .card-title {
    font-size: 36px;
    top: -70px;
  }
  .tiles:lang(fr) .card .card-body .card-title.wide {
    width: 370px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .tiles:lang(fr) .card .card-body .card-text {
    padding: 25px 10px 0 10px;
  }
}

@-webkit-keyframes iconBounce {
  0% {
    width: 5px;
  }
  60% {
    width: 55px;
  }
  70% {
    width: 50px;
  }
  80% {
    width: 55px;
  }
  90% {
    width: 50px;
  }
  100% {
    width: 55px;
  }
}

@keyframes iconBounce {
  0% {
    width: 5px;
  }
  60% {
    width: 55px;
  }
  70% {
    width: 50px;
  }
  80% {
    width: 55px;
  }
  90% {
    width: 50px;
  }
  100% {
    width: 55px;
  }
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.products-animation {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  height: 0;
}

.products-animation .products .product .images {
  display: none;
}

.products-animation .products .product .content {
  display: none;
}

.products-animation .products .product .content .uppercase .text {
  opacity: 0;
  top: 90px;
}

.products-animation .products .product .content .titles .title {
  height: 0;
  transition: height 1s ease;
}

.products-animation .products .product .content .titles .title .underline {
  visibility: hidden;
}

.products-animation .products .product .buttons {
  display: none;
}

.products-animation .icons {
  display: none;
}

.products-animation .icons .icon .complete img {
  width: 0;
}

.products-animation.active {
  height: calc(100vh - 78px);
  transition: height 2s;
}

.products-animation.active .products {
  background: #28292b;
  height: 100%;
}

.products-animation.active .products .product {
  display: -webkit-box;
  display: flex;
  position: relative;
  height: 100%;
}

.products-animation.active .products .product .images {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.products-animation.active .products .product .images .image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.products-animation.active .products .product .images .image img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.products-animation.active .products .product .images.left .image img {
  left: -400px;
}

.products-animation.active .products .product .images.left .image.active {
  -webkit-animation: bounceLeftImage 1500ms;
  animation: bounceLeftImage 1500ms;
}

.products-animation.active .products .product .images.left .image.active img {
  left: 0;
}

.products-animation.active .products .product .images.left .image.training img:first-of-type {
  top: 200px;
}

.products-animation.active .products .product .images.left .image.training img:nth-of-type(2) {
  top: 470px;
}

.products-animation.active .products .product .images.left .image.training.active img:nth-of-type(2) {
  left: 140px;
}

.products-animation.active .products .product .images.left .image.surveys img:first-of-type {
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.products-animation.active .products .product .images.left .image.surveys img:nth-of-type(2) {
  top: 80px;
}

.products-animation.active .products .product .images.left .image.surveys img:nth-of-type(3) {
  top: 50px;
}

.products-animation.active .products .product .images.left .image.surveys.active img:first-of-type {
  left: 50px;
}

.products-animation.active .products .product .images.left .image.surveys.active img:nth-of-type(2) {
  left: 120px;
}

.products-animation.active .products .product .images.left .image.surveys.active img:nth-of-type(3) {
  left: 220px;
}

.products-animation.active .products .product .images.left .image.jdg img {
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.products-animation.active .products .product .images.left .image.jdg.active img {
  left: 50px;
}

.products-animation.active .products .product .images.left .image.live-hr-advice img {
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.products-animation.active .products .product .images.left .image.time-attendance img {
  top: 70%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}

.products-animation.active .products .product .images.left .image.remove img {
  left: -400px !important;
  transition: left 1s;
}

.products-animation.active .products .product .images.right .image img {
  right: -400px;
}

.products-animation.active .products .product .images.right .image.active {
  -webkit-animation: bounceRightImage 1500ms;
  animation: bounceRightImage 1500ms;
}

.products-animation.active .products .product .images.right .image.active img {
  right: 0;
}

.products-animation.active .products .product .images.right .image.drive img:nth-of-type(2) {
  top: 100%;
  -webkit-transform: translateY(-94%);
  transform: translateY(-94%);
}

.products-animation.active .products .product .images.right .image.drive.active img:nth-of-type(2) {
  right: 123px;
}

.products-animation.active .products .product .images.right .image.training img:first-of-type {
  top: 40px;
}

.products-animation.active .products .product .images.right .image.training img:nth-of-type(2) {
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.products-animation.active .products .product .images.right .image.training.active img:first-of-type {
  right: 200px;
}

.products-animation.active .products .product .images.right .image.training.active img:nth-of-type(2) {
  right: 50px;
}

.products-animation.active .products .product .images.right .image.surveys img:first-of-type {
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.products-animation.active .products .product .images.right .image.surveys img:nth-of-type(2) {
  top: 100px;
}

.products-animation.active .products .product .images.right .image.surveys img:nth-of-type(3) {
  top: 50px;
}

.products-animation.active .products .product .images.right .image.surveys.active img:first-of-type {
  right: 50px;
}

.products-animation.active .products .product .images.right .image.surveys.active img:nth-of-type(2) {
  right: 220px;
}

.products-animation.active .products .product .images.right .image.surveys.active img:nth-of-type(3) {
  right: 110px;
}

.products-animation.active .products .product .images.right .image.jdg img:first-of-type {
  top: 80px;
}

.products-animation.active .products .product .images.right .image.jdg img:nth-of-type(2) {
  top: 290px;
}

.products-animation.active .products .product .images.right .image.jdg img:nth-of-type(3) {
  top: 470px;
}

.products-animation.active .products .product .images.right .image.jdg.active img:first-of-type {
  right: 80px;
}

.products-animation.active .products .product .images.right .image.jdg.active img:nth-of-type(2) {
  right: 150px;
}

.products-animation.active .products .product .images.right .image.jdg.active img:nth-of-type(3) {
  right: 60px;
}

.products-animation.active .products .product .images.right .image.live-hr-advice img {
  top: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.products-animation.active .products .product .images.right .image.time-attendance img:first-of-type {
  top: 60px;
}

.products-animation.active .products .product .images.right .image.time-attendance img:nth-of-type(2) {
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.products-animation.active .products .product .images.right .image.time-attendance img:nth-of-type(3) {
  top: 450px;
}

.products-animation.active .products .product .images.right .image.time-attendance.active img:first-of-type {
  right: 100px;
}

.products-animation.active .products .product .images.right .image.time-attendance.active img:nth-of-type(3) {
  right: 130px;
}

.products-animation.active .products .product .images.right .image.remove img {
  right: -400px !important;
  transition: right 1s;
}

.products-animation.active .products .product .content {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 75px;
  bottom: 75px;
  z-index: 1;
}

.products-animation.active .products .product .content .uppercase .text {
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  white-space: nowrap;
  transition: top 1500ms ease, opacity 500ms;
  z-index: 1;
}

.products-animation.active .products .product .content .uppercase .text.active {
  opacity: 1;
  top: 0;
}

.products-animation.active .products .product .content .uppercase .text.remove {
  top: 90px;
  opacity: 0;
}

.products-animation.active .products .product .content .titles {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  background: #28292b;
  white-space: nowrap;
  z-index: 2;
}

.products-animation.active .products .product .content .titles .title {
  overflow: hidden;
  text-align: center;
  margin: auto;
}

.products-animation.active .products .product .content .titles .title .name {
  display: inline-block;
  font-family: Lato;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  margin-top: 6px;
}

.products-animation.active .products .product .content .titles .title .underline {
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  transition: all 1s ease;
}

.products-animation.active .products .product .content .titles .title.active {
  height: 75px;
}

.products-animation.active .products .product .content .titles .title.active .underline {
  visibility: visible;
}

.products-animation.active .products .product .content .titles .title.remove {
  height: 0;
}

.products-animation.active .products .product .content .titles .title.remove .underline {
  visibility: hidden;
}

.products-animation.active .products .product .content .titles .title.drive .underline {
  background-color: #cdbcf6;
}

.products-animation.active .products .product .content .titles .title.drive .underline.forward {
  background-color: #5fdeff;
}

.products-animation.active .products .product .content .titles .title.training .underline {
  background-color: #5fdeff;
}

.products-animation.active .products .product .content .titles .title.training .underline.forward {
  background-color: #ffca51;
}

.products-animation.active .products .product .content .titles .title.training .underline.backward {
  background-color: #cdbcf6;
}

.products-animation.active .products .product .content .titles .title.pmw .underline {
  background-color: #ffca51;
}

.products-animation.active .products .product .content .titles .title.pmw .underline.backward {
  background-color: #5fdeff;
}

.products-animation.active .products .product .content .titles .title.pmw .underline.forward {
  background-color: #6ddcbe;
}

.products-animation.active .products .product .content .titles .title.surveys .underline {
  background-color: #6ddcbe;
}

.products-animation.active .products .product .content .titles .title.surveys .underline.backward {
  background-color: #ffca51;
}

.products-animation.active .products .product .content .titles .title.surveys .underline.forward {
  background-color: #ef73d0;
}

.products-animation.active .products .product .content .titles .title.jdg .underline {
  background-color: #ef73d0;
}

.products-animation.active .products .product .content .titles .title.jdg .underline.backward {
  background-color: #6ddcbe;
}

.products-animation.active .products .product .content .titles .title.jdg .underline.forward {
  background-color: #4f63ff;
}

.products-animation.active .products .product .content .titles .title.live-hr-advice .underline {
  background-color: #4f63ff;
}

.products-animation.active .products .product .content .titles .title.live-hr-advice .underline.backward {
  background-color: #ef73d0;
}

.products-animation.active .products .product .content .titles .title.live-hr-advice .underline.forward {
  background-color: #ff8029;
}

.products-animation.active .products .product .content .titles .title.time-attendance .underline {
  background-color: #ff8029;
}

.products-animation.active .products .product .content .titles .title.time-attendance .underline.backward {
  background-color: #4f63ff;
}

.products-animation.active .products .product .content .descriptions {
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  white-space: nowrap;
  text-align: center;
}

.products-animation.active .products .product .content .descriptions .description {
  display: none;
  text-align: center;
  width: 610px;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  min-height: 170px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.products-animation.active .products .product .content .descriptions .description p {
  margin: 0;
  white-space: nowrap;
}

.products-animation.active .products .product .content .descriptions .description.active {
  display: block;
}

.products-animation.active .products .product .content .descriptions .description.active p:first-of-type {
  -webkit-animation: slideInText 1s;
  animation: slideInText 1s;
}

.products-animation.active .products .product .content .descriptions .description.active p:nth-of-type(2) {
  -webkit-animation: slideInAndBounceText 1s;
  animation: slideInAndBounceText 1s;
}

.products-animation.active .products .product .content .descriptions .description.active p:nth-of-type(3) {
  -webkit-animation: slideInAndFlipText 1s;
  animation: slideInAndFlipText 1s;
}

.products-animation.active .products .product .content .descriptions .description.active p:nth-of-type(4) {
  -webkit-animation: slideInText 1s;
  animation: slideInText 1s;
}

.products-animation.active .products .product .content .descriptions .description.active p:nth-of-type(5) {
  -webkit-animation: slideInAndBounceText 1s;
  animation: slideInAndBounceText 1s;
}

.products-animation.active .products .product .content .descriptions .description.remove {
  -webkit-animation: slideOutText 750ms;
  animation: slideOutText 750ms;
}

.products-animation.active .products .product .buttons {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100px;
  z-index: 1;
}

.products-animation.active .products .product .buttons button {
  position: relative;
  overflow: hidden;
  width: 165px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.4px;
  -webkit-animation: growAndGlow 3s;
  animation: growAndGlow 3s;
}

.products-animation.active .products .product .buttons button:after {
  -webkit-animation: shine 20s;
  animation: shine 20s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  content: "";
  position: absolute;
  top: -10px;
  left: -100%;
  width: 100%;
  height: 150%;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: blur(30px);
  filter: blur(30px);
  background: rgba(255, 255, 255, 0.53);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 0.53) 77%, rgba(255, 255, 255, 0.8) 92%, rgba(255, 255, 255, 0) 100%);
}

.products-animation.active .products .product .triangle {
  content: '';
  position: absolute;
  bottom: -30px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #28292b;
  transition: left 1s;
}

.products-animation.active .products .product .triangle.hidden {
  display: none;
}

.products-animation.active .icons {
  height: 200px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  background: white;
}

.products-animation.active .icons .icon:not(.complete) img:not(.hr-complete) {
  width: 55px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-animation: iconBounce 3s;
  animation: iconBounce 3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.products-animation.active .icons .icon.complete img {
  width: 60px;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.products-animation.active .icons .icon.complete img.remove {
  width: 0;
  transition: width 1s;
  transition-delay: 500ms;
}

.products-animation.active .icons .icon.active img {
  width: 75px;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.products-animation.active .icons .icon .circle {
  transition: background-color 500ms ease;
}

.products-animation.active .icons .icon .circle.jdg {
  background-color: #ef73d0;
}

.products-animation.active .icons .icon .circle.pmw {
  background-color: #ffca51;
}

.products-animation.active .icons .icon .circle.live-hr-advice {
  background-color: #4f63ff;
}

.products-animation.active .icons .icon .circle.training {
  background-color: #5fdeff;
}

.products-animation.active .icons .icon .circle.time-attendance {
  background-color: #ff8029;
}

.products-animation.active .icons .icon .circle.drive {
  background-color: #7f53eb;
}

.products-animation.active .icons .icon.collapse-into img {
  z-index: 1;
  width: 0;
}

.products-animation.active .icons .icon.collapse-into .circle {
  z-index: 0;
}

.products-animation.active .icons .icon .complete img {
  width: 0;
}

.products-animation.active .icons .icon .complete.show img {
  width: 75px;
}

.products-animation .icons {
  height: 0;
}

.products-animation .icons .icon {
  -webkit-box-flex: 1;
  flex: 1;
  position: relative;
}

.products-animation .icons .icon img {
  width: 5px;
  transition: all 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.products-animation .icons .icon .circle {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background-color: #6ddcbe;
  transition: all 1s;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.products-animation .icons .icon .complete img {
  width: 0;
}

@-webkit-keyframes slideOutText {
  0% {
    opacity: 0.4;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideOutText {
  0% {
    opacity: 0.4;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bounceLeftImage {
  0% {
    left: -400px;
  }
  60% {
    left: 0;
  }
  70% {
    left: -10px;
  }
  80% {
    left: 0;
  }
  90% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}

@keyframes bounceLeftImage {
  0% {
    left: -400px;
  }
  60% {
    left: 0;
  }
  70% {
    left: -10px;
  }
  80% {
    left: 0;
  }
  90% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes bounceRightImage {
  0% {
    right: -400px;
  }
  60% {
    right: 0;
  }
  70% {
    right: -10px;
  }
  80% {
    right: 0;
  }
  90% {
    right: -5px;
  }
  100% {
    right: 0;
  }
}

@keyframes bounceRightImage {
  0% {
    right: -400px;
  }
  60% {
    right: 0;
  }
  70% {
    right: -10px;
  }
  80% {
    right: 0;
  }
  90% {
    right: -5px;
  }
  100% {
    right: 0;
  }
}

@-webkit-keyframes growAndGlow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    box-shadow: 0 0 10px -10px rgba(255, 255, 255, 0.5);
  }
  80% {
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 10px -10px rgba(255, 255, 255, 0.5);
  }
}

@keyframes growAndGlow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    box-shadow: 0 0 10px -10px rgba(255, 255, 255, 0.5);
  }
  80% {
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 10px -10px rgba(255, 255, 255, 0.5);
  }
}

@-webkit-keyframes glow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    box-shadow: 0 0 10px -10px rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 10px -10px rgba(255, 255, 255, 0.5);
  }
}

@keyframes glow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    box-shadow: 0 0 10px -10px rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 10px -10px rgba(255, 255, 255, 0.5);
  }
}

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

@keyframes shine {
  10% {
    opacity: 1;
    left: 100%;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
}

@-webkit-keyframes slideInText {
  from {
    letter-spacing: 3em;
    margin: 0 -100%;
    opacity: 0;
  }
  to {
    letter-spacing: normal;
    margin: 0;
    opacity: 1;
  }
}

@keyframes slideInText {
  from {
    letter-spacing: 3em;
    margin: 0 -100%;
    opacity: 0;
  }
  to {
    letter-spacing: normal;
    margin: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slideInAndBounceText {
  0% {
    letter-spacing: 2em;
    margin: 0 -100px;
    opacity: 0;
  }
  40% {
    opacity: 1;
    margin: 0;
    letter-spacing: -10px;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes slideInAndBounceText {
  0% {
    letter-spacing: 2em;
    margin: 0 -100px;
    opacity: 0;
  }
  40% {
    opacity: 1;
    margin: 0;
    letter-spacing: -10px;
  }
  100% {
    letter-spacing: normal;
  }
}

@-webkit-keyframes slideInAndFlipText {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    letter-spacing: 2em;
    opacity: 0;
    margin: 0 -100px;
  }
  80% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    letter-spacing: -5px;
    opacity: 1;
    margin: 0;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes slideInAndFlipText {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    letter-spacing: 2em;
    opacity: 0;
    margin: 0 -100px;
  }
  80% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    letter-spacing: -5px;
    opacity: 1;
    margin: 0;
  }
  100% {
    letter-spacing: normal;
  }
}

.accordion-container {
  height: calc(100vh - 78px);
  background-color: #28292b;
  display: -webkit-box;
  display: flex;
}

.accordion-container .icons {
  width: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  background: white;
}

.accordion-container .icons .icon {
  padding: 20px;
  text-align: center;
}

.accordion-container .icons .icon img {
  width: 80%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 1s;
}

.accordion-container .icons .icon.complete img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.accordion-container .icons .icon.active img {
  width: 100%;
}

.accordion-container .accordion {
  -webkit-box-flex: 1;
  flex: 1;
  margin: 0;
  padding: 0;
}

.accordion-container .accordion * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* LIST */
ul {
  list-style: none;
}

/* FORM */
input {
  display: none;
}

input[type="radio"] ~ label {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  align-items: center;
  float: left;
  height: calc(100vh - 67px);
  width: 75px;
  overflow: hidden;
  background: #30354a;
  font-size: 14px;
  line-height: 50px;
  transition: all 300ms ease;
  padding: 15px 0;
  box-shadow: -5px 0 5px 1px rgba(0, 0, 0, 0.2);
}

input[type="radio"] ~ label .product-name {
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: center;
  margin: auto 0;
  color: #28292b;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

input[type="radio"] ~ label .icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-bottom: 20px;
}

input[type="radio"] ~ label .icon img {
  width: 46px;
  height: 29px;
}

li:nth-child(1) > input + label {
  background: #7f53eb;
}

li:nth-child(1) > input + label:hover {
  background: #7f53eb;
}

li:nth-child(1) .accslide {
  background-image: url(/images/home/icons/transparent/complete-lg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

li:nth-child(1) .accslide .content .product-name {
  border-color: #7f53eb;
}

li:nth-child(2) > input + label {
  background: #cdbcf6;
}

li:nth-child(2) > input + label:hover {
  background: #cdbcf6;
}

li:nth-child(2) .accslide {
  background-image: url(/images/home/icons/transparent/fundamentals-lg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

li:nth-child(2) .accslide .content .product-name {
  border-color: #cdbcf6;
}

li:nth-child(3) > input + label {
  background: #a68ce3;
}

li:nth-child(3) > input + label:hover {
  background: #a68ce3;
}

li:nth-child(3) .accslide {
  background-image: url(/images/home/icons/transparent/drive-lg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

li:nth-child(3) .accslide .content .product-name {
  border-color: #a68ce3;
}

li:nth-child(4) > input + label {
  background: #5fdeff;
}

li:nth-child(4) > input + label:hover {
  background: #5fdeff;
}

li:nth-child(4) .accslide {
  background-image: url(/images/home/icons/transparent/training-lg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

li:nth-child(4) .accslide .content .product-name {
  border-color: #5fdeff;
}

li:nth-child(5) > input + label {
  background: #ffca51;
}

li:nth-child(5) > input + label:hover {
  background: #ffca51;
}

li:nth-child(5) .accslide {
  background-image: url(/images/home/icons/transparent/pmw-lg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

li:nth-child(5) .accslide .content .product-name {
  border-color: #ffca51;
}

li:nth-child(6) > input + label {
  background: #6ddcbe;
}

li:nth-child(6) > input + label:hover {
  background: #6ddcbe;
}

li:nth-child(6) .accslide {
  background-image: url(/images/home/icons/transparent/surveys-lg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

li:nth-child(6) .accslide .content .product-name {
  border-color: #6ddcbe;
}

li:nth-child(7) > input + label {
  background: #ef73d0;
}

li:nth-child(7) > input + label:hover {
  background: #ef73d0;
}

li:nth-child(7) .accslide {
  background-image: url(/images/home/icons/transparent/jdg-lg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

li:nth-child(7) .accslide .content .product-name {
  border-color: #ef73d0;
}

li:nth-child(8) > input + label {
  background: #4f63ff;
}

li:nth-child(8) > input + label:hover {
  background: #4f63ff;
}

li:nth-child(8) .accslide {
  background-image: url(/images/home/icons/transparent/live-hr-advice-lg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

li:nth-child(8) .accslide .content .product-name {
  border-color: #4f63ff;
}

li:nth-child(9) > input + label {
  background: #ff8029;
}

li:nth-child(9) > input + label:hover {
  background: #ff8029;
}

li:nth-child(9) .accslide {
  background-image: url(/images/home/icons/transparent/time-attendance-lg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

li:nth-child(9) .accslide .content .product-name {
  border-color: #ff8029;
}

li > input[type="radio"]:not(:checked) + label:hover {
  cursor: pointer;
}

li:not(:first-of-type) > input[type="radio"]:not(:checked) + label:hover {
  margin-left: -20px;
  width: 95px;
}

input[type="radio"]:checked ~ label {
  cursor: default !important;
}

input[type="radio"]:checked ~ .accslide .content {
  opacity: 1;
}

/* SLIDES */
.accslide {
  display: block;
  height: calc(100vh - 55px);
  width: 0px;
  padding: 10px 0;
  float: left;
  overflow-x: hidden;
  font-size: 12px;
  line-height: 1.5;
  transition: all 700ms ease;
  background-color: #28292b;
  color: #fff;
}

.accslide .content {
  opacity: 0;
  padding-left: 80px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  transition: all 350ms ease;
  overflow: hidden;
}

.accslide .content img {
  margin-bottom: 70px;
}

.accslide .content .product-name {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.27;
  border-bottom: 6px solid #7f53eb;
  margin-bottom: 60px;
  padding: 5px 0;
}

.accslide .content .product-name sup {
  font-size: 0.5em;
}

.accslide .content p {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  max-width: 590px;
  margin-bottom: 40px;
}

.accslide .content a {
  width: 165px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.4px;
}

@media (max-width: 1199.98px) {
  .accslide .content {
    padding-left: 40px;
  }
  .accslide .content img {
    width: 80px;
    margin-bottom: 40px;
  }
  .accslide .content .product-name {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .accslide .content p {
    font-size: 24px;
    max-width: 400px;
    margin-bottom: 30px;
    padding-right: 10px;
  }
  .accslide:lang(fr) .content .product-name {
    font-size: 28px;
  }
}

li:nth-child(1):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 2));
}

li:nth-child(2):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 2));
}

li:nth-child(1):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 3));
}

li:nth-child(2):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 3));
}

li:nth-child(3):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 3));
}

li:nth-child(1):nth-last-child(4) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 4));
}

li:nth-child(2):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 4));
}

li:nth-child(3):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 4));
}

li:nth-child(4):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 4));
}

li:nth-child(1):nth-last-child(5) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 5));
}

li:nth-child(2):nth-last-child(4) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 5));
}

li:nth-child(3):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 5));
}

li:nth-child(4):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 5));
}

li:nth-child(5):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 5));
}

li:nth-child(1):nth-last-child(6) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 6));
}

li:nth-child(2):nth-last-child(5) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 6));
}

li:nth-child(3):nth-last-child(4) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 6));
}

li:nth-child(4):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 6));
}

li:nth-child(5):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 6));
}

li:nth-child(6):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 6));
}

li:nth-child(1):nth-last-child(7) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 7));
}

li:nth-child(2):nth-last-child(6) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 7));
}

li:nth-child(3):nth-last-child(5) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 7));
}

li:nth-child(4):nth-last-child(4) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 7));
}

li:nth-child(5):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 7));
}

li:nth-child(6):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 7));
}

li:nth-child(7):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 7));
}

li:nth-child(1):nth-last-child(8) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 8));
}

li:nth-child(2):nth-last-child(7) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 8));
}

li:nth-child(3):nth-last-child(6) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 8));
}

li:nth-child(4):nth-last-child(5) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 8));
}

li:nth-child(5):nth-last-child(4) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 8));
}

li:nth-child(6):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 8));
}

li:nth-child(7):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 8));
}

li:nth-child(8):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 8));
}

li:nth-child(1):nth-last-child(9) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 9));
}

li:nth-child(2):nth-last-child(8) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 9));
}

li:nth-child(3):nth-last-child(7) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 9));
}

li:nth-child(4):nth-last-child(6) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 9));
}

li:nth-child(5):nth-last-child(5) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 9));
}

li:nth-child(6):nth-last-child(4) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 9));
}

li:nth-child(7):nth-last-child(3) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 9));
}

li:nth-child(8):nth-last-child(2) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 9));
}

li:nth-child(9):nth-last-child(1) input[type="radio"]:checked ~ .accslide {
  width: calc(100% - (75px * 9));
}

.products-animation-final {
  width: 100%;
  position: relative;
  height: 0;
  height: calc(100vh - 67px);
  max-height: 900px;
  /************** pre-animation styles **************/
  /************** animation start **************/
}

.products-animation-final .products {
  height: 0;
  width: 100%;
  background: #28292b;
  transition: height 1700ms ease;
}

.products-animation-final .products .content .uppercase {
  position: relative;
}

.products-animation-final .products .content .uppercase .text {
  position: absolute;
  opacity: 0;
  bottom: 30px;
}

.products-animation-final .products .content .uppercase .text:first-of-type {
  bottom: -40px;
}

.products-animation-final .products .content .button a {
  display: none;
}

.products-animation-final .products .content .titles, .products-animation-final .products .content .descriptions {
  display: none;
}

.products-animation-final .products .content .titles .title.drive .underline {
  width: 0;
}

.products-animation-final .products .content .descriptions .description p {
  margin: 0;
}

.products-animation-final .products .images {
  display: none;
  position: relative;
}

.products-animation-final .products .images .image {
  position: absolute;
}

.products-animation-final .products .images .image.left {
  right: 100%;
}

.products-animation-final .products .images .image.right {
  left: 100%;
}

.products-animation-final.first .products .content .uppercase .text:first-of-type {
  bottom: -40px;
}

.products-animation-final .icons .icon img {
  width: 0;
}

.products-animation-final .icons .skip {
  opacity: 0;
}

.products-animation-final.active .products {
  height: 80%;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

.products-animation-final.active .products .content {
  -webkit-box-flex: 1;
  flex: 1 0 70%;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.products-animation-final.active .products .content .uppercase {
  -webkit-box-flex: 1;
  flex: 1 0 10%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}

.products-animation-final.active .products .content .uppercase .text {
  opacity: 0;
  transition: opacity 500ms ease;
  bottom: 30px;
}

.products-animation-final.active .products .content .uppercase .text.show {
  bottom: 30px;
  opacity: 1;
}

.products-animation-final.active .products .content .uppercase .text.show.first {
  transition: all 650ms ease;
}

.products-animation-final.active .products .content .uppercase .text.remove {
  opacity: 0;
}

.products-animation-final.active .products .content .titles {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.products-animation-final.active .products .content .titles .title {
  position: absolute;
  top: 0;
  height: 6px;
}

.products-animation-final.active .products .content .titles .title:not(.first) {
  transition: height 500ms linear;
}

.products-animation-final.active .products .content .titles .title .name {
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: 0;
  padding-top: 5px;
}

.products-animation-final.active .products .content .titles .title .name span {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.25;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms ease;
}

@media (max-width: 1199.98px) {
  .products-animation-final.active .products .content .titles .title .name span {
    font-size: 38px;
  }
}

.products-animation-final.active .products .content .titles .title .name.show {
  height: 100%;
}

.products-animation-final.active .products .content .titles .title .name.show.first span:nth-of-type(1) {
  opacity: 1;
  transition-delay: 100ms;
}

.products-animation-final.active .products .content .titles .title .name.show.first span:nth-of-type(2) {
  opacity: 1;
  transition-delay: 200ms;
}

.products-animation-final.active .products .content .titles .title .name.show.first span:nth-of-type(3) {
  opacity: 1;
  transition-delay: 300ms;
}

.products-animation-final.active .products .content .titles .title .name.show.first span:nth-of-type(4) {
  opacity: 1;
  transition-delay: 400ms;
}

.products-animation-final.active .products .content .titles .title .name.show.first span:nth-of-type(5) {
  opacity: 1;
  transition-delay: 500ms;
}

.products-animation-final.active .products .content .titles .title .name.show.first span:nth-of-type(6) {
  opacity: 1;
  transition-delay: 600ms;
}

.products-animation-final.active .products .content .titles .title .name.show.first span:nth-of-type(7) {
  opacity: 1;
  transition-delay: 700ms;
}

.products-animation-final.active .products .content .titles .title .name.show.first span:nth-of-type(8) {
  opacity: 1;
  transition-delay: 800ms;
}

.products-animation-final.active .products .content .titles .title .name.show.first span:nth-of-type(9) {
  opacity: 1;
  transition-delay: 900ms;
}

.products-animation-final.active .products .content .titles .title .name.show.first span:nth-of-type(10) {
  opacity: 1;
  transition-delay: 1000ms;
}

.products-animation-final.active .products .content .titles .title .name.show.first span:nth-of-type(11) {
  opacity: 1;
  transition-delay: 1100ms;
}

.products-animation-final.active .products .content .titles .title .name.show.first span:nth-of-type(12) {
  opacity: 1;
  transition-delay: 1200ms;
}

.products-animation-final.active .products .content .titles .title .name.show span {
  opacity: 1;
}

.products-animation-final.active .products .content .titles .title .underline {
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  transition: all 500ms ease;
}

.products-animation-final.active .products .content .titles .title.active .underline {
  visibility: visible;
  width: 100%;
}

.products-animation-final.active .products .content .titles .title.active .underline.first {
  transition-delay: 1s;
}

.products-animation-final.active .products .content .titles .title.remove .underline {
  visibility: hidden;
}

.products-animation-final.active .products .content .titles .title.drive .underline {
  background-color: #cdbcf6;
}

.products-animation-final.active .products .content .titles .title.training .underline {
  background-color: #5fdeff;
}

.products-animation-final.active .products .content .titles .title.pmw .underline {
  background-color: #ffca51;
}

.products-animation-final.active .products .content .titles .title.surveys .underline {
  background-color: #6ddcbe;
}

.products-animation-final.active .products .content .titles .title.jdg .underline {
  background-color: #ef73d0;
}

.products-animation-final.active .products .content .titles .title.live-hr-advice .underline {
  background-color: #4f63ff;
}

.products-animation-final.active .products .content .titles .title.time-attendance .underline {
  background-color: #ff8029;
}

.products-animation-final.active .products .content .titles .title.active {
  height: 70px;
}

.products-animation-final.active .products .content .titles .title.active .underline {
  visibility: visible;
}

.products-animation-final.active .products .content .titles .title.remove {
  height: 6px;
}

.products-animation-final.active .products .content .titles .title.drive .name span:last-of-type {
  font-size: 24px;
}

.products-animation-final.active .products .content .descriptions {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 0 30%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  min-height: 170px;
}

@media (max-width: 1199.98px) {
  .products-animation-final.active .products .content .descriptions {
    font-size: 24px;
  }
}

.products-animation-final.active .products .content .descriptions .description {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.products-animation-final.active .products .content .descriptions .description.active {
  z-index: 1;
  opacity: 1;
}

.products-animation-final.active .products .content .descriptions .description.active p {
  margin: 0;
  white-space: nowrap;
}

.products-animation-final.active .products .content .descriptions .description.active p:first-of-type {
  -webkit-animation: slideInText 1s;
  animation: slideInText 1s;
}

.products-animation-final.active .products .content .descriptions .description.active p:nth-of-type(2) {
  -webkit-animation: slideInAndBounceText 1s;
  animation: slideInAndBounceText 1s;
}

.products-animation-final.active .products .content .descriptions .description.active p:nth-of-type(3) {
  -webkit-animation: slideInAndFlipText 1s;
  animation: slideInAndFlipText 1s;
}

.products-animation-final.active .products .content .descriptions .description.active p:nth-of-type(4) {
  -webkit-animation: slideInText 1s;
  animation: slideInText 1s;
}

.products-animation-final.active .products .content .descriptions .description.active p:nth-of-type(5) {
  -webkit-animation: slideInAndBounceText 1s;
  animation: slideInAndBounceText 1s;
}

.products-animation-final.active .products .content .descriptions .description.remove {
  opacity: 0;
  -webkit-animation: fadeOutText 1s;
  animation: fadeOutText 1s;
}

.products-animation-final.active .products .content .button {
  -webkit-box-flex: 1;
  flex: 1 0 10%;
}

.products-animation-final.active .products .content .button a {
  display: none;
  width: 165px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.4px;
}

.products-animation-final.active .products .content .button a.show {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.products-animation-final.active .products .content .button a.show.first {
  -webkit-animation: growAndGlow 3s;
  animation: growAndGlow 3s;
  position: relative;
  overflow: hidden;
}

.products-animation-final.active .products .content .button a.show.first:after {
  -webkit-animation: shine 20s;
  animation: shine 20s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  content: "";
  position: absolute;
  top: -10px;
  left: -100%;
  width: 100%;
  height: 150%;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: blur(30px);
  filter: blur(30px);
  background: rgba(255, 255, 255, 0.53);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 0.53) 77%, rgba(255, 255, 255, 0.8) 92%, rgba(255, 255, 255, 0) 100%);
}

.products-animation-final.active .products .images {
  display: block;
  -webkit-box-flex: 1;
  flex: 1 0 15%;
  position: relative;
}

.products-animation-final.active .products .images.left .image {
  right: 100%;
}

.products-animation-final.active .products .images.left .image.show {
  left: 0;
  right: auto;
  -webkit-animation: slideInLeft 1s linear;
  animation: slideInLeft 1s linear;
}

@media (max-width: 1350px) {
  .products-animation-final.active .products .images.left .image.show {
    left: auto;
    right: 0;
    -webkit-animation: none;
    animation: none;
    transition: right 1s ease;
  }
}

.products-animation-final.active .products .images.left .image.drive {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.products-animation-final.active .products .images.left .image.drive.remove {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.products-animation-final.active .products .images.left .image.pmw {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.products-animation-final.active .products .images.left .image.pmw.remove {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.products-animation-final.active .products .images.left .image.surveys {
  bottom: 0;
}

.products-animation-final.active .products .images.left .image.jdg {
  bottom: 0;
  padding: 0 20px;
}

.products-animation-final.active .products .images.left .image.live-hr-advice {
  bottom: 0;
}

.products-animation-final.active .products .images.left .image.time-attendance {
  top: 70%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}

.products-animation-final.active .products .images.left .image.time-attendance.remove {
  -webkit-transform: translate(-100%, -70%);
  transform: translate(-100%, -70%);
}

.products-animation-final.active .products .images.left .image.remove {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform 500ms linear;
  transition: transform 500ms linear;
  transition: transform 500ms linear, -webkit-transform 500ms linear;
}

.products-animation-final.active .products .images.right .image {
  left: 100%;
}

.products-animation-final.active .products .images.right .image.show {
  right: 0;
  left: auto;
  -webkit-animation: slideInRight 1s linear;
  animation: slideInRight 1s linear;
}

@media (max-width: 1350px) {
  .products-animation-final.active .products .images.right .image.show {
    right: auto;
    left: 0;
    -webkit-animation: none;
    animation: none;
    transition: left 1s ease;
  }
}

.products-animation-final.active .products .images.right .image.drive {
  bottom: 0;
}

.products-animation-final.active .products .images.right .image.training {
  bottom: 0;
  height: 100%;
}

.products-animation-final.active .products .images.right .image.pmw {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.products-animation-final.active .products .images.right .image.pmw.remove {
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.products-animation-final.active .products .images.right .image.surveys {
  bottom: 0;
}

.products-animation-final.active .products .images.right .image.jdg {
  top: 5%;
  padding: 0 20px;
}

.products-animation-final.active .products .images.right .image.live-hr-advice {
  bottom: 0;
}

.products-animation-final.active .products .images.right .image.time-attendance {
  top: 30px;
}

.products-animation-final.active .products .images.right .image.remove {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 500ms linear;
  transition: transform 500ms linear;
  transition: transform 500ms linear, -webkit-transform 500ms linear;
}

.products-animation-final.active .icons {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  background-color: white;
  height: 20%;
}

.products-animation-final.active .icons.show .icon {
  -webkit-box-flex: 1;
  flex: 1 0 0;
  text-align: center;
}

.products-animation-final.active .icons.show .icon img {
  cursor: pointer;
  width: 60px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 1s ease;
  margin-bottom: 10px;
}

.products-animation-final.active .icons.show .icon.completed img {
  width: 60px;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.products-animation-final.active .icons.show .icon.active img {
  width: 75px;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.products-animation-final.active .icons.show.first .icon img {
  transition: width 1s ease;
}

.products-animation-final.active .icons.show.first .icon.training img {
  transition-delay: 300ms;
}

.products-animation-final.active .icons.show.first .icon.pmw img {
  transition-delay: 400ms;
}

.products-animation-final.active .icons.show.first .icon.surveys img {
  transition-delay: 500ms;
}

.products-animation-final.active .icons.show.first .icon.jdg img {
  transition-delay: 600ms;
}

.products-animation-final.active .icons.show.first .icon.live-hr-advice img {
  transition-delay: 700ms;
}

.products-animation-final.active .icons.show.first .icon.time-attendance img {
  transition-delay: 800ms;
}

.products-animation-final.active .icons .triangle {
  content: '';
  position: absolute;
  top: -30px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #28292b;
  transition: all 1s;
  left: 0;
}

.products-animation-final.active .icons .triangle.show {
  top: 0;
}

.products-animation-final.active .icons .triangle.hidden {
  top: -30px;
  z-index: 0;
}

.products-animation-final.active .icons .skip {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  color: #0072E0;
  opacity: 0;
  transition: opacity 2s ease;
}

.products-animation-final.active .icons .skip.show {
  opacity: 1;
}

.products-animation-final.post-animation {
  height: 0;
}

.products-wrapper {
  position: relative;
  overflow: hidden;
}

.products-wrapper .accordion-container.pre-animation {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
  z-index: -1;
}

.products-wrapper .accordion-container.pre-animation .accordion {
  position: relative;
}

.products-wrapper .accordion-container.pre-animation .accordion li {
  position: absolute;
  right: -85px;
  transition: right 400ms ease;
}

.products-wrapper .accordion-container.pre-animation.animate {
  z-index: 10;
  pointer-events: none;
}

.products-wrapper .accordion-container.pre-animation.animate .accordion li:nth-of-type(8) {
  right: 0;
}

.products-wrapper .accordion-container.pre-animation.animate .accordion li:nth-of-type(7) {
  right: 75px;
  transition-delay: 150ms;
}

.products-wrapper .accordion-container.pre-animation.animate .accordion li:nth-of-type(6) {
  right: 150px;
  transition-delay: 300ms;
}

.products-wrapper .accordion-container.pre-animation.animate .accordion li:nth-of-type(5) {
  right: 225px;
  transition-delay: 450ms;
}

.products-wrapper .accordion-container.pre-animation.animate .accordion li:nth-of-type(4) {
  right: 300px;
  transition-delay: 600ms;
}

.products-wrapper .accordion-container.pre-animation.animate .accordion li:nth-of-type(3) {
  right: 375px;
  transition-delay: 750ms;
}

.products-wrapper .accordion-container.pre-animation.animate .accordion li:nth-of-type(2) {
  right: 450px;
  transition-delay: 900ms;
}

.products-wrapper .accordion-container.pre-animation.animate .accordion li:nth-of-type(1) {
  width: 100%;
  right: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: right 1s ease;
  transition-delay: 1000ms;
}

.products-animation-beta {
  height: calc(100vh - 67px);
  max-height: 900px;
  width: 100%;
}

@media (max-width: 1366px) {
  .products-animation-beta {
    height: 750px;
  }
}

@media (max-width: 1365) {
  .products-animation-beta {
    display: none;
  }
}

.products-animation-beta .products {
  height: 0;
  width: 100%;
  background: #28292b;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  transition: height 1700ms ease;
}

@media (max-width: 1366px) {
  .products-animation-beta .products {
    height: 80%;
  }
}

.products-animation-beta .products .content {
  -webkit-box-flex: 1;
  flex: 1 0 60%;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.products-animation-beta .products .content .uppercase {
  -webkit-box-flex: 1;
  flex: 1 0 10%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.products-animation-beta .products .content .titles {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.products-animation-beta .products .content .titles .name {
  font-family: Lato;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.25;
  width: 0;
  overflow: hidden;
  transition: all 1200ms ease;
}

.products-animation-beta .products .content .titles .underline {
  height: 6px;
  width: 100%;
  background-color: red;
}

.products-animation-beta .products .content .descriptions {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 0 30%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  min-height: 170px;
}

.products-animation-beta .products .content .descriptions .description {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.products-animation-beta .products .content .descriptions .description.active {
  z-index: 1;
  opacity: 1;
}

.products-animation-beta .products .content .descriptions .description.active p:first-of-type {
  -webkit-animation: slideInText 1s;
  animation: slideInText 1s;
}

.products-animation-beta .products .content .descriptions .description.active p:nth-of-type(2) {
  -webkit-animation: slideInAndBounceText 1s;
  animation: slideInAndBounceText 1s;
}

.products-animation-beta .products .content .descriptions .description.active p:nth-of-type(3) {
  -webkit-animation: slideInAndFlipText 1s;
  animation: slideInAndFlipText 1s;
}

.products-animation-beta .products .content .descriptions .description.active p:nth-of-type(4) {
  -webkit-animation: slideInText 1s;
  animation: slideInText 1s;
}

.products-animation-beta .products .content .descriptions .description.active p:nth-of-type(5) {
  -webkit-animation: slideInAndBounceText 1s;
  animation: slideInAndBounceText 1s;
}

.products-animation-beta .products .content .descriptions .description.active.remove {
  opacity: 0;
  -webkit-animation: fadeOutText 1s;
  animation: fadeOutText 1s;
}

.products-animation-beta .products .content .descriptions .description p {
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 1366px) {
  .products-animation-beta .products .content .descriptions {
    font-size: 24px;
  }
}

.products-animation-beta .products .content .button {
  -webkit-box-flex: 1;
  flex: 1 0 10%;
}

.products-animation-beta .products .content .button button {
  width: 165px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.4px;
}

.products-animation-beta .products .images {
  -webkit-box-flex: 1;
  flex: 1 0 20%;
  position: relative;
}

.products-animation-beta .products .images .image {
  position: relative;
  width: 100%;
  height: 100%;
}

.products-animation-beta .products .images .image img {
  position: absolute;
}

.products-animation-beta .products .images.left .image.drive {
  background-image: url("/images/home/products/drive/books-left.png");
  background-position: top 50% left -350px;
  background-repeat: no-repeat;
}

@media (max-width: 1366px) {
  .products-animation-beta .products .images.left .image.drive {
    background: url("/images/home/products/drive/books-left-tablet.png") top 50% left no-repeat;
  }
}

.products-animation-beta .products .images.right .image.drive {
  background-image: url("/images/home/products/drive/person-ladder.png"), url("/images/home/products/drive/books-right.png");
  background-position: top 100% right -200px, top 50% right -350px;
  background-repeat: no-repeat, no-repeat;
}

@media (max-width: 1366px) {
  .products-animation-beta .products .images.right .image.drive {
    background: url("/images/home/products/drive/person-ladder-tablet.png") bottom right no-repeat;
  }
}

.products-animation-beta .icons {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  background-color: white;
  height: 20%;
}

.products-animation-beta .icons .skip {
  display: none;
  position: absolute;
  right: -20px;
  cursor: pointer;
}

.products-animation-beta .icons .skip.show {
  display: block;
}

.products-animation-beta .icons .icon {
  -webkit-box-flex: 1;
  flex: 1 0 0;
  text-align: center;
}

.products-animation-beta .icons .icon img {
  width: 0;
}

.products-animation-beta .icons .icon .complete {
  display: none;
}

@media (max-width: 1366px) {
  .products-animation-beta .icons {
    height: 20%;
  }
}

.products-animation-beta.active .products {
  height: 80%;
}

.products-animation-beta.active .images.show.left .image {
  -webkit-animation: slideInLeft 1.5s linear;
  animation: slideInLeft 1.5s linear;
}

.products-animation-beta.active .images.show.left .image.drive {
  background-position: top 50% left -70px;
}

.products-animation-beta.active .images.show.right .image {
  -webkit-animation: slideInRight 1.5s linear;
  animation: slideInRight 1.5s linear;
}

.products-animation-beta.active .images.show.right .image.drive {
  background-position: top 100% right 55px, top 50% right -70px;
}

.products-animation-beta.active .icons.show .icon img {
  cursor: pointer;
  width: 60px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 1s ease;
}

.products-animation-beta.active .icons.show .icon.completed img {
  width: 60px;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.products-animation-beta.active .icons.show .icon.active img {
  width: 75px;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.products-animation-beta.active .icons.show.first .icon img {
  transition: width 1s ease;
}

.products-animation-beta.active .icons.show.first .icon.training img {
  transition-delay: 300ms;
}

.products-animation-beta.active .icons.show.first .icon.pmw img {
  transition-delay: 400ms;
}

.products-animation-beta.active .icons.show.first .icon.surveys img {
  transition-delay: 500ms;
}

.products-animation-beta.active .icons.show.first .icon.jdg img {
  transition-delay: 600ms;
}

.products-animation-beta.active .icons.show.first .icon.live-hr-advice img {
  transition-delay: 700ms;
}

.products-animation-beta.active .icons.show.first .icon.time-attendance img {
  transition-delay: 800ms;
}

@-webkit-keyframes fadeOutText {
  0% {
    opacity: 0.7;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutText {
  0% {
    opacity: 0.7;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    left: -100%;
  }
  60% {
    left: 0;
  }
  70% {
    left: -10px;
  }
  80% {
    left: 0;
  }
  90% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}

@keyframes slideInLeft {
  0% {
    left: -100%;
  }
  60% {
    left: 0;
  }
  70% {
    left: -10px;
  }
  80% {
    left: 0;
  }
  90% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    right: -100%;
  }
  60% {
    right: 0;
  }
  70% {
    right: -10px;
  }
  80% {
    right: 0;
  }
  90% {
    right: -5px;
  }
  100% {
    right: 0;
  }
}

@keyframes slideInRight {
  0% {
    right: -100%;
  }
  60% {
    right: 0;
  }
  70% {
    right: -10px;
  }
  80% {
    right: 0;
  }
  90% {
    right: -5px;
  }
  100% {
    right: 0;
  }
}

.mobile-accordion .card {
  border: none;
  border-radius: 0;
}

.mobile-accordion .card .card-header {
  border: none;
  border-radius: 0;
  padding: 0;
  height: 50px;
  text-align: center;
}

.mobile-accordion .card .card-header h2 button {
  font-family: Lato;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.6px;
  color: #28292b;
  text-transform: uppercase;
  border: none;
}

.mobile-accordion .card .card-header.complete {
  background-color: #7f53eb;
}

.mobile-accordion .card .card-header.fundamentals {
  background-color: #cdbcf6;
}

.mobile-accordion .card .card-header.drive {
  background-color: #a68ce3;
}

.mobile-accordion .card .card-header.training {
  background-color: #5fdeff;
}

.mobile-accordion .card .card-header.pmw {
  background-color: #ffca51;
}

.mobile-accordion .card .card-header.surveys {
  background-color: #6ddcbe;
}

.mobile-accordion .card .card-header.jdg {
  background-color: #ef73d0;
}

.mobile-accordion .card .card-header.live-hr-advice {
  background-color: #4f63ff;
}

.mobile-accordion .card .card-header.time-attendance {
  background-color: #ff8029;
}

.mobile-accordion .card .card-body {
  background-color: #28292b;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

.mobile-accordion .card .card-body .title {
  display: inline-block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.25;
  padding-bottom: 10px;
  border-bottom: 4px solid;
}

.mobile-accordion .card .card-body .title.complete {
  border-color: #7f53eb;
}

.mobile-accordion .card .card-body .title.fundamentals {
  border-color: #cdbcf6;
}

.mobile-accordion .card .card-body .title.drive {
  border-color: #a68ce3;
}

.mobile-accordion .card .card-body .title.training {
  border-color: #5fdeff;
}

.mobile-accordion .card .card-body .title.pmw {
  border-color: #ffca51;
}

.mobile-accordion .card .card-body .title.surveys {
  border-color: #6ddcbe;
}

.mobile-accordion .card .card-body .title.jdg {
  border-color: #ef73d0;
}

.mobile-accordion .card .card-body .title.live-hr-advice {
  border-color: #4f63ff;
}

.mobile-accordion .card .card-body .title.time-attendance {
  border-color: #ff8029;
}

.mobile-accordion .card .card-body p {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  padding: 25px 0;
  max-width: 500px;
  margin: auto;
}

.mobile-accordion .card .card-body a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-align: center;
  width: 160px;
  padding: 15px 0;
}

/* HUBSPOT */
.leadinModal .leadinModal-content {
  max-height: 90%;
}

.leadinModal .leadinModal-content .leadin-input-wrapper input {
  display: block;
}

.affiliates {
  background-color: #f5f6f8;
  padding: 95px 0;
}

@media (max-width: 768px) {
  .affiliates {
    padding: 45px 0;
  }
}

.affiliates h1 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #28292b;
  max-width: 800px;
  margin: auto;
}

@media (max-width: 768px) {
  .affiliates h1 {
    font-size: 32px;
  }
}

.affiliates .carousel {
  margin-top: 60px;
}

.affiliates .carousel img {
  max-width: 100%;
  max-height: 40px;
}

.affiliates .carousel .carousel-inner {
  width: 90%;
  margin: auto;
}

.affiliates .carousel .carousel-control {
  height: 50px;
  width: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.affiliates .carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666b75' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.affiliates .carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666b75' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.get-started {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-image: url("/images/home/love-banner.png");
  background-size: cover;
  height: 650px;
}

.get-started h1 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  max-width: 600px;
}

.get-started a {
  width: 165px;
  padding: 15px 0;
  margin-top: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.4px;
}

@media (max-width: 768px) {
  .get-started {
    background-image: url("/images/home/love-banner-sm.png");
    background-size: 100%;
    height: 100%;
    padding: 30px;
  }
  .get-started h1 {
    font-size: 18px;
  }
  .get-started button {
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=home.css.map */
