.banner-container {
  align-items: center;
  color: #ffffff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #183b56; }
  .banner-container.courses-page-banner {
    background-color: #f3f5f6;
    color: #183b56; }
    .banner-container.courses-page-banner .banner-texts .banner-subtitle {
      color: #183b56;
      opacity: 0.8; }
  .banner-container.text-center {
    text-align: center; }

.banner-texts .banner-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25; }

.banner-texts .banner-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: 1rem; }

.banner-subtitle-html {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.25rem;
  font-weight: 400; }

.banner-button-wrapper .banner-button {
  width: 100%;
  border: unset;
  border-radius: 27px;
  background-color: #ffffff;
  color: #1a9670;
  padding: 1.375rem 0;
  font-size: 1.25rem;
  font-weight: 700; }

.blog-subtitle {
  display: block;
  color: #ffffff;
  opacity: 0.8; }
  .blog-subtitle .bs-date {
    font-weight: 400;
    margin-right: 1rem;
    font-size: 1.25rem;
    margin-bottom: 0.75rem; }
  .blog-subtitle .bs-name {
    display: inline-block;
    font-weight: 700;
    font-size: 1.125rem; }
  .blog-subtitle .bs-vendor {
    display: inline-block;
    font-weight: 400;
    font-size: 1.125rem; }

.banner-with-image .banner-title {
  font-size: 33px;
  line-height: 1.3;
  margin-bottom: 23px; }

.banner-with-image .container {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0; }

.banner-with-image-wrapper img {
  display: block;
  margin-left: auto;
  margin-top: 20px; }

@media (min-width: 768px) {
  .banner-with-image .banner-title {
    text-align: left; }
  .banner-with-image .banner-subtitle {
    text-align: left; } }

@media all and (min-width: 1025px) {
  .banner-container.has-overlap {
    padding-bottom: 5.5rem; }
  .blog-subtitle {
    display: flex;
    align-items: center; }
    .blog-subtitle .bs-date {
      font-size: 0.9375rem;
      margin-bottom: 0rem; }
  .banner-title {
    font-size: 3.25rem; }
  .banner-subtitle {
    padding-bottom: unset !important; } }

@media (min-width: 1200px) {
  .banner-with-image.banner-container.has-overlap {
    padding-bottom: 7rem; }
  .banner-with-image .banner-title {
    font-size: 60px; }
  .banner-with-image .banner-subtitle {
    font-size: 20px; }
  .banner-with-image-wrapper img {
    margin-top: 0; } }

@media all and (min-width: 1401px) {
  .banner-with-image .banner-title {
    font-size: 70px; }
  .banner-with-image .banner-subtitle {
    font-size: 23px; }
  .banner-button {
    display: flex;
    justify-content: center;
    width: 19rem !important; } }


.banner-media-container {
  margin-top: 0;
  margin-bottom: 2rem; }
  .banner-media-container video {
    object-fit: cover; }

.banner-video-container {
  position: relative;
  width: 100%; }

.media-image {
  display: flex;
  justify-content: center; }
  .media-image img {
    width: 100%;
    max-height: 600px;
    object-fit: cover; }

@media all and (max-width: 1025px) {
  .banner-media-container {
    padding: 0; } }

@media all and (min-width: 1025px) {
  .custom-banner-container {
    background-color: #f3f5f6;
    padding-bottom: 2.75rem; }
    .custom-banner-container > :first-child:not(.client-logos) {
      position: relative;
      top: -2.5rem; }
  .media-image img {
    border-radius: 10px; }
  .banner-media-container {
    margin-top: -2.5rem;
    margin-bottom: 5rem; }
    .banner-media-container.bannermedia-coursepage {
      margin-bottom: 5rem; }
    .banner-media-container .banner-video-container {
      width: 100%;
      padding: 43% 0 0 !important;
      height: 0px;
      position: relative; }
      .banner-media-container .banner-video-container .react-player {
        height: 0 !important; }
      .banner-media-container .banner-video-container .w-chrome,
      .banner-media-container .banner-video-container video,
      .banner-media-container .banner-video-container iframe,
      .banner-media-container .banner-video-container .wistia_embed,
      .banner-media-container .banner-video-container .react-player__preview {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        background: black;
        border-radius: 10px; }
    .banner-media-container.blog-featured-image .banner-video-container {
      position: static !important;
      padding: 0 !important;
      height: auto !important; }
    .banner-media-container .w-chrome,
    .banner-media-container video {
      border-radius: 10px; } }

