.webinar-hero {
  position: relative;
  padding: 130px 0; }
  .webinar-hero .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .webinar-hero .bg img {
      object-fit: cover;
      object-position: top;
      width: 100%;
      height: 100%; }
  .webinar-hero .container-fluid {
    position: relative;
    z-index: 2; }
  .webinar-hero__text .tag {
    background: #2e3b42;
    color: white;
    padding: 14px 10px 10px 10px;
    font-family: "Teko", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 0.8; }
  .webinar-hero__text .title {
    font-family: "metropolis";
    font-weight: 900;
    font-size: 50px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    margin-bottom: 65px;
    color: white;
    line-height: 1.1; }
  .webinar-hero__text .meta {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    color: white;
    font-weight: 900;
    font-size: 30px; }
  .webinar-hero__image {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .webinar-hero__image img {
      margin-bottom: 90px; }
  .webinar-hero .iframe-wrapper {
    position: relative; }
  .webinar-hero .btn-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 410px; }
    .webinar-hero .btn-wrapper .btn {
      padding: 16px 30px 12px 30px;
      background: #d0344c;
      color: white;
      font-family: "Teko", sans-serif;
      font-weight: 600;
      margin-bottom: 20px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 0.8;
      margin-bottom: 14px;
      text-align: center;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease-in-out; }
      .webinar-hero .btn-wrapper .btn .underline {
        text-decoration: underline; }
      .webinar-hero .btn-wrapper .btn:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px -10px; }
    .webinar-hero .btn-wrapper .small {
      font-size: 14px;
      text-align: center;
      color: white; }

.webinar-btn {
  padding: 16px 30px 12px 30px;
  background: #d0344c;
  color: white;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 0.8;
  margin-bottom: 14px;
  text-align: center;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer; }
  .webinar-btn .underline {
    text-decoration: underline; }
  .webinar-btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px -10px;
    color: white;
    text-decoration: none; }

