/* Active element styles. Generated from active ThemeConfiguration block styles. */

/* header-dropdown-menu.css */
.top-bar {
  position: relative;
}

#main-menu {
  position: relative;
}

.header-menu > li.menu-item-has-header-dropdown {
  position: static;
}

.header-menu > li.menu-item-has-header-dropdown > .sub-menu {
  display: none !important;
}

.header-menu > li.menu-item-has-header-dropdown:hover > .header-dropdown-panel,
.header-menu > li.menu-item-has-header-dropdown:focus-within > .header-dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -12px);
}

.header-dropdown-panel {
  position: fixed;
  top: calc(100% + 18px);
  left: 50%;
  width: min(100%, calc(100vw - 48px));
  padding: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(16, 24, 40, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 1200;
}

.header-dropdown-panel::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 18px;
}

.header-dropdown-panel__layout {
  display: grid;
  align-items: stretch;
  min-height: 440px;
  background: #fff;
  border-radius: 20px;
}

.header-dropdown-panel__layout--type-1 {
  grid-template-columns: 267px minmax(0, 1fr) 300px;
}

.header-dropdown-panel__layout--type-2 {
  grid-template-columns: 250px minmax(0, 1fr) 300px;
}

.header-dropdown-panel__layout--type-3 {
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 170px;
}

.header-dropdown-panel__layout--type-4 {
  grid-template-columns: minmax(0, 1fr) 350px;
  min-height: 320px;
}

.header-dropdown-panel__promo,
.header-dropdown-panel__section,
.header-dropdown-panel__case-card,
.header-dropdown-panel__intro-block,
.header-dropdown-featured-card {
  min-width: 0;
}

.header-dropdown-panel__promo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 30px;
  background: #EEEEEE;
  border-radius: 12px;
}

.header-dropdown-panel__eyebrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 6px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  color: #D41028;
}

.header-dropdown-panel__case-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  margin: 0 30px;
  padding: 10px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #575757;
}

.header-dropdown-panel__promo-title,
.header-dropdown-panel__case-title,
.header-dropdown-panel__intro-text {
  margin: 0;
  color: #1C1C1C;
}

.header-dropdown-panel__promo-title,
.header-dropdown-panel__case-title {
  margin-top: 10px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #1C1C1C;
}

.header-dropdown-panel__case-title {
  margin: 0 30px;
}

.header-dropdown-panel__promo-description {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #575757;
  text-transform: none;
}

.header-dropdown-panel__promo:hover .header-dropdown-panel__promo-title {
  text-decoration: underline;
}

.header-dropdown-panel__section,
.header-dropdown-panel__case-card,
.header-dropdown-panel__intro-block {
  padding: 20px 24px;
}

.header-dropdown-panel__section--type-4-links {
  padding: 28px 38px 28px 34px;
}

.header-dropdown-panel__section--product-cards, .header-dropdown-panel__section--links, .header-dropdown-panel__case-card, .header-dropdown-featured-card {
   border-left: 1px solid #EEEEEE;
}

.header-dropdown-panel--type-3 .header-dropdown-panel__section--product-cards {
   border-left: none;
}

.header-dropdown-panel__heading {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #1C1C1C;
}

.header-dropdown-panel__heading--type-4 {
  margin-bottom: 47px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #1C1C1C;
}

.header-dropdown-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.header-dropdown-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
}

.header-dropdown-product-card__content {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.header-dropdown-card__icon,
.header-dropdown-product-card__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px 0;
  background: #EEEEEE;
  border-radius: 8px;
  overflow: hidden;
}

.header-dropdown-card__icon img,
.header-dropdown-product-card__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.header-dropdown-card__icon.has-image::before,
.header-dropdown-card__icon.has-image::after,
.header-dropdown-product-card__icon.has-image::before,
.header-dropdown-product-card__icon.has-image::after {
  content: none;
}

.header-dropdown-card__icon::before,
.header-dropdown-card__icon::after,
.header-dropdown-product-card__icon::before,
.header-dropdown-product-card__icon::after {
  content: '';
  position: absolute;
  background: #d41028;
  opacity: 0.9;
}

.header-dropdown-card__icon::before,
.header-dropdown-product-card__icon::before {
  top: 11px;
  left: 11px;
  width: 16px;
  height: 16px;
  border: 1.5px solid #d41028;
  background: transparent;
  border-radius: 5px;
}

.header-dropdown-card__icon::after,
.header-dropdown-product-card__icon::after {
  top: 9px;
  right: 9px;
  width: 7px;
  height: 7px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.header-dropdown-card__content,
.header-dropdown-product-card {
  min-width: 0;
}

.header-dropdown-card__title,
.header-dropdown-product-card__title {
  display: block;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  transition: color 0.2s ease;
}

.header-dropdown-card__description,
.header-dropdown-product-card__description,
.header-dropdown-panel__intro-text {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #575757;
}

.header-dropdown-card:hover .header-dropdown-card__title,
.header-dropdown-product-card:hover .header-dropdown-product-card__title,
.header-dropdown-feature-link:hover .header-dropdown-feature-link__title,
.header-dropdown-featured-card:hover .header-dropdown-featured-card__title,
.header-dropdown-button-link:hover,
.header-dropdown-panel--type-2 .header-dropdown-button-link:hover,
.header-dropdown-panel__cta:hover {
  color: #D41028;
  text-decoration: underline;
}

.header-dropdown-feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header-dropdown-panel__layout--type-4 .header-dropdown-feature-list {
  gap: 40px;
}

.header-dropdown-feature-link {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  color: inherit;
  text-decoration: none;
}

.header-dropdown-feature-link__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #f4f4f4;
  overflow: hidden;
}

.header-dropdown-feature-link__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.header-dropdown-feature-link__icon.has-image::before,
.header-dropdown-feature-link__icon.has-image::after {
  content: none;
}

.header-dropdown-feature-link__icon::before,
.header-dropdown-feature-link__icon::after {
  content: '';
  position: absolute;
  background: #d41028;
  opacity: 0.9;
}

.header-dropdown-feature-link__icon::before {
  top: 13px;
  left: 13px;
  width: 18px;
  height: 18px;
  border: 1.5px solid #d41028;
  background: transparent;
  border-radius: 5px;
}

.header-dropdown-feature-link__icon::after {
  top: 11px;
  right: 11px;
  width: 8px;
  height: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.header-dropdown-feature-link__content {
  min-width: 0;
}

.header-dropdown-feature-link__title {
  display: block;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  transition: color 0.2s ease;
}

.header-dropdown-feature-link__description {
  display: block;
  margin-top: 4px;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.45;
}

.header-dropdown-button-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.header-dropdown-button-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 63px;
  padding: 10px 24px;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1C1C1C;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header-dropdown-panel--type-2 .header-dropdown-button-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  padding: 8px 24px;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1C1C1C;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header-dropdown-panel--type-2 .header-dropdown-panel__section--links {
  border-left: none;
}

.header-dropdown-panel--type-2 .header-dropdown-panel__cta {
  margin-left: 30px;
}

.header-dropdown-button-link__arrow,
.header-dropdown-panel__cta-arrow {
  font-size: 16px;
  line-height: 1;
}

.header-dropdown-panel__case-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 4px;
  border-radius: 12px;
}

.header-dropdown-featured-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 4px;
  color: inherit;
  text-decoration: none;
  border-radius: 16px;
  transition: background-color 0.2s ease;
}

.header-dropdown-featured-card:hover {
  background: #fcfcfc;
}

.header-dropdown-featured-card__media {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  background: #f4f4f4;
}

.header-dropdown-featured-card__media img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.header-dropdown-featured-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px;
}

.header-dropdown-panel__featured-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 6px 14px;
  border: 1px solid #e7e7e7;
  border-radius: 999px;
  color: #6d6d6d;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.header-dropdown-featured-card__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #1C1C1C;
  transition: color 0.2s ease;
}

.header-dropdown-panel__case-media {
  overflow: hidden;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
}

.header-dropdown-panel__case-media img {
  display: block;
  width: 100%;
  height: 158px;
  object-fit: cover;
}

.header-dropdown-panel__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #d41028;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
}

.header-dropdown-panel__intro-block {
  display: flex;
  align-items: center;
  border: none;
}

.header-dropdown-panel__intro-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #1C1C1C;
}