.react-player {
  background-color: #000000; }
  .react-player video {
    object-fit: cover; }

.ba-ig-wrapper {
  background-color: #1a9670;
  padding: 1.375rem 1.875rem;
  border: 1px solid rgba(24, 59, 86, 0.17);
  color: #ffffff;
  display: flex;
  flex-direction: column; }
  .ba-ig-wrapper .ba-ig-title {
    font-size: 0.875rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem; }
    .ba-ig-wrapper .ba-ig-title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background-color: #d8d8d8;
      opacity: 0.5; }
  .ba-ig-wrapper .ba-ig-desc {
    font-size: 0.9375rem;
    font-weight: 400;
    margin-bottom: 1rem; }
  .ba-ig-wrapper .ba-ig-label {
    font-size: 0.875rem;
    font-weight: 600; }
  .ba-ig-wrapper .ba-ig-input {
    background: transparent;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important; }
    .ba-ig-wrapper .ba-ig-input::placeholder {
      color: #ffffff;
      font-weight: 600;
      font-size: 1.25rem; }
  .ba-ig-wrapper .ba-ig-submit {
    width: 100%;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    border-radius: 10px !important; }

.section-client-logos {
  padding: 2rem 0 3rem;
  text-align: center;
  background-color: #ffffff;
  z-index: 2;
  width: 100%; }

.client-logos-title {
  font-family: 'open_sans';
  font-weight: 600;
  margin: 0 0 2rem;
  font-size: 1.2rem; }

.client-logos {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  text-align: center; }
  .client-logos li {
    padding: 1rem 0.3rem; }
  .client-logos img {
    max-height: 2.5rem; }

@media all and (min-width: 1200px) {
  .section-client-logos {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    padding: 2rem 0.75rem 3rem; }
  .container.client-logos {
    position: relative;
    transform: translateY(-40%);
    z-index: 2; } }

@media all and (min-width: 1401px) {
  .client-logos {
    max-width: 90%;
    margin: 0 auto; } }

.features-list-section-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 7rem;
  align-items: center; }
  .features-list-section-container .ftl-title {
    padding: 6rem 0 4rem;
    text-align: center; }
    .features-list-section-container .ftl-title h2 {
      color: #183b56;
      font-weight: 400;
      font-size: 3rem; }

.ftl-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.375rem; }
  .ftl-item .ftl-icon-and-title {
    display: flex; }
    .ftl-item .ftl-icon-and-title .ftl-icon-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #466278;
      height: 86px;
      width: 86px;
      border-radius: 100%; }
      .ftl-item .ftl-icon-and-title .ftl-icon-wrapper img {
        max-height: 40px;
        max-width: 40px;
        width: 100%; }
    .ftl-item .ftl-icon-and-title .ftl-title-wrapper {
      display: flex;
      align-items: center; }
      .ftl-item .ftl-icon-and-title .ftl-title-wrapper h3 {
        color: #183b56;
        padding-left: 1.75rem;
        font-size: 1.325rem;
        font-weight: 600; }
  .ftl-item .ftl-desc-wrapper {
    padding-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: rgba(8, 59, 88, 0.8); }
    .ftl-item .ftl-desc-wrapper .appended-text {
      font-size: 1.05rem;
      font-weight: 900; }

@media all and (min-width: 1025px) {
  .ftl-row {
    padding-bottom: 3.5rem; }
    .ftl-row > div {
      flex-grow: 0.333 !important; } }

@media all and (min-width: 768px) {
  .ftl-row {
    padding-bottom: 3.5rem; }
    .ftl-row > div {
      flex-grow: 0.5; } }

@media all and (min-width: 768px) and (max-width: 1025px) {
  .package-wrapper {
    flex-wrap: wrap; }
    .package-wrapper .package-item {
      margin-bottom: 2rem; } }

.features-article-container {
  display: flex;
  position: relative;
  margin-bottom: 12rem;
  justify-content: space-between; }