.webinar-intro {
  padding: 100px 0 110px;
  background: white; }
  .webinar-intro__text {
    margin-bottom: 100px;
    text-align: center; }
    .webinar-intro__text p {
      margin-bottom: 1.5rem; }
  .webinar-intro__item {
    border-top: 1px solid #17ac8e;
    padding: 60px 0; }
    .webinar-intro__item .title {
      font-family: "Teko", sans-serif;
      font-weight: 600;
      font-size: 40px;
      font-family: "Teko", sans-serif;
      text-transform: uppercase;
      background: -webkit-linear-gradient(0deg, #88c651, #07ae8a);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      line-height: 1; }
    .webinar-intro__item .text {
      color: #2e3b42; }

.webinar-info {
  background: #f4f7f8;
  padding: 120px 0; }
  .webinar-info__image {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .webinar-info__image img {
      margin-bottom: 42px; }
    .webinar-info__image .btn {
      padding: 16px 30px 12px 30px;
      background: #d0344c;
      color: white;
      font-family: "Teko", sans-serif;
      font-weight: 600;
      margin-bottom: 20px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 0.8;
      margin-bottom: 14px;
      text-align: center;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease-in-out; }
      .webinar-info__image .btn .underline {
        text-decoration: underline; }
      .webinar-info__image .btn:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px -10px; }
    .webinar-info__image .small {
      font-size: 14px;
      text-align: center; }

.webinar-lector {
  padding: 150px 0 120px 0; }

.webinar-banner {
  position: relative;
  padding: 170px 0; }
  .webinar-banner .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .webinar-banner .bg img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .webinar-banner .container-fluid {
    position: relative;
    z-index: 2; }
  .webinar-banner .big {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    color: white;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 3.125rem;
    text-align: center; }
  .webinar-banner__text {
    text-align: center; }
    .webinar-banner__text h2 {
      color: white;
      -webkit-background-clip: initial;
      -webkit-text-fill-color: initial;
      background: initial;
      font-size: 60px;
      margin-bottom: 0px; }
    .webinar-banner__text .subtitle {
      color: white;
      font-weight: 900;
      font-size: 30px;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
      margin-bottom: 50px; }
    .webinar-banner__text p {
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
      margin-bottom: 40px;
      color: white; }
    .webinar-banner__text .btn {
      padding: 16px 30px 12px 30px;
      background: #d0344c;
      color: white;
      font-family: "Teko", sans-serif;
      font-weight: 600;
      display: inline-block;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 0.8;
      margin-bottom: 14px;
      text-align: center;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease-in-out; }
      .webinar-banner__text .btn .underline {
        text-decoration: underline; }
      .webinar-banner__text .btn:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px -10px; }
    .webinar-banner__text .small {
      color: white; }

.webinar-two-col {
  background: #f4f7f8;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 0; }
  .webinar-two-col .webinar-two-col__text {
    order: 2;
    padding: 80px 0;
    padding-right: calc((100vw - 1170px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .webinar-two-col .webinar-two-col__text .title {
      margin-bottom: 70px;
      text-align: center; }
  .webinar-two-col .btn-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto; }
    .webinar-two-col .btn-wrapper .btn {
      padding: 16px 30px 12px 30px;
      background: #d0344c;
      color: white;
      font-family: "Teko", sans-serif;
      font-weight: 600;
      margin-bottom: 20px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 0.8;
      margin-bottom: 14px;
      text-align: center;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease-in-out; }
      .webinar-two-col .btn-wrapper .btn .underline {
        text-decoration: underline; }
      .webinar-two-col .btn-wrapper .btn:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px -10px; }
    .webinar-two-col .btn-wrapper .small {
      font-size: 14px;
      text-align: center; }
  .webinar-two-col .webinar-two-col__image {
    order: 1;
    padding-right: calc(1170px / 12 * 1); }
    .webinar-two-col .webinar-two-col__image img {
      max-width: 100%;
      max-height: 640px;
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: top; }

.reviews {
  padding: 100px 0;
  border-bottom: 1px solid rgba(46, 59, 66, 0.2); }
  .reviews__item {
    margin-bottom: 2rem; }
    .reviews__item .item-wrapper {
      display: flex;
      flex-flow: column;
      height: 100%; }
    .reviews__item .thumb {
      height: 312px;
      background: rgba(46, 59, 66, 0.25); }
      .reviews__item .thumb img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .reviews__item .meta {
      padding: 50px 40px;
      background: #f4f7f8;
      flex-grow: 1; }
    .reviews__item .item-heading {
      font-weight: 900;
      font-size: 1.5625rem;
      margin-bottom: 0;
      color: #17ac8e; }
    .reviews__item .company {
      font-weight: 900;
      font-size: 1.125rem;
      margin-bottom: 1rem; }
    .reviews__item p {
      margin-bottom: 0; }

.webinar-title {
  font-family: "Teko", sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  background: -webkit-linear-gradient(0deg, #88c651, #07ae8a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1; }
  .webinar-title--white {
    -webkit-text-fill-color: initial;
    -webkit-text-fill-color: initial;
    background: none;
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 1170px) {
  .webinar-two-col .webinar-two-col__image {
    padding-right: 0; }
  .webinar-two-col .webinar-two-col__text {
    padding: 1rem; } }

@media screen and (max-width: 992px) {
  .webinar-hero {
    padding: 80px 0 60px; }
    .webinar-hero__text {
      text-align: center; }
      .webinar-hero__text .title {
        font-size: 40px;
        margin-bottom: 40px; }
      .webinar-hero__text .meta {
        font-size: 24px; }
  .webinar-hero__image {
    margin-top: 50px;
    text-align: center; } }

@media screen and (max-width: 768px) {
  .webinar-hero {
    padding: 60px 0 40px; }
    .webinar-hero__text {
      text-align: center; }
      .webinar-hero__text .title {
        font-size: 40px;
        margin-bottom: 40px; }
      .webinar-hero__text .meta {
        font-size: 24px; }
    .webinar-hero__image {
      margin-top: 50px;
      text-align: center; }
      .webinar-hero__image img {
        max-width: 170px;
        order: 2;
        margin-top: 40px;
        margin-bottom: 0; }
  .webinar-two-col {
    grid-template-columns: 1fr; }
    .webinar-two-col .webinar-two-col__text {
      margin-bottom: 2rem; }
      .webinar-two-col .webinar-two-col__text .title {
        margin-bottom: 40px; }
    .webinar-two-col .webinar-two-col__image {
      aspect-ratio: 16/9; }
  .webinar-intro {
    padding: 30px 0px 0px; }
    .webinar-intro__text {
      margin-bottom: 40px;
      text-align: left; }
    .webinar-intro__item {
      padding: 30px 0; }
      .webinar-intro__item .title {
        margin-bottom: 12px; }
  .webinar-info {
    padding: 60px 0px; }
    .webinar-info__text .title {
      margin-bottom: 12px; }
    .webinar-info__image {
      margin-top: 50px;
      text-align: center; }
      .webinar-info__image img {
        max-width: 170px;
        order: 2;
        margin-top: 40px;
        margin-bottom: 0; }
  .webinar-lector {
    padding: 60px 0; }
    .webinar-lector__image .title {
      font-size: 12px; }
    .webinar-lector__avatar img {
      max-width: 150px; }
  .webinar-banner {
    padding: 60px 0; } }

.img-fluid {
  max-width: 100%; }

.webinar-lector__avatar img {
  max-width: 165px; }

.attributes {
  background: linear-gradient(90deg, #95c23d, #59ba6f 50%, #00a183);
  color: #fff;
  padding: 110px 0; }
  .attributes__list {
    margin: 64px 0; }
  .attributes__item {
    text-align: center; }
    .attributes__item .icon {
      display: block;
      width: 72px;
      margin: 0 auto 20px auto;
      text-align: center; }
    .attributes__item .title {
      font-family: "Teko", sans-serif;
      font-weight: 600;
      font-size: 25px;
      text-transform: uppercase;
      margin-bottom: 10px;
      line-height: 1.1; }
    .attributes__item .text {
      color: #fff; }
  .attributes .big {
    font-size: 1.875rem;
    font-weight: 900;
    margin-bottom: 60px;
    line-height: 1.2; }
  .attributes .avatar {
    background: #f4f7f8;
    padding: 5px 90px 5px 5px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 2.125rem; }
    .attributes .avatar .image {
      width: 110px;
      height: 110px;
      border-radius: 999px;
      overflow: hidden; }
      .attributes .avatar .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .attributes--white {
    background: white;
    color: #2e3b42; }
    .attributes--white .big {
      color: #00a183; }

.checklist {
  list-style: none; }
  .checklist li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.375rem; }
    .checklist li img {
      width: 28px;
      height: 28px;
      margin-top: 6px; }
    .checklist li .text {
      font-weight: 900; }

.h2--white {
  -webkit-text-fill-color: initial;
  -webkit-text-fill-color: initial;
  background: none;
  color: white; }

.small {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.35; }

.features-webinar {
  padding: 110px 0; }

.features-webinar--2 h2 {
  display: block;
  text-align: center; }

.features-webinar__item {
  text-align: center; }
  .features-webinar__item h2 {
    margin-bottom: .8rem; }
  .features-webinar__item h3 {
    margin-bottom: .8rem;
    color: #17AC8E; }
  .features-webinar__item .title {
    margin-bottom: 2.5rem;
    font-size: .95rem;
    color: rgba(0, 0, 0, 0.75); }
  .features-webinar__item .icon {
    width: 250px;
    height: 250px;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    display: inline-block; }
    .features-webinar__item .icon img, .features-webinar__item .icon svg {
      width: 250px;
      height: 250px;
      display: block; }

@media screen and (max-width: 992px) {
  .features-webinar__item {
    margin-bottom: 3.5rem; }
    .features-webinar__item:last-child {
      margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .features-webinar {
    padding: 60px 0; }
  .features-webinar__item {
    margin-bottom: 3rem; }
    .features-webinar__item h2 {
      margin-bottom: 0; }
    .features-webinar__item .title {
      margin-bottom: 1.5rem; }
    .features-webinar__item:last-child {
      margin-bottom: 0; } }

@media screen and (max-width: 576px) {
  .reviews {
    padding: 80px 0; } }