.header-dropdown-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.header-dropdown-product-card {
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-height: 100%;
  padding: 12px 18px;
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.header-dropdown-product-card__icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

@media (max-width: 1199px) {
  .header-dropdown-panel {
    width: min(980px, calc(100vw - 32px));
  }

  .header-dropdown-panel__layout--type-1,
  .header-dropdown-panel__layout--type-2 {
    grid-template-columns: 200px minmax(0, 1fr) 220px;
  }

  .header-dropdown-panel__layout--type-4 {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .header-dropdown-product-grid,
  .header-dropdown-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .header-dropdown-panel {
    display: none;
  }
}

/* footer-new-page.css */
.footer-new-page {
    font-family: 'Geist', sans-serif;
    position: relative;
    color: #ffffff;
    padding: 252px 0 70px;
    background: linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    border-radius: 22px 22px 0 0;
}

.footer-new-page .container {
    position: relative;
    z-index: 2;
}

.footer-new-page__inner {
    position: relative;
    z-index: 2;
}

.footer-new-page__bg-text {
    position: absolute;
    left: 50%;
    bottom: 202px;
    transform: translateX(-50%);
    font-size: clamp(90px, 13vw, 260px);
    line-height: 0.9;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.04);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    opacity: 0;
    will-change: opacity, transform;
    transition: opacity 0.08s linear, transform 0.08s linear;
    background: linear-gradient(180deg, #383838 -1.13%, rgba(56, 56, 56, 0) 91.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-new-page__top {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 80px;
    position: relative;
    z-index: 2;
    margin-bottom: 270px;
}

.footer-new-page__contact {
    position: relative;
    z-index: 2;
}

.footer-new-page__heading {
    margin-bottom: 29px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #D2D2D2;
}

.footer-new-page__contact-content {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
}

.footer-new-page__contact-content span{
    display: block;
    color: #D2D2D2;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

.footer-new-page__contact-content p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-new-page__contact-content p:last-child {
    margin-bottom: 0;
}

.footer-new-page__contact-email {
    margin-top: 30px;
}

.footer-new-page__contact-email span {
    display: block;
    color: #D2D2D2;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

.footer-new-page__contact-email a {
    color: #D2D2D2;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

.footer-new-page__contact-email a:hover {
    opacity: 0.7;
}

.footer-new-page__copyright {
    margin-top: 30px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.footer-new-page__menus {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 2;
}

.footer-new-page__menu-col {
    min-width: 0;
}

.footer-new-page__accordion-trigger {
    display: block;
    max-width: max-content;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    margin: 0 0 29px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #D2D2D2;
}

.footer-new-page__accordion-trigger .footer-new-page__heading {
    margin-bottom: 28px;
}

.footer-new-page__accordion-icon {
    display: none;
}

.footer-new-page__accordion-content {
    display: block;
}

.footer-new-page__nav {
    width: 100%;
}

.footer-new-page__menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-new-page__menu li {
    margin-bottom: 18px;
}

.footer-new-page__menu li:last-child {
    margin-bottom: 0;
}

.footer-new-page__menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.footer-new-page__menu a::before{
    content: '';
    width: 0;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -3px;
    transition: all 0.5s;
    left: auto;
    right: 0;
}

.footer-new-page__menu a:hover::before{
    width: 100%;
    left: 0;
    right: auto;
}

.footer-new-page__bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.footer-new-page__bottom-left {
    display: flex;
    align-items: center;
    gap: 48px;
}

.footer-new-page__logo img {
    display: block;
    max-width: 170px;
    width: 100%;
    height: auto;
}

.footer-new-page__clutch a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    transition: opacity 0.3s ease;
}

.footer-new-page__clutch a:hover {
    opacity: 0.7;
}

.footer-new-page__bottom-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.footer-new-page__bottom-center a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.footer-new-page__bottom-center a::before{
    content: '';
    width: 0;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -3px;
    transition: all 0.5s;
    left: auto;
    right: 0;
}

.footer-new-page__bottom-center a:hover::before{
    width: 100%;
    left: 0;
    right: auto;
}


.footer-new-page__socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.footer-new-page__socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #575757;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.footer-new-page__socials a:hover{
    background-color: #D41028;
}

.footer-new-page__socials img {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.mobile-copyright {
    display: none;
}

@media (max-width: 1199px) {

    .footer-new-page__top {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-bottom: 140px;
    }

    .footer-new-page__menus {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
        gap: 40px 30px;
    }

    .footer-new-page__bottom {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-new-page__bottom-left,
    .footer-new-page__bottom-center,
    .footer-new-page__socials {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    
    .footer-new-page {
        padding: 240px 0 53px;
    }

    .footer-new-page__inner{
        display: flex;
        flex-direction: column;
    }

    .footer-new-page__bg-text {
        display: none;
    }

    .footer-new-page__contact{
        order: 1;
    }

    .footer-new-page__top {
        margin-bottom: 30px;
        order: 1;
    }

    .footer-new-page__contact-content,
    .footer-new-page__copyright {
        font-size: 16px;
    }

    .footer-new-page__menus {
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .footer-new-page__menu-col {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .footer-new-page__accordion-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
        padding: 12px 0 18px;
        background: transparent;
        border: none;
        cursor: pointer;
        text-align: left;
        max-width: 100%;
        margin: 0;
    }

    .footer-new-page__accordion-trigger .footer-new-page__heading {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.3;
    }

    .footer-new-page__accordion-icon {
        display: block;
        position: relative;
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

    .footer-new-page__accordion-icon::before,
    .footer-new-page__accordion-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 2px;
        background: #D2D2D2;
        border-radius: 2px;
        transform-origin: center;
        transition: transform 0.3s ease;
    }

    .footer-new-page__accordion-icon::before {
        transform: translate(-50%, -50%) rotate(45deg);
        left: 3px;
    }

    .footer-new-page__accordion-icon::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .footer-new-page__menu-col.is-open .footer-new-page__accordion-icon::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .footer-new-page__menu-col.is-open .footer-new-page__accordion-icon::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .footer-new-page__accordion-content {
        height: 0;
        overflow: hidden;
        transition: height 0.35s ease;
    }

    .footer-new-page__accordion-content .footer-new-page__nav {
        padding: 4px 0 20px;
    }

    .footer-new-page__menu li:last-child {
        margin-bottom: 0;
    }

    .footer-new-page__menu a {
        font-size: 14px;
        line-height: 1.45;
    }

    .footer-new-page__bottom {
        grid-template-columns: 1fr;
        gap: 30px;
        order: 3;
        margin-top: 80px;
    }

    .footer-new-page__bottom-left {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 24px;
    }

    .footer-new-page__socials {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-new-page__socials a{
        background-color: #D41028;
    }

    .footer-new-page__bottom-center {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 14px 28px;
        order: 1;
    }

    .desktop-copyright {
        display: none;
    }

    .mobile-copyright {
        display: block;
        margin-top: 0px;
        font-size: 16px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.8);
        order: 2;
    }
}

/* related-section.min.css */
.related-section .container{max-width:1256px;margin:0 auto;padding:0 20px}.related-section .article-additional-info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:100%;width:100%;margin-top:20px;padding-top:14px;border-top:1px solid #e6e6e6}.related-section .article-additional-info .share{display:flex;flex-direction:row;align-items:center;gap:25px}.related-section .swiper-pagination .swiper-pagination-bullet-active{background:#d41028}.related-section .swiper-pagination .swiper-pagination-bullet{border:1px solid #d41028}.related-inner{margin-top:45px;padding-bottom:70px}.related-item{display:flex;flex-direction:column;box-shadow:0 0 12.3px 0 rgba(208,208,208,.2509803922);padding:20px;border-radius:20px}.related-image{margin-bottom:10px;border-radius:8px}.related-image img{max-width:100%;width:100%;height:280px;object-fit:contain}.related a{color:inherit;text-decoration:none}.related-title{font-size:21px;line-height:120%;font-weight:700;color:#141414;text-decoration:none}.related-info{display:flex;flex-direction:row;gap:18px;margin-top:10px;margin-bottom:15px;color:#141414}.related-info a{color:inherit;text-decoration:none}.related-author{font-size:16px;line-height:120%;font-weight:300}.related-date{font-size:16px;line-height:120%;font-weight:300}.related-timeRead{font-size:16px;line-height:120%;font-weight:500}.related-description{flex:1 1 auto;font-size:18px;max-height:98px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis}

/* frontend-new-lms-hero-unique.css */
.lms-hero-unique {
    position: relative;
    padding: 280px 0 323px;
    background-color: #EEEEEE;
    text-align: center;
    overflow: hidden;
    background-image: radial-gradient(65.5% 65.5% at 50% 51.22%, #EEEEEE 0%, #EEEEEE 34.13%, rgba(238, 238, 238, 0) 100%);
    background-size: 60px 60px;
}



.lms-hero-unique--bg-image{
    background-image: var(--hero-bg-image);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}


@media (max-width: 767px) {
    .lms-hero-unique--bg-image {
        background-image: var(--hero-bg-image-mobile, var(--hero-bg-image));
    }
}

.lms-hero-unique::before{
    content: '';
    background-image: radial-gradient(65.5% 65.5% at 50% 51.22%, #EEEEEE 0%, #EEEEEE 34.13%, rgba(238, 238, 238, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.lms-hero-unique--bg-image::before{
    display: none!important;
}

.lms-hero-unique__inner {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.career-page .lms-hero-unique__inner {
    max-width: 50%;
}

.lms-hero-unique__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #ffffff;
    font-family: 'Geist', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #1C1C1C;
}

.lms-hero-unique__badge h1 {
    font-family: 'Geist', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #1C1C1C;
}

.lms-hero-unique__rating {
    font-family: 'Geist', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #575757;
    display: flex;
    align-items: center;
}

.lms-hero-unique__rating .lms-hero-stars-number{
    font-family: 'Geist', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #00B67A;
    margin-left: 4px;
}

.lms-hero-unique__rating .lms-hero-stars-number span{
    color: #1C1C1C;
    font-weight: 400;
}

.lms-hero-unique__rating::before{
    content: "";
    margin-right: 15px;
    width: 1px;
    height: 14px;
    display: block;
    background-color: #D2D2D2;
}

.lms-hero-unique__title {
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 72px;
    line-height: 76px;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 30px;
    color: #1C1C1C;
}

.lms-hero-unique__accent {
    color: #e10600;
}

.lms-hero-unique__subtitle {
    font-family: 'Geist', sans-serif;
    color: #575757;
    margin: 0 auto 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.lms-hero-unique__actions {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.lms-hero-unique__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 28px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

.lms-hero-unique__btn--primary {
    background: linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 4px 4px 4px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    min-width: 240px;
    justify-content: space-between;
    max-height: 50px;
}

.lms-hero-unique__btn--primary:hover {
    background: #000;
    transform: translateY(-3px);
}

.lms-hero-unique__icon {
    background: #F8F8F8;
    border-radius: 4px;
    font-size: 14px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lms-hero-unique__btn--secondary {
    font-family: 'Geist', sans-serif;
    color: #1C1C1C;
    background-color: transparent;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    min-width: 180px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    overflow: hidden;
    position: relative;
}

.lms-hero-unique__btn--secondary .button-text {
    transform: translate3d(0px, 0%, 0px);
    transform-style: preserve-3d;
    transition: all 0.3s;
}

.lms-hero-unique__btn--secondary:hover .button-text {
    transform: translate3d(0px, -200%, 0px);
    transform-style: preserve-3d;
}

.lms-hero-unique__btn--secondary .button-text-bottom {
    position: absolute;
    opacity: 0;
    transform: translate3d(0px, 200%, 0px);
    transform-style: preserve-3d;
    transition: all 0.3s;
}

.lms-hero-unique__btn--secondary:hover .button-text-bottom {
    opacity: 1;
    transform: translate3d(0px, 0%, 0px);
    transform-style: preserve-3d;
}


.grid-bg {
    --cell-size: 120px;
    --gap: 1px;
    display: grid;
    grid-auto-rows: var(--cell-size);
    gap: var(--gap);
    justify-content: start;
    width: max-content;
    min-width: 100%;
    min-height: 100vh;
    padding: 0;
    box-sizing: border-box;
    background: #D2D2D2;
    position: absolute;
    top: 0;
    z-index: 1;
}

.grid-cell {
    background: #EEEEEE;
    border-radius: 16px;
    will-change: border-radius;
    transform: translateZ(0);
}



@media (max-width: 1024px) {
    .lms-hero-unique__title {
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .lms-hero-unique{
        padding: 210px 0 40px;
    }

    .lms-hero-unique__title {
        font-size: 36px;
        line-height: 44px;
    }

    .lms-hero-unique__subtitle {
        margin: 0 auto 54px;
        font-size: 16px;
        line-height: 24px;
    }

    .lms-hero-unique__actions {
        gap: 10px;
        flex-direction: column;
    }

    .lms-hero-unique__bottom {
        font-size: 22px;
    }
}


.lms-hero-unique__badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 6px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

.lms-hero-unique__badge span {
    display: inline-flex;
    align-items: center;
}

.lms-hero-unique__rating {
    gap: 8px;
}

.lms-hero-unique__title {
    max-width: 1021px;
    margin: 0 auto 20px;
    /*display: flex;*/
    /*flex-direction: column;*/
}

.lms-hero-unique__accent {
    display: inline;
}


.lms-hero-unique__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.lms-hero-unique__logos {
    margin: 44px auto 0;
    max-width: 1180px;
}

.lms-hero-unique__logos-label {
    margin: 0 0 18px;
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lms-hero-unique__logos-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px 36px;
}

.lms-hero-unique__logo-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
}

.lms-hero-unique__logo-item img {
    display: block;
    max-height: 34px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}



.lms-hero-unique__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1132px;
    margin: 0 auto;
}

.lms-hero-unique__highlight {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #D2D2D2;
    background: transparent;
}

.lms-hero-unique__highlight-icon {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.lms-hero-unique__highlight-icon img {
    display: block;
    max-width: 56px;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.lms-hero-unique__highlight-text {
    flex: 1 1 auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.35;
    color: #222;
}

.lms-hero-unique__highlight-text br {
    display: block;
    content: '';
    margin-bottom: 2px;
}

@media (max-width: 1199px) {
    .lms-hero-unique__highlights {
        grid-template-columns: 1fr;
    }

    .lms-hero-unique__highlight {
        min-height: 140px;
    }
}

@media (max-width: 767px) {

    .lms-hero-unique__actions {
        margin-bottom: 40px;
    }

    .lms-hero-unique__logos {
        margin-top: 34px;
    }

    .lms-hero-unique__logos-label {
        margin-bottom: 14px;
        text-align: center;
    }

    .lms-hero-unique__logos-row {
        gap: 16px 22px;
    }

    .lms-hero-unique__logo-item {
        min-height: 28px;
        font-size: 15px;
        text-align: center;
    }

    .lms-hero-unique__logo-item img {
        max-height: 28px;
        max-width: 96px;
    }

    .lms-hero-unique__highlight {
        gap: 16px;
        min-height: auto;
        padding: 18px;
        border-radius: 20px;
        align-items: flex-start;
    }

    .lms-hero-unique__highlight-icon {
        flex: 0 0 72px;
        width: 72px;
        height: 72px;
        border-radius: 16px;
    }

    .lms-hero-unique__highlight-icon img {
        max-width: 38px;
        max-height: 38px;
    }

    .lms-hero-unique__highlight-text {
        font-size: 18px;
        line-height: 1.4;
    }
}


.lms-hero-unique__bottom-cards{
    display: flex;
    gap: 32px;
    max-width: 1132px;
    margin: 0 auto;
    margin-top: 119px;
}

.lms-hero-unique__bottom-card{
    border: 1px solid #D2D2D2;
    border-radius: 12px;
    flex: 1;
    padding: 20px;
    display: flex;
    gap: 19px;
    align-items: center;
}

.lms-hero-unique__bottom-card-icon{
    background-color: #FFFFFF;
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lms-hero-unique__bottom-card-icon img{
    width: 50px;
    max-width: 50px;
}

.lms-hero-unique__bottom-card-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #1C1C1C;
}


.lms-hero-unique__bottom-cards-wrap {
    margin-top: 72px;
    position: relative;
    z-index: 2;
}

.lms-hero-unique__bottom-cards {
    min-width: 0;
}

.lms-hero-unique__bottom-cards-pagination {
    display: none;
}

@media (min-width: 1024px) {
    .lms-hero-unique__bottom-cards .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 36px;
    }

    .lms-hero-unique__bottom-cards .swiper-slide {
        width: auto !important;
    }
}

@media (max-width: 1023px) {
    .lms-hero-unique__bottom-cards-wrap {
        margin-top: 48px;
        overflow: hidden;
    }

    .lms-hero-unique__bottom-cards.swiper {
        padding-bottom: 1px;
        overflow: hidden;
    }

    .lms-hero-unique__bottom-cards .swiper-wrapper {
        display: flex;
        padding: 0;
    }

    .lms-hero-unique__bottom-cards .swiper-slide {
        height: auto;
    }

    .lms-hero-unique__bottom-cards-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 16px;
    }

    .lms-hero-unique__bottom-cards-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 !important;
        background: #575757;
        opacity: 0.4;
        transition: all 0.5s;
    }

    .lms-hero-unique__bottom-cards-pagination .swiper-pagination-bullet-active {
        width: 18px;
        background: #575757;
        opacity: 1;
        border-radius: 999px;
    }
}

@media (max-width: 1023px) {
    .lms-hero-unique__bottom-card {
        min-height: 120px;
        padding: 20px 22px;
        border-radius: 18px;
    }

    .lms-hero-unique__bottom-card-text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .career-page .lms-hero-unique__inner {
        max-width: 60%;
    }

    .lms-hero-unique__bottom-cards-wrap {
        margin-top: 0;
    }

    .lms-hero-unique__bottom-card {
        align-items: center;
        min-height: auto;
        gap: 20px;
    }

    .lms-hero-unique__bottom-card-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        flex-basis: 50px;
        border-radius: 8px;
    }

    .lms-hero-unique__bottom-card-icon img {
        width: 24px;
        height: 24px;
    }

    .lms-hero-unique__bottom-card-text {
        font-size: 16px;
        line-height: 1.35;
    }

    .lms-hero-unique__bottom-cards{
        margin-top: 0px;
    }
}

/* frontend-new-custom-lms-solutions.css */
.custom-lms{
    background-color: #EEEEEE;
    padding: 0 0 57px 0;
    background-image: url(/wp-content/uploads/2026/02/Union-scaled.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 144px center;
}

.custom-lms__inner{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: -144px;
    z-index: 2;
    position: relative; 
}

.custom-lms__title{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 43px;
    color: #1C1C1C;
    letter-spacing: -0.021em;
}

.custom-lms__items{
    display: flex;
    gap: 31px;
    margin-bottom: 49px;
}

.custom-lms__item{
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    padding: 36px 40px;
    box-shadow: 0px 12px 16px -4px #10182814;
    border-radius: 12px;
    flex: 1;
}

.custom-lms__item .icon{
    background: #EEEEEE;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 66px;
}

.custom-lms__item-title{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: -0.021em;
}

.custom-lms__item-text{
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 27px;
    letter-spacing: 0.02px;
}

.custom-lms__item-link {
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #D41028;
    text-decoration: none;
    margin-top: 50px;
    letter-spacing: 0.1px;
}

.custom-lms__item-link svg {
    rotate: 0;
    transition: all 0.3s;
}

.custom-lms__item-link:hover svg {
    rotate: 45deg;
}

.custom-lms__blocks{
    display: flex;
    gap: 30px;
    margin-bottom: 90px;
}

.custom-lms__blocks-item{
    border-radius: 12px;
    padding: 32px 27px 40px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    background: linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    border: none;
}

.custom-lms__blocks-item h2 {
    font-family: 'Geist', sans-serif;
    color: #FFEDD5;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.01em;
}

.custom-lms__blocks-item p{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FEE2E2;
    letter-spacing: -0.001em;
}

.custom-lms__logos{
    display: flex;
    align-items: center;
    max-width: 1167px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 10px;
}

.custom-lms__desktop {
    display: block;
}

.custom-lms__mobile {
    display: none;
}

.custom-lms__mobile-slider {
    overflow: hidden;
}

.custom-lms__mobile-slide {
    box-sizing: border-box;
}

@media (max-width: 768px){

    .custom-lms{
        padding: 0;
    }

    .custom-lms__inner{
        margin-top: 0;
    }

    .custom-lms__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 77px;
    }

    .custom-lms__desktop {
        display: none;
    }

    .custom-lms__mobile {
        display: block;
        margin-bottom: 20px;
    }

    .custom-lms__mobile-slider .swiper-wrapper{
        padding: 0;
    }

    .custom-lms__item {
        padding: 20px 20px 30px;
        width: 100% !important;
    }

    .custom-lms__item-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 11px;
    }

    .custom-lms__item-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 28px;
    }

    .custom-lms__item-link {
        margin-top: 30px;
    }

    .custom-lms__pagination{
        margin-top: 28px;
        margin-bottom: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        position: relative !important;
    }

    .custom-lms__pagination .swiper-pagination-bullet{
        margin: 0 !important;
        width: 6px;
        height: 6px;
        background: #D9D9D9;
        opacity: 0.4;
        border-radius: 12px;
        transition: all 0.5s;
    }

    .custom-lms__pagination .swiper-pagination-bullet-active{
        width: 18px;
        opacity: 1;
    }

    .custom-lms__blocks {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .custom-lms__blocks-item {
        border-radius: 12px;
        padding: 20px;
        min-height: auto;
        background: transparent;
        border: 1px solid #EE3148;
    }

    .custom-lms__blocks-item:nth-child(2){
        background: linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    }

    .custom-lms__blocks-item h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .custom-lms__blocks-item h2 br {
        display: none;
    }

    .custom-lms__logos {
        padding: 46px 0;
        overflow-x: auto;
    }
}

/* frontend-new-your-lms-is-not.css */
.your-lms-is-not{
    background-color: #EEEEEE;
    padding: 160px 0 0;
    border-radius: 0 0 22px 22px;
}

.your-lms-is-not .block-bg-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 240px;
    background-image: url(/wp-content/uploads/2026/03/Group-1000007359-1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.your-lms-is-not .block-bg-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 240px;
    background-image: url(/wp-content/uploads/2026/03/Group-1000007360.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.your-lms-is-not__desktop {
    display: block;
}

.your-lms-is-not__mobile {
    display: none;
}

.your-lms-is-not__mobile-slider {
    overflow: hidden;
}

.your-lms-is-not__mobile-wrapper {
    align-items: stretch;
}

.your-lms-is-not__mobile-slide {
    height: auto!important;
    box-sizing: border-box;
}

.your-lms-is-not__mobile-slide .your-lms-is-not__item {
    height: 100%;
}

@media (max-width: 1180px){
    .your-lms-is-not .block-bg-left{
        width: 85px;
        height: 85px;
        background-image: url(/wp-content/uploads/2026/03/Group-1000007359-1.svg);
        background-size: cover;
        background-position: right;
    }

    .your-lms-is-not .block-bg-right{
        top: -4px;
        width: 120px;
        height: 85px;
        background-image: url(/wp-content/uploads/2026/03/Group-1000007360.svg);
    }
}

.your-lms-is-not.your-lms-is-not--white{
    padding: 160px 0 160px;
    background-color: #FFF;
}

.your-lms-is-not__inner{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.your-lms-is-not__title{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 63px;
    color: #1C1C1C;
    letter-spacing: -0.021em;
    z-index: 1;
    position: relative;
}

.your-lms-is-not.style-2 .your-lms-is-not__title{
    margin-bottom: 20px;
    text-align: center;
}

.your-lms-is-not__description{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 50px;
    color: #575757;
}

.your-lms-is-not__items {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.your-lms-is-not__item {
    padding: 30px 30px 41px;
    flex: 1;
    height: auto;
    min-height: 400px;
    display: flex !important;
    flex-direction: column;
    position: relative;
    background-color: #EEEEEE;
    border-radius: 8px;
    border: 1px solid #1C1C1C;
    transition: all 0.3s;
}

.your-lms-is-not.your-lms-is-not--white .your-lms-is-not__item{
    background-color: #FFF;
}

.your-lms-is-not.your-lms-is-not--white .your-lms-is-not__item:last-child::after{
    background-color: #FFFFFF;
}

.your-lms-is-not__item:last-child {
    border: none;
    clip-path: polygon(
            0 0,
            calc(100% - 80px) 0,
            100% 80px,
            100% 100%,
            0 100%
    );
    border-radius: 8px;
}

.your-lms-is-not__item:last-child::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #1C1C1C;
    z-index: 0;

    clip-path: polygon(
            0 0,
            calc(100% - 80px) 0,
            100% 80px,
            100% 100%,
            0 100%
    );
    border-radius: 8px;
}

.your-lms-is-not__item:last-child::after{
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #EEEEEE;
    z-index: 1;
    clip-path: polygon(
            0 0,
            calc(100% - 80px) 0,
            100% 80px,
            100% 100%,
            0 100%
    );
    border-radius: 8px;
}

.your-lms-is-not__item:hover {
    background-color: #FFF;
    box-shadow: 0 12px 16px -4px #10182814;
    /*border: 1px solid transparent;*/
    border-color: transparent;
}

.your-lms-is-not__item:hover .your-lms-is-not__item-icon {
    background-color: #EEEEEE;
}

.your-lms-is-not__item:hover:last-child::before{
    background-color: #FFF;
}

.your-lms-is-not__item:hover:last-child::after{
    background-color: #FFF;
}

.your-lms-is-not__item.accent:last-child::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #FFF;
    z-index: 0;

    clip-path: polygon(
            0 0,
            calc(100% - 80px) 0,
            100% 80px,
            100% 100%,
            0 100%
    );
    border-radius: 8px;
}

.your-lms-is-not__item.accent:last-child::after{
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #FFF;
    z-index: 1;
    clip-path: polygon(
            0 0,
            calc(100% - 80px) 0,
            100% 80px,
            100% 100%,
            0 100%
    );
    border-radius: 8px;
}

.your-lms-is-not__item:last-child > *{
    position: relative;
    z-index: 2;
}

.your-lms-is-not__item-icon {
    background-color: #FFFFFF;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.3s;
}

.your-lms-is-not__item.icons-bottom .your-lms-is-not__item-icon{
    order: 1;
    margin-top: auto;
    background-color: #FFFFFF;
}

.your-lms-is-not__item.icons-bottom:hover .your-lms-is-not__item-icon {
    background-color: #EEEEEE;
}

.your-lms-is-not__item.accent .your-lms-is-not__item-icon {
    background-color: #EEEEEE;
}

.your-lms-is-not__item.icons-bottom .your-lms-is-not__item-title {
    margin-top: 10px;
}

.your-lms-is-not__item-title {
    font-family: 'Geist', sans-serif;
    color: #1C1C1C;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px;
    font-weight: 400;
    margin-top: 90px;
}

.your-lms-is-not__item-text{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #575757;
}

@media (max-width:1024px) {
    .your-lms-is-not {
        border-radius: 0;
    }
    .your-lms-is-not.your-lms-is-not--white{
        padding: 116px 0 40px;
    }

    .your-lms-is-not__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 37px;
        text-align: left;
    }

    .your-lms-is-not__description {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 30px;
    }

    .your-lms-is-not__desktop {
        display: none;
    }

    .your-lms-is-not__mobile {
        display: block;
    }

    .your-lms-is-not__item{
        flex: auto;
        min-height: 360px;
    }

    .your-lms-is-not__pagination{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .your-lms-is-not__pagination .swiper-pagination-bullet{
        margin: 0 !important;
        width: 6px;
        height: 6px;
        background: #D9D9D9;
        border-radius: 12px;
        transition: all 0.5s;
        opacity: 0.4;
        border: none;
    }

    .your-lms-is-not__pagination .swiper-pagination-bullet-active{
        width: 18px;
        background: #575757;
        opacity: 1;
    }
}

/* cta_trusted.css */
.trusted-by-learnupon{
    border-radius: 12px;
    display: flex;
    padding: 44px 124px 44px 152px;
    background: url(/wp-content/uploads/2026/02/Union-1.svg) left center / contain no-repeat, linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 110px) 100%, 0 100%);
}

.trusted-by-learnupon .content{
    max-width: 540px;
}

.trusted-by-learnupon .content .trusted-by-learnupon__title{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 20px;
    color: #FFF;
    letter-spacing: -0.021em;
}

.trusted-by-learnupon .trusted-by-learnupon__text{
    font-family: 'Geist', sans-serif;
    color: #FFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 46px;
    letter-spacing: -0em;
}

.trusted-by-learnupon .trusted-by-learnupon__link {
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFF;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

.trusted-by-learnupon .trusted-by-learnupon__link svg {
    rotate: 0;
    transition: all 0.3s;
}

.trusted-by-learnupon .trusted-by-learnupon__link:hover svg {
    rotate: 45deg;
}

@media (max-width: 768px){
    .trusted-by-learnupon {
        padding: 88px 20px 20px;
        gap: 220px;
        flex-direction: column;
        background-position: top;
    }

    .trusted-by-learnupon img{
        max-width: 230px;
    }

    .trusted-by-learnupon .content .trusted-by-learnupon__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 24px;
        text-align: left;
    }

    .trusted-by-learnupon .trusted-by-learnupon__text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
}

.cta-trusted{
    padding: 100px 0 0;
}

.cta-trusted.margin-top-negative .your-lms-is-not__inner{
    margin-top: -220px;
}

/* frontend-new-lms-compare-ux.css */
.lms-compare-ux {
    padding: 284px 0 120px;
    background: #fff;
    border-radius: 22px;
    margin-top: -120px;
}

.lms-compare-ux__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.lms-compare-ux__head {
    text-align: center;
    margin: 0 0 80px 0;
}

.lms-compare-ux__colhead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 50px;
    margin-bottom: 40px;
}

.lms-compare-ux__colhead--right .lms-compare-ux__cta{
    margin-left: auto;
}

@media (max-width: 768px){
    .lms-compare-ux__colhead{
        flex-direction: column;
        align-items: flex-start;
    }

    .lms-compare-ux__colhead--right .lms-compare-ux__cta{
        margin-left: 0;
    }

    .lms-compare-ux {
        padding: 360px 0 25px;
        background: #fff;
        border-radius: 22px;
        margin-top: -300px;
    }
}

.lms-compare-ux__title {
    margin: 0 0 20px;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
}

.lms-compare-ux__accent {
    color: #d41028;
}

.lms-compare-ux__sub {
    margin: 0;
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.lms-compare-ux__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 38px 0 18px;
}

.lms-compare-ux__cols-title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    width: min(860px, 100%);
}

.lms-compare-ux__colname {
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.lms-compare-ux__cta-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    opacity: 0.95;
}


.lms-compare-ux__grid {
    display: grid;
    grid-template-columns: 435px 1fr;
    gap: 30px;
}

.lms-compare-ux__col {
    display: flex;
    flex-direction: column;
}

.lms-compare-ux__item {
    border-radius: 12px;
    border: 1px solid #D2D2D2;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
    min-height: 126px;
}

.lms-compare-ux__item-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.lms-compare-ux__arrow {
    font-size: 20px;
    line-height: 1;
    flex: 0 0 auto;
}

.lms-compare-ux__arrow--muted { color: #c9c9c9; }
.lms-compare-ux__arrow--accent { color: #e10600; }

.lms-compare-ux__item--filled {
    background: #EEEEEE;
    border-color: #EEEEEE;
}

.lms-compare-ux__item--active {
    border-color: #D41028;
}

.lms-compare-ux__badge-icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.lms-compare-ux__line.accent .lms-compare-ux__badge-icon {
    background: #D41028;
    border-color: #D41028;
    color: #fff;
}

.lms-compare-ux__line .lms-compare-ux__badge-icon svg path {
    fill: #D41028;
    transition: all 0.3s;
}

.lms-compare-ux__line.accent .lms-compare-ux__badge-icon svg path {
    fill: #FFFFFF;
}

/* ---------- TABS LEFT ---------- */

.lms-compare-ux__tab {
    border-radius: 12px;
    border: 1px solid #D2D2D2;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
    min-height: 126px;
    cursor: pointer;
    transition: all .25s ease;
}

.lms-compare-ux__tab.accent {
    border-color: #D41028;
}

.lms-compare-ux__tab.accent .lms-compare-ux__arrow svg path{
    fill: #D41028;
}

/* ---------- PANELS RIGHT ---------- */

.lms-compare-ux__panel {
    display: none;
    flex-direction: column;
    gap: 20px;
}

.lms-compare-ux__panel.accent {
    display: flex;
}

/* ---------- LINES RIGHT ---------- */

.lms-compare-ux__line {
    border-radius: 12px;
    border: 1px solid #EEEEEE;
    background: #EEEEEE;
    padding: 20px 22px;
    min-height: 126px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .25s ease;
    margin-bottom: 20px;
}

.lms-compare-ux__line.accent {
    border-color: #D41028;
    background: #FFFFFF;
}

.lms-compare-ux__badge-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.lms-compare-ux__line.accent .lms-compare-ux__arrow svg path {
    fill: #D41028;
}

.lms-compare-ux__line.accent .lms-compare-ux__badge-icon img {
    filter: brightness(0) invert(1);
}

/* Responsive */
@media (max-width: 1024px) {
    .lms-compare-ux__title { font-size: 40px; }
    .lms-compare-ux__colname { font-size: 22px; }
    .lms-compare-ux__cols-title { width: 100%; }
}

@media (max-width: 860px) {
    .lms-compare-ux__topbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .lms-compare-ux__grid {
        grid-template-columns: 1fr;
    }
    .lms-compare-ux__cols-title {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px){

    .lms-compare-ux__head {
        margin: 0 0 40px 0;
    }

    .lms-compare-ux__title {
        font-size: 36px;
        line-height: 44px;
    }

    .lms-compare-ux__sub {
        font-size: 16px;
        line-height: 24px;
    }
}


.lms-compare-ux__mobile {
    display: none;
}

@media (max-width: 1023px) {
    .lms-compare-ux__grid {
        display: none;
    }

    .lms-compare-ux__mobile {
        display: block;
    }
}

.lms-compare-ux__mobile {
    margin-top: 20px;
}

.lms-compare-ux__mobile-head {
    margin-bottom: 10px;
}

.lms-compare-ux__mobile-title {
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.lms-compare-ux__mobile-title--right {
    margin: 20px 0 10px;
}

.lms-compare-ux__mobile-left {
    overflow: visible;
}

.lms-compare-ux__mobile-slide {
    box-sizing: border-box;
}

.lms-compare-ux__mobile-left-card {
    border-radius: 12px;
    border: 1px solid #D2D2D2;
    padding: 20px;
    min-height: 96px;
    margin-bottom: 20px;
    background: #fff;
        min-height: 154px;
    display: flex;
    align-items: center;
}

.lms-compare-ux__mobile-left-card.accent {
    border-color: #D41028;
}

.lms-compare-ux__mobile-left-card .lms-compare-ux__item-text {
    font-size: 20px;
    line-height: 28px;
}

.lms-compare-ux__mobile-right-card {
    border-radius: 12px;
    background: #EEEEEE;
    padding: 20px;
    min-height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.lms-compare-ux__mobile-right-card.accent {
    background: #EEEEEE;
}

.lms-compare-ux__mobile-right-card .lms-compare-ux__badge-icon {
    order: 1;
    width: 60px;
    height: 60px;
}

.lms-compare-ux__mobile-right-text {
    order: 2;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.lms-compare-ux__mobile-cta {
    width: 100%;
    margin-top: 12px;
}

.lms-compare-ux__mobile-pagination {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    position: relative !important;
}

.lms-compare-ux__mobile-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px !important;
    background: #575757;
    opacity: 0.4;
    border-radius: 999px;
    transition: all 0.3s ease;
    margin: 0 3px !important;
    border: none;
}

.lms-compare-ux__mobile-pagination .swiper-pagination-bullet-active {
    width: 18px;
    opacity: 1;
}

@media (max-width: 1023px) {
    .lms-compare-ux {
        padding: 140px 0 40px;
        margin-top: -60px;
        border-radius: 22px;
    }

    .lms-compare-ux__container {
        padding: 0 16px;
    }

    .lms-compare-ux__head {
        margin-bottom: 32px;
        text-align: left;
    }

    .lms-compare-ux__title {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    .lms-compare-ux__sub {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .lms-compare-ux__mobile-title {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0%;
        margin-bottom: 10px;
    }

    .lms-compare-ux__arrow{
        rotate: 90deg;
    }
}

/* frontend-new-lms-features-sw.css */
.lms-features-sw{
    padding: 120px 0 122px;
    background: #fff;
    overflow: hidden;
}

.lms-features-sw__container{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.lms-features-sw__head{
    text-align: center;
    margin-bottom: 54px;
}

.lms-features-sw__title{
    margin: 0 0 20px;
    font-family: 'Geist', sans-serif;
    color: #1C1C1C;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
}

.lms-features-sw__accent{
    color: #d41028;
}

.lms-features-sw__sub{
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.lms-features-sw__slider{
    position: relative;
}

.lms-features-sw .lms-features-sw__swiper{
    overflow: visible;
}

.lms-features-sw .lms-features-sw__swiper .swiper-wrapper{
    padding: 0;
}

.lms-features-sw__slide{
    height: auto;
}

.lms-features-sw__card{
    height: 100%;
    min-height: 400px;
    border: 1px solid #1C1C1C;
    border-radius: 12px;
    background: #fff;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.lms-features-sw__card--accent{
    border-color: #D41028;
}

.lms-features-sw__card-title{
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.lms-features-sw__card-text{
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.lms-features-sw__icon{
    margin-top: auto;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #FEE2E2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Pagination */
.lms-features-sw__pagination.swiper-pagination {
    display: none;
}

.lms-features-sw__pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    opacity: 0.4;
    border: none;
    background: #575757;
    margin: 0 3px !important;
}

.lms-features-sw__pagination .swiper-pagination-bullet-active{
    opacity: 1;
    width: 18px;
}

/* Nav buttons */
.lms-features-sw__nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    background: #fff;
    cursor: pointer;
    z-index: 5;
}



@media (max-width: 768px){

    .lms-features-sw__head {
        margin-bottom: 22px;
    }

    .lms-features-sw__title{
        font-size: 36px;
        line-height: 44px;
    }

    .lms-features-sw__sub {
        font-size: 16px;
        line-height: 24px;
    }

    .lms-features-sw__card{
        min-height: 320px;
        padding: 26px 22px 22px;
    }

    .lms-features-sw {
        padding: 25px 0 80px;
        background: #fff;
        overflow: hidden;
    }

    .lms-features-sw__pagination.swiper-pagination {
        display: block;
        bottom: -35px!important;
    }
}

/* frontend-new-lms-cta-clean.css */
.lms-cta-clean {
    z-index: 5;
}

.lms-cta-clean__card {
    margin-top: var(--lms-cta-mt, 0);
    margin-bottom: var(--lms-cta-mb, 0);
    padding-top: var(--lms-cta-pt, 0);
    padding-bottom: var(--lms-cta-pb, 0);
}

@media (max-width: 767px) {
    .lms-cta-clean__card {
        margin-top: var(--lms-cta-mt-mobile, var(--lms-cta-mt, 0));
        margin-bottom: var(--lms-cta-mb-mobile, var(--lms-cta-mb, 0));
        padding-top: var(--lms-cta-pt-mobile, var(--lms-cta-pt, 0));
        padding-bottom: var(--lms-cta-pb-mobile, var(--lms-cta-pb, 0));
    }
}

.lms-cta-clean--gray{
    background: #EEEEEE;
}

.lms-cta-clean__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.lms-cta-clean__card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding: 33px 38px 40px;
    background: url(/wp-content/uploads/2026/03/Union-2.svg) right center / contain no-repeat, linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
}


.lms-cta-clean__content {
    max-width: 720px;
}

.lms-cta-clean__title {
    margin: 0 0 8px;
    font-family: 'Geist', sans-serif;
    color: #fff;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
}

.lms-cta-clean__sub {
    margin: 0 0 63px;
    font-family: 'Geist', sans-serif;
    color: #D2D2D2;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
}

.lms-cta-clean__text {
    margin: 0 0 63px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

.lms-cta-clean__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 42px;
}

.lms-cta-clean__hint {
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

/* Responsive */
@media (max-width: 1024px) {
    .lms-cta-clean__card {
        padding: 351px 20px 20px;
        background: url(/wp-content/uploads/2026/03/Union-1.svg) right top / contain no-repeat, linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    }

    .lms-cta-clean__title {
        font-size: 44px;
    }

    .lms-cta-clean__sub {
        font-size: 22px;
    }
}

@media (max-width: 768px) {

    .lms-cta-clean__card{
        clip-path: polygon(0 0, calc(100% - 56px) 0, 100% 50px, 100% 100%, 0 100%);
    }

    .lms-cta-clean__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .lms-cta-clean__title {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
        margin: 0;
    }

    .lms-cta-clean__sub {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 24px 0;
    }
}

.post .lms-cta-clean__title{
    margin: 0;
    padding: 0;
    color: #FFF;
    margin-bottom: 3px;
}

.post .lms-cta-clean__sub{
    padding: 0;
    margin: 0 0 37px 0;
    color: #FFF;
}

/* frontend-new-cs-cases-grid.css */
.cs-cases-grid{
    padding: 264px 0 180px;
    background-image: url('/wp-content/uploads/2026/03/Union-1.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 1160px;
    margin-top: -144px;
    position: relative;
}

.cs-cases-grid:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 88%);
    z-index: -1;
}

.cs-cases-grid__container{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.cs-cases-grid__head{
    text-align: center;
    margin-bottom: 55px;
}

.cs-cases-grid__title{
    margin: 0 0 20px;
    font-family: 'Geist', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
}

.cs-cases-grid__sub{
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #FFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.cs-cases-grid__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 22px;
    min-height: 700px;
}

.cs-cases-grid__card {
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    transition: all .3s ease;
    position:relative;
    padding:4px 4px 46px 4px;
    text-decoration: none;
}

.cs-cases-grid__card.is-active {
    padding-bottom: 79px;
    box-shadow: 0 12px 16px -4px #10182814;
}

.cs-cases-grid__media {
    background: linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    border-radius: 8px;
    min-height: 232px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cs-cases-grid__img {
    display: block;
    width: auto;
    height: 232px;
    object-fit: contain;
}

.cs-cases-grid__card-title {
    margin: 20px 24px 41px;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 84px;
}

.cs-cases-grid__card.is-active .cs-cases-grid__card-title {
    color: #D41028;
    text-decoration: underline;
}

.cs-cases-grid__meta {
    width: 100%;
    padding: 0 24px 0;
}

.cs-cases-grid__row + .cs-cases-grid__row {
    margin-top: 14px;
}

.cs-cases-grid__label {
    font-family: 'Geist', sans-serif;
    letter-spacing: 0.1em;
    color: #575757;
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.cs-cases-grid__text {
    margin: 0;
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}

.cs-cases-grid__cta {
    position: absolute;
    left: 28px;
    bottom: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Geist', sans-serif;
    color: #D41028;
    text-decoration: none;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: all .25s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.cs-cases-grid__cta-icon {
    display: inline-flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    rotate: 0;
    transition: all 0.3s;
}

.cs-cases-grid__card.is-active .cs-cases-grid__cta {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.cs-cases-grid__cta:hover .cs-cases-grid__cta-icon {
    rotate: 45deg;
}

.cs-cases-grid .swiper-wrapper{
    padding: 0;
}

.cs-cases-grid__pagination{
    margin-top: 27px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.cs-cases-grid__pagination .swiper-pagination-bullet{
    background: #D9D9D9;
    margin: 0 !important;
    width: 6px;
    height: 6px;
    transition: all 0.5s;
}

.cs-cases-grid__pagination .swiper-pagination-bullet-active{
    width: 18px;
    background: #D9D9D9;
    border-radius: 12px;
}

@media (min-width: 1025px){
    .cs-cases-grid__pagination{
        display: none;
    }
}

@media (max-width: 1024px){
    .cs-cases-grid__title{
        font-size: 42px;
        line-height: 50px;
    }

    .cs-cases-grid__cards{
        grid-template-columns: 1fr;
        padding-bottom: 0;
    }

    .cs-cases-grid__img{
        height: 240px;
    }

    .cs-cases-grid__card.is-active{
        padding-bottom: 62px;
    }
}
@media (max-width: 768px){

    .cs-cases-grid{
        background-color: rgb(212, 16, 40);
        background-image: none;
        padding: 254px 0 25px;
    }

    .cs-cases-grid__head {
        margin-bottom: 34px;
    }
    .cs-cases-grid__title{
        font-size: 36px;
        line-height: 44px;
    }

    .cs-cases-grid__sub {
        font-size: 16px;
        line-height: 24px;
    }
}

/* frontend-new-lms-services.css */
.lms-services{
    padding: 107px 0 167px;
    background: #fff;
    border-radius: 22px;
    position: relative;
    z-index: 1;
}
.lms-services__container{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ====== Head ====== */
.lms-services__head{
    display: grid;
    grid-template-columns: 1fr 513px;
    gap: 48px;
    align-items: start;
    margin-bottom: 100px;
}
.lms-services__title{
    margin: 0;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
}

.lms-services__intro{
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    max-width: 513px;
}

/* ====== Items layout (desktop) ====== */
.lms-services__track{
    display: grid;
    gap: 120px;
}
.lms-services__card{
    display: flex;
    gap: 44px;
    align-items: center;
    justify-content: space-between;
}
.lms-services__item.is-reverse .lms-services__content{ order: 2; }
.lms-services__item.is-reverse .lms-services__media{ order: 1; }

.lms-services__content{
    max-width: 571px;
}

.lms-services__tag{
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 8px;
    background: #EEEEEE;
    color: #D41028;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 38px;
    letter-spacing: 0.01em;
}
.lms-services__tag--alt{
    color: #D41028;
}

.lms-services__card-title {
    margin: 0 0 20px 0;
    color: #000000;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.lms-services__card-title span {
    color: #D41028;
}
.lms-services__desc{
    margin: 0 0 33px;
    font-family: 'Geist', sans-serif;
    color: #575757;
    max-width: 520px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.lms-services__subhead{
    margin: 0 0 10px;
    font-family: 'Geist', sans-serif;
    text-transform: uppercase;
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.lms-services__list{
    margin: 0 0 44px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0;
}
.lms-services__list--has-image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.lms-services__list li {
    position: relative;
    padding-left: 16px;
    font-family: 'Geist', sans-serif;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.lms-services__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #D41028;
    transform: translateY(-50%);
}
.lms-services__frame::after {
    content:"";
    position:absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: .25;
}
.lms-services__list-image {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 14px;
    gap: 10px;
    background: #EEEEEE;
    border-radius: 12px;
}
.lms-services__list-image:before {
    display: none;
}
.lms-services__img{
    display:block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    background: #fff;
    max-width: 548px;
}

.lms-services__slider {
    position: relative;
}

.lms-services__track {
    position: relative;
    display: block;
    gap: 0;
}

.lms-services__item {
    position: sticky;
    top: 120px;
    opacity: 0;
    transform: translateY(40px);
    transition:
            opacity 0.6s ease,
            transform 0.6s ease;
    pointer-events: none;
    will-change: opacity, transform;
    margin-bottom: 0;
}

.lms-services__item + .lms-services__item {
    margin-top: 0;
}

.lms-services__item.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.lms-services__item.is-prev {
    opacity: 0;
    transform: translateY(-40px);
}

.lms-services__item.is-next {
    opacity: 0;
    transform: translateY(40px);
}

.lms-services__dots{ display:none; }


.lms-services__desktop {
    display: block;
}

.lms-services__mobile {
    display: none;
}

.lms-services__mobile-slider {
    overflow: hidden;
}

.lms-services__mobile-slide {
    box-sizing: border-box;
}

@media (max-width: 1024px){

    .lms-services{
        padding: 125px 0 46px;
        background-image: url(/wp-content/uploads/2026/03/Group-1000007272-1.svg), url(/wp-content/uploads/2026/03/Group-1000007273.svg);
        background-repeat: no-repeat;
        border-radius: 0;
        background-position: top left, top right;
    }

    .lms-services__head{
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    .lms-services__title{
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }
    .lms-services__intro{
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .lms-services__item{
        opacity: 1;
        top: 0;
        transform: none;
    }

    .lms-services__card{
        grid-template-columns: 1fr;
        gap: 30px;
        flex-direction: column-reverse;
    }
    .lms-services__item.is-reverse .lms-services__content,
    .lms-services__item.is-reverse .lms-services__media{
        order: unset;
    }
}



@media (max-width: 1024px){

    .lms-services{
        padding: 125px 0 46px;
        background-image: url(/wp-content/uploads/2026/03/Group-1000007272-1.svg), url(/wp-content/uploads/2026/03/Group-1000007273.svg);
        background-repeat: no-repeat;
        border-radius: 0;
        background-position: top left, top right;
    }

    .lms-services__head{
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .lms-services__title{
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    .lms-services__intro{
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .lms-services__desktop {
        display: none;
    }

    .lms-services__mobile {
        display: block;
    }

    .lms-services__card{
        gap: 30px;
        flex-direction: column-reverse;
    }

    .lms-services__content{
        max-width: 100%;
    }

    .lms-services__card-title{
        font-size: 28px;
        line-height: 34px;
    }

    .lms-services__desc{
        font-size: 16px;
        line-height: 24px;
    }

    .lms-services__list{
        margin-bottom: 30px;
    }

    .lms-services__mobile-pagination{
        display: flex;
        justify-content: center;
        gap: 6px;
        margin-top: 20px;
        position: relative !important;
    }

    .lms-services__mobile-pagination .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background: #575757;
        opacity: 0.4;
        margin: 0 !important;
        transition: all 0.3s ease;
        border: none;
    }

    .lms-services__mobile-pagination .swiper-pagination-bullet-active{
        width: 18px;
        opacity: 1;
    }
}


.lms-services__mobile .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.lms-services__mobile .swiper-slide {
    height: auto;
    display: flex;
}

.lms-services__mobile .lms-services__item {
    height: 100%;
    display: flex;
}

.lms-services__mobile .lms-services__card {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
}

/* frontend-new-org-grid.css */
.org-grid{
    padding: 134px 0 100px;
    background: #EEEEEE;
    margin-top: -20px;
}
.org-grid__container{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== head ===== */
.org-grid__head{
    display: grid;
    grid-template-columns: 1fr 486px;
    gap: 14px;
    align-items: start;
    margin-bottom: 50px;
}
.org-grid__title{
    margin: 0;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    color: #1C1C1C;
}

.org-grid__intro{
    font-family: 'Geist', sans-serif;
    color: #575757;
    max-width: 520px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding-right: 62px;
}

/* ===== grid ===== */
.org-grid__grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.org-grid__card,
.org-grid__highlight{
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    min-height: 240px;
    position: relative;
    overflow: hidden;
}

/* cards */
.org-grid__card{
    padding: 30px 30px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.org-grid__card--10{
    order: 2;
}
.org-grid__icon{
    position: absolute;
    left: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #EEEEEE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.org-grid__icon img{
    max-width: 40px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: block;
}
.org-grid__icon--ghost{
    background: transparent;
    border-color: transparent;
}
.org-grid__card-title{
    margin: 0;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

/* slightly different empty-style cards in mock */
.org-grid__card--empty{
    background: transparent;
    border: 1px solid #D2D2D2;
}

/* highlight spans 2 columns */
.org-grid__highlight{
    grid-column: span 2;
    border-color: transparent;
    color: #fff;
    background: linear-gradient(180deg, #F0334A 0%, #D41028 95.91%);
    order: 1;
}
.org-grid__highlight-inner{
    height: 100%;
    padding: 30px 30px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.org-grid__highlight-text{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.org-grid__highlight-big{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #FFF;
}
.org-grid__highlight-sub{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
}
.org-grid__highlight-icon{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #EEEEEE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.org-grid__highlight-icon img{
    max-width: 40px;
    max-height: 40px;
    display: block;
}

.org-grid__card,
.org-grid__highlight {
    opacity: 0;
    transform: translateY(32px);
    transition:
            opacity 0.7s ease,
            transform 0.7s ease;
    will-change: opacity, transform;
}

.org-grid__card.is-visible,
.org-grid__highlight.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== responsive ===== */
@media (max-width: 768px){
    .org-grid__head{
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 30px;
    }
    .org-grid__title{
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }
    .org-grid__intro{
        max-width: 100%;
        padding-right: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .org-grid{
        padding: 72px 0 40px;
        background: #EEEEEE;
        margin-top: -20px;
    }

    .org-grid__grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .org-grid__highlight{
        grid-column: span 2;
        order: 1;
    }
    .org-grid__card,
    .org-grid__highlight{
        min-height: 130px;
        padding: 20px;
        gap: 10px;
        justify-content: space-between;
    }

    .org-grid__highlight-inner{
        padding: 0;
    }

    .org-grid__highlight-big {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .org-grid__highlight-sub {
        font-size: 14px;
        line-height: 20px;
    }

    .org-grid__card-title {
        font-size: 14px;
        line-height: 20px;
    }

    .org-grid__icon {
        position: relative;
        left: 0;
        top: 0;
    }

    .org-grid__grid article:nth-child(9){
        order: 2;
    }

    .org-grid__grid article:nth-child(11){
        order: 3;
    }
}

/* frontend-new-cpd-lms-logos.css */
.cpd-lms-logos {
    background: #eeeeee;
    padding: 143px 0 129px;
    overflow: hidden;
}

.cpd-lms-logos__container {
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 120px;
    align-items: center;
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.cpd-lms-logos__content {
    max-width: 423px;
}

.cpd-lms-logos__title {
    margin: 0 0 28px;
    color: #1c1c1c;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    letter-spacing: -0.03em;
}

.cpd-lms-logos__title span {
    color: #d41028;
}

.cpd-lms-logos__subtitle {
    margin: 0;
    max-width: 280px;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.cpd-lms-logos__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 170px));
    grid-auto-rows: 170px;
    gap: 5px;
    justify-content: start;
}

.cpd-lms-logos__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    border: 1px solid #1c1c1c;
    border-radius: 8px;
    background: transparent;
    padding: 28px;
    box-sizing: border-box;
}

.cpd-lms-logos__cell--1 {
    grid-column: 1;
}

.cpd-lms-logos__cell--2 {
    grid-column: 2;
}

.cpd-lms-logos__cell--3 {
    grid-column: 3;
}

.cpd-lms-logos__cell--4 {
    grid-column: 4;
}

.cpd-lms-logos__cell--5 {
    grid-column: 1;
}

.cpd-lms-logos__cell--6 {
    grid-column: 2;
}

.cpd-lms-logos__cell--7 {
    grid-column: 3;
}

.cpd-lms-logos__cell--8 {
    grid-column: 4;
}

.cpd-lms-logos__cell--9 {
    grid-column: 1;
}

.cpd-lms-logos__cell--10 {
    grid-column: 2;
}

.cpd-lms-logos__cell--11 {
    grid-column: 3;
}

.cpd-lms-logos__cell--12 {
    grid-column: 4;
}

.cpd-lms-logos__cell--empty {
    opacity: 0;
    pointer-events: none;
}

.cpd-lms-logos__logo-img {
    display: block;
    max-width: 118px;
    max-height: 68px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1);
}

@media (max-width: 1199px) {
    .cpd-lms-logos__container {
        grid-template-columns: 340px minmax(0, 1fr);
        gap: 64px;
    }

    .cpd-lms-logos__grid {
        grid-template-columns: repeat(4, minmax(0, 140px));
        grid-auto-rows: 140px;
    }

    .cpd-lms-logos__title {
        font-size: 46px;
        line-height: 52px;
    }
}

@media (max-width: 991px) {
    .cpd-lms-logos {
        padding: 80px 0 86px;
    }

    .cpd-lms-logos__container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 24px;
    }

    .cpd-lms-logos__content {
        max-width: 640px;
    }

    .cpd-lms-logos__subtitle {
        max-width: 520px;
        font-size: 18px;
        line-height: 26px;
    }

    .cpd-lms-logos__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-auto-rows: 148px;
        width: 100%;
    }

    .cpd-lms-logos__cell {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .cpd-lms-logos {
        padding: 56px 0 64px;
    }

    .cpd-lms-logos__container {
        gap: 30px;
        padding: 0 16px;
    }

    .cpd-lms-logos__title {
        margin-bottom: 18px;
        font-size: 36px;
        line-height: 42px;
    }

    .cpd-lms-logos__subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .cpd-lms-logos__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 132px;
    }

    .cpd-lms-logos__cell {
        padding: 20px;
    }

    .cpd-lms-logos__logo-img {
        max-width: 104px;
        max-height: 58px;
    }
}

/* frontend-new-tape-marquee.css */
.tape-marquee{
    background: #EEEEEE;
    padding: 100px 0;
    overflow: hidden;
}

.tape-marquee__container{

}

.tape-marquee__head{
    text-align: center;
    margin-bottom: 55px;
}

.tape-marquee__title{
    font-family: 'Geist', sans-serif;
    max-width: 1100px;
    margin: 0 auto 20px;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
}

.tape-marquee__title span {
    color: #e11d2e;
}

.tape-marquee__accent {
    color: #1C1C1C;
}

.tape-marquee__accent span {
    color: #e11d2e;
}

.tape-marquee__sub{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    color: #575757;
}

.tape-marquee__row{
    position: relative;
    margin-top: 10px;
}


.marquee{
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 10px;
}

.marquee__group{
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    gap: 10px;
    min-width: 100%;
    animation: scroll-x 80s linear infinite;
    will-change: transform;
}


.marquee--reverse .marquee__group{
    animation-direction: reverse;
    animation-delay: -3s;
}


.marquee:hover .marquee__group{
    animation-play-state: paused;
}

.tm-card {
    flex: 0 0 auto;
    width: 400px;
    min-height: 300px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 12px 16px -4px transparent;
    transition: all 0.3s;
}

.tm-card__logo{
    margin-bottom: 20px;
}

.tm-card__logo img{
    max-width: 100%;
    max-height: 40px;
}

.tm-card__quote{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.tm-card__person{
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.tm-card__person img {
    display: flex;
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.tm-card__name{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
    color: #000000;
}

.tm-card__role{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #575757;
}

@keyframes scroll-x{
    from{ transform: translateX(0); }
    to{   transform: translateX(calc(-100% - 18px)); }
}

@media (prefers-reduced-motion: reduce){
    .marquee__group{ animation-play-state: paused; }
}

@media (max-width: 768px){
    .tape-marquee__title{
        font-size: 36px;
        line-height: 44px;
    }
}

/* frontend-new-asv-section.css */
.asv-section{
    background: #EEEEEE;
    padding: 100px 0 200px;
}

.asv-section::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 120px;
    background-image: url(/wp-content/uploads/2026/03/blocks-bg-1.png);
    width: 240px;
    height: 240px;
}

.asv-section::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2026/03/blocks-bg-1.png);
    width: 240px;
    height: 240px;
}

@media (max-width: 768px){
    .asv-section::before{
        display: none;
    }

    .asv-section::after{
        display: none;
    }
}

.asv-inner{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.asv-header{
    margin-bottom: 48px;
}

.asv-title{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
    margin-bottom: 20px;
}

.asv-sub{
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.asv-cols {
    display:flex;
    align-items:stretch;
    gap:0;
}

.asv-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.asv-col-head {
    border-bottom: 2px solid #000000;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #575757;
    padding: 26px 33px;
}

.asv-col:first-child .asv-col-head{
    padding: 26px 0;
}

.asv-col-body {
    display:flex;
    flex-direction:column;
}

.asv-col--labels {
    flex: 0 0 290px;
    padding-right: 0;
}

.asv-label {
    padding: 24px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color:#1C1C1C;
}

.asv-cell {
    padding: 24px 30px;
    border-bottom: 1px solid #d2d2d263;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1C1C1C;
}



.asv-col:hover {
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 98.8%);
    border-radius: 12px;
    overflow: hidden;
}

.asv-col.asv-col--labels:hover{
    background: transparent;
}

.asv-col--highlight {
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 98.8%);
    border-radius: 12px;
    overflow: hidden;
}

.asv-col--highlight .asv-cell {
    padding-left: 30px;
    padding-right: 30px;
}

.asv-col-foot {
    opacity: 0;
    padding: 30px;
    margin-top:auto;
    transition: 0.3s;
}

.asv-col:hover .asv-col-foot {
    opacity: 1;
}

.asv-col--highlight .asv-col-foot {
    opacity: 1;
}

.asv-icon {
    width: 18px;
    height: 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex: 0 0 18px;
}



.asv-btn{
    min-width: 100%;
}


.asv-table{ display:block; }
.asv-mobile{ display:none; }

@media (max-width: 768px){

    .asv-section{
        padding: 40px 0 166px;
        background-image: url(/wp-content/uploads/2026/03/Group-1000007272.svg), url(/wp-content/uploads/2026/03/Group-1000007271.svg);
        background-repeat: no-repeat;
        background-position: bottom left, bottom right;
    }

    .asv-table{ display:none; }
    .asv-mobile{ display:block; }

    .asv-title{
        font-size: 36px;
        line-height: 44px;
    }

    .asv-sub{
        font-size: 16px;
        line-height: 24px;
    }
}


















.asv-mobile {
    display: none;
}

@media (max-width: 1023px) {
    .asv-cols {
        display: none;
    }

    .asv-mobile {
        display: block;
        padding: 0 16px;
    }

    .asv-mobile__slider {
        overflow: visible;
    }

    .asv-mobile__slide {
        height: auto;
    }

    .asv-mobile-card {
        background: #f3f3f3;
        border-radius: 20px;
        padding: 24px 20px 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }

    .asv-mobile-card--highlight {
        background: #f3f3f3;
    }

    .asv-mobile-card__topline {
        font-size: 12px;
        line-height: 1.3;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #6d6d6d;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 4px solid #1c1c1c;
    }

    .asv-mobile-card__body {
        display: flex;
        flex-direction: column;
    }

    .asv-mobile-row {
        padding: 20px 0;
        border-bottom: 1px solid #e1e1e1;
    }

    .asv-mobile-row:last-child {
        border-bottom: none;
    }

    .asv-mobile-row__label {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.35;
        color: #222;
        margin-bottom: 10px;
    }

    .asv-mobile-row__value {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        line-height: 1.45;
        color: #222;
    }

    .asv-mobile-icon {
        flex: 0 0 auto;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
    }

    .asv-mobile-row__value--ok .asv-mobile-icon {
        background: #00B67A;
    }

    .asv-mobile-row__value--warn .asv-mobile-icon {
        background: #FFC042;
        color: #fff;
    }

    .asv-mobile-row__value--bad .asv-mobile-icon {
        background: #D41028;
    }

    .asv-mobile-card__foot {
        margin-top: 24px;
    }

    .asv-mobile-btn {
        width: 100%;
        min-width: 100%;
    }

    .asv-mobile__pagination {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        gap: 6px;
    }

    .asv-mobile__pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background: #575757;
        opacity: 0.4;
        transition: all 0.3s ease;
                margin: 0 !important;
    }

    .asv-mobile__pagination .swiper-pagination-bullet-active {
        width: 16px;
        opacity: 1;
    }
}

/* frontend-new-pricex-pricing.css */
.pricex-pricing {
    padding: 146px 0 158px;
    background: linear-gradient(360deg, #F0334A -3.36%, #D41028 141.29%);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.pricex-pricing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 120px;
    background-image: url('/wp-content/uploads/2026/04/Rectangle-28537.svg');
    background-size: cover;
    width: 120px;
    height: 120px;
    z-index: 1;
}

.pricex-pricing::after {
    content: '';
    position: absolute;
    bottom: -240px;
    left: 0;
    background-image: url('/wp-content/uploads/2026/03/blocks-bg-2.png');
    background-size: cover;
    width: 240px;
    height: 240px;
    z-index: 1;
}

@media (max-width: 1626px){
    .pricex-pricing::after{
        width: 200px;
        height: 200px;
        bottom: -200px;
    }
}

@media (max-width: 768px){
    .pricex-pricing::after{
        display: none;
    }
    .pricex-pricing::before {
        left: 40px;
        background-size: contain;
        width: 40px;
        height: 40px;
    }
}

/*.pricex-pricing:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 88%);*/
/*    z-index: -1;*/
/*}*/

.pricex-pricing__inner{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.pricex-pricing__head{
    text-align: center;
    margin-bottom: 40px;
}

.pricex-pricing__title{
    font-family: 'Geist', sans-serif;
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
}

.pricex-pricing__sub{
    font-family: 'Geist', sans-serif;
    margin: 0 auto;
    max-width: 1151px;
    color: #FEE2E2;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.pricex-pricing__currency {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    max-width: 100%;
    margin: 20px auto 58px;
    padding: 4px;
    border-radius: 8px;
    background: #ffffff;
}

.pricex-pricing__currency-btn {
    flex: 1;
    min-height: 38px;
    margin: 0;
    padding: 8px 18px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #1C1C1C;
    cursor: pointer;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    transition: background-color .2s ease, color .2s ease;
}

.pricex-pricing__currency-btn.is-active {
    background: #EEEEEE;
    color: #000000;
    pointer-events: none;
}

.pricex-pricing.is-loading .pricex-pricing__cards {
    pointer-events: none;
}

.pricex-pricing__grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.pricex-pricecard {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 47px 30px 30px;
    display: flex;
    flex-direction: column;
    min-height: 640px;
    overflow: hidden;
}

.pricex-pricecard:nth-child(2n) {
    position: relative;
}

.pricex-pricecard:nth-child(2n):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 50%, #ffecd43d 70%, #FFD5D6 95%);
}

.pricex-pricecard > * {
    position: relative;
    z-index: 1;
}

.pricex-pricecard__top{
    margin-bottom: 23px;
}

.pricex-pricecard__name{
    margin: 0 0 18px;
    color: #000000;
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.pricex-pricecard__desc{
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #575757;
    max-width: 320px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: visible;
    min-height: 60px;
}

.pricex-pricecard__desc span{
    font-weight: 700;
}

.pricex-pricecard__price{
    display:flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 3px;
}

.pricex-pricecard__amount{
    font-family: 'Geist', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.pricex-pricecard__meta{
    font-family: 'Geist', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.pricex-pricecard__note{
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.pricex-pricecard__cta{
    margin-top: 40px;
}

.pricex-pricecard__label{
    margin-top: 30px;
    font-family: 'Geist', sans-serif;
    letter-spacing: .14em;
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.pricex-pricecard__list{
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display:flex;
    flex-direction: column;
}

.pricex-pricecard__list li{
    position: relative;
    padding-left: 20px;
    font-family: 'Geist', sans-serif;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.pricex-pricecard__list li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    background-image: url(/wp-content/uploads/2026/03/Vector.svg);
    width: 10px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.pricex-pricecard--featured{
    background: linear-gradient(1deg, #FFD5D6 0%, rgb(255 255 255) 60.29%);
}

.pricex-pricecard--cut{
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
}

.pricex-pricing__mob{
    display:none;
    margin-top: 26px;
}

.pricex-pricing__pagination{
    margin-top: 14px;
    text-align:center;
}

.pricex-pricing__pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    opacity: 0.4;
    background: #D9D9D9;
    transition: all 0.5s;
    margin: 0 3px !important;
}

.pricex-pricing__pagination .swiper-pagination-bullet-active{
    width: 16px;
    border-radius: 999px;
    opacity: 1;
}

@media (max-width: 980px){
    .pricex-pricing__grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .pricex-pricecard{
        min-height: 620px;
    }
}

@media (max-width: 768px){

    .pricex-pricing {
        padding: 40px 0;
        background-color: #D41028;
        background-image: none;
        margin-top: 0;
    }

    .pricex-pricing__title {
        font-size: 36px;
        line-height: 44px;
    }

    .pricex-pricing__sub {
        font-size: 16px;
        line-height: 24px;
    }

    .pricex-pricing__grid{ display:none; }
    .pricex-pricing__mob{ display:block; }
    .pricex-pricecard{ min-height: auto; }
}


.pricex-pricing__mob .swiper-wrapper {
    display: flex;
    align-items: stretch;
    padding: 0;
}

.pricex-pricing__mob .swiper-slide {
    height: auto;
    display: flex;
}


.pricex-pricing__mob .pricex-pricecard {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
}

.pricex-pricing--modifier .pricex-pricing__inner {
    display: flex;
}

.pricex-pricing--modifier .pricex-pricing__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.pricex-pricing--modifier .pricex-pricing__title {
    text-align: left;
}

.pricex-pricing--modifier .pricex-pricing__sub {
    text-align: left;
}

.pricex-pricing--modifier .pricex-pricing__currency {
    margin: 20px 0 0;
}

@media (max-width: 991px) {
    .pricex-pricing--modifier .pricex-pricing__inner {
        display: flex;
        flex-direction: column;
    }
    .pricex-pricing--modifier .pricex-pricing__grid {
        display: none;
    }
}

/* frontend-new-lms-fit-check.css */
.lms-fit-check {
    padding: 64px 0 200px;
    background: #EEEEEE;
    font-family: 'Geist', sans-serif;
}

.lms-fit-check__container {
    display: grid;
    grid-template-columns: minmax(280px, 405px) minmax(520px, 1fr);
    gap: 88px;
    align-items: start;
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 40px;
}

.lms-fit-check__content {
    padding-top: 6px;
}

.lms-fit-check__title {
    margin: 0;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    letter-spacing: 0;
}

.lms-fit-check__title span {
    display: block;
    color: #D41028;
}

.lms-fit-check__description {
    max-width: 410px;
    margin: 44px 0 0;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.lms-fit-check__panel {
    display: grid;
    gap: 8px;
}

.lms-fit-check__list {
    display: grid;
    gap: 8px;
}

.lms-fit-check__item {
    display: grid;
    grid-template-columns: 1fr 48px;
    gap: 24px;
    align-items: center;
    min-height: 92px;
    padding: 18px 25px;
    border-radius: 10px;
    background: #FFFFFF;
}

.lms-fit-check__item-text {
    color: #1C1C1C;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.lms-fit-check__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFE8C9 0%, #FFBA41 100%);
}

.lms-fit-check__icon img {
    display: block;
    max-width: 28px;
    max-height: 28px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.lms-fit-check__result {
    min-height: 160px;
    padding: 36px;
    gap: 10px;
    background: #F3F3F3;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.05), inset 0 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    color: #1C1C1C;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    text-align: center;
}

.lms-fit-check__result span {
    display: block;
    color: #D41028;
}

@media (max-width: 1180px) {
    .lms-fit-check__container {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .lms-fit-check__content {
        padding-top: 0;
    }

    .lms-fit-check__title,
    .lms-fit-check__description {
        max-width: 760px;
    }
}

@media (max-width: 767px) {
    .lms-fit-check {
        padding: 48px 0 56px;
    }

    .lms-fit-check__container {
        gap: 34px;
        padding: 0 20px;
    }

    .lms-fit-check__title {
        font-size: 38px;
        line-height: 44px;
    }

    .lms-fit-check__description {
        margin-top: 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .lms-fit-check__item {
        grid-template-columns: 1fr 42px;
        gap: 16px;
        min-height: 78px;
        padding: 16px;
    }

    .lms-fit-check__item-text {
        font-size: 16px;
        line-height: 23px;
    }

    .lms-fit-check__icon {
        width: 42px;
        height: 42px;
    }

    .lms-fit-check__result {
        min-height: 0;
        padding: 24px 18px;
        font-size: 24px;
        line-height: 32px;
    }
}

/* frontend-new-faqx-section.css */
.faqx-section {
    background: #EEEEEE;
    padding: 200px 0 100px;
}

.faqx-container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.faqx-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 56px;
    align-items: start;
}

.faqx-title {
    margin: 0 0 30px;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    font-family: 'Geist', sans-serif;
}

.faqx-sub {
    margin: 0 0 30px;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.faqx-cta {
    margin-top: 40px;
}

.faqx-right {
    position: relative;
}

.faqx-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faqx-item {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        margin 0.35s ease;
}

.faqx-item:last-child {
    margin-bottom: 0;
}

.faqx-list.is-collapsed .faqx-item:nth-child(n+6) {
    max-height: 0 !important;
    opacity: 0;
    transform: translateY(-10px);
    margin-bottom: 0;
    pointer-events: none;
}

.faqx-q {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    max-width: 100%;
    margin: 0;
}

.faqx-q__text {
    color: #000000;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.faqx-q__icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease;
}

.faqx-a {
    height: 0;
    overflow: hidden;
    transition: height 0.45s ease;
    will-change: height;
}

.faqx-a__inner {
    padding: 0 20px 28px;
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.faqx-item.is-open {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 40px) 100%, 0 100%);
}

.faqx-item.is-open .faqx-q__icon {
    transform: rotate(45deg);
}

.faqx-item.is-open .faqx-a__inner {
    opacity: 1;
    transform: translateY(0);
}

.faqx-item.is-open .faqx-q__icon svg rect {
    fill: #D41028;
}

.faqx-more {
    margin-top: 20px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #D2D2D2;
    background: transparent;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.faqx-more:hover {
    background: #FFFFFF;
}

@media (max-width: 768px) {
    .faqx-section {
        padding: 100px 0 40px;
        background-image: url(/wp-content/uploads/2026/03/Group-1000007196.svg);
        background-repeat: no-repeat;
        background-position: top right;
    }

    .faqx-title {
        margin: 0 0 20px;
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    .faqx-sub {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .faqx-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .faqx-cta {
        width: 100%;
        margin-top: 0;
    }

    .faqx-q {
        padding: 20px;
        align-items: flex-start;
    }

    .faqx-a__inner {
        padding: 0 20px 20px;
    }

    .faqx-q__text {
        font-size: 18px;
        line-height: 26px;
    }

    .faqx-item.is-open {
        clip-path: none;
    }
}

/* frontend-new-inslab-slider.css */
.inslab-slider {
    background: #EEEEEE;
    padding: 100px 0;
    max-width: 100%;
}

.inslab-slider__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.inslab-slider__head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom: 38px;
}

.inslab-slider .inslab-slider__title {
    margin: 0;
    padding: 0;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.inslab-slider__all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 10px 14px;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    background: transparent;
    color: #000000;
    text-decoration: none;
    font-family: Geist;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.inslab-slider__wrap {
    position:relative;
}

.inslab-slider__swiper {
    overflow: visible;
}

.inslab-slider__slide {
    height: auto;
}

.inslab-card {
    height: 100%;
}

.inslab-card__link {
    height: 540px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 16px -4px transparent;
    transition: all 0.3s;
}

.inslab-card__link:hover {
    box-shadow: 0 12px 16px -4px #10182814;
}

.inslab-card__link:hover .inslab-card__title{
    color: #D41028;
    text-decoration: underline;
}

.inslab-card__media {
    position: relative;
    background: #FFF;
    padding: 4px;
}

.inslab-card__img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.inslab-card__img--ph {
    width:100%;
    height:100%;
    background: linear-gradient(135deg, #f0f0f0, #e3e3e3);
}

.inslab-card__cats{
    display: flex;
    gap: 8px;
    padding: 23px 30px 0;
}

.inslab-pill {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 3px 10px;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #575757;
}

.inslab-card .inslab-card__title{
    margin: 16px 30px 20px;
    font-family: 'Geist', sans-serif;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    transition: all 0.5s;
    padding: 0;
}

.inslab-card .inslab-card__excerpt {
    padding: 0 30px;
    font-family: 'Geist', sans-serif;
    color: #575757;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
    display: block;
}

.inslab-card__meta{
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    margin: auto 0 40px;
}

.inslab-card__meta-left{
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.inslab-card__meta-autor{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #575757;
}

.inslab-card__meta-autor span{
    color: #D41028;
}

.inslab-card__date {
    display: block;
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.inslab-card__read-time{
    display: flex;
    gap: 9px;
    align-items: center;
}

.inslab-card__read-time span{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #575757;
}

.inslab-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background: #FFF;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}

.inslab-slider__swiper .swiper-wrapper {
    padding: 0 0 20px 0;
}

.inslab-slider__nav--prev{ left: -56px; }
.inslab-slider__nav--next{ right: -56px; }



.inslab-slider__nav[disabled]{
    opacity: .4;
    cursor: default;
    pointer-events: none;
}

.inslab-slider__nav--prev .arrow{
    display: flex;
    gap: 15px;
    transform: translateX(15px);
    transition: all 0.5s;
}

.inslab-slider__nav--prev:hover .arrow{
    transform: translateX(-15px);
}


.inslab-slider__nav--next .arrow{
    display: flex;
    gap: 15px;
    transform: translateX(-15px);
    transition: all 0.5s;
}

.inslab-slider__nav--next:hover .arrow{
    transform: translateX(15px);
}

.inslab-slider__pagination{
    display: flex;
    justify-content: center;
    gap: 6px;
}

.inslab-slider__pagination .swiper-pagination-bullet{
    margin: 0 !important;
    width: 6px;
    height: 6px;
    background: #575757;
    transition: all 0.5s;
}

.inslab-slider__pagination .swiper-pagination-bullet-active{
    width: 18px;
    background: #575757;
    border-radius: 12px;
}

@media (min-width: 769px){
    .inslab-slider__pagination{
        display: none;
    }
}

@media (max-width: 1200px){
    .inslab-slider__nav--prev{ left: -18px; }
    .inslab-slider__nav--next{ right: -18px; }
}

@media (max-width: 768px){
    .inslab-slider {
        padding: 40px 0;
    }

    .inslab-slider__head{
        margin-bottom: 24px;
    }

    .inslab-slider__title{
        font-size: 36px;
    }
    .inslab-slider__nav{
        display:none;
    }

    .inslab-slider__all{
        display: none;
    }
}

/* frontend-new-cp-lmscta.css */
.cp-lmscta{
    background: #EEEEEE;
    padding: 100px 0 0;
}

.cp-lmscta__container{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.cp-lmscta__card{
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2026/03/Group-1000007206-scaled.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -150px;
    z-index: 1;
}

.cp-lmscta__card::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.08);
    pointer-events: none;
}

.cp-lmscta__inner{
    position: relative;
    z-index: 2;
    padding: 30px 30px 30px 82px;
    display: flex;
    gap: 44px;
    align-items: center;
    justify-content: space-between;
}

.cp-lmscta__title{
    margin: 0 0 30px;
    max-width: 610px;
    font-family: 'Geist', sans-serif;
    font-size: 54px;
    line-height: 62px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.cp-lmscta__text {
    margin: 0 0 30px;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.cp-lmscta__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 42px;
}

.cp-lmscta__note{
    margin: 0;
    color: rgba(255,255,255,.85);
    font-size: 13px;
    line-height: 1.35;
}
.cp-lmscta__note b {
    color: #fff;
}

h2.cp-lmscta__title {
    max-width: 610px;
    margin: 0 0 30px;
    padding: 0;
    font-family: 'Geist', sans-serif;
    font-size: 54px;
    line-height: 62px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

p.cp-lmscta__text {
    margin: 0 0 30px;
    padding: 0;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

p.cp-lmscta__note {
    margin: 0;
    color: rgba(255,255,255,.85);
    font-size: 13px;
    line-height: 1.35;
}
p.cp-lmscta__note b {
    color: #fff;
}

/* RIGHT items */
.cp-lmscta__right{
    display: grid;
    gap: 16px;
}

.cp-lmscta__item{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px 30px;
    gap: 10px;
    border: 1px solid #FF3A51;
    border-radius: 12px;
    justify-content: space-between;
    text-decoration: none;
    min-width: 490px;
}

.cp-lmscta__itemText{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: 'Geist', sans-serif;
}

.cp-lmscta__itemIcon{
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    background: #FFF;
    justify-content: center;
    align-items: center;
}

.cp-lmscta__card {
    will-change: transform;
    transition: transform 0.08s linear;
}

@media (max-width: 1280px) {
    .cp-lmscta__actions {
        flex-direction: column;
    }
}
@media (max-width: 768px){
    .cp-lmscta {
        padding: 40px 0 0;
    }

    .cp-lmscta__inner{
        padding: 20px;
        gap: 37px;
        flex-direction: column;
    }

    .cp-lmscta__title {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    h2.cp-lmscta__title {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    .cp-lmscta__right {
        display: grid;
        gap: 10px;
        width: 100%;
    }

    .cp-lmscta__item {
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 30px;
        gap: 10px;
        min-width: 100%;
    }

    .cp-lmscta__itemIcon {
        width: 40px;
        height: 40px;
    }

    .cp-lmscta__itemText {
        font-size: 14px;
        line-height: 20px;
    }

    p.cp-lmscta__itemText {
        font-size: 14px;
        line-height: 20px;
    }
}

/* frontend-new-cpd-license.css */
.cpd-license {
    margin-bottom: 100px;
    padding: 48px 0;
    background: linear-gradient(360deg, #F0334A 11.15%, #D41028 27.84%);
}

.cpd-license::after {
    content: '';
    position: absolute;
    bottom: -240px;
    left: 0;
    background-image: url('/wp-content/uploads/2026/03/Group-1000007288-1.svg');
    width: 240px;
    height: 240px;
    z-index: 2;
    transform: rotate(90deg);
}

.cpd-license__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.cpd-license__card {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: 24px;
    background: #FFFFFF;
}

.cpd-license__left {
    padding: 84px 40px 64px 44px;
    background: linear-gradient(180deg, #FFE7E2 0%, #FFF4F2 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cpd-license__title {
    margin: 0 0 28px;
    max-width: 350px;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-size: 54px;
    line-height: 1.04;
    font-weight: 400;
    letter-spacing: 0;
}

.cpd-license__text {
    margin: 0;
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}

.cpd-license__right {
    padding: 38px 48px 40px;
    background: #FFFFFF;
}

.cpd-license__intro {
    max-width: 100%;
}

.cpd-license__heading {
    margin: 0 0 6px;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
}

.cpd-license__subtitle {
    margin: 0 0 22px;
    color: #7A7A7A;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.cpd-license__currency {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 4px;
    border-radius: 8px;
    background: #EEEEEE;
}

.cpd-license__currency-btn {
    flex: 1;
    min-height: 38px;
    margin: 0;
    padding: 8px 18px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #1C1C1C;
    cursor: pointer;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    transition: background-color .2s ease, color .2s ease;
}

.cpd-license__currency-btn.is-active {
    background: #FFFFFF;
    color: #000000;
    pointer-events: none;
}

.cpd-license__price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
}

.cpd-license__price {
    display: inline-flex;
    align-items: baseline;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
}

.cpd-license__price-currency {
    margin-right: 1px;
}

.cpd-license__price-suffix {
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}

.cpd-license__price-note {
    margin: 0;
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.cpd-license__divider {
    margin: 26px 0;
    border-top: 1px solid #ECECEC;
}

.cpd-license__label {
    margin: 0 0 14px;
    color: #7A7A7A;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cpd-license__lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 40px;
}

.cpd-license__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.cpd-license__list li {
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.cpd-license__footer {
    display: grid;
    grid-template-columns: minmax(220px, 264px) minmax(0, 1fr);
    gap: 24px 32px;
    align-items: center;
}

.cpd-license__button {
    display: inline-flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    min-height: 36px;
    overflow: hidden;
    border-radius: 8px;
    background: #1C1C1C;
    color: #FFFFFF;
    text-decoration: none;
}

.cpd-license__button-text {
    display: inline-flex;
    align-items: center;
    min-height: 100%;
    padding: 12px 16px;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.cpd-license__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-width: 36px;
    background: #FFFFFF;
    border-left: 1px solid rgba(28, 28, 28, 0.12);
}

.cpd-license__button-icon svg {
    transition: transform 0.25s ease;
}

.cpd-license__button:hover .cpd-license__button-icon svg {
    transform: translate(1px, -1px);
}

.cpd-license__support {
    margin: 0;
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    .cpd-license {
        padding: 32px 0;
    }

    .cpd-license__card {
        grid-template-columns: 1fr;
    }

    .cpd-license__left {
        padding: 48px 24px 32px;
    }

    .cpd-license__title {
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 44px;
    }

    .cpd-license__text {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .cpd-license__right {
        padding: 28px 24px 32px;
    }

    .cpd-license__footer {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .cpd-license__container {
        padding: 0 16px;
    }

    .cpd-license__left {
        padding: 36px 20px 28px;
    }

    .cpd-license__title {
        margin-bottom: 14px;
        font-size: 34px;
        line-height: 40px;
    }

    .cpd-license__text {
        font-size: 14px;
        line-height: 20px;
    }

    .cpd-license__right {
        padding: 24px 20px 24px;
    }

    .cpd-license__heading {
        font-size: 20px;
        line-height: 26px;
    }

    .cpd-license__subtitle {
        margin-bottom: 18px;
    }

    .cpd-license__currency {
        margin-bottom: 16px;
    }

    .cpd-license__price {
        font-size: 30px;
        line-height: 36px;
    }

    .cpd-license__price-suffix {
        font-size: 16px;
        line-height: 24px;
    }

    .cpd-license__lists {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cpd-license__footer {
        gap: 18px;
    }

    .cpd-license__button {
        width: 100%;
    }
}

/* frontend-new-lms-decision.css */
.lms-decision {
    background: linear-gradient(180deg, #ee1837 0%, #d41027 100%);
    padding: 0px 0 83px;
    position: relative;
}

.lms-decision::before{
    content: '';
    position: absolute;
    top: -240px;
    left: 0;
    background-image: url(/wp-content/uploads/2026/03/Group-1000007287-1.svg);
    width: 480px;
    height: 240px;
    z-index: 2;
}

.lms-decision::after{
    content: '';
    position: absolute;
    top: -240px;
    right: 0;
    background-image: url(/wp-content/uploads/2026/03/Group-1000007288-1.svg);
    width: 240px;
    height: 240px;
    z-index: 2;
}

.lms-decision__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.lms-decision__top {
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(420px, 1fr);
    gap: 48px;
    align-items: center;
}

.lms-decision__title {
    margin: 0 0 30px;
    color: #ffffff;
    letter-spacing: -0.03em;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
}

.lms-decision__text {
    margin: 0;
    max-width: 500px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 400;
    opacity: 0.95;
}

.lms-decision__cards--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 30px;
    margin-top: -182px;
    position: relative;
    z-index: 3;
}

.lms-decision__cards--rows{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lms-card {
    min-height: 280px;
    border-radius: 12px;
    padding: 34px 31px 38px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFEDD5 132%);
}

.lms-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFEDD5 0%, #FFC042 195%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lms-card__icon img {
    max-width: 60px;
    max-height: 60px;
    display: block;
}

.lms-card__title{
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #1C1C1C;
    margin-bottom: 20px;
}

.lms-card__text {
    margin: 0;
    color: #222222;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    max-width: 220px;
}

.lms-decision--rows .lms-decision__top{
    grid-template-columns: minmax(320px, 1fr) minmax(420px, 1.482fr);
}

.lms-decision--rows .lms-decision__cards-blocks{
    margin-top: -240px;
    position: relative;
    z-index: 3;
}

.lms-decision__cards--rows .lms-card{
    min-height: 200px;
    border-radius: 12px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: linear-gradient(180deg, #FFFFFF -55%, #FFEDD5 289.5%);
    box-shadow: 0px 12px 16px -4px #FFC0421A;
}

.lms-decision__cards--rows .lms-card__text{
    margin: 0;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 517px;
}

.lms-decision__bottom {
    grid-column: span 2;
}

.lms-info {
    min-height: 80px;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    padding: 12px;
    margin-top: 30px;
}

.lms-info__icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lms-info__icon img {
    max-width: 28px;
    max-height: 28px;
    display: block;
}

.lms-info__text {
    margin: 0 auto;
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 400px;
}

@media (max-width: 1199px) {
    .lms-card {
        flex-direction: row;
        align-items: center;
        gap: 18px;
        min-height: auto;
    }

    .lms-card__content {
        width: 100%;
    }

    .lms-decision__title {
        font-size: 50px;
    }

    .lms-decision__text {
        max-width: 100%;
        width: 100%;
        font-size: 20px;
    }

    .lms-card__text {
        max-width: 100%!important;
        width: 100%;
    }

    .lms-info__text {
        font-size: 19px;
    }

    .lms-decision__top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .lms-decision__cards{
        margin-top: 0;
            grid-template-columns: 1fr;
    }

    .lms-decision__bottom{
        grid-column: span 1;
    }

    .lms-decision::after{
        display: none;
    }

    .lms-decision::before{
        display: none;
    }
}

@media (max-width: 1024px){

    .lms-decision__cards--rows{
        gap: 10px;
    }

    .lms-decision--rows .lms-decision__top{
        grid-template-columns: 1fr;
    }

    .lms-decision__text {
        font-size: 20px;
        line-height: 28px;
    }

    .lms-decision--rows .lms-decision__cards-blocks{
        margin-top: 0;
    }

    .lms-decision__cards--rows .lms-card {
        padding: 20px;
        flex-direction: row;
        gap: 18px;
        min-height: 174px;
    }

    .lms-card__icon{
        width: 40px;
        height: 40px;
    }

    .lms-card__icon img {
        max-width: 40px;
        max-height: 40px;
    }

    .lms-card__title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .lms-decision__cards--rows .lms-card__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .lms-decision--rows .lms-decision__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .lms-decision {
        padding: 48px 0 32px;
    }

    .lms-decision__container {
        padding: 0 24px;
    }

    .lms-decision__content {
        max-width: 100%;
        padding-bottom: 0;
    }

    .lms-decision__title {
        font-size: 42px;
        max-width: 760px;
    }

    .lms-decision__bottom {
        grid-template-columns: 1fr;
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .lms-decision__cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .lms-card {
        min-height: auto;
    }

    .lms-decision__title {
        font-size: 34px;
        line-height: 1.12;
    }

    .lms-card__text {
        font-size: 16px;
        max-width: 100%;
    }

    .lms-decision--rows .lms-decision__text{
        text-align: center;
    }

    .lms-info {
        min-height: 84px;
        padding: 18px 18px;
    }

    .lms-info__text {
        font-size: 16px;
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    .lms-decision__container {
        padding: 0 16px;
    }

    .lms-decision {
        padding: 36px 0 24px;
    }

    .lms-decision__title {
        font-size: 28px;
    }

    .lms-card {
        padding: 16px;
        border-radius: 10px;
    }

    .lms-info {
        gap: 12px;
    }

    .lms-info__icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }
}

.lms-decision__second {
    max-width: 720px;
    margin: 98px auto 0;
    text-align: center;
}

.lms-decision__second-title {
    margin: 0 0 14px;
    color: #FFFFFF;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0;
}

.lms-decision__second-text {
    margin: 0 auto;
    max-width: 680px;
    color: #FFFFFF;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.lms-decision--showcase .lms-decision__cards-zone {
    background: #EEEEEE;
}

.lms-decision--showcase .lms-decision__cards-blocks {
    position: relative;
    z-index: 3;
    margin-top: -93px;
}

.lms-decision--showcase .lms-decision__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    max-width: 1010px;
    margin: 0 auto;
}

.lms-decision--showcase .lms-card {
    min-height: 225px;
    padding: 28px 24px 34px;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFEDD5 132%);
    box-shadow: none;
    justify-content: flex-start;
}

.lms-decision--showcase .lms-card__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 54px;
}

.lms-decision--showcase .lms-card__icon img {
    max-width: 44px;
    max-height: 44px;
}

.lms-decision--showcase .lms-card__title {
    margin: 0 0 12px;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.lms-decision--showcase .lms-card__text {
    max-width: 240px;
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.lms-decision--showcase .lms-decision__bottom {
    max-width: 1010px;
    margin: 30px auto 0;
}

@media (max-width: 1024px) {
    .lms-decision--showcase .lms-decision__hero {
        grid-template-columns: 1fr;
        max-width: 720px;
        gap: 28px;
    }

    .lms-decision--showcase .lms-decision__content {
        padding-top: 70px;
    }

    .lms-decision--showcase .lms-decision__title,
    .lms-decision--showcase .lms-decision__text {
        max-width: 100%;
        text-align: center;
    }

    .lms-decision__logos-row {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }

    .lms-decision__logos-label {
        width: auto;
        min-width: 0;
        text-align: center;
    }

    .lms-decision--showcase .lms-decision__cards {
        grid-template-columns: 1fr;
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    .lms-decision--showcase .lms-decision__red {
        padding-bottom: 100px;
    }

    .lms-decision--showcase .lms-decision__content {
        padding-top: 42px;
    }

    .lms-decision--showcase .lms-decision__title,
    .lms-decision__second-title {
        font-size: 30px;
        line-height: 36px;
    }

    .lms-decision--showcase .lms-decision__image {
        min-height: auto;
        padding: 18px;
    }

    .lms-decision__logos-row {
        margin-top: 44px;
    }

    .lms-decision__second {
        margin-top: 58px;
    }

    .lms-decision--showcase .lms-decision__cards-blocks {
        margin-top: -60px;
    }

    .lms-decision--showcase .lms-card {
        min-height: auto;
    }
}

/* frontend-new-lms-benefits.css */
.lms-benefits {
    padding: 160px 0 151px;
}

.lms-benefits__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.lms-benefits__title {
    max-width: 833px;
    width: 100%;
    margin: 0 auto 20px;
    color: #1C1C1C;
    letter-spacing: -0.03em;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
}

.lms-benefits__subtitle {
    max-width: 960px;
    margin: 0 auto;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 63px;
}

.lms-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.lms-benefit-card {
    min-height: 320px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.lms-benefit-card__icon {
    border-radius: 8px;
    margin-bottom: 70px;
}

.lms-benefit-card__icon img {
    max-width: 40px;
    max-height: 40px;
    border-radius: 8px;
    display: block;
}

.lms-benefit-card__title {
    min-height: 56px;
    margin: 0 0 30px;
    color: #1C1C1C;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.lms-benefit-card__text {
    margin: 0;
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.lms-benefits__desktop {
    display: block;
}

.lms-benefits__mobile {
    display: none;
}

.lms-benefits__mobile-slider {
    overflow: hidden;
}

.lms-benefits__mobile-slide {
    box-sizing: border-box;
}

@media (max-width: 1299px) {
    .lms-benefits__title {
        max-width: 100%;
        font-size: 54px;
    }

    .lms-benefits__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .lms-benefits {
        margin-bottom: 100px;
        padding: 64px 0 72px;
    }

    .lms-benefits__container {
        padding: 0 24px;
    }

    .lms-benefits__header {
        margin-bottom: 40px;
    }

    .lms-benefits__title {
        font-size: 42px;
    }

    .lms-benefits__subtitle {
        font-size: 18px;
        max-width: 760px;
    }

    .lms-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .lms-benefit-card {
        min-height: 260px;
        padding: 24px;
    }

    .lms-benefit-card__icon {
        margin-bottom: 42px;
    }

    .lms-benefit-card__title {
        font-size: 21px;
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .lms-benefits {
        padding: 48px 0 56px;
    }

    .lms-benefits__title {
        font-size: 32px;
        line-height: 1.15;
    }

    .lms-benefits__subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .lms-benefits__desktop {
        display: none;
    }

    .lms-benefits__mobile {
        display: block;
    }

    .lms-benefit-card {
        min-height: auto;
        padding: 20px;
        border-radius: 14px;
    }

    .lms-benefit-card__icon {
        margin-bottom: 28px;
    }

    .lms-benefit-card__title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .lms-benefit-card__text {
        font-size: 15px;
    }

    .lms-benefits__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 20px;
    }

    .lms-benefits__pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 !important;
        background: #575757;
        opacity: 0.4;
        border-radius: 999px;
        transition: all 0.3s ease;
        border: none;
    }

    .lms-benefits__pagination .swiper-pagination-bullet-active {
        width: 18px;
        opacity: 1;
    }
}

/* frontend-new-cpd-compliance.css */
.cpd-compliance {
    position: relative;
    background: linear-gradient(180deg, #fb2944 0%, #df001f 100%);
    color: #ffffff;
    padding: 0;
}

.cpd-compliance__container::before {
    content: '';
    position: absolute;
    top: -240px;
    left: 0;
    background-image: url('/wp-content/uploads/2026/03/Group-1000007287-1.svg');
    width: 480px;
    height: 240px;
    z-index: 2;
}

.cpd-compliance__container::after {
    content: '';
    position: absolute;
    top: -240px;
    right: 0;
    background-image: url('/wp-content/uploads/2026/03/Group-1000007288-1.svg');
    width: 240px;
    height: 240px;
    z-index: 2;
}

.cpd-compliance__container-2 {
    position: relative;
}

.cpd-compliance__container-2::after {
    content: '';
    position: absolute;
    bottom: -340px;
    left: 0;
    background-image: url('/wp-content/uploads/2026/03/Group-1000007288-1.svg');
    width: 240px;
    height: 240px;
    z-index: 2;
    transform: rotate(90deg);
}

.cpd-compliance__top {
    height: 150px;
    background: #eeeeee;
}

.cpd-compliance__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

.cpd-compliance__rows-wrap {
    position: relative;
}

.cpd-compliance__rows {
    display: grid;
}

.cpd-compliance__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 110px;
    margin-bottom: 88px;
}

.cpd-compliance__row:first-child {
    margin-top: -112px;
}

.cpd-compliance__row--image-left .cpd-compliance__media {
    order: 1;
}

.cpd-compliance__row--image-left .cpd-compliance__copy {
    order: 2;
}

.cpd-compliance__copy {
    max-width: 456px;
    justify-self: center;
}

.cpd-compliance__title {
    margin: 0 0 30px;
    color: #ffffff;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.02em;
}

.cpd-compliance__text {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

.cpd-compliance__media {
    width: 100%;
    max-width: 650px;
    justify-self: center;
}

.cpd-compliance__image,
.cpd-compliance__placeholder {
    display: block;
    width: 100%;
    border-radius: 8px;
    position: relative;
    z-index: 7;
}

.cpd-compliance__image {
    height: auto;
    object-fit: cover;
}

.cpd-compliance__placeholder {
    background: #eeeeee;
}

.cpd-compliance__bottom {
    max-width: 980px;
    margin: 8px auto -100px;
    text-align: center;
    position: relative;
}

.cpd-compliance__bottom-title {
    margin: 0 0 21px;
    color: #ffffff;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
}

.cpd-compliance__bottom-text {
    max-width: 760px;
    margin: 0 auto 66px;
    color: #ffffff;
    font-size: 16px;
}

.cpd-compliance__pagination {
    display: none;
}

@media (max-width: 1199px) {
    .cpd-compliance {
        padding-bottom: 120px;
    }

    .cpd-compliance__row {
        gap: 64px;
    }

    .cpd-compliance__title,
    .cpd-compliance__bottom-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (max-width: 991px) {
    .cpd-compliance__top {
        height: 90px;
    }

    .cpd-compliance__container {
        padding: 0 24px;
    }

    .cpd-compliance__row,
    .cpd-compliance__row--image-left {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 64px;
    }

    .cpd-compliance__row:first-child {
        margin-top: -44px;
    }

    .cpd-compliance__row--image-left .cpd-compliance__media,
    .cpd-compliance__row--image-left .cpd-compliance__copy {
        order: initial;
    }

    .cpd-compliance__copy,
    .cpd-compliance__media {
        max-width: 640px;
        justify-self: center;
        width: 100%;
    }

    .cpd-compliance__title {
        margin-bottom: 18px;
    }
}

@media (max-width: 768px) {
    .cpd-compliance {
        padding-bottom: 72px;
    }

    .cpd-compliance__top {
        height: 56px;
    }

    .cpd-compliance__container {
        padding: 0 16px;
    }

    .cpd-compliance__rows.swiper {
        overflow: hidden;
    }

    .cpd-compliance__rows .swiper-wrapper {
        display: flex;
    }

    .cpd-compliance__rows .swiper-slide {
        height: auto;
    }

    .cpd-compliance__row {
        gap: 22px;
        margin-bottom: 48px;
    }

    .cpd-compliance__row:first-child {
        margin-top: 0;
    }

    .cpd-compliance__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 14px;
    }

    .cpd-compliance__pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 !important;
        background: #ffffff;
        opacity: 0.45;
        transition: all 0.25s ease;
    }

    .cpd-compliance__pagination .swiper-pagination-bullet-active {
        width: 18px;
        border-radius: 999px;
        opacity: 1;
        background: #ffffff;
    }

    .cpd-compliance__title,
    .cpd-compliance__bottom-title {
        font-size: 30px;
        line-height: 34px;
    }

    .cpd-compliance__bottom {
        margin-top: 80px;
    }

    .cpd-compliance__rows-wrap {
        margin-top: -50px;
    }

    .cpd-compliance__row {
        display: flex !important;
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
    .cpd-compliance__container::before {
        display: none;
    }

    .cpd-compliance__container::after {
        display: none;
    }

    .cpd-compliance__container-2::after {
        display: none;
    }
}

/* frontend-new-lms-process.css */
.lms-process {
    position: relative;
    background: linear-gradient(180deg, #D2D2D2 0%, #EEEEEE 142.55%);
    padding: 120px 0 240px;
}

.lms-process__bg {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.lms-process__bg img {
    display: block;
    width: 100%;
    height: auto;
}

.lms-process__bg--top-left {
    top: -240px;
    left: 0;
    width: 240px;
    height: 240px;
}

.lms-process__bg--top-right {
    top: -240px;
    right: 0;
    width: 240px;
    height: 240px;
}

.lms-process__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.lms-process__intro-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
}

@media (max-width: 1024px) {
    .lms-process__bg--top-left,
    .lms-process__bg--top-right {
        width: 120px;
        height: 120px;
        top: -120px;
    }
}

.lms-process__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 393px 1fr;
    gap: 74px;
    align-items: center;
}


.lms-process__title {
    margin: 0 0 27px;
    color: #1C1C1C;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
}

.lms-process__text {
    margin: 0;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.lms-process__slider {
    display: flex;
    align-items: stretch;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.lms-process__slider::-webkit-scrollbar {
    display: none;
}

.process-card {
    position: relative;
    flex: 0 0 80px;
    width: 80px;
    min-height: 510px;
    max-height: 510px;
    background: #ffffff;
    border-radius: 12px;
    padding: 50px 14px 40px;
    box-sizing: border-box;
    overflow: hidden;
    transition: flex-basis 0.45s ease, width 0.45s ease, padding 0.45s ease, background 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

/* .process-card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 55%;
    height: 50px;
    background: linear-gradient(180deg, #D2D2D2 0%, #EEEEEE 142.55%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 2;
} */

.process-card.is-active {
    flex: 0 0 460px;
    width: 460px;
    padding: 50px 40px 40px;
    clip-path: polygon(0 0, calc(100% - 55%) 0px, 52% 50px, 100% 50px, 100% 100%, 0px 100%);
}

/* .process-card.is-active::before {
    opacity: 1;
} */

.process-card__icon {
    margin-bottom: 36px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    background-color: #EEEEEE;
    width: 40px;
    height: 40px;
    max-height: 40px;
    border-radius: 8px;
    align-items: center;
    left: 6px;
}

.process-card__icon img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    border-radius: 8px;
}

.process-card__content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transform: translateY(8px);
    transition:
            opacity 0.25s ease,
            height 0.25s ease,
            transform 0.25s ease,
            visibility 0.25s ease;
    width: 100%;
}

.process-card.is-active .process-card__content {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transform: translateY(0);
    transition-delay: 0.12s;
}

.process-card__title {
    margin: 0 0 10px;
    color: #222222;
    font-weight: 400;
    line-height: 38px;
}

.process-card.is-active .process-card__title {
    font-size: 30px;
}

.process-card__desc {
    margin: 0 0 20px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.process-card__list-title{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 10%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.process-card__list {
    margin: 0;
    padding: 0 0 0 16px;
    color: #444444;
}

.process-card__list li {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1C1C1C;
}

.process-card__list li::marker {
    color: #e11b38;
}

.process-card__number {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 40px;
    color: #575757;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}

.process-card.is-active .process-card__number {
    left: 50px;
}

.process-card.is-active .process-card__icon{
    display: flex;
}



.lms-process--gray {
    background: linear-gradient(180deg, #D2D2D2 0%, #EEEEEE 142.55%);
    position: relative;
}

.lms-process--gray::before {
    content: '';
    position: absolute;
    top: -240px;
    right: 0;
    background-image: url('/wp-content/uploads/2026/04/Group-1000007367.svg');
    background-repeat: no-repeat;
    max-width: 360px;
    width: 100%;
    height: 240px;
    z-index: 2;
}

.lms-process--red {
    background: linear-gradient(180deg, #D41028 0%, #D41028 95.91%);
    padding: 341px 0 143px 0;
    position: relative;
}

.lms-process--red::before {
    content: '';
    position: absolute;
    top: -240px;
    left: 0;
    background-image: url('/wp-content/uploads/2026/04/Group-1000007368.svg');
    background-repeat: no-repeat;
    max-width: 480px;
    width: 100%;
    height: 240px;
    z-index: 2;
}

.lms-process--red::after {
    content: '';
    position: absolute;
    top: -240px;
    right: 0;
    background-image: url('/wp-content/uploads/2026/04/Group-1000007369.svg');
    background-repeat: no-repeat;
    max-width: 360px;
    width: 100%;
    height: 240px;
    z-index: 2;
}

.lms-process--red .lms-process__title{
    color: #FFF;
}

.lms-process--red .lms-process__text{
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
}

.lms-process--red .process-card::before{
    background: #e11f37;
}

.lms-process__slider-wrap {
    min-width: 0;
}

.lms-process__pagination {
    display: none;
}

@media (max-width: 1199px) {
    .lms-process__container {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .lms-process__intro {
        max-width: 720px;
    }

    .lms-process__title {
        font-size: 46px;
    }

    .lms-process__text {
        font-size: 18px;
    }

    .process-card {
        min-height: 430px;
    }

    .process-card.is-active {
        flex-basis: 390px;
        width: 390px;
    }

    .process-card::before {
        right: 92px;
    }
}

@media (max-width: 767px) {
    .lms-process {
        padding: 416px 0 56px;
    }

    .lms-process__container {
        padding: 0 16px;
        gap: 28px;
    }

    .lms-process__title {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
        margin-bottom: 20px;
    }

    .lms-process--red .lms-process__text {
        font-size: 24px;
        line-height: 28px;
    }

    .lms-process__slider {
        gap: 10px;
    }

    .process-card {
        flex: 0 0 68px;
        width: 68px;
        min-height: 360px;
        padding: 50px 30px 30px;
        border-radius: 8px;
    }

    .process-card.is-active {
        flex: 0 0 280px;
        width: 280px;
        padding: 50px 30px 30px;
    }

    .process-card::before {
        right: 62px;
        width: 32px;
        height: 20px;
    }

    .process-card__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 36px;
    }

    .process-card__list li {
        font-size: 11px;
    }

    .lms-process--gray::before {
        top: -80px;
        right: 0;
        background-size: contain;
        max-width: 120px;
        height: 80px;
    }

}

.lms-process__slider {
    scroll-snap-type: x mandatory;
}

.process-card {
    scroll-snap-align: start;
}


@media (max-width: 767px) {

    .lms-process .swiper-wrapper{
        padding: 0;
    }

    .lms-process__slider-wrap {
        overflow: hidden;
    }

    .lms-process__slider {
        display: block;
        overflow: hidden;
        padding-bottom: 0;
        scroll-snap-type: none;
    }

    .lms-process__slider.swiper {
        overflow: hidden;
    }

    .lms-process__slider .swiper-wrapper {
        display: flex;
        align-items: stretch;
    }

    .lms-process__slider .swiper-slide {
        height: auto;
        clip-path: polygon(0 0, calc(100% - 55%) 0px, 52% 50px, 100% 50px, 100% 100%, 0px 100%);
        min-height: 450px;
        height: 100% !important;
    }

    .lms-process__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 20px;
    }

    .lms-process__pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 !important;
        background: #575757;
        opacity: 0.4;
        transition: all 0.5s;
    }

    .lms-process--red .lms-process__pagination .swiper-pagination-bullet{
        background: #FFF;
    }

    .lms-process__pagination .swiper-pagination-bullet-active {
        width: 18px;
        border-radius: 999px;
        opacity: 1;
    }

    .process-card {
        width: 100%;
        min-height: 385px;
        flex: none;
        cursor: default;
        display: flex!important;
        flex-direction: column!important;
    }

    .process-card.is-active {
        width: 100%;
        flex: none;
        display: flex;
        flex-direction: column;
    }

    .process-card__content {
        opacity: 1;
        visibility: visible;
        height: auto !important;
        transform: none;
    }

    .process-card.is-active .process-card__icon {
        justify-content: flex-start;
    }

    .process-card__number{
        position: relative;
        top: 0;
        bottom: auto;
        left: 0 !important;
        transform: none;
        text-align: left;
        margin-top: auto;
    }

    .lms-process--red::before {
        content: '';
        position: absolute;
        top: -60px;
        left: 0;
        background-image: url(/wp-content/uploads/2026/04/Group-1000007368.svg);
        background-repeat: no-repeat;
        max-width: 120px;
        width: 100%;
        height: 80px;
        z-index: 2;
        background-size: contain;
    }

    .lms-process--red::after {
        content: '';
        position: absolute;
        top: -60px;
        right: 0;
        background-image: url(/wp-content/uploads/2026/04/Group-1000007369.svg);
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 90px;
        width: 100%;
        height: 60px;
        z-index: 2;
    }
}

/* frontend-new-lms-hero-form.css */
.lms-hero-form {
    background: linear-gradient(180deg, #ee1837 0%, #d41027 100%);
    padding: 0 0 150px;
}

.lms-hero-form::before {
    content: '';
    position: absolute;
    top: -240px;
    left: 0;
    background-image: url('/wp-content/uploads/2026/03/Group-1000007287-1.svg');
    width: 480px;
    height: 240px;
    z-index: 2;
}

.lms-hero-form::after {
    content: '';
    position: absolute;
    top: -240px;
    right: 0;
    background-image: url('/wp-content/uploads/2026/03/Group-1000007288-1.svg');
    width: 240px;
    height: 240px;
    z-index: 2;
}

.lms-hero-form__top {
    position: relative;
}

.lms-hero-form__container {
    position: relative;
    z-index: 1;
}

.lms-hero-form__hero {
    display: grid;
    grid-template-columns: 487px 1fr;
    align-items: end;
    gap: 97px;
}

.lms-hero-form__hero img {
    max-width: 100%;
    width: 100%;
}

.lms-hero-form__content {
    padding: 60px 0 30px;
}

.lms-hero-form__title {
    margin: 0 0 24px;
    font-size: 54px;
    line-height: 115%;
    font-weight: 400;
    letter-spacing: -0.02em;

    color: #FFFFFF;
}

.lms-hero-form__text {
    margin: 0;
}

.lms-hero-form__preview {
    margin-top: -150px;
}

.lms-hero-form__form {
    display: flex;
    justify-content: center;
}

.lms-hero-form__form-card {
    width: 100%;
    max-width: 488px;
    padding: 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
}

.lms-hero-form__form-inner {
    background: #F8F8F8;
    border-radius: 14px;
    padding: 22px 24px 18px;
    box-shadow: inset 0 0 0 1px rgba(28, 28, 28, 0.04);
}

.lms-hero-form__form-title {
    margin: 0 0 10px;
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lms-hero-form__field {
    margin-bottom: 14px;
}

.lms-hero-form__label,
.lms-hero-form__value {
    display: inline-block;
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
}

.lms-hero-form__label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.lms-hero-form__select,
.lms-hero-form__input {
    min-height: 28px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #FFFFFF;
    color: #7A7A7A;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    box-shadow: inset 0 0 0 1px rgba(28, 28, 28, 0.06);
}

.lms-hero-form__range {
    position: relative;
    height: 2px;
    margin-top: 8px;
    background: #E5E5E5;
    border-radius: 999px;
}

.lms-hero-form__range-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 48%;
    border-radius: inherit;
}

.lms-hero-form__range-fill::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    width: 18px;
    height: 18px;
    background: #F4F4F4;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 1px rgba(28, 28, 28, 0.08);
}

.lms-hero-form__segmented {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 2px;
    border-radius: 8px;
    background: #EEEEEE;
    box-shadow: inset 0 0 0 1px rgba(28, 28, 28, 0.02);
}

.lms-hero-form__segmented span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    border-radius: 6px;
    color: #575757;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.lms-hero-form__segmented .is-active {
    background: #FFFFFF;
    color: #1C1C1C;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.lms-hero-form__continue {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin-top: 18px;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFF2F2 0%, #FDE5E8 100%);
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    box-shadow: 0 14px 24px rgba(28, 28, 28, 0.08);
}

.lms-hero-form__note {
    margin: 12px 0 0;
    color: #7A7A7A;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
}

.lms-hero-form__logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 95px;
}

.lms-hero-form__logos-label {
    max-width: 270px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-transform: uppercase;
}

.lms-hero-form__logos-row {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 22px;
    align-items: center;
}

.lms-hero-form__logo {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 10px;
}

.lms-hero-form__logo img {
    display: block;
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
}

.lms-hero-form__logo span {
    color: #FFFFFF;
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.lms-hero-form__bottom {
    margin-bottom: -300px;
    padding: 155px 0 0;
}

.lms-hero-form__bottom-head {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

.lms-hero-form__section-title {
    margin: 0 0 20px;
    color: #FFFFFF;
    font-family: 'Geist', sans-serif;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: 0;
}

.lms-hero-form__section-title span {
    color: #FFEDD5;
}

.lms-hero-form__section-text {
    margin: 0;
    color: #FFFFFF;
    font-family: 'Geist', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
}

.lms-hero-form__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.lms-hero-form__card {
    min-height: 224px;
    padding: 30px 30px 50px 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFFDF8 0%, #FFF5E7 100%);
    box-shadow: 0 1px 0 rgba(16, 24, 40, 0.04);
}

.lms-hero-form__badge {
    width: 60px;
    height: 60px;
    margin-bottom: 67px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FFEDD5 0%, #FFC042 100%);
    color: #D41028;
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
}

.lms-hero-form__card-title {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #1C1C1C;
}

.lms-hero-form__card-text {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #575757;
}

@media (max-width: 1199px) {
    .lms-hero-form__hero {
        grid-template-columns: 1fr;
    }

    .lms-hero-form__content {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .lms-hero-form__form {
        justify-content: flex-start;
    }

    .lms-hero-form__logos-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lms-hero-form__cards {
        grid-template-columns: 1fr;
    }

    .lms-hero-form__card {
        min-height: auto;
    }

    .lms-hero-form::before {
        display: none;
    }

    .lms-hero-form::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .lms-hero-form__cards {
        gap: 0;
    }

    .lms-hero-form__top {
        padding: 84px 0 36px;
    }

    .lms-hero-form__container {
        padding: 0 16px;
    }

    .lms-hero-form__title {
        font-size: 34px;
        line-height: 40px;
    }

    .lms-hero-form__text {
        font-size: 16px;
        line-height: 24px;
    }

    .lms-hero-form__form-card {
        padding: 14px;
    }

    .lms-hero-form__form-inner {
        padding: 18px 18px 16px;
    }

    .lms-hero-form__logos {
        margin-top: 42px;
    }

    .lms-hero-form__logos-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 12px;
    }

    .lms-hero-form__section-title {
        font-size: 34px;
        line-height: 40px;
    }

    .lms-hero-form__section-text {
        font-size: 16px;
        line-height: 24px;
    }

    .lms-hero-form__bottom {
        padding: 56px 0 72px;
    }

    .lms-hero-form__card-title {
        font-size: 24px;
        line-height: 1.16;
    }

    .lms-hero-unique__btn--secondary {
        width: 100%;
    }

    .lms-hero-form__logos {
        flex-direction: column;
        gap: 20px;
    }

    .lms-hero-form__content {
        padding-top: 0;
    }

    .lms-hero-form__hero {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .lms-hero-form__logos-row {
        display: flex;
        flex-direction: row;
        max-width: 100%;
        width: 100%;
        padding-bottom: 10px;
        overflow: scroll;
    }

    .lms-hero-form__logo {
        min-height: 40px;
        width: 100%;
        min-width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 10px;
        border-radius: 10px;
    }

    .lms-hero-form__logos {
        overflow: hidden;
    }
}

/* frontend-new-growth-cards.css */
.growth-cards {
    padding: 28px 0 70px;
    overflow: hidden;
}

.growth-cards__pagination {
    display: none;
}

@media (max-width: 767px) {
    .growth-cards.is-mobile-slider .growth-cards__container {
        overflow: hidden;
    }

    .growth-cards.is-mobile-slider .swiper-wrapper {
        align-items: stretch;
    }

    .growth-cards.is-mobile-slider .growth-cards__item {
        height: auto;
        margin-bottom: 0;
    }

    .growth-cards__pagination {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 22px;
    }

    .growth-cards__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 !important;
        border: 1px solid #d41028;
        background: #ffffff;
        opacity: 1;
        transition: width .2s ease, background-color .2s ease;
    }

    .growth-cards__pagination .swiper-pagination-bullet-active {
        width: 34px;
        border-radius: 999px;
        background: #d41028;
    }
}

.growth-cards__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 530px;
    margin: 0 0 84px;
    overflow: hidden;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 12px;
}

.growth-cards__item:last-child {
    margin-bottom: 0;
}

.growth-cards__item--image-left .growth-cards__media {
    order: -1;
}

.growth-cards__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 40px;
}

.growth-cards__title {
    max-width: 780px;
    margin: 0;
    color: #000000;
    text-align: left;
}

.growth-cards__title span {
    color: #D41028;
}

.growth-cards__description {
    max-width: 660px;
    margin-top: 20px;
    color: #575757;
    font-family: "Geist", sans-serif;
    font-size: 18px;
    line-height: 1.32;
}

.growth-cards__features {
    margin-top: auto;
    padding-top: 64px;
}

.growth-cards__features-label {
    margin-bottom: 12px;
    color: #575757;
    font-family: "Geist", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #575757;
    text-transform: uppercase;
}

.growth-cards__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 750px;
}

.growth-cards__pill {
    display: inline-flex;
    align-items: center;
    min-height: 68px;
    padding: 14px;
    gap: 10px;
    color: #1c1c1c;
    background: #EEEEEE;
    border-radius: 12px;
}

.growth-cards__pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    color: #d41028;
}

.growth-cards__pill-icon svg,
.growth-cards__pill-icon img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.growth-cards__pill-text {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1C1C1C;
}

.growth-cards__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 430px;
    max-width: 100%;
    min-height: 70px;
    margin-top: 56px;
    padding: 8px 8px 8px 28px;
    color: #fff;
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    border-radius: 9px;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.growth-cards__button:hover {
    background: #000;
    border-color: #000;
}

.growth-cards__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #1c1c1c;
    background: #fff;
    border-radius: 7px;
}

.growth-cards__media {
    position: relative;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #222 0%, #111 100%);
    border-radius: 12px;
}

.growth-cards__image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.growth-cards__placeholder {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 520px;
    background:
        radial-gradient(circle at 48% 44%, rgba(255,255,255,0.12), transparent 34%),
        linear-gradient(135deg, #2c2c2c, #141414);
}

.growth-cards.is-ready .growth-cards__item {
    transform: translateY(0);
}


/* =======================
   RESPONSIVE
======================= */

@media (max-width: 1024px) {
    .growth-cards__item {
        min-height: 620px;
    }

    .growth-cards__description {
        font-size: 16px;
    }

    .growth-cards__pill-text {
        font-size: 16px;
    }
}

@media (max-width: 1023px) {
    .growth-cards {
        padding: 20px 0;
    }

    .growth-cards__item {
        grid-template-columns: 1fr;
        min-height: 0;
        margin-bottom: 36px;
    }

    .growth-cards__item--image-left .growth-cards__media {
        order: -1;
    }

    .growth-cards__media {
        order: -1;
    }

    .growth-cards__content {
        padding: 20px;
    }

    .growth-cards__media {
        min-height: 420px;
    }

    .growth-cards__features {
        padding-top: 42px;
    }
}

@media (max-width: 767px) {
    .growth-cards__container {
        padding: 0 12px;
    }

    .growth-cards__description {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.42;
    }

    .growth-cards__features-label {
        font-size: 16px;
        letter-spacing: 1.2px;
    }

    .growth-cards__pill {
        width: 100%;
        min-height: 56px;
        padding: 14px;
    }

    .growth-cards__pill-text {
        font-size: 16px;
    }

    .growth-cards__media {
        min-height: 320px;
    }

    .growth-cards__button {
        min-height: 62px;
        margin-top: 34px;
        padding-left: 20px;
        font-size: 18px;
    }

    .growth-cards__button-icon {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .growth-cards.is-mobile-slider .growth-cards__container {
        overflow: hidden;
    }

    .growth-cards.is-mobile-slider .swiper-wrapper {
        align-items: stretch;
    }

    .growth-cards.is-mobile-slider .growth-cards__item {
        height: auto;
        margin-bottom: 0;
    }

    .growth-cards__pagination {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 22px;
    }
}

/* frontend-new-record-cards.css */
.record-cards {
    padding: 78px 0;
    overflow: hidden;
}

.record-cards__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px;
    min-height: 500px;
    margin-bottom: 136px;
    padding: 8px;
    background: #eee;
    border: 1px solid #D2D2D2;
    border-radius: 12px;
}

.record-cards__item:last-child {
    margin-bottom: 0;
}

.record-cards__item--image-left .record-cards__media {
    order: -1;
}

.record-cards__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 40px;
}

.record-cards__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.record-cards__badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 10px;
    color: #d41028;
    background: #fff;
    border-radius: 9px;
    font-family: "Geist", sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #D41028;
    text-transform: uppercase;
}

.record-cards__title {
    max-width: 640px;
    margin: 20px 0 0;
    color: #1c1c1c;
    font-weight: 400;
    text-align: left;
}

.record-cards__bottom {
    max-width: 690px;
    padding-top: 56px;
}

.record-cards__subtitle {
    margin: 0 0 20px;
    color: #575757;
    font-family: "Geist", sans-serif;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
}

.record-cards__text {
    color: #575757;
    font-family: "Geist", sans-serif;
    font-size: 16px;
    line-height: 1.42;
    font-weight: 400;
}

.record-cards__media {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #202020;
    border-radius: 8px;
}

.record-cards__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.record-cards__placeholder {
    width: 100%;
    height: 100%;
    min-height: 640px;
    background:
        radial-gradient(circle at 22% 12%, rgba(255,255,255,0.05), transparent 26%),
        linear-gradient(135deg, #262626, #1a1a1a);
}

.record-cards.is-ready .record-cards__item {
    transform: translateY(0);
}


/* =======================
   RESPONSIVE
======================= */

@media (max-width: 1023px) {
    .record-cards {
        padding: 20px 0;
    }

    .record-cards__container .swiper-wrapper {
        padding-bottom: 20px;
    }

    .record-cards__item {
        grid-template-columns: 1fr;
        gap: 64px;
        min-height: 0;
        margin-bottom: 0;
    }

    .record-cards__item--image-left .record-cards__media {
        order: 0;
    }

    .record-cards__content {
        padding: 20px;
    }

    .record-cards__bottom {
        padding-top: 20px;
    }

    .record-cards__media {
        order: -1;
    }

    .record-cards__media,
    .record-cards__placeholder {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .record-cards__item {
        padding: 5px;
    }

    .record-cards__subtitle {
        margin-bottom: 18px;
    }

    .record-cards__media,
    .record-cards__placeholder {
        min-height: 298px;
    }
}

/* frontend-new-lms-80-20.css */
.lms-eighty-twenty {
    padding: 300px 0 86px;
    background: #ffffff;
}

.lms-eighty-twenty__header {
    max-width: 1050px;
    margin-bottom: 60px;
}

.lms-eighty-twenty__eyebrow {
    margin: 0 0 12px;
    color: #d41028;
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lms-eighty-twenty__title {
    margin: 0 0 20px;
    color: #1f1f1f;
    font-family: 'Geist', sans-serif;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: 0;
}

.lms-eighty-twenty__title-accent {
    display: block;
    color: #d41028;
}

.lms-eighty-twenty__title-main {
    display: block;
    color: #1f1f1f;
}

.lms-eighty-twenty__description {
    margin: 0;
    max-width: 916px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #575757;
}

.lms-eighty-twenty__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.lms-eighty-twenty__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    padding: 30px;
    border-radius: 12px;
    background: linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
}

.lms-eighty-twenty__card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lms-eighty-twenty__card-title {
    margin: 0;
    max-width: 180px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #FFEDD5;
}

.lms-eighty-twenty__card-text {
    margin: 0;
    color: rgba(245, 229, 200, 0.82);
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
}

.lms-eighty-twenty__card-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 40px;
    height: 40px;
    background: #383838;
    border-radius: 8px;
    overflow: hidden;
}

.lms-eighty-twenty__card-icon svg,
.lms-eighty-twenty__card-icon img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

@media (max-width: 1180px) {
    .lms-eighty-twenty__title {
        font-size: 48px;
    }

    .lms-eighty-twenty__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .lms-eighty-twenty {
        padding: 48px 0 64px;
    }

    .lms-eighty-twenty__container {
        padding: 0 16px;
    }

    .lms-eighty-twenty__header {
        margin-bottom: 32px;
    }

    .lms-eighty-twenty__title {
        font-size: 34px;
        line-height: 1.08;
    }

    .lms-eighty-twenty__description {
        font-size: 16px;
        line-height: 24px;
    }

    .lms-eighty-twenty__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .lms-eighty-twenty__card {
        min-height: 220px;
        padding: 22px 20px 20px;
    }

    .lms-eighty-twenty__card-title {
        max-width: 220px;
        font-size: 22px;
    }
}

/* frontend-lms-integrations-benefits.css */
.lms-integrations-benefits {
    background: #EEEEEE;
    padding: 100px 0;
    overflow: hidden;
}

.lms-integrations-benefits__container {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 40px;
}

.lms-integrations-benefits__layout {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.lms-integrations-benefits__content {
    padding-top: 44px;
}

.lms-integrations-benefits__title {
    margin: 0;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
}

.lms-integrations-benefits__title-red,
.lms-integrations-benefits__title-black {
    display: block;
}

.lms-integrations-benefits__title-red {
    color: #e1062c;
}

.lms-integrations-benefits__title-black {
    color: #151515;
}

.lms-integrations-benefits__description {
    max-width: 280px;
    margin-top: 30px;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.lms-integrations-benefits__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.lms-integrations-benefits__card:first-child .lms-integrations-benefits__card-inner{
    border-color: #D41028;
}

.lms-integrations-benefits__card--red {
    border: 1px solid #ff3351;
}

.lms-integrations-benefits__card--dark {
    border: 1px solid #3d3d3d;
}

.lms-integrations-benefits__card-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    padding: 40px 30px;
    border: 1px solid #1C1C1C;
    border-radius: 12px;
    overflow: hidden;
}

.lms-integrations-benefits__card-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.lms-integrations-benefits__card-title {
    margin: 0;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.lms-integrations-benefits__card-text {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.lms-integrations-benefits__card-icon img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    border-radius: 8px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1399px) {
    .lms-integrations-benefits__layout {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 32px;
    }

    .lms-integrations-benefits__title {
        font-size: 58px;
    }

    .lms-integrations-benefits__description {
        font-size: 20px;
    }

    .lms-integrations-benefits__cards {
        gap: 24px;
    }

    .lms-integrations-benefits__card,
    .lms-integrations-benefits__card-inner {
        min-height: 420px;
    }
}

@media (max-width: 1199px) {

    .lms-integrations-benefits__container {
        padding: 0 24px;
    }

    .lms-integrations-benefits__layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lms-integrations-benefits__content {
        padding-top: 0;
        max-width: 720px;
    }

    .lms-integrations-benefits__description {
        max-width: 480px;
        margin-top: 28px;
    }

    .lms-integrations-benefits__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .lms-integrations-benefits {
        padding: 40px 0;
    }

    .lms-integrations-benefits__container {
        padding: 0 16px;
    }

    .lms-integrations-benefits__layout {
        gap: 28px;
    }

    .lms-integrations-benefits__title {
        font-size: 36px;
        line-height: 44px;
    }

    .lms-integrations-benefits__title br{
        display: none;
    }

    .lms-integrations-benefits__description {
        max-width: 100%;
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .lms-integrations-benefits__cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .lms-integrations-benefits__cards .swiper-wrapper{
        padding: 0;
    }

    .lms-integrations-benefits__pagination{
        position: relative!important;
    }

    .lms-integrations-benefits .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 18px;
        height: 6px;
        background: #575757;
        border: none;
    }

    .lms-integrations-benefits .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        border: none;
        background: #575757;
        margin: 0 3px !important;
    }

    .lms-integrations-benefits__card,
    .lms-integrations-benefits__card-inner {
        min-height: 320px;
    }

    .lms-integrations-benefits__card-inner {
        padding: 20px;
    }

    .lms-integrations-benefits__card-title {
        font-size: 24px;
    }

    .lms-integrations-benefits__card-icon {
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }

    .lms-integrations-benefits__card-icon img {
        max-width: 40px;
        max-height: 40px;
    }
}

/* frontend-lms-showcase-slider.css */
.lms-showcase-slider {
    padding: 100px 0;
    background-image: url('/wp-content/uploads/2026/03/Group-1000007288.png');
    background-position: left bottom 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #EEEEEE;
}

.lms-showcase-slider__container {
    max-width: 1402px;
    margin: 0 auto;
    padding: 0 20px;
}

.lms-showcase-slider__intro{
    margin-bottom: 40px;
}

.lms-showcase-slider__section-title{
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}

.lms-showcase-slider__section-description{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
}

.lms-showcase-slider__inner {
    position: relative;
}

.lms-showcase-slider__pagination{
    display: none;
}

.lms-showcase-slider__nav {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 42px;
    top: 49px;
    z-index: 2;
}

.lms-showcase-slider__arrow {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #EEEEEE;
    color: #1C1C1C;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
    margin: 0;
}

.lms-showcase-slider__arrow:hover {
    background: #dcdcdc;
    transform: translateY(-2px);
}

.lms-showcase-slider__arrow.swiper-button-disabled {
    opacity: 0.45;
    cursor: default;
    transform: none;
}

.lms-showcase-slider__gallery {
    min-width: 0;
}

.lms-showcase-slider__gallery .swiper-wrapper{
    padding-bottom: 0;
    align-items: stretch;
}

.lms-showcase-slider__swiper {
    overflow: visible!important;
}

.lms-showcase-slider__swiper .swiper-slide {
    height: auto;
    padding: 26px 30px 30px 30px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 12px 16px -4px #10182814;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 16px;
    margin-right: 16px;
}

.lms-showcase-slider__slide-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    height: 100%;
}

.lms-showcase-slider__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
}

.lms-showcase-slider__title {
    margin: 0;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
}

.lms-showcase-slider__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    max-width: 500px;
}

.lms-showcase-slider__logo-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.lms-showcase-slider__logo-item img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}

.lms-showcase-slider__logo-text {
    color: #1d1d1d;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
}

.lms-showcase-slider__features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: auto;
}

.lms-showcase-slider__feature {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    max-width: 100%;
    padding: 5px 14px;
    border: 1px solid #EEEEEE;
    border-radius: 18px;
    background: #FFFFFF;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.lms-showcase-slider__media {
    min-width: 0;
    height: 100%;
}

.lms-showcase-slider__slide {
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: #d9d9d9;
}

.lms-showcase-slider__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lms-showcase-slider__swiper .swiper-slide {
    min-height: 520px;
}

.lms-showcase-slider__content-top-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.lms-showcase-slider__number {
    font-size: 54px;
    line-height: 115%;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.02em;
    background: linear-gradient(180deg, #D2D2D2 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media (max-width: 1600px) {
    .lms-showcase-slider__feature {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {

    .lms-showcase-slider__inner {
        padding: 20px;
    }

    .lms-showcase-slider__slide-layout {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 28px;
    }

    .lms-showcase-slider__content {
        padding: 12px 8px 0;
    }

    .lms-showcase-slider__media {
        min-height: 520px;
    }

    .lms-showcase-slider__nav {
        margin-bottom: 24px;
    }

    .lms-showcase-slider__feature {
        font-size: 17px;
    }

    .lms-showcase-slider__swiper .swiper-slide {
        min-height: 620px;
    }
}

@media (max-width: 767px) {

    .lms-showcase-slider__container-block2{
        padding: 0;
    }

    .lms-showcase-slider {
        padding: 45px 0 40px;
    }

    .lms-showcase-slider__section-title{
        font-size: 36px;
        line-height: 44px;
    }

    .lms-showcase-slider__section-description{
        font-size: 16px;
        line-height: 24px;
    }

    .lms-showcase-slider__inner {
        padding: 20px;
        border-radius: 24px;
        max-height: 100%;
    }

    .lms-showcase-slider__pagination{
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .lms-showcase-slider__pagination .swiper-pagination-bullet{
        margin: 0 3px;
        background: #575757;
        width: 6px;
        height: 6px;
        transition: all 0.5s;
        border-radius: 12px;
    }

    .lms-showcase-slider__pagination .swiper-pagination-bullet-active{
        width: 18px;
        background: #575757;
    }

    .lms-showcase-slider__nav {
        display: none;
    }

    .lms-showcase-slider__arrow {
        width: 52px;
        height: 52px;
        border-radius: 12px;
    }

    .lms-showcase-slider__arrow svg {
        width: 24px;
        height: 24px;
    }

    .lms-showcase-slider__slide-layout {
        gap: 20px;
        height: 100%;
    }

    .lms-showcase-slider__content {
        padding: 4px 2px 0;
    }

    .lms-showcase-slider__title {
        margin-bottom: 20px;
    }

    .lms-showcase-slider__logos {
        gap: 10px;
    }

    .lms-showcase-slider__logo-item {
        min-height: 48px;
        padding: 8px 14px;
        border-radius: 14px;
    }

    .lms-showcase-slider__logo-item img {
        max-width: 120px;
        max-height: 26px;
    }

    .lms-showcase-slider__logo-text {
        font-size: 16px;
    }

    .lms-showcase-slider__features {
        gap: 10px;
    }

    .lms-showcase-slider__feature {
        min-height: 48px;
        padding: 10px 14px;
        border-radius: 14px;
        font-size: 15px;
    }

    .lms-showcase-slider__media {
        min-height: 360px;
    }

    .lms-showcase-slider__slide {
        border-radius: 16px;
    }

    .lms-showcase-slider__swiper {
        overflow: hidden!important;
    }

    .lms-showcase-slider__swiper .swiper-slide {
        min-height: 420px;
    }

    .lms-showcase-slider__number {
        font-size: 34px;
    }
}

/* lms-integration-scenarios-slider.css */
.lms-scenarios-slider {
    padding: 56px 0 80px;
    background: #efefef;
    overflow: hidden;
}

.lms-scenarios-slider__container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 36px;
}

.lms-scenarios-slider__head {
    max-width: 980px;
    margin: 0 auto 60px;
    text-align: center;
}

.lms-scenarios-slider__title {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
}

.lms-scenarios-slider__title-red {
    color: #ea1637;
}

.lms-scenarios-slider__title-black {
    color: #1d1d1d;
}

.lms-scenarios-slider__subtitle {
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.lms-scenarios-slider__tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
}

.lms-scenarios-slider__tab {
    position: relative;
    padding: 0 20px 20px;
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: color 0.3s ease;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1C1C1C;
    height: 60px;
}

.lms-scenarios-slider__tab span {
    display: inline-block;
}

.lms-scenarios-slider__tab::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: #D41028;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lms-scenarios-slider__tab.is-active {
    color: #D41028;
}

.lms-scenarios-slider__tab.is-active::after {
    opacity: 1;
}

.lms-scenarios-slider__wrap {
    position: relative;
}

.lms-scenarios-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: #f2f2f2;
    color: #202020;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}

.lms-scenarios-slider__arrow:hover {
    transform: translateY(-2px);
    background: #ffffff;
}

.lms-scenarios-slider__arrow.swiper-button-disabled {
    opacity: 0.45;
    cursor: default;
    transform: none;
}

.lms-scenarios-slider__arrow--prev {
    left: -30px;
}

.lms-scenarios-slider__arrow--next {
    right: -30px;
}

.lms-scenarios-slider__swiper {
    overflow: hidden;
}

.lms-scenarios-slider__swiper .swiper-slide {
    height: auto;
}

.lms-scenarios-slider__slide {
    height: 100%;
}

.lms-scenarios-slider__card {
    display: grid;
    grid-template-columns: 40.5% 59.5%;
    min-height: 500px;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 12px 16px -4px #10182814;
}

.lms-scenarios-slider__left {
    min-width: 0;
    border-right: 1px solid #e4e4e4;
    background: #f4f4f4;
}

.lms-scenarios-slider__diagram {
    height: 100%;
    padding: 4px;
    border-radius: 8px;
    display: flex;
}

.lms-scenarios-slider__diagram img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lms-scenarios-slider__right {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-width: 0;
    background: #f7f7f7;
}

.lms-scenarios-slider__top {
    padding: 40px;
    border-bottom: 1px solid #EEEEEE;
}

.lms-scenarios-slider__badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 10px;
    padding: 3px 10px;
    border-radius: 8px;
    background: #EEEEEE;
    color: #D41028;
    letter-spacing: 0.02em;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

.lms-scenarios-slider__slide-title {
    margin: 0;
    color: #000000;
    letter-spacing: -0.045em;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.lms-scenarios-slider__middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.lms-scenarios-slider__col {
    min-width: 0;
    padding: 34px 42px 40px;
}

.lms-scenarios-slider__col + .lms-scenarios-slider__col {
    border-left: 1px solid #e4e4e4;
}

.lms-scenarios-slider__label {
    margin-bottom: 4px;
    color: #575757;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.lms-scenarios-slider__text {
    color: #1C1C1C;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.lms-scenarios-slider__bottom {
    padding: 32px 42px 34px;
    border-top: 1px solid #e4e4e4;
}

.lms-scenarios-slider__result-label {
    margin-bottom: 10px;
    color: #34c88a;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lms-scenarios-slider__result-text {
    color: #2a2a2a;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

@media (max-width: 1599px) {
    .lms-scenarios-slider__title {
        font-size: 62px;
    }

    .lms-scenarios-slider__slide-title {
        font-size: 48px;
    }

    .lms-scenarios-slider__card {
        min-height: 560px;
    }

    .lms-scenarios-slider__text {
        font-size: 17px;
    }
}

@media (max-width: 1399px) {
    .lms-scenarios-slider__arrow--prev {
        left: -18px;
    }

    .lms-scenarios-slider__arrow--next {
        right: -18px;
    }

    .lms-scenarios-slider__card {
        grid-template-columns: 38% 62%;
    }

    .lms-scenarios-slider__top {
        padding: 34px 30px 28px;
    }

    .lms-scenarios-slider__col {
        padding: 28px 30px 32px;
    }

    .lms-scenarios-slider__bottom {
        padding: 28px 30px 30px;
    }
}

@media (max-width: 1199px) {
    .lms-scenarios-slider {
        padding: 48px 0 64px;
    }

    .lms-scenarios-slider__container {
        padding: 0 20px;
    }

    .lms-scenarios-slider__head {
        margin-bottom: 28px;
    }

    .lms-scenarios-slider__title {
        font-size: 46px;
    }

    .lms-scenarios-slider__subtitle {
        font-size: 18px;
    }

    .lms-scenarios-slider__tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 24px;
    }

    .lms-scenarios-slider__tab {
        padding: 0 12px 16px;
        font-size: 15px;
    }

    .lms-scenarios-slider__arrow {
        width: 52px;
        height: 52px;
        margin-top: -26px;
    }

    .lms-scenarios-slider__arrow--prev {
        left: -10px;
    }

    .lms-scenarios-slider__arrow--next {
        right: -10px;
    }

    .lms-scenarios-slider__card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .lms-scenarios-slider__left {
        min-height: 420px;
        border-right: 0;
        border-bottom: 1px solid #e4e4e4;
    }

    .lms-scenarios-slider__slide-title {
        font-size: 40px;
    }

    .lms-scenarios-slider__middle {
        grid-template-columns: 1fr;
    }

    .lms-scenarios-slider__col + .lms-scenarios-slider__col {
        border-left: 0;
        border-top: 1px solid #e4e4e4;
    }
}

@media (max-width: 767px) {
    .lms-scenarios-slider {
        padding: 36px 0 48px;
    }

    .lms-scenarios-slider__container {
        padding: 0 16px;
    }

    .lms-scenarios-slider__head {
        margin-bottom: 22px;
    }

    .lms-scenarios-slider__title {
        font-size: 34px;
        line-height: 1.06;
    }

    .lms-scenarios-slider__subtitle {
        font-size: 16px;
    }

    .lms-scenarios-slider__tabs {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 18px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .lms-scenarios-slider__tabs::-webkit-scrollbar{
        display: none;
    }

    .lms-scenarios-slider__tab {
        text-align: left;
        padding: 0 0 14px;
        flex: 0 0 auto;
        max-width: 170px;
        text-align: center;
    }

    .lms-scenarios-slider__arrow {
        display: none;
    }

    .lms-scenarios-slider__left {
        min-height: 260px;
    }

    .lms-scenarios-slider__top {
        padding: 24px 20px 20px;
    }

    .lms-scenarios-slider__badge {
        min-height: 32px;
        margin-bottom: 12px;
        padding: 7px 12px;
        font-size: 13px;
    }

    .lms-scenarios-slider__slide-title {
        font-size: 28px;
    }

    .lms-scenarios-slider__col {
        padding: 20px;
    }

    .lms-scenarios-slider__text {
        font-size: 16px;
    }

    .lms-scenarios-slider__bottom {
        padding: 20px;
    }

    .lms-scenarios-slider__result-text {
        font-size: 16px;
    }
}

.lms-scenarios-slider__pagination {
    display: none;
}

@media (max-width: 767px) {
    .lms-scenarios-slider__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 20px;
    }

    .lms-scenarios-slider__pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 !important;
        background: #575757;
        opacity: 0.4;
        border-radius: 999px;
        transition: all 0.3s ease;
        border: none;
    }

    .lms-scenarios-slider__pagination .swiper-pagination-bullet-active {
        width: 18px;
        opacity: 1;
    }

    .lms-scenarios-slider__swiper .swiper-wrapper {
        display: flex;
        align-items: stretch;
    }

    .lms-scenarios-slider__swiper .swiper-slide {
        height: auto;
        display: flex;
    }

    .lms-scenarios-slider__slide {
        display: flex;
        width: 100%;
    }

    .lms-scenarios-slider__card {
        display: flex;
        height: 100%;
        width: 100%;
        flex-direction: column;
    }
}

/* frontend-lms-integration-types.css */
.lms-integration-types {
    padding: 72px 0 80px;
    background: #EEEEEE;
    overflow: hidden;
}

.lms-integration-types__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.lms-integration-types__layout {
    display: grid;
    grid-template-columns: 500px minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.lms-integration-types__content {
    padding-top: 10px;
}

.lms-integration-types__title {
    margin: 0;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
}

.lms-integration-types__title-red,
.lms-integration-types__title-black {
    display: block;
}

.lms-integration-types__title-red {
    color: #e21535;
}

.lms-integration-types__title-black {
    color: #181818;
}

.lms-integration-types__description {
    max-width: 430px;
    margin-top: 30px;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.lms-integration-types__groups {
    display: grid;
    grid-template-columns: 1fr;
    gap: 38px;
}

.lms-integration-types__card {
    padding: 40px;
    background: #FFFFFF;
    border-radius: 12px;
}

.lms-integration-types__card-head {
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.lms-integration-types__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.lms-integration-types__icon img {
    display: block;
    max-width: 34px;
    max-height: 34px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.lms-integration-types__card-main {
    flex: 1 1 auto;
    min-width: 0;
}

.lms-integration-types__card-title {
    margin: 0 0 20px;
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.lms-integration-types__card-description {
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.lms-integration-types__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
    padding-left: 76px;
}

.lms-integration-types__item {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 7px 14px;
    border-radius: 12px;
    background: #FFF;
    color: #1C1C1C;
    border: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 1599px) {
    .lms-integration-types__layout {
        grid-template-columns: 420px minmax(0, 1fr);
        gap: 40px;
    }

    .lms-integration-types__title {
        font-size: 70px;
    }

    .lms-integration-types__card {
        padding: 42px 38px 42px;
    }

    .lms-integration-types__card-title {
        font-size: 48px;
    }

    .lms-integration-types__description {
        font-size: 21px;
    }

    .lms-integration-types__card-description {
        font-size: 19px;
    }

    .lms-integration-types__item {
        font-size: 17px;
    }
}

@media (max-width: 1199px) {
    .lms-integration-types {
        padding: 56px 0 64px;
    }

    .lms-integration-types__container {
        padding: 0 24px;
    }

    .lms-integration-types__layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .lms-integration-types__content {
        padding-top: 0;
        max-width: 760px;
    }

    .lms-integration-types__title {
        font-size: 52px;
    }

    .lms-integration-types__description {
        max-width: 560px;
        margin-top: 28px;
        font-size: 19px;
    }

    .lms-integration-types__card {
        padding: 32px 28px 32px;
    }

    .lms-integration-types__card-title {
        font-size: 40px;
    }

    .lms-integration-types__card-description {
        font-size: 17px;
    }

    .lms-integration-types__items {
        margin-top: 28px;
        padding-left: 0;
    }

    .lms-integration-types__item {
        min-height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .lms-integration-types {
        padding: 40px 0;
    }

    .lms-integration-types__container {
        padding: 0 16px;
    }

    .lms-integration-types__layout {
        gap: 24px;
    }

    .lms-integration-types__title {
        font-size: 36px;
        line-height: 1;
    }

    .lms-integration-types__description {
        margin-top: 20px;
        font-size: 17px;
        line-height: 1.4;
        text-align: center;
    }

    .lms-integration-types__groups {
        gap: 20px;
    }

    .lms-integration-types__card {
        padding: 22px 20px 22px;
        border-radius: 18px;
    }

    .lms-integration-types__card-head {
        gap: 18px;
    }

    .lms-integration-types__icon {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
        border-radius: 12px;
    }

    .lms-integration-types__icon img {
        max-width: 26px;
        max-height: 26px;
    }

    .lms-integration-types__card-title {
        margin-bottom: 12px;
        font-size: 28px;
    }

    .lms-integration-types__card-description {
        font-size: 16px;
        line-height: 1.4;
    }

    .lms-integration-types__items {
        gap: 10px;
        margin-top: 20px;
    }

    .lms-integration-types__item {
        min-height: 46px;
        padding: 10px 14px;
        border-radius: 14px;
        font-size: 15px;
    }
}

/* section-career-contact.css */
.as-career-contact {
    padding: 100px 0 0 0;
    overflow: hidden;
    margin-bottom: -147px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.as-career-contact__outer {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.as-career-contact__wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    overflow: hidden;
    border-radius: 12px;
    z-index: 1;
    padding: 4px 5px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
}

.as-career-contact__promo,
.as-career-contact__form-wrap {
    position: relative;
    z-index: 2;
}

.as-career-contact__promo {
    min-height: 650px;
    background: linear-gradient(180deg, #F0334A 0%, #D41028 138.7%);
    border-radius: 8px;
}

.as-career-contact__promo-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 46px;
    display: flex;
    flex-direction: column;
    background-image: url('/wp-content/uploads/2026/03/Group-1000007148.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.as-career-contact .as-career-contact__title{
    margin: 0 0 40px;
    color: #ffffff;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    padding: 0;
}

.as-career-contact__text-block {
    max-width: 470px;
    margin-bottom: auto;
}

.as-career-contact .as-career-contact__subtitle {
    margin: 0 0 10px;
    font-family: 'Geist', sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding: 0;
}

.as-career-contact .as-career-contact__text {
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
}

.as-career-contact__person {
    display: flex;
    align-items: center;
    gap: 10px;
}

.as-career-contact__person-photo {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.as-career-contact__person-photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.as-career-contact__person-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.as-career-contact__person-top {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.as-career-contact__person-name {
    font-family: 'Geist', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.as-career-contact__person-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.as-career-contact__person-linkedin:hover {
    opacity: 0.85;
}

.as-career-contact__person-position {
    font-family: 'Geist', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.as-career-contact__form {
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.as-career-contact__row {

}

.as-career-contact__row--two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.as-career-contact__field {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.as-career-contact__field .input-wrap .wpcf7-form-control-wrap {
    display: none;
}

.as-career-contact__field br{
    display: none;
}

.as-career-contact__label {
    display: block;
    margin-bottom: 4px;
    font-family: 'Geist', sans-serif;
    color: #2C2C2E;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

.as-career-contact__input,
.as-career-contact__textarea {
    width: 100%;
    border-radius: 8px;
    background: #F8F8F8;
    box-shadow: none;
    outline: none;
    font-family: 'Geist', sans-serif;
    color: #575757;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid #D2D2D2;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.as-career-contact__input::placeholder,
.as-career-contact__textarea::placeholder {
    color: #6f6f6f;
    opacity: 1;
    transition: all 0.5s;
}

.as-career-contact__input:focus::placeholder,
.as-career-contact__textarea:focus::placeholder {
    opacity: 0;
}

.as-career-contact__input {
    height: 50px;
    padding: 0 15px;
}

.as-career-contact__textarea {
    min-height: 139px;
    padding: 6px 15px;
    resize: vertical;
}

.as-career-contact__input:focus,
.as-career-contact__textarea:focus {
    border-color: #b8b8b8;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.04);
}

.as-career-contact__checkbox-row {
    margin-bottom: 25px;
}

.as-career-contact__checkbox {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

.as-career-contact__checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.as-career-contact__checkbox-box {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    border-radius: 4px;
    background: transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1C1C1C;
}

.as-career-contact__checkbox-box svg{
    opacity: 0;
}

.as-career-contact__checkbox input:checked + .as-career-contact__checkbox-box {
    background: #1C1C1C;
}

.as-career-contact__checkbox input:checked + .as-career-contact__checkbox-box svg {
    opacity: 1;
}

.as-career-contact__checkbox-text {
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.as-career-contact__checkbox-text a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.as-career-contact__submit-row {
    position: relative;
}

.as-career-contact__submit-row .primary-button-black{
    width: 100%;
    max-width: 100%;
}

.as-career-contact__submit-row .primary-button-black br{
    display: none;
}

@media (max-width: 1199px) {

    .as-career-contact__wrap {
        grid-template-columns: 1fr 1fr;
    }

    .as-career-contact__form {
        padding: 42px 30px 42px;
    }

    .as-career-contact__title {
        font-size: 52px;
    }
}

@media (max-width: 768px) {
    .as-career-contact {
        margin-bottom: -205px;
        padding: 40px 0 0 0;
    }

    .as-career-contact__outer {
        padding: 0;
    }

    .as-career-contact__wrap {
        grid-template-columns: 1fr;
        padding: 25px 20px 50px 20px;
    }

    .as-career-contact__wrap::after {
        display: none;
    }

    .as-career-contact__promo {
        min-height: 0;
        border-radius: 12px;
        margin: 0;
        overflow: hidden;
    }

    .as-career-contact__promo-inner {
        padding: 20px 20px 36px;
    }

    .as-career-contact .as-career-contact__title{
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    .as-career-contact__text-block {
        max-width: none;
        margin-bottom: 30px;
    }

    .as-career-contact .as-career-contact__subtitle {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 28px;
    }

    .as-career-contact .as-career-contact__text {
        font-size: 18px;
        line-height: 1.5;
    }

    .as-career-contact__person {
        padding-top: 0;
        gap: 14px;
    }

    .as-career-contact__person-name {
        font-size: 20px;
    }

    .as-career-contact__person-position {
        font-size: 16px;
    }

    .as-career-contact__form-wrap {
        background: transparent;
    }

    .as-career-contact__form {
        padding: 25px 0 0 0;
    }

    .as-career-contact__row {
        margin-bottom: 22px;
    }

    .as-career-contact__row--two {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .as-career-contact__label {
        margin-bottom: 4px;
        font-size: 14px;
    }

    .as-career-contact__input {
        height: 50px;
        border-radius: 8px;
        font-size: 14px;
    }

    .as-career-contact__textarea {
        padding: 6px 15px;
        border-radius: 8px;
    }

    .as-career-contact__checkbox-row {
        margin-top: 4px;
        margin-bottom: 24px;
    }

    .as-career-contact__checkbox {
        gap: 10px;
    }

    .as-career-contact__checkbox-box {
        width: 26px;
        height: 26px;
    }

    .as-career-contact__checkbox-text {
        font-size: 15px;
        line-height: 1.45;
    }

    .as-career-contact__submit {
        min-height: 62px;
        padding: 8px 8px 8px 22px;
        border-radius: 12px;
    }

    .as-career-contact__submit-text {
        font-size: 17px;
    }

    .as-career-contact__submit-icon {
        width: 48px;
        height: 48px;
        border-radius: 8px;
    }
}



.as-career-contact .wpcf7 {
    height: 100%;
}

.as-career-contact .wpcf7 form {
    height: 100%;
}

.as-career-contact .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.as-career-contact .wpcf7-spinner {
    display: none;
}

.as-career-contact .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
    color: #D41028;
}

.as-career-contact .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
}

.as-career-contact .wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #1C1C1C;
    color: #1C1C1C;
}

.as-career-contact .wpcf7 form.invalid .wpcf7-response-output,
.as-career-contact .wpcf7 form.unaccepted .wpcf7-response-output,
.as-career-contact .wpcf7 form.failed .wpcf7-response-output {
    border: 1px solid #D41028;
    color: #D41028;
}

.as-career-contact__checkbox br{
        display: none;
    }

.as-career-contact .as-career-contact__checkbox .wpcf7-form-control-wrap {
    width: auto;
    display: inline-flex;
    flex: 0 0 auto;
}

.as-career-contact .as-career-contact__checkbox .wpcf7-form-control {
    margin: 0;
}

.as-career-contact .as-career-contact__checkbox .wpcf7-list-item {
    margin: 0;
}

.as-career-contact .as-career-contact__checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.as-career-contact__checkbox br {
    display: none;
}

.as-career-contact .as-career-contact__checkbox {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    position: relative;
}

.as-career-contact .as-career-contact__checkbox .wpcf7-form-control-wrap {
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: -12px;
}

.as-career-contact .as-career-contact__checkbox .wpcf7-form-control {
    margin: 0;
    display: block;
}

.as-career-contact .as-career-contact__checkbox .wpcf7-list-item {
    margin: 0;
    display: block;
}

.as-career-contact .as-career-contact__checkbox .wpcf7-list-item label {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
}

.as-career-contact .as-career-contact__checkbox .wpcf7-list-item-label {
    display: none;
}

.as-career-contact .as-career-contact__checkbox input[type="checkbox"] {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    pointer-events: auto;
}

.as-career-contact .as-career-contact__checkbox-box {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 4px;
    background: transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1C1C1C;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.as-career-contact__checkbox-box svg {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.as-career-contact .as-career-contact__checkbox:has(input[type="checkbox"]:checked) .as-career-contact__checkbox-box {
    background: #1C1C1C;
}

.as-career-contact .as-career-contact__checkbox:has(input[type="checkbox"]:checked) .as-career-contact__checkbox-box svg {
    opacity: 1;
}

/* frontend-people-like.css */
.people-like {
    padding: 0 22px;
}

.people-like__container {
    max-width: 1364px;
    margin: 0 auto;
    margin-bottom: -230px;
    margin-top: -272px;
    z-index: 4;
    position: relative;
    background-color: #FFF;
    padding: 4px;
    border-radius: 12px;
}

.people-like__grid {
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    gap: 8px;
    border-radius: 0 0 10px 10px;
}

.people-like__content{
    padding: 36px;
    min-height: 360px;
}

.people-like__content {
    padding: 34px 28px 28px;
    min-height: 360px;
}

.people-like__title {
    margin: 0 0 23px;
    color: #1C1C1C;
    max-width: 430px;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.people-like__title span {
    color: #D41028;
}

.people-like__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 590px;
}

.people-like__tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 10px;
    background: #EEEEEE;
    border-radius: 8px;
    color: #575757;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.people-like__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
}

.people-like__card {
    padding: 30px 40px;
    min-height: 244px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #EEEEEE;
    border-radius: 8px;
}

.people-like__number {
    color: #1C1C1C;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
}

.people-like__text {
    color: #1C1C1C;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 991px) {

    .people-like{
        background: #F0334A;
    }

    .people-like__grid {
        grid-template-columns: 1fr;
    }

    .people-like__content {
        min-height: auto;
    }

    .people-like__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .people-like__container{
        margin-bottom: -350px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .people-like {
        padding-bottom: 6px;
    }

    .people-like__content {
        padding: 24px 16px 20px;
    }

    .people-like__title {
        font-size: 26px;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .people-like__tags {
        gap: 8px;
        max-width: 100%;
    }

    .people-like__tag {
        font-size: 13px;
        min-height: 30px;
        padding: 6px 10px;
        white-space: normal;
    }

    .people-like__stats {
        grid-template-columns: 1fr;
    }

    .people-like__card {
        min-height: 80px;
        padding: 24px 16px 18px;
        flex-direction: row-reverse;
        align-items: center;
    }

    .people-like__number {
        font-size: 36px;
        line-height: 44px;
    }

    .people-like__text {
        font-size: 14px;
        line-height: 20px;
    }
}

/* frontend-vacancies.css */
.vacancies {
    padding: 160px 0 30px;
    background: #EEEEEE;
    overflow: hidden;
}

.vacancies__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.vacancies__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}

.vacancies__title {
    margin: 0;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
}

.vacancies__all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #1f1f1f;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vacancies__all-btn-mob{
    display: none;
}

.vacancies__all:hover {
    background: #ffffff;
}

.vacancies .vacancies__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0;
}

@media (max-width: 1024px){
    .vacancies .vacancies__grid{
        gap: 0;
        padding: 0 0 42px 0;
    }
}

.vacancies__card {
    min-height: 360px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #EEEEEE;
}

.vacancies__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vacancies__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vacancies__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 3px 10px;
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    color: #575757;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

.vacancies__card-title {
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.vacancies__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}

.vacancies__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #D41028;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-family: Geist;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.vacancies__link:hover {
    opacity: 0.7;
}

.vacancies__socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vacancies__social {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #EEEEEE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vacancies__social svg {
    display: block;
}

.vacancies__social:hover {
    background: #d4d4d4;
}

.vacancies__pagination{
    display: flex;
    justify-content: center;
    position: relative !important;
}


.vacancies__pagination .swiper-pagination-bullet{
    background-color: #575757;
    border: none;
    opacity: 0.4;
    width: 6px;
    height: 6px;
    margin: 0 3px !important;
}

.vacancies__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 18px;
    opacity: 1;
}


@media (max-width: 1024px) {
    .vacancies {
        padding: 40px 0 80px;
    }

    .vacancies__container {
        padding: 0 16px;
    }

    .vacancies__head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 21px;
    }

    .vacancies__title {
        font-size: 46px;
        line-height: 44px;
    }

    .vacancies__all {
        display: none;
    }

    .vacancies .vacancies__slider{
        overflow: visible;
    }
    

    .vacancies__grid {
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .vacancies__card {
        min-height: 440px;
        display: flex !important;
        flex-direction: column;
    }

    .vacancies__top {
        gap: 16px;
    }

    .vacancies__bottom{
        margin-top: inherit;
    }

    .vacancies__card-title {
        font-size: 24px;
    }

    .vacancies__link {
        font-size: 18px;
    }

    .vacancies__social {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .vacancies__all-btn-mob{
        display: flex;
        margin-top: 20px;
    }
}

/* frontend-it-team-gallery.css */


.as-it-team-gallery {
    background: #EEEEEE;
    overflow: hidden;
    position: relative;
    margin-top: var(--it-gallery-mt, 0);
    margin-bottom: var(--it-gallery-mb, 0);
    padding-top: var(--it-gallery-pt, 0);
    padding-bottom: var(--it-gallery-pb, 0);
}

@media (max-width: 1024px) {
    .as-it-team-gallery {
        margin-top: var(--it-gallery-mt-mobile, var(--it-gallery-mt, 0));
        margin-bottom: var(--it-gallery-mb-mobile, var(--it-gallery-mb, 0));
        padding-top: var(--it-gallery-pt-mobile, var(--it-gallery-pt, 0));
        padding-bottom: var(--it-gallery-pb-mobile, var(--it-gallery-pb, 0));
    }
}

.as-it-team-gallery .block-bg-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 240px;
    background-image: url(/wp-content/uploads/2026/03/Group-1000007359-1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.as-it-team-gallery .block-bg-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 240px;
    background-image: url(/wp-content/uploads/2026/03/Group-1000007360.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1024px){
    .as-it-team-gallery .block-bg-left {
        width: 85px;
        height: 85px;
        background-image: url(/wp-content/uploads/2026/03/Group-1000007359-1.svg);
        background-size: cover;
        background-position: right;
    }

    .as-it-team-gallery .block-bg-right{
        top: -4px;
        width: 120px;
        height: 85px;
        background-image: url(/wp-content/uploads/2026/03/Group-1000007360.svg);
    }
}

.as-it-team-gallery__container {
    margin: 0 auto;
    padding: 0;
}

.as-it-team-gallery__head {
    max-width: 1398px;
    margin: 0 auto 64px;
    padding: 0 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .as-it-team-gallery__head {
        margin: 0 auto 40px;
    }
}

.as-it-team-gallery__title {
    margin: 0 0 20px;
    font-family: 'Geist', sans-serif;
    font-size: 54px;
    line-height: 62px;
    font-weight: 400;
    text-align: center;
    color: #1C1C1C;
}

.as-it-team-gallery__title span {
    color: #D41028;
}

@media (max-width: 768px) {
    .as-it-team-gallery__title {
        margin: 0 0 10px;
        font-size: 36px;
        line-height: 44px;
    }
}

.as-it-team-gallery__subtitle {
    margin: 0 auto;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    color: #575757;
}

.as-it-team-gallery__grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(4, 205px);
    gap: 0;
}

.as-it-team-gallery__item,
.as-it-team-gallery__red-block {
    position: relative;
    overflow: hidden;
}

.as-it-team-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.as-it-team-gallery__item--bw img {
    filter: grayscale(100%);
}

/* Desktop positions */

.as-it-team-gallery__item--1 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.as-it-team-gallery__item--2 {
    grid-column: 3 / 6;
    grid-row: 1 / 3;
}

.as-it-team-gallery__item--3 {
    grid-column: 6 / 7;
    grid-row: 1 / 3;
}

.as-it-team-gallery__item--4 {
    grid-column: 7 / 10;
    grid-row: 1 / 3;
}

.as-it-team-gallery__item--5 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.as-it-team-gallery__item--6 {
    grid-column: 1 / 3;
    grid-row: 3 / 5;
}

.as-it-team-gallery__red-block--1 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    width: 100%;
    height: 100%;
    background: #D41028;
    z-index: 2;
}

.as-it-team-gallery__item--7 {
    grid-column: 4 / 6;
    grid-row: 3 / 5;
}

.as-it-team-gallery__item--8 {
    grid-column: 6 / 9;
    grid-row: 3 / 5;
}

.as-it-team-gallery__item--9 {
    grid-column: 9 / 10;
    grid-row: 3 / 4;
}

.as-it-team-gallery__red-block--2 {
    grid-column: 9 / 10;
    grid-row: 4 / 5;
    width: 100%;
    height: 100%;
    background: #D41028;
    z-index: 2;
}

/* Red overlays */

.as-it-team-gallery__item--overlay-top-right::after,
.as-it-team-gallery__item--overlay-bottom-left::after {
    content: "";
    position: absolute;
    z-index: 2;
    background: #D41028;
}

.as-it-team-gallery__item--overlay-top-right::after {
    top: 0;
    right: 0;
    width: 33.333%;
    height: 50%;
}

.as-it-team-gallery__item--overlay-bottom-left::after {
    left: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
}

/* Tablet / mobile layout */

@media (max-width: 991px) {
    .as-it-team-gallery__grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(8, 140px);
        gap: 0;
    }

    .as-it-team-gallery__item--1 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .as-it-team-gallery__item--2 {
        grid-column: 3 / 5;
        grid-row: 1 / 3;
    }

    .as-it-team-gallery__item--5 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .as-it-team-gallery__item--6 {
        grid-column: 1 / 3;
        grid-row: 3 / 5;
    }

    .as-it-team-gallery__red-block--1 {
        grid-column: 3 / 4;
        grid-row: 3 / 4;
    }

    .as-it-team-gallery__item--7 {
        grid-column: 4 / 5;
        grid-row: 3 / 5;
    }

    .as-it-team-gallery__item--3 {
        grid-column: 1 / 2;
        grid-row: 5 / 7;
    }

    .as-it-team-gallery__item--4 {
        grid-column: 2 / 5;
        grid-row: 5 / 7;
    }

    .as-it-team-gallery__item--8 {
        grid-column: 1 / 4;
        grid-row: 7 / 9;
    }

    .as-it-team-gallery__item--9 {
        grid-column: 4 / 5;
        grid-row: 7 / 8;
    }

    .as-it-team-gallery__red-block--2 {
        grid-column: 4 / 5;
        grid-row: 8 / 9;
    }

    .as-it-team-gallery__item--overlay-bottom-left::after {
        width: 50%;
        height: 50%;
    }

    .as-it-team-gallery__item--overlay-top-right::after {
        width: 33.333%;
        height: 50%;
    }
}

@media (max-width: 768px) {
    .as-it-team-gallery__subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .as-it-team-gallery__grid {
        grid-template-rows: repeat(8, 110px);
    }
}

/* frontend-vacancies-list.css */
.as-vacancies-list {
    padding: 220px 0 120px;
    background: #EEEEEE;
}

.as-vacancies-list__container {
    margin: 0 auto;
    max-width: 1398px;
    padding: 0 20px;
}

.as-vacancies-list__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    background: #FFF;
    justify-content: center;
    width: fit-content;
    border-radius: 6px;
    padding: 6px 10px;
    margin: 0 auto 15px;
}

.as-vacancies-list__badge{
    color: #1C1C1C;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-right: 1px solid #D2D2D2;
    padding-right: 10px;
    margin-right: 10px;
}

.as-vacancies-list__rating svg{
    margin-right: 4px;
}

.as-vacancies-list__rating{
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #575757;
    display: flex;
    align-items: center;
}

.as-vacancies-list__rating span{
    color: #00B67A;
}

.as-vacancies-list__title {
    margin: 0 0 18px;
    letter-spacing: -0.04em;
    color: #1C1C1C;
    font-weight: 500;
    font-size: 72px;
    line-height: 76px;
    text-align: center;
}

.as-vacancies-list__subtitle {
    margin: 0 auto 60px;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.as-vacancies-list__slider {
    overflow: visible;
}

@media (max-width: 767px) {
    .as-vacancies-list__slider {
        overflow: hidden;
    }
}

.as-vacancies-list__grid {
    display: grid!important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    padding-bottom: 30px;
}

.as-vacancies-list__card {
    min-height: 360px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #EEEEEE;
}

.as-vacancies-list__card-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.as-vacancies-list__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.as-vacancies-list__tag {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 10px;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    color: #575757;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

.as-vacancies-list__card-title {
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.as-vacancies-list__card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.as-vacancies-list__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #D41028;
    text-decoration: none;
    font-family: Geist;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.as-vacancies-list__link svg {
    rotate: 0;
    transition: all 0.3s;
}

.as-vacancies-list__link:hover svg {
    rotate: 45deg;
}

.as-vacancies-list__socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.as-vacancies-list__social {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e1e1e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.as-vacancies-list__social svg {
    display: block;
}

.as-vacancies-list__more {
    width: 100%;
    max-width: 100%;
    max-height: 50px;
    padding: 15px;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    background: transparent;
    color: #1C1C1C;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.as-vacancies-list__pagination {
    display: none;
}

.is-hidden-desktop {
    display: none !important;
}

@media (max-width: 1023px) {
    .as-vacancies-list {
        padding: 144px 0 80px;
    }

    .as-vacancies-list__container {
        padding: 0 16px;
    }

    .as-vacancies-list__title {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 15px;
    }

    .as-vacancies-list__subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 100px;
    }

    .as-vacancies-list__grid {
        display: flex!important;
        grid-template-columns: none;
        gap: 0;
    }

    .as-vacancies-list__card {
        min-height: 440px;
        padding: 30px;
    }

    .as-vacancies-list__card-top {
        gap: 95px;
    }

    .as-vacancies-list__card-title {
        font-size: 24px;
        line-height: 28px;
    }

    .as-vacancies-list__pagination {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .as-vacancies-list__pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 3px !important;
        background: #575757;
        border: none;
        opacity: 0.4;
    }

    .as-vacancies-list__pagination .swiper-pagination-bullet-active {
        background: #575757;
        opacity: 1;
        width: 18px;
    }

    .is-hidden-desktop {
        display: flex;
    }

    .as-vacancies-list__more-wrap {
        display: none;
    }
}

@media (min-width: 768px) {
    .as-vacancies-list__card.is-hidden-desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .as-vacancies-list__card {
        display: flex !important;
    }
}

/* frontend-team-people.css */

.as-team-people {
    padding: 100px 0;
    background: #eeeeee;
    overflow: hidden;
}

.as-team-people__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.as-team-people__layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 102px;
    align-items: start;
}

.as-team-people__intro {
    padding-top: 75px;
}

.as-team-people__title {
    margin: 0 0 30px;
    font-family: 'Geist', sans-serif;
    letter-spacing: -0.03em;
    color: #1c1c1c;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
}

.as-team-people__subtitle {
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.as-team-people__content {
    min-width: 0;
}

.as-team-people__slider {
    min-width: 0;
}

.as-team-people__track.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 20px;
}

.as-team-person-card.swiper-slide {
    width: auto !important;
    flex-shrink: initial;
}

.as-team-person-card {
    min-width: 0;
}

.as-team-person-card__image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.as-team-person-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.as-team-person-card__overlay {
    position: absolute;
    inset: auto 0 0 0;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(0deg, #575757 0%, rgba(87, 87, 87, 0) 39.46%);
}

.as-team-person-card__actions {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.as-team-person-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #575757;
    color: #ffffff;
    text-decoration: none;
}

.as-team-person-card__body {
    padding-top: 23px;
}

.as-team-person-card__name {
    margin: 0 0 4px;
    font-family: 'Geist', sans-serif;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.as-team-person-card__position {
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.as-team-people__pagination {
    display: none;
    position: static !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.as-team-people__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 !important;
    background: #575757;
    opacity: 0.4;
    border-radius: 999px;
    transition: width 0.25s ease, background 0.25s ease;
    border: none;
}

.as-team-people__pagination .swiper-pagination-bullet-active {
    width: 18px;
    opacity: 1;
    background: #575757;
}

@media (max-width: 1199px) {
    .as-team-people {
        padding: 80px 0;
    }

    .as-team-people__container {
        padding: 0 24px;
    }

    .as-team-people__layout {
        grid-template-columns: 220px 1fr;
        gap: 48px 40px;
    }

    .as-team-people__title {
        font-size: 58px;
    }

    .as-team-people__track.swiper-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .as-team-people {
        padding: 40px 0;
    }

    .as-team-people__container {
        padding: 0 20px;
    }

    .as-team-people__layout {
        display: block;
    }

    .as-team-people__intro {
        padding-top: 0;
        margin-bottom: 32px;
    }

    .as-team-people__title {
        margin: 0 0 10px;
        font-size: 36px;
        line-height: 44px;
    }

    .as-team-people__subtitle{
        text-align: center;
    }

    .as-team-people__title br,
    .as-team-people__subtitle br {
        display: none;
    }

    .as-team-people__slider {
        overflow: visible;
    }

    .as-team-person-card__image-wrap {
         aspect-ratio: 1 / 1.18;
    }

    .as-team-people__track{
        padding-bottom: 20px;
    }

    .as-team-people__track.swiper-wrapper {
        display: flex;
        gap: 0;
        transform: translate3d(0, 0, 0);
    }

    .as-team-person-card.swiper-slide {
        width: 100% !important;
        flex-shrink: 0;
    }

    .as-team-person-card__actions {
        left: 20px;
        bottom: 20px;
        gap: 12px;
    }

    .as-team-person-card__action {
        width: 40px;
        height: 40px;
    }

    .as-team-person-card__body {
        padding-top: 12px;
    }

    .as-team-people__pagination {
        display: flex;
    }
}

/* frontend-core-values.css */
.as-core-values {
    padding: 217px 0 100px;
    background: #eeeeee;
    overflow: hidden;
}

.as-core-values__container {
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.as-core-values__head {
    margin: 0 auto 60px;
    text-align: center;
}

.as-core-values__title {
    margin: 0 0 20px;
    font-family: 'Geist', sans-serif;
    letter-spacing: -0.03em;
    color: #1c1c1c;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
}

.as-core-values__subtitle {
    font-family: 'Geist', sans-serif;
    margin: 0 auto;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.as-core-values__slider {
    min-width: 0;
}

.as-core-values__track.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.as-core-values-card.swiper-slide {
    flex-shrink: initial;
}

.as-core-values-card {
    position: relative;
    min-height: 440px;
    padding: 30px;
    border-radius: 12px;
    background: #FFFFFF;
    min-width: 0;
}

.as-core-values-card--corner {
    border-top-right-radius: 16px;
    clip-path: polygon(0 0, calc(100% - 56px) 0, 100% 50px, 100% 100%, 0 100%);
}

.as-core-values-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 100px;
    border-radius: 8px;
    background: #EEEEEE;
}

.as-core-values-card__icon img {
    display: block;
    object-fit: contain;
    width: 40px;
    height: 40px;
}

.as-core-values-card__title {
    margin: 0 0 32px;
    font-family: 'Geist', sans-serif;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.as-core-values-card__text,
.as-core-values-card__text p {
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.as-core-values__pagination {
    display: none;
    position: static !important;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.as-core-values__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 !important;
    opacity: 0.4;
    border-radius: 999px;
    background: #575757;
    transition: width 0.25s ease, background 0.25s ease;
    border: none;
}

.as-core-values__pagination .swiper-pagination-bullet-active {
    width: 18px;
    background: #575757;
    opacity: 1;
}

@media (max-width: 1199px) {

    .as-core-values__track.swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 768px) {
    .as-core-values {
        padding: 56px 0 48px;
    }

    .as-core-values__container {
        padding: 0 20px;
    }

    .as-core-values__head {
        margin-bottom: 36px;
    }

    .as-core-values__title {
        margin-bottom: 18px;
        font-size: 38px;
        line-height: 1.08;
    }

    .as-core-values__subtitle {
        font-size: 18px;
        line-height: 1.55;
    }

    .as-core-values__slider {
        overflow: visible!important;
    }

    .as-core-values__track.swiper-wrapper {
        display: flex;
        gap: 0;
        padding: 0;
    }

    .as-core-values-card.swiper-slide {
        flex-shrink: 0;
    }

    .as-core-values-card {
        min-height: 440px;
    }

    .as-core-values-card--corner {
        clip-path: none;
        border-top-right-radius: 16px;
    }

    .as-core-values-card__icon {
        margin-bottom: 79px;
    }

    .as-core-values__pagination {
        display: flex;
    }
}

/* frontend-quote-message.css */
.as-quote-message {
    background-color: #FFFFFF;
    border-radius: 22px;
    margin-bottom: -22px;
    z-index: 1;
}

.as-quote-message::before{
    content: '';
    width: 240px;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2026/03/Group-1000007362.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.as-quote-message::after{
    content: '';
    width: 240px;
    height: 240px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2026/03/Group-1000007363.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.as-quote-message__container {
    width: 100%;
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.as-quote-message__box {
    position: relative;
    overflow: hidden;
    padding: 140px 0;
    text-align: center;
}

.as-quote-message__corner {
    position: absolute;
    width: 240px;
    height: 240px;
    pointer-events: none;
}

.as-quote-message__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 46px;
}

.as-quote-message__content {
    max-width: 1105px;
    margin: 0 auto 46px;
}

.as-quote-message__text {
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}

.as-quote-message__author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.as-quote-message__author-photo {
    width: 50px;
    height: 50px;   
    border-radius: 1000px;
}

.as-quote-message__author-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.as-quote-message__author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.as-quote-message__author-name {
    font-family: 'Geist', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.as-quote-message__author-position {
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

@media (max-width: 1569px){
    .as-quote-message::after,
    .as-quote-message::before{
        width: 190px;
        height: 190px;
    }
}

@media (max-width: 1199px) {
    .as-quote-message {
        padding-bottom: 80px;
    }

    .as-quote-message__box {
        padding: 96px 40px 116px;
    }

    .as-quote-message__corner {
        width: 180px;
        height: 180px;
    }

    .as-quote-message__corner::before,
    .as-quote-message__corner::after {
        width: 90px;
        height: 90px;
    }

    .as-quote-message__corner--top-left::after {
        top: 90px;
        left: 90px;
    }

    .as-quote-message__corner--top-right::before {
        right: 90px;
    }

    .as-quote-message__corner--top-right::after {
        top: 90px;
    }

    .as-quote-message__content {
        max-width: 920px;
    }
}

@media (max-width: 1280px){
    .as-quote-message::before,
    .as-quote-message::after {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .as-quote-message {
        padding-bottom: 40px;
    }

    .as-quote-message__box {
        padding: 137px 0 60px;
    }

    .as-quote-message__icon {
        margin-bottom: 30px;
    }

    .as-quote-message__icon svg {
        width: 28px;
        height: 22px;
    }

    .as-quote-message__content {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .as-quote-message__text {
        font-size: 24px;
        line-height: 28px;
    }
}

/* frontend-company-overview.css */
.as-company-overview {
    background: linear-gradient(180deg, #F0334A 0%, #D41028 95.91%);
    background-image: url(/wp-content/uploads/2026/03/Union-3.svg);
    background-position: top;
    z-index: 3;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #EEEEEE;
}

.as-company-overview__shell {
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.as-company-overview__container {
    position: relative;
    z-index: 2;
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.as-company-overview__top {
    position: relative;
    margin-top: -268px;
    padding-top: 87px;
}

.as-company-overview__top-corners {
    position: absolute;
    top: 0;
    width: 180px;
    height: 180px;
    z-index: 1;
    pointer-events: none;
}

.as-company-overview__info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.as-company-overview-card {
    min-height: 340px;
    padding: 36px 40px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    box-shadow: 0px 12px 16px -4px #10182814;
    display: flex;
    flex-direction: column;
}

.as-company-overview-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #EEEEEE;
}

.as-company-overview-card__title {
    margin: auto 0 20px;
    font-family: 'Geist', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.as-company-overview-card__text,
.as-company-overview-card__text p {
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.as-company-overview__map-area {
    position: relative;
    padding: 10px 0 0;
}

.as-company-overview__map-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 28%, rgba(255, 105, 105, 0.35) 0%, rgba(255, 105, 105, 0) 44%);
    pointer-events: none;
}

.as-company-overview__map-wrap {
    position: relative;
    max-width: 1220px;
    margin: 0 auto 24px;
    min-height: 360px;
}

.as-company-overview__map-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0.38;
    pointer-events: none;
    user-select: none;
}

.as-company-overview__message {
    max-width: 1261px;
    margin: 0 auto 58px;
    text-align: center;
}

.as-company-overview__message p {
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}

.as-company-overview__logos {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 16px;
    align-items: center;
    margin: 0 auto 132px;
    max-width: 1167px;
    overflow: visible !important;
}

.as-company-overview__logos .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.as-company-overview__logo {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
}

.as-company-overview__logo img {
    display: block;
    max-width: 100%;
    max-height: 28px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.88;
}

@media (max-width: 768px) {
    .as-company-overview{
        background-image: url(/wp-content/uploads/2026/03/Group-1000007359.svg);
    }

    .as-company-overview__logos {
        display: block;
        max-width: 100%;
        margin: 0 auto 60px;
        overflow: hidden;
    }

    .as-company-overview__logos .swiper-wrapper {
        display: flex;
        align-items: center;
        transition-timing-function: linear !important;
    }

    .as-company-overview__logo {
        min-height: 40px;
        width: auto !important;
    }

    .as-company-overview__logo img {
        max-height: 24px;
        max-width: 140px;
    }
}

.as-company-overview__stats {
    min-width: 0;
    padding-bottom: 4px;
}

.as-company-overview__stats-track.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    padding: 0;
    margin-bottom: 104px;
}

.as-company-overview-stat.swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.as-company-overview-stat {
    min-height: 200px;
    padding: 30px;
    border-radius: 12px;
    background: linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.as-company-overview-stat__value {
    font-family: 'Geist', sans-serif;
    color: #FFEDD5;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
}

.as-company-overview-stat__label {
    font-family: 'Geist', sans-serif;
    color: #FEE2E2;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.as-company-overview__stats-pagination {
    display: none;
    position: static !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
}

.as-company-overview__stats-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 !important;
    background: #D9D9D9;
    opacity: 0.4;
    border-radius: 999px;
    transition: width 0.25s ease, opacity 0.25s ease;
    border: none;
}

.as-company-overview__stats-pagination .swiper-pagination-bullet-active {
    width: 18px;
    opacity: 1;
}

@media (max-width: 1199px) {
    .as-company-overview {
        padding-bottom: 80px;
    }

    .as-company-overview__map-wrap {
        min-height: 300px;
    }

    .as-company-overview__logos {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 18px;
        margin-bottom: 59px;
    }

    .as-company-overview__stats-track.swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .as-company-overview {
        padding-bottom: 40px;
    }

    .as-company-overview__container {
        padding: 0 18px;
    }

    .as-company-overview__top {
        margin-top: auto;
    }

    .as-company-overview__shell {
        background-size: initial;
        background-position: top 460px center;
        background-repeat: no-repeat;
    }

    .as-company-overview__info-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .as-company-overview-card {
        min-height: 0;
        padding: 20px;
    }

    .as-company-overview-card__title {
        font-size: 24px;
        line-height: 28px;
    }

    .as-company-overview__map-area {
        padding-top: 18px;
    }

    .as-company-overview__map-wrap {
        min-height: 250px;
        margin-bottom: 18px;
    }

    .as-company-overview__map-image {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }



    .as-company-overview__message {
        margin-bottom: 49px;
    }

    .as-company-overview__message p {
        font-size: 24px;
        line-height: 28px;
    }

    .as-company-overview__stats {
        overflow: visible;
    }

    .as-company-overview__stats-track.swiper-wrapper {
        display: flex;
        gap: 0;
        margin-bottom: 0;
    }

    .as-company-overview-stat.swiper-slide {
        width: 100% !important;
        flex-shrink: 0;
    }

    .as-company-overview-stat {
        min-height: 132px;
        padding: 22px 20px 20px;
        gap: 20px;
    }

    .as-company-overview__stats-pagination {
        display: flex;
    }
}

/* frontend-author-share.css */
.as-author-share {
    margin-top: 20px;
    padding: 0;
}

.as-author-share__container {
    max-width: 1640px;
    margin: 0 auto;
}

.as-author-share__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    max-width: 782px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 12px;
}

.as-author-share__author {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.as-author-share__photo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.as-author-share__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.as-author-share__info {
    min-width: 0;
}

.as-author-share__top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
}

.as-author-share__name {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.as-author-share__linkedin {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
}

.as-author-share__position {
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.as-author-share__share {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.as-author-share__share-text {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.as-author-share__socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.as-author-share__social {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #666;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.as-author-share__social img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

@media (max-width: 1199px) {
    .as-author-share__wrap {
        padding: 32px;
    }

    .as-author-share__social img {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 991px) {
    .as-author-share__wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .as-author-share__share {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .as-author-share {
        padding: 24px 0;
    }

    .as-author-share__container {
        padding: 0 20px;
    }

    .as-author-share__wrap {
        padding: 20px;
        gap: 40px;
    }

    .as-author-share__author {
        gap: 40px;
        align-items: flex-start;
        flex-direction: column;
    }

    .as-author-share__top {
        gap: 10px;
        margin-bottom: 6px;
    }

    .as-author-share__share {
        gap: 14px;
    }

    .as-author-share__social img {
        width: 22px;
        height: 22px;
    }
}

/* frontend-lms-pricing-slider.css */
.lms-pricing-slider {
    padding: 0;
}

.lms-pricing-slider .swiper-wrapper{
    padding: 0;
}

.lms-pricing-slider__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}

.lms-pricing-slider__slide {
    height: auto;
}

.lms-pricing-card {
    height: 100%;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #EEEEEE;
}

.lms-pricing-slider .lms-pricing-card__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    padding: 0;
    margin: 0 0 8px 0;
}

.lms-pricing-card__subtitle {
    margin-bottom: 35px;
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    max-width: 516px;
}

.lms-pricing-card__subtitle strong,
.lms-pricing-card__subtitle b {
    color: #3a3a3a;
    font-weight: 700;
}

.lms-pricing-card__label {
    margin-bottom: 19px;
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.lms-pricing-card__features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

.lms-pricing-card__feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.lms-pricing-card__check {
    margin-top: 5px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lms-pricing-card__feature-text {
    color: #1C1C1C;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.lms-pricing-card__delivery {
    margin-bottom: 1px;
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.lms-pricing-card__price-row {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-bottom: 21px;
    flex-wrap: wrap;
}

.lms-pricing-card__price {
    color: #000;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.lms-pricing-card__price-suffix {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

.lms-pricing-card .lms-pricing-card__button {
    color: #fff;
    width: 100%;
    height: 44px;
}

.lms-pricing-card .lms-pricing-card__button-icon {
    width: 36px;
    height: 36px;
}

.lms-pricing-slider__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 29px;
}

.lms-pricing-slider__arrows {
    display: flex;
    align-items: center;
    gap: 18px;
}

.lms-pricing-slider__arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background: #EEEEEE;
    color: #1f1f1f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin: 0;
    padding: 0;
}

.lms-pricing-slider__arrow:hover {
    opacity: 0.7;
}

.lms-pricing-slider .lms-pricing-slider__pagination {
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    top: auto !important;
    bottom: auto !important;
}

.lms-pricing-slider__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 !important;
    background: #575757;
    border: none;
    opacity: 0.4;
}

.lms-pricing-slider__pagination .swiper-pagination-bullet-active {
    width: 18px;
    opacity: 1;
}

@media (max-width: 991px) {
    .lms-pricing-card {
        padding: 36px 28px;
        border-radius: 22px;
    }

    .lms-pricing-card__title {
        font-size: 38px;
    }

    .lms-pricing-card__price {
        font-size: 46px;
    }

    .lms-pricing-card__button {
        min-height: 64px;
        font-size: 18px;
    }

    .lms-pricing-card__button-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }

    .lms-pricing-slider__arrow {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 767px) {
    .lms-pricing-slider {
        padding: 20px 0;
    }

    .lms-pricing-slider__container {
        padding: 0 20px;
    }

    .lms-pricing-card {
        padding: 24px 18px 22px;
        border-radius: 18px;
    }

    .lms-pricing-card__title {
        margin-bottom: 14px;
        font-size: 26px;
        line-height: 1.1;
    }

    .lms-pricing-card__subtitle {
        margin-bottom: 35px;
    }

    .lms-pricing-card__features {
        gap: 14px;
        margin-bottom: 20px;
    }

    .lms-pricing-card__feature {
        gap: 12px;
    }

    .lms-pricing-card__price-row {
        gap: 10px;
        margin-bottom: 24px;
    }

    .lms-pricing-card__price {
        font-size: 34px;
    }

    .lms-pricing-card__button {
        min-height: 56px;
        padding: 10px 10px 10px 16px;
        font-size: 16px;
        border-radius: 14px;
    }

    .lms-pricing-card__button-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        border-radius: 10px;
    }

    .lms-pricing-slider__controls {
        margin-top: 20px;
        justify-content: center;
    }

    .lms-pricing-slider__arrow {
       display: none;
    }

    
}

/* frontend-lms-challenges-slider.css */
.lms-challenges-slider {
    padding: 32px 0;
}

.lms-challenges-slider__container {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0;
        overflow: hidden;
}

.lms-challenges-slider__title {
    margin: 0 0 44px;
    font-size: 78px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #1f1f1f;
}

.lms-challenges-slider .lms-challenges-slider__swiper{
    padding: 0 40px;
}

.lms-challenges-slider__slide {
    height: auto;
}
.lms-challenges-slider .lms-challenges-slider__swiper .swiper-wrapper{
    padding: 0;
}

.lms-challenges-card {
    height: 100%;
    min-height: 280px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lms-challenges-card--active {
    background: #EEEEEE;
    border-color: transparent;
}

.lms-challenges-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 123px;
}

.lms-challenges-card__icon img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
}

.lms-challenges-card__content {
    margin-top: auto;
}

.lms-challenges-slider .lms-challenges-card__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 13px 0;
    padding: 0;
    color: #000000;
}

.lms-challenges-card__text {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.lms-challenges-slider__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
}

.lms-challenges-slider__arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lms-challenges-slider__arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background: #EEEEEE;
    color: #1f1f1f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin: 0;
    padding: 0;
}

.lms-challenges-slider__arrow:hover {
    opacity: 0.7;
}

.lms-challenges-slider__pagination {
    position: relative!important;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 6px;
    top: auto !important;
    bottom: auto !important;
}

.lms-challenges-slider__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 !important;
    background: #575757;
    border: none;
    opacity: 0.4;
}

.lms-challenges-slider__pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 999px;
    opacity: 1;
}

@media (max-width: 1199px) {
    .lms-challenges-slider__title {
        font-size: 54px;
        margin-bottom: 28px;
    }

    .lms-challenges-card {
        min-height: 460px;
        padding: 28px;
        border-radius: 22px;
    }

    .lms-challenges-card__icon {

    }

    .lms-challenges-card__icon img {

    }

    .lms-challenges-card__title {
        font-size: 38px;
    }

    .lms-challenges-card__text {
        font-size: 20px;
    }

    .lms-challenges-slider__arrow {
        width: 62px;
        height: 62px;
    }
}

@media (max-width: 767px) {
    .lms-challenges-slider {
        padding: 20px 0;
    }

    .lms-challenges-slider .lms-challenges-slider__swiper{
        padding: 0;
        overflow: visible;
    }

    .lms-challenges-slider__container {
        padding: 0 16px;
    }

    .lms-challenges-slider__title {
        margin-bottom: 22px;
        font-size: 34px;
        line-height: 1.08;
    }

    .lms-challenges-card {
        min-height: 280px;
        padding: 20px;
        border-radius: 20px;
    }

    .lms-challenges-card__icon {

    }

    .lms-challenges-card__icon img {

    }

    .lms-challenges-card__title {
        margin-bottom: 16px;
        font-size: 26px;
        line-height: 1.12;
    }

    .lms-challenges-card__text {
        font-size: 16px;
        line-height: 1.45;
    }

    .lms-challenges-slider__arrows {
        display: none;
    }

    .lms-challenges-slider__controls{
        justify-content: center;
    }
}

/* what-you-get-with-us-post.css */
.what-you-get-with-us-post__container {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 24px;
}

.what-you-get-with-us-post__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.what-you-get-with-us-post__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 100px;
    padding: 26px 30px;
    border-radius: 12px;
}

.what-you-get-with-us-post__item--filled {
    background: #EEEEEE;
    border: 1px solid transparent;
}

.what-you-get-with-us-post__item--outline {
    background: transparent;
    border: 1px solid #D2D2D2
}

.what-you-get-with-us-post__content {
    flex: 1 1 auto;
    min-width: 0;
}

.what-you-get-with-us-post__text {
    letter-spacing: -0.03em;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.what-you-get-with-us-post__icon-wrap {
    flex: 0 0 auto;
}

.what-you-get-with-us-post__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-you-get-with-us-post__icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}


@media (max-width: 767px) {
    .what-you-get-with-us-post {
        padding: 16px 0;
    }

    .what-you-get-with-us-post__container {
        padding: 0px 20px;
    }

    .what-you-get-with-us-post__item {
        min-height: auto;
        padding: 20px;
        gap: 10px;
        align-items: flex-start;
        flex-direction: row-reverse;
    }

    .what-you-get-with-us-post__text {
        font-size: 16px;
        line-height: 24px;
    }

    .what-you-get-with-us-post__icon img {
        width: 40px;
        height: 40px;
    }
}

/* testimonial-post.css */
.testimonial-post {
    padding: 32px 0;
}

.testimonial-post__container {
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 24px;
}

.testimonial-post__wrap {
    padding: 20px 30px;
    background: #FFF;
    border-radius: 12px;
    border: 1px solid #EEEEEE;
}

.testimonial-post__logo {
    margin-bottom: 20px;
}

.testimonial-post__logo img {
    max-width: 360px;
    width: auto;
    height: auto;
    display: block;
}

.testimonial-post__quote {
    max-width: 1260px;
    margin-bottom: 50px;
    color: #1C1C1C;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.testimonial-post__author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-post__author-photo {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-post__author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-post__author-info {
    min-width: 0;
}

.testimonial-post__author-name {
    margin-bottom: 2px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.testimonial-post__author-position {
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

@media (max-width: 767px) {
    .testimonial-post {
        padding: 20px 0;
    }

    .testimonial-post__container {
        padding: 0 16px;
    }

    .testimonial-post__wrap {
        padding: 20px;
    }

    .testimonial-post__logo img {
        max-width: 180px;
    }

    .testimonial-post__quote {
        margin-bottom: 40px;
    }

    .testimonial-post__author {
        gap: 14px;
    }

}

/* post-single-case.css */
.post-single-case {
    padding: 32px 0;
}

.post-single-case__container {
    max-width: 1840px;
    margin: 0 auto;
    padding: 0 24px;
}

.post-single-case__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    align-items: stretch;
    padding: 4px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
}

.post-single-case__content {
    padding: 32px 20px 32px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post-single-case__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 3px 10px;
    margin-bottom: 20px;
    background: #EEEEEE;
    border-radius: 8px;
    color: #D41028;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

.post-single-case .post-single-case__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #1C1C1C;
    padding: 0;
    margin: 0 0 20px 0;
}

.post-single-case__text {
    margin-bottom: 20px;
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.post-single-case__link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.post-single-case__link svg{
    transition: all 0.5s;
}

.post-single-case__link:hover svg{
    transform: rotate(45deg);
}


.post-single-case__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.post-single-case__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}


@media (max-width: 991px) {
    .post-single-case__wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .post-single-case__media {
        order: -1;
    }

    .post-single-case__image {
        max-height: 560px;
    }
}

@media (max-width: 767px) {
    .post-single-case {
        padding: 20px 0;
    }

    .post-single-case__container {
        padding: 0 16px;
    }

    .post-single-case__badge {
        padding: 3px 10px;
        margin-bottom: 20px;
        border-radius: 8px;
        font-size: 11px;
    }

    .post-single-case__title {
        margin-bottom: 18px;
        font-size: 32px;
        line-height: 1.08;
    }

    .post-single-case__text {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 1.5;
    }

    .post-single-case__link {
        font-size: 18px;
    }

    .post-single-case__link-icon {
        width: 26px;
        height: 26px;
    }

    .post-single-case__image {
        max-height: 298px;
    }

    .post-single-case__content {
        padding: 0 16px 16px;
    }
}

/* post-governance-table.css */
.post-governance-table {
    padding: 24px 0;
}

.post-governance-table__container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
}

.post-governance-table__head {
    border-bottom: 2px solid #000000;
}

.post-governance-table__head--desktop {
    display: grid;
    grid-template-columns: 1.15fr 1.15fr 0.70fr;
    gap: 32px;
}

.post-governance-table__head--mobile {
    display: none;
}

.post-governance-table__head-col {
    padding: 0 0 14px;
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.post-governance-table__row {
    display: grid;
    grid-template-columns: 1.15fr 1.15fr 0.70fr;
    gap: 32px;
    padding: 21px 0;
    border-bottom: 1px solid #D2D2D2;
}

.post-governance-table__col {
    min-width: 0;
}

.post-governance-table__col--1 {
    color: #1C1C1C;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.post-governance-table__col--2 {
    color: #575757;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.post-governance-table__col--3 {
    color: #1C1C1C;
    text-align: left;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .post-governance-table {
        padding: 16px 0;
    }

    .post-governance-table__container {
        padding: 0 16px;
    }

    .post-governance-table__head--desktop {
        display: none;
    }

    .post-governance-table__head--mobile {
        display: grid;
        grid-template-columns: 1fr 120px;
        gap: 20px;
    }

    .post-governance-table__head-col {
        padding-bottom: 15px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.1em;
    }

    .post-governance-table__row {
        grid-template-columns: 1fr 120px;
        gap: 0;
        padding: 12px 0;
        align-items: center;
    }

    .post-governance-table__col--1 {
        grid-column: 1;
        grid-row: 1;
    }

    .post-governance-table__col--2 {
        grid-column: 1;
        grid-row: 2;
    }

    .post-governance-table__col--3 {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}
