.landing-page header .navbar {
  padding: 18px 0;
  background-color: transparent;
  box-shadow: none;
  height: 100px;
  transition: all 0.3s ease;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .landing-page header .navbar {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page header .navbar {
    height: 68px;
  }
}
.landing-page header .navbar.sticky {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}
.landing-page header .navbar.disappear {
  opacity: 1;
  top: 0;
}
.landing-page header .navbar.sticky .container .demo-cta {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media only screen and (max-width: 1023px) {
  .landing-page header .navbar .container {
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: inherit;
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page header .navbar .container {
    padding: 0 20px;
  }
}
.landing-page header .navbar .container .navbar-brand {
  width: 180px;
  position: relative;
  margin-right: 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .landing-page header .navbar .container .navbar-brand {
    margin-left: 0;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page header .navbar .container .navbar-brand {
    margin-right: 0;
    width: 127px;
  }
}
.landing-page header .navbar .container .navbar-brand img {
  width: 100%;
  height: auto;
}
.landing-page header .navbar .container .demo-cta {
  display: inline-block;
  margin-left: auto;
  padding: 16px 24px;
  background: #040404;
  color: #F1FB76;
  border: 1px solid #040404;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  opacity: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .landing-page header .navbar .container .demo-cta {
    padding: 14px 16px;
    font-size: 14px;
  }
}
.landing-page header .navbar .container .demo-cta:hover {
  background: transparent;
  color: #040404;
}
.landing-page section {
  min-height: unset;
  padding: 0;
}
.landing-page .landing-banner {
  padding: 0;
  height: auto;
  background-color: #f9f9f9;
  min-height: 100vh;
}
.landing-page .landing-banner .custom-container {
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1279px) {
  .landing-page .landing-banner .custom-container {
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .landing-page .landing-banner .custom-container {
    flex-direction: column;
    gap: 0;
  }
}
.landing-page .landing-banner .custom-container .content-block {
  width: 50%;
  padding-left: 10.5%;
  padding-top: 160px;
}
@media only screen and (max-width: 1023px) {
  .landing-page .landing-banner .custom-container .content-block {
    width: 100%;
    padding: 128px 6.0% 72px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-banner .custom-container .content-block {
    padding: 100px 6.0% 140px;
  }
}
.landing-page .landing-banner .custom-container .content-block .header-block {
  position: relative;
}
.landing-page .landing-banner .custom-container .content-block .header-block h1 {
  font-size: 48px;
  color: #040404;
  line-height: 120%;
  font-weight: 300;
  padding-bottom: 40px;
  z-index: 10;
}
@media only screen and (max-width: 1279px) {
  .landing-page .landing-banner .custom-container .content-block .header-block h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .landing-page .landing-banner .custom-container .content-block .header-block h1 {
    font-size: 34px;
    line-height: 140%;
    padding-bottom: 28px;
  }
}
.landing-page .landing-banner .custom-container .content-block .header-block h1 span {
  font-weight: 700;
  position: relative;
  display: inline-block;
  z-index: 10;
}
.landing-page .landing-banner .custom-container .content-block .header-block h1 span::after {
  content: "";
  position: absolute;
  width: 104%;
  height: 30px;
  background: #F1FB76;
  left: -2%;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1279px) {
  .landing-page .landing-banner .custom-container .content-block .header-block h1 span::after {
    height: 20px;
  }
}
.landing-page .landing-banner .custom-container .content-block .header-block p {
  font-weight: 300;
  color: #040404;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1279px) {
  .landing-page .landing-banner .custom-container .content-block .header-block p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .landing-page .landing-banner .custom-container .content-block .header-block p {
    margin-bottom: 34px;
    font-size: 18px;
    line-height: normal;
  }
}
.landing-page .landing-banner .custom-container .content-block .kpis {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .landing-page .landing-banner .custom-container .content-block .kpis {
    margin-bottom: 34px;
  }
}
.landing-page .landing-banner .custom-container .content-block .kpis .kpi {
  display: flex;
  gap: 14px;
  width: 460px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1279px) {
  .landing-page .landing-banner .custom-container .content-block .kpis .kpi {
    width: 100%;
  }
}
.landing-page .landing-banner .custom-container .content-block .kpis .kpi img {
  width: 26px;
  height: auto;
}
.landing-page .landing-banner .custom-container .content-block .kpis .kpi p {
  font-weight: 300;
  color: #040404;
  font-size: 22px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px) {
  .landing-page .landing-banner .custom-container .content-block .kpis .kpi p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .landing-page .landing-banner .custom-container .content-block .kpis .kpi p {
    line-height: normal;
    font-size: 18px;
  }
}
.landing-page .landing-banner .custom-container .content-block .kpis .kpi:not(:last-child) {
  border-bottom: 1px solid #E1E1E1;
}
.landing-page .landing-banner .custom-container .content-block .btn-wrapper {
  position: relative;
}
.landing-page .landing-banner .custom-container .content-block .btn-wrapper .book-dem-btn {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-banner .custom-container .content-block .btn-wrapper .book-dem-btn {
    font-family: 28px;
    line-height: normal;
  }
}
.landing-page .landing-banner .custom-container .content-block .btn-wrapper img {
  position: absolute;
  width: 254px;
  height: auto;
  bottom: -120%;
  right: 18%;
}
@media only screen and (max-width: 1279px) {
  .landing-page .landing-banner .custom-container .content-block .btn-wrapper img {
    right: 0;
    bottom: -160%;
  }
}
@media only screen and (max-width: 1023px) {
  .landing-page .landing-banner .custom-container .content-block .btn-wrapper img {
    right: 28%;
    transform: rotate(4deg);
    bottom: -110%;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-banner .custom-container .content-block .btn-wrapper img {
    right: 26%;
    bottom: -240%;
    transform: rotate(20deg);
    width: 220px;
  }
}
.landing-page .landing-banner .custom-container .form-block {
  background: #040404;
  min-height: 100vh;
  width: 50%;
  padding-top: 120px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .landing-page .landing-banner .custom-container .form-block {
    width: 100%;
    padding: 60px 6%;
  }
}
.landing-page .landing-banner .custom-container .form-block .form-wrapper {
  max-width: 586px;
  margin: 40px auto 50px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
@media only screen and (max-width: 1279px) {
  .landing-page .landing-banner .custom-container .form-block .form-wrapper {
    margin: 40px 28px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .landing-page .landing-banner .custom-container .form-block .form-wrapper {
    margin: 0;
  }
}
.landing-page .landing-banner .custom-container .form-block .form-wrapper:last-child {
  margin-bottom: 0;
}
.landing-page .landing-banner .custom-container .form-block .form-wrapper h3 {
  font-size: 32px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .landing-page .landing-banner .custom-container .form-block .form-wrapper h3 {
    width: 100%;
  }
}
.landing-page .landing-banner .custom-container .form-block .form-wrapper p {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1023px) {
  .landing-page .landing-banner .custom-container .form-block .form-wrapper p {
    width: 100%;
  }
}
.landing-page .landing-banner .custom-container .form-block .form-wrapper .schedule-now {
  width: 200px;
  text-align: center;
}
.landing-page .landing-banner .custom-container .form-block .form-area {
  transition: all 0.3s ease;
}
.landing-page .landing-banner .custom-container .form-block .form-area.hidden {
  display: none;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container {
  margin-bottom: 30px;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container:last-child {
  margin-bottom: 0;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container label {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container label span {
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 20px;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container input, .landing-page .landing-banner .custom-container .form-block .form-area .form-container select {
  font-size: 18px;
  line-height: 18px;
  color: #040404;
  font-weight: 400;
  width: 100%;
  padding: 28px 30px;
  border-radius: 20px;
  border: 1px solid #3F3F3F;
  background: #ffffff;
  margin-bottom: 5px;
  transition: all 0.2s ease;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container input:focus, .landing-page .landing-banner .custom-container .form-block .form-area .form-container select:focus {
  outline: none;
  border: 1px solid #748799;
  transition: all 0.2s ease;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container input.invalid, .landing-page .landing-banner .custom-container .form-block .form-area .form-container select.invalid {
  border: 1px solid #F54927;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container input::placeholder, .landing-page .landing-banner .custom-container .form-block .form-area .form-container select::placeholder {
  color: #8D8D8D !important;
  opacity: 1;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container #dept {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  /* space for custom arrow */
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container #dept option {
  background-color: #222;
  color: #fff;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container .select-wrapper:after {
  content: "▼";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #000;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container .select-wrapper select {
  width: 100%;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container .preset-tags-02 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 30px;
  justify-content: flex-start;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container .preset-tags-02 span {
  font-size: 18px;
  line-height: 18px;
  color: #040404;
  font-weight: 400;
  background: #ffffff;
  padding: 2px 15px 0;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 38px;
  display: flex;
  align-content: center;
  align-items: center;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container .preset-tags-02 span:hover {
  background: #F1FB76;
  color: #000;
}
.landing-page .landing-banner .custom-container .form-block .form-area .form-container p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-bottom: 30px;
  width: 77%;
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-banner .custom-container .form-block .form-area .form-container p {
    width: 100%;
  }
}
.landing-page .landing-banner .custom-container .form-block .form-area .btn-yellow {
  width: 140px;
  text-align: center;
}
.landing-page .landing-banner .custom-container .form-block .form-area .btn-yellow.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.landing-page .landing-banner .custom-container .form-block .result-block {
  transition: all 0.3s ease;
}
.landing-page .landing-banner .custom-container .form-block .result-block.hidden {
  display: none;
}
.landing-page .landing-banner .custom-container .form-block .result-block .result-txt {
  padding: 75px;
  border-width: 2px;
  border-style: solid;
  /*background: linear-gradient(#040404, #040404) padding-box,
              linear-gradient(to right, #329dc9, #ed706c) border-box;*/
  border: 2px solid #329DC9;
  border-radius: 43px;
  box-sizing: content-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-banner .custom-container .form-block .result-block .result-txt {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.landing-page .landing-banner .custom-container .form-block .result-block .result-txt:before {
  content: "";
  background-image: url("../images/homepage/result-confetti.png");
  background-size: cover;
  position: absolute;
  width: 586px;
  height: 249px;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-banner .custom-container .form-block .result-block .result-txt:before {
    width: 100%;
    height: 100px;
    top: -12px;
    left: -19px;
  }
}
.landing-page .landing-banner .custom-container .form-block .result-block .result-txt p {
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-banner .custom-container .form-block .result-block .result-txt p {
    font-size: 24px;
    line-height: 32px;
  }
}
.landing-page .landing-banner .custom-container .form-block .result-block .result-txt p span {
  color: #F1FB76;
}
.landing-page .landing-banner .custom-container .form-block .result-block .result-txt .note {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 300;
  width: 412px;
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-banner .custom-container .form-block .result-block .result-txt .note {
    width: 100%;
  }
}
.landing-page .landing-banner .custom-container .form-block .result-block button span {
  font-size: 30px;
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.landing-page .section-2 {
  padding: 50px 0;
}
.landing-page .section-2 .header-block {
  margin: 0 auto 0;
}
.landing-page .section-2 .header-block h6 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  color: #040404;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: 10%;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .landing-page .section-2 .header-block h6 {
    font-size: 16px;
    letter-spacing: 8%;
  }
}
.landing-page .section-2 .marquee {
  overflow: hidden;
  width: 100%;
}
.landing-page .section-2 .marquee .track {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
  will-change: transform;
}
.landing-page .section-2 .marquee .track img {
  height: 75px;
  margin-right: 28px;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .landing-page .section-2 .marquee .track img {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .section-2 .marquee .track img {
    height: 54px;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.landing-page .section-3 {
  background: #040404;
  padding: 80px 0;
}
@media only screen and (max-width: 1023px) {
  .landing-page .section-3 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .section-3 {
    padding: 40px 0;
  }
}
.landing-page .section-3 .container .row .col-12 .icons-block {
  display: flex;
  flex-wrap: wrap;
  gap: 92px;
  row-gap: 64px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1279px) {
  .landing-page .section-3 .container .row .col-12 .icons-block {
    gap: 72px;
    row-gap: 48px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .section-3 .container .row .col-12 .icons-block {
    gap: 30px;
    row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
}
.landing-page .section-3 .container .row .col-12 .icons-block .icon-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  width: 220px;
}
@media only screen and (max-width: 1279px) {
  .landing-page .section-3 .container .row .col-12 .icons-block .icon-block {
    width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .section-3 .container .row .col-12 .icons-block .icon-block {
    width: 45%;
  }
}
.landing-page .section-3 .container .row .col-12 .icons-block .icon-block img {
  width: 40px;
  height: auto;
}
.landing-page .section-3 .container .row .col-12 .icons-block .icon-block p {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .landing-page .section-3 .container .row .col-12 .icons-block .icon-block p {
    font-size: 14px;
    line-height: normal;
  }
}
.landing-page .section-3 .container .row .col-12 .video-block .video-swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}
.landing-page .section-3 .container .row .col-12 .video-block .video-swiper .swiper-slide a img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .landing-page .section-3 .container .row .col-12 .video-block .video-swiper .swiper-button-prev img,
  .landing-page .section-3 .container .row .col-12 .video-block .video-swiper .swiper-button-next img {
    width: 44px;
    height: 44px;
  }
}
.landing-page .section-3 .container .row .col-12 .video-block .video-swiper .swiper-button-prev.swiper-button-disabled,
.landing-page .section-3 .container .row .col-12 .video-block .video-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.landing-page .section-3 .container .row .col-12 .video-block .video-swiper .swiper-button-prev {
  left: -60px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .landing-page .section-3 .container .row .col-12 .video-block .video-swiper .swiper-button-prev {
    left: 0;
  }
}
.landing-page .section-3 .container .row .col-12 .video-block .video-swiper .swiper-button-next {
  right: -60px;
}
@media only screen and (max-width: 767px) {
  .landing-page .section-3 .container .row .col-12 .video-block .video-swiper .swiper-button-next {
    right: 0;
  }
}
.landing-page .hr-leaders {
  padding: 80px 0;
}
@media only screen and (max-width: 1023px) {
  .landing-page .hr-leaders {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .hr-leaders {
    padding: 40px 0;
  }
}
.landing-page .hr-leaders .container .row .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landing-page .hr-leaders .container .row .col-12 .heading-block {
  text-align: center;
  width: 720px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1279px) {
  .landing-page .hr-leaders .container .row .col-12 .heading-block {
    width: 70%;
  }
}
@media only screen and (max-width: 1023px) {
  .landing-page .hr-leaders .container .row .col-12 .heading-block {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .hr-leaders .container .row .col-12 .heading-block {
    margin-bottom: 36px;
  }
}
.landing-page .hr-leaders .container .row .col-12 .heading-block h2 {
  font-size: 48px;
  color: #040404;
  line-height: normal;
}
@media only screen and (max-width: 1279px) {
  .landing-page .hr-leaders .container .row .col-12 .heading-block h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .landing-page .hr-leaders .container .row .col-12 .heading-block h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.landing-page .hr-leaders .container .row .col-12 .hr-video-block {
  display: flex;
  gap: 48px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1279px) {
  .landing-page .hr-leaders .container .row .col-12 .hr-video-block {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .landing-page .hr-leaders .container .row .col-12 .hr-video-block {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 48px;
  }
}
.landing-page .hr-leaders .container .row .col-12 .hr-video-block .block {
  flex: 1;
  background: #040404;
}
.landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .image-wrapper {
  position: relative;
}
.landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .image-wrapper img {
  width: 575px;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 1279px) {
  .landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .image-wrapper img {
    width: 100%;
  }
}
.landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .image-wrapper .company-logo {
  width: 140px;
  height: auto;
  position: absolute;
  left: 12%;
  bottom: 2%;
}
@media only screen and (max-width: 1279px) {
  .landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .image-wrapper .company-logo {
    width: 120px;
    left: 8%;
  }
}
@media only screen and (max-width: 1023px) {
  .landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .image-wrapper .company-logo {
    left: 6.5%;
  }
}
.landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .content-wrapper {
  padding: 20px 70px 60px;
}
@media only screen and (max-width: 1279px) {
  .landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .content-wrapper {
    padding: 20px 32px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .content-wrapper {
    padding: 24px;
  }
}
.landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .content-wrapper p {
  font-size: 28px;
  font-weight: 300;
  color: #ffffff;
  line-height: 120%;
}
@media only screen and (max-width: 1279px) {
  .landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .content-wrapper p {
    font-size: 20px;
    line-height: normal;
  }
}
.landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .content-wrapper a {
  display: inline-block;
  padding: 16px 26px;
  background: #F1FB76;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  color: #040404;
  border: 1px solid #F1FB76;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .content-wrapper a {
    font-size: 16px;
    line-height: normal;
    padding: 14px 20px;
  }
}
.landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .content-wrapper a svg {
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .content-wrapper a svg {
    width: 12px;
  }
}
.landing-page .hr-leaders .container .row .col-12 .hr-video-block .block .content-wrapper a:hover {
  color: #F1FB76;
  background: transparent;
}
.landing-page .hr-leaders .container .row .col-12 .book-demo-btn a {
  display: inline-block;
  padding: 26px 50px;
  border-radius: 50px;
  background: #040404;
  border: 1px solid #040404;
  color: #F1FB76;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .landing-page .hr-leaders .container .row .col-12 .book-demo-btn a {
    font-size: 16px;
    line-height: normal;
    padding: 20px 32px;
  }
}
.landing-page .hr-leaders .container .row .col-12 .book-demo-btn a:hover {