.features-navbar {
  top: 11rem;
  position: sticky;
  background-color: #f3f5f6;
  border: 1px solid #d6dce1;
  border-radius: 4px;
  padding: 1.25rem 1.75rem !important; }
  .features-navbar .features-title {
    color: #183b56;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400; }
  .features-navbar .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem; }
    .features-navbar .feature-item img {
      flex-grow: 1;
      max-height: 24px;
      max-width: 24px;
      margin-right: 1rem; }
    .features-navbar .feature-item .fi-icon-wrapper svg {
      flex-grow: 1;
      max-height: 24px;
      max-width: 24px;
      margin-right: 1rem;
      height: auto; }
      .features-navbar .feature-item .fi-icon-wrapper svg g,
      .features-navbar .feature-item .fi-icon-wrapper svg g > * {
        opacity: 0.9; }
      .features-navbar .feature-item .fi-icon-wrapper svg path,
      .features-navbar .feature-item .fi-icon-wrapper svg rect,
      .features-navbar .feature-item .fi-icon-wrapper svg polygon {
        fill: #183b56; }
    .features-navbar .feature-item p {
      flex-grow: 9;
      color: #183b56;
      font-size: 1rem;
      opacity: 0.6;
      margin: 0;
      font-weight: 400; }
    .features-navbar .feature-item:hover {
      cursor: pointer; }

.features-container {
  padding-left: 0 !important;
  max-width: 340px !important; }
  .features-container .active p {
    color: #1a9670 !important;
    font-weight: 700 !important;
    opacity: 1 !important; }
  .features-container .active .fi-icon-wrapper g,
  .features-container .active .fi-icon-wrapper g > * {
    opacity: 1 !important; }
  .features-container .active .fi-icon-wrapper svg path,
  .features-container .active .fi-icon-wrapper svg rect,
  .features-container .active .fi-icon-wrapper svg polygon {
    fill: #1a9670 !important; }

.article-content-container {
  flex: 0 0 auto !important;
  max-width: calc(100% - 340px) !important; }

.article-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem; }
  .article-content .article-title {
    margin-top: 1.25rem;
    font-size: 2rem;
    font-weight: 600;
    color: #183b56;
    text-align: center; }
  .article-content .content-wrapper {
    font-size: 1.25rem;
    font-weight: 400;
    color: #083b58;
    position: relative;
    margin-top: 4rem;
    align-self: flex-start; }
    .article-content .content-wrapper::before {
      content: "";
      height: 1px;
      background: #d8d8d8;
      position: absolute;
      top: -2.375rem;
      left: 0;
      width: 100%;
      opacity: 0.6; }

.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #466278;
  height: 106px;
  width: 106px;
  border-radius: 100%; }
  .icon-wrapper img {
    max-height: 56px;
    max-width: 56px;
    width: 100%; }
  .icon-wrapper svg {
    max-height: 56px;
    max-width: 56px;
    width: 100%;
    height: auto; }
    .icon-wrapper svg path,
    .icon-wrapper svg rect,
    .icon-wrapper svg polygon {
      fill: #1a9670; }

.appended-text {
  color: #1a9670;
  font-size: 1.25rem;
  font-weight: 900;
  padding-left: 0.5rem; }

@media all and (max-width: 1025px) {
  .features-container {
    display: none; }
  .article-content-container {
    flex: 0 0 100% !important;
    max-width: 100% !important; } }

.enterprise.multiyear .team-members-list-container .pricing-lists-box {
  width: 132px; }

.enterprise .enterpise-packages .package-details {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  text-transform: capitalize;
  color: #4d6076; }

.enterprise .enterpise-packages .package-item {
  border: 0.0625rem solid #dadee2;
  border-top: 0.9375rem solid #183b56;
  border-radius: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 2.25rem 1rem 2rem; }
  .enterprise .enterpise-packages .package-item * {
    text-align: center; }
  .enterprise .enterpise-packages .package-item p {
    font-weight: 600; }
    .enterprise .enterpise-packages .package-item p .dollar-sign {
      font-size: 1.5rem;
      color: #083b58;
      vertical-align: top;
      position: relative;
      top: 0.75rem; }
    .enterprise .enterpise-packages .package-item p .period-text {
      font-size: 1.5rem;
      color: #083b58; }
    .enterprise .enterpise-packages .package-item p .price {
      font-size: 3.75rem;
      color: #1a9670;
      padding: 0 0.3125rem; }
  .enterprise .enterpise-packages .package-item__title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.875rem;
    text-transform: uppercase;
    color: #213a54;
    margin-bottom: 1rem; }
  .enterprise .enterpise-packages .package-item__left {
    margin-bottom: 1.875rem; }

.enterprise .enterpise-packages .package-title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.125rem;
  text-align: center;
  margin-bottom: 0.9375rem; }

.enterprise .enterpise-packages .package-desc {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  color: #0b2132;
  margin-bottom: 1.25rem; }

.enterprise .team-members-list-container-mobile > div {
  border: 0.0625rem solid #e4e7eb;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 1.5625rem;
  font-weight: 600;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  background-color: #fff; }
  .enterprise .team-members-list-container-mobile > div .pricing-lists-box-mobile {
    padding: 1rem;
    cursor: pointer; }
    .enterprise .team-members-list-container-mobile > div .pricing-lists-box-mobile:not(:first-child) {
      border-top: 1px solid #d6dce1; }
  .enterprise .team-members-list-container-mobile > div .active-package-mobile {
    background-color: #1a9670;
    color: #fff; }
  .enterprise .team-members-list-container-mobile > div.dropdown-menu {
    padding: 0; }

.enterprise__adv {
  padding: 2.5625rem 0; }
  .enterprise__adv.enterprise__adv2 {
    background: #f3f5f6; }
    .enterprise__adv.enterprise__adv2 .enterprise__adv-col {
      flex-direction: column; }
  .enterprise__adv-row {
    margin: auto;
    gap: 1.875rem; }
  .enterprise__adv-col {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    flex-direction: column-reverse; }
    .enterprise__adv-col:first-child {
      margin-bottom: 4rem; }
  .enterprise__adv-title {
    color: #183b56;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 1rem; }
  .enterprise__adv-desc {
    color: #183b56; }
  .enterprise__adv-img img {
    display: block;
    margin: auto; }

.enterprise__test {
  position: relative;
  padding: 5.625rem 0 3.5625rem;
  overflow: hidden; }
  .enterprise__test .testimonial {
    overflow: hidden; }
    .enterprise__test .testimonial:after {
      content: "";
      position: absolute;
      width: 4.375rem;
      height: 7.1875rem;
      right: 0;
      bottom: 0;
      background-image: radial-gradient(#e5e7eb 0.125rem, transparent 0.125rem);
      background-size: 1.25rem 1.25rem;
      background-position: center; }
    .enterprise__test .testimonial__image {
      display: none;
      border-radius: 50%;
      width: 5.625rem;
      height: 5.625rem; }
    .enterprise__test .testimonial__author {
      display: flex;
      align-items: center;
      gap: 2.125rem; }
      .enterprise__test .testimonial__author-details {
        display: flex;
        flex-direction: column;
        gap: 0.6875rem; }
      .enterprise__test .testimonial__author .testimonial__image {
        display: block; }
    .enterprise__test .testimonial__quote {
      position: absolute;
      top: 0;
      left: -0.625rem;
      z-index: -1; }
    .enterprise__test .testimonial__rating {
      display: flex;
      gap: 0.375rem;
      margin-bottom: 1.6875rem; }
    .enterprise__test .testimonial__desc {
      color: #0b2132;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 1.6875rem; }
    .enterprise__test .testimonial__name {
      color: #0b2132;
      font-weight: 600;
      font-size: 1.0625rem;
      line-height: 1.5rem;
      margin-bottom: 0; }
    .enterprise__test .testimonial__position {
      color: #0b2132;
      font-weight: 600;
      font-size: 1.0625rem;
      line-height: 1.5rem;
      margin-bottom: 0; }

.enterprise__gap {
  background: #f3f5f6;
  height: 1rem;
  border: none; }

@media (min-width: 768px) {
  .enterprise .custom-banner-container {
    background: transparent; }
  .enterprise .enterpise-packages {
    position: relative;
    padding-bottom: 3rem; }
    .enterprise .enterpise-packages .team-members-list-container {
      margin: 0 0 3.75rem; }
      .enterprise .enterpise-packages .team-members-list-container .pricing-lists-box {
        padding: 1rem 0;
        font-weight: 600;
        text-align: center;
        font-size: 1.125rem;
        margin-right: 1.25rem;
        color: #183b56;
        background-color: #ffffff;
        border: 1px solid rgba(24, 59, 86, 0.17);
        letter-spacing: 0.125rem;
        padding: 0 1.0625rem;
        border-radius: 0.75rem;
        height: 3.625rem;
        line-height: 3.625rem; }
        .enterprise .enterpise-packages .team-members-list-container .pricing-lists-box:hover {
          color: #ffffff;
          cursor: pointer;
          border: 1px solid #1a9670;
          background-color: #1a9670; }
        .enterprise .enterpise-packages .team-members-list-container .pricing-lists-box:last-child {
          margin-right: 0; }
        .enterprise .enterpise-packages .team-members-list-container .pricing-lists-box span {
          font-weight: 600;
          font-size: 1.5rem; }
      .enterprise .enterpise-packages .team-members-list-container .active-package {
        color: #ffffff;
        cursor: pointer;
        border: 1px solid #1a9670;
        background-color: #1a9670; }
    .enterprise .enterpise-packages .package-details {
      text-align: left;
      margin-bottom: 0; }
    .enterprise .enterpise-packages .package-item {
      display: flex;
      align-items: center;
      gap: 2.5rem;
      justify-content: center;
      width: 100%;
      padding: 3.75rem 0 4.6875rem;
      margin-bottom: 0; }
      .enterprise .enterpise-packages .package-item__title {
        margin-bottom: 2.5rem; }
      .enterprise .enterpise-packages .package-item__left {
        margin-bottom: 0; }
        .enterprise .enterpise-packages .package-item__left .package-details {
          font-size: 1.5rem; }
      .enterprise .enterpise-packages .package-item__right {
        margin-top: -0.875rem; }
    .enterprise .enterpise-packages .package-title {
      margin-bottom: 2.75rem; }
    .enterprise .enterpise-packages .package-desc {
      font-size: 1.5rem;
      margin-bottom: 1.5625rem; }
  .enterprise__adv-col {
    flex-direction: row !important;
    justify-content: space-between;
    gap: 0; }
    .enterprise__adv-col.reverted {
      flex-direction: row-reverse !important; } }

@media (min-width: 1025px) {
  .enterprise .enterpise-packages {
    padding-bottom: 7.375rem; }
  .enterprise__adv {
    padding: 6.3125rem 0;
    background: #f3f5f6; }
    .enterprise__adv.enterprise__adv2 {
      background: transparent; }
    .enterprise__adv-row {
      gap: 7.5rem; }
    .enterprise__adv-col:first-child {
      margin-bottom: 8rem; }
    .enterprise__adv-title {
      font-size: 2.1875rem;
      line-height: 3.125rem;
      margin-bottom: 2.0625rem; }
    .enterprise__adv-desc {
      font-size: 1.375rem;
      line-height: 1.875rem; }
  .enterprise__test {
    position: inherit;
    background: #f3f5f6;
    padding: 6.1875rem 0; }
    .enterprise__test .testimonial {
      display: flex;
      align-items: center;
      height: 30rem;
      position: relative;
      background: white;
      padding: 5rem 4.0625rem;
      border-radius: 1.375rem;
      gap: 2.1875rem; }
      .enterprise__test .testimonial:after {
        content: unset; }
      .enterprise__test .testimonial:before {
        content: "";
        position: absolute;
        width: 12.8125rem;
        height: 100%;
        left: 0;
        top: 0;
        background-image: radial-gradient(#e5e7eb 0.125rem, transparent 0.125rem);
        background-size: 1.25rem 1.25rem;
        background-position: center; }
      .enterprise__test .testimonial__image {
        display: block;
        width: 20rem;
        height: 20rem;
        z-index: 2; }
      .enterprise__test .testimonial__author .testimonial__image {
        display: none; }
      .enterprise__test .testimonial__quote {
        display: none; }
      .enterprise__test .testimonial__rating {
        margin-bottom: 2.1875rem; }
      .enterprise__test .testimonial__desc {
        position: relative;
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin-bottom: 1.1875rem; }
        .enterprise__test .testimonial__desc * {
          z-index: 1;
          position: relative; }
        .enterprise__test .testimonial__desc:after {
          content: "";
          width: 6.25rem;
          height: 6.25rem;
          background: url(/images/testimonial-quote.svg);
          display: block;
          position: absolute;
          top: -2.8125rem;
          left: -0.375rem;
          background-size: contain;
          background-repeat: no-repeat; }
  .enterprise__gap {
    display: none; } }

@media (min-width: 1200px) {
  .enterprise .enterpise-packages::before, .enterprise .enterpise-packages::after {
    content: "";
    position: absolute;
    width: 20vw;
    height: calc(100% + 15rem);
    left: 0.3125rem;
    top: -15rem;
    background-image: radial-gradient(#e5e7eb 0.125rem, transparent 0.125rem);
    background-size: 1.25rem 1.25rem;
    background-position: center; }
  .enterprise .enterpise-packages::after {
    left: auto;
    right: 0.3125rem; } }

@media (min-width: 1800px) {
  .enterprise__adv {
    padding: 6.3125rem 0; }
    .enterprise__adv-title {
      font-size: 2.5rem; }
    .enterprise__adv-desc {
      font-size: 1.5rem; } }

