.webinar-foo-links a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  margin: 0 10px 10px 0;
}
.webinar-foo-links a:hover {
  text-decoration: underline;
}
html {
  scroll-padding-top: 40px;
}
.lp-webinar {
  padding-top: 0;
}
.lp-webinar .buton.blue {
  background-color: #009EDD;
}
.lp-webinar .buton.blue:hover {
  background-color: #00A8C0;
}
.lp-webinar .header-webinar {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  padding: 10px 0;
  z-index: 100;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 1199px) {
  .lp-webinar .header-webinar {
    position: sticky;
    top: 0;
    background-color: #000128;
  }
}
.lp-webinar .header-webinar .logo-wrap img {
  width: 190px;
}
@media (max-width: 1199px) {
  .lp-webinar .header-webinar .logo-wrap img {
    width: 130px;
  }
}
.lp-webinar .header-webinar .navbar-bt {
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 9px 15px;
  background-color: #009EDD;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
}
.lp-webinar .header-webinar .navbar-bt:hover {
  background-color: #00A8C0;
}
.lp-webinar .hero {
  position: relative;
}
.lp-webinar .hero .image {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .lp-webinar .hero .image {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .lp-webinar .hero .image {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .lp-webinar .hero .image {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .lp-webinar .hero .image {
    height: 100vh;
    min-height: 650px;
  }
}
.lp-webinar .hero .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover !important;
  object-position: right center;
}
@media (max-width: 767px) {
  .lp-webinar .hero .image img {
    object-position: right center;
  }
}
@media (max-width: 380px) {
  .lp-webinar .hero .image img {
    object-position: 90% center;
  }
}
.lp-webinar .hero .mobile-hero-text {
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #fff;
}
.lp-webinar .hero .mobile-hero-text .hero-text {
  width: 200px;
}
.lp-webinar .hero .content {
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .lp-webinar .hero .content {
    padding: 15px 0 15px;
    background-color: #0F0022;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .lp-webinar .hero .content {
    position: absolute;
    left: 0;
    bottom: 60px;
    color: #fff;
  }
}
.lp-webinar .hero .hero-text {
  width: 60%;
  max-width: 300px;
}
@media (min-width: 992px) {
  .lp-webinar .hero .hero-text {
    max-width: 420px;
  }
}
@media (min-width: 1200px) {
  .lp-webinar .hero .hero-text {
    width: 60%;
    max-width: 520px;
  }
}
.lp-webinar .hero .subtitle {
  padding-top: 10px;
  font-weight: 700;
}
.lp-webinar .hero .date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .lp-webinar .hero .date {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .lp-webinar .hero .date {
    padding-top: 60px;
  }
}
.lp-webinar .hero .date img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .lp-webinar .hero .date {
    font-size: 1.6rem;
  }
}
.lp-webinar .hero .editia {
  font-weight: 700;
  font-size: 1.2rem;
}
@media (max-width: 500px) {
  .lp-webinar .hero .editia {
    font-size: 1rem;
  }
}
.lp-webinar .register-form {
  background-color: #290066;
  color: #fff;
  padding: 40px 15% 20px;
  position: relative;
}
@media (max-width: 500px) {
  .lp-webinar .register-form {
    padding: 40px 20px 20px;
  }
}
.lp-webinar .register-form .form-control {
  background-color: transparent;
  color: #fff !important;
}
.lp-webinar .register-form .form-control:-moz-placeholder {
  color: #fff;
}
.lp-webinar .register-form .form-control::-moz-placeholder {
  color: #fff;
}
.lp-webinar .register-form .form-control:-ms-input-placeholder {
  color: #fff;
}
.lp-webinar .register-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.lp-webinar .register-form .small {
  font-size: 0.85rem;
}
.lp-webinar .register-form .buline-form {
  position: absolute;
  left: 0;
  bottom: 15px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 24%;
}
@media (max-width: 991px) {
  .lp-webinar .register-form .buline-form {
    display: none;
  }
}
.lp-webinar .zoom-bloc {
  background-color: #DEEBF8;
  padding: 10px 10px 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 577px) {
  .lp-webinar .zoom-bloc {
    margin: 0 -15px;
  }
}
.lp-webinar .zoom-bloc .iframe-wrapper {
  background-color: #000;
  border: none;
  margin-bottom: 20px;
}
.lp-webinar .zoom-bloc .iframe-wrapper iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.lp-webinar .zoom-bloc .title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1;
}
@media (max-width: 500px) {
  .lp-webinar .zoom-bloc .title {
    font-size: 1rem;
  }
}
.lp-webinar .zoom-bloc .buline-form {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 90%);
  -moz-transform: translate(0, 90%);
  -ms-transform: translate(0, 90%);
  -o-transform: translate(0, 90%);
  transform: translate(0, 90%);
  width: 24%;
}
@media (max-width: 991px) {
  .lp-webinar .zoom-bloc .buline-form {
    display: none;
  }
}
.lp-webinar .left-register-form {
  padding: 30px 10% 0;
}
@media (min-width: 992px) {
  .lp-webinar .left-register-form {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .lp-webinar .left-register-form {
    padding: 40px 20% 40px 0;
  }
}
@media (max-width: 500px) {
  .lp-webinar .left-register-form {
    padding: 30px 0 0;
  }
}
.lp-webinar .left-register-form .img-text-register {
  vertical-align: text-bottom;
}
.lp-webinar .left-register-form .misiune {
  font-weight: 700;
  font-size: 1.9rem;
}
.lp-webinar .section-experti {
  background-color: #000128;
  color: #fff;
}
.lp-webinar .expert-item {
  width: 100%;
  background-color: #fff;
}
@media (min-width: 1400px) {
  .lp-webinar .expert-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.lp-webinar .expert-item .content {
  background-color: #fff;
  margin: auto 0;
  padding: 40px 20px;
  color: #000128;
}
@media (min-width: 1400px) {
  .lp-webinar .expert-item .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
}
.lp-webinar .expert-item .content .name {
  font-weight: 700;
  font-size: 130%;
}
.lp-webinar .expert-item .content .position {
  font-weight: 700;
  margin-bottom: 10px;
}
.lp-webinar .expert-item .image {
  width: 100%;
  height: 400px;
}
@media (min-width: 500px) {
  .lp-webinar .expert-item .image {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .lp-webinar .expert-item .image {
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .lp-webinar .expert-item .image {
    height: 100%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.lp-webinar .expert-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.lp-webinar .title-card {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 500px) {
  .lp-webinar .title-card {
    font-size: 2.3rem;
  }
}
.scrolled .header-webinar {
  top: 0;
  background-color: #000128;
}
.webinar-item {
  background-color: #e8e8e8;
  padding: 30px;
}
