.left-image {
  flex: 0 0 35%;
  max-width: 35%;
  position: relative; }
  @media (min-width: 1560px) {
    .left-image {
      flex: 0 0 35%;
      max-width: 35%; } }
  @media (max-width: 1024px) {
    .left-image {
      display: none; } }
  .left-image img {
    position: relative;
    width: 700px;
    height: 460px;
    object-fit: cover; }
    @media (min-width: 1440px) {
      .left-image img {
        width: 800px; } }
  @media (max-width: 1040px) {
    .left-image {
      display: none; } }

.eleyton-sub-container {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  flex: 0 0 65%;
  max-width: 65%;
  display: flex;
  align-items: center; }
  @media (min-width: 1560px) {
    .eleyton-sub-container {
      flex: 0 0 65%;
      max-width: 65%; } }
  @media (max-width: 768px) {
    .eleyton-sub-container {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 1024px) {
    .eleyton-sub-container {
      flex: 0 0 100%;
      max-width: 100%; } }
  .eleyton-sub-container .eleyton-sub-content {
    width: 100%;
    background: var(--secondary);
    color: var(--white);
    padding: 1.875rem 1.875rem 2.75rem;
    position: relative; }
    @media (max-width: 1024px) {
      .eleyton-sub-container .eleyton-sub-content {
        padding: 1.875rem 2.5rem 2.75rem 1.875rem; } }
    @media (max-width: 768px) {
      .eleyton-sub-container .eleyton-sub-content {
        padding: 1.875rem; } }
    .eleyton-sub-container .eleyton-sub-content .devider {
      position: absolute;
      content: "";
      background: var(--primary);
      height: 148px;
      width: 1%;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%); }
    .eleyton-sub-container .eleyton-sub-content .eleyton-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 0 .5em;
      gap: 0; }
      @media (max-width: 1440px) {
        .eleyton-sub-container .eleyton-sub-content .eleyton-header {
          margin-bottom: 2rem; } }
      @media (max-width: 768px) {
        .eleyton-sub-container .eleyton-sub-content .eleyton-header {
          margin-bottom: 4.375rem;
          gap: 0; } }
      .eleyton-sub-container .eleyton-sub-content .eleyton-header h3 {
        margin: 0;
        display: block; }
        @media (max-width: 768px) {
          .eleyton-sub-container .eleyton-sub-content .eleyton-header h3 {
            font-size: var(--fns-24);
            line-height: 26.4px;
            margin-bottom: 24px; } }
      .eleyton-sub-container .eleyton-sub-content .eleyton-header .learn-more {
        font-size: var(--fns-p);
        font-weight: var(--semibold);
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 1rem;
        color: #fff;
        padding: 0 0 5px;
        margin-top: 15px; }
        @media (max-width: 1040px) {
          .eleyton-sub-container .eleyton-sub-content .eleyton-header .learn-more {
            padding-right: 0; } }
        @media (max-width: 768px) {
          .eleyton-sub-container .eleyton-sub-content .eleyton-header .learn-more {
            padding: 0; } }
    .eleyton-sub-container .eleyton-sub-content .paragraph {
      margin: 0 0 2.375rem; }
      @media (max-width: 1440px) {
        .eleyton-sub-container .eleyton-sub-content .paragraph {
          margin-bottom: 1rem; } }
      @media (max-width: 768px) {
        .eleyton-sub-container .eleyton-sub-content .paragraph {
          font-size: 14px;
          line-height: 16px;
          margin-bottom: 0px; } }
    .eleyton-sub-container .eleyton-sub-content .number-container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 45px; }
      @media (max-width: 768px) {
        .eleyton-sub-container .eleyton-sub-content .number-container {
          flex-wrap: wrap;
          justify-content: flex-start;
          padding: 0; } }
      .eleyton-sub-container .eleyton-sub-content .number-container .number-items {
        text-align: center;
        position: relative; }
        @media (max-width: 768px) {
          .eleyton-sub-container .eleyton-sub-content .number-container .number-items {
            padding: 30px 0; } }
        .eleyton-sub-container .eleyton-sub-content .number-container .number-items::before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          background: #fff;
          height: 100px;
          width: 1px;
          bottom: 0;
          margin: auto 0; }
          @media (max-width: 768px) {
            .eleyton-sub-container .eleyton-sub-content .number-container .number-items::before {
              height: 1px;
              width: 100%;
              margin: 0; } }
        @media (max-width: 768px) {
          .eleyton-sub-container .eleyton-sub-content .number-container .number-items {
            text-align: left;
            padding: 30px 0; } }
        .eleyton-sub-container .eleyton-sub-content .number-container .number-items h2 {
          margin: 0 0 20px; }
        .eleyton-sub-container .eleyton-sub-content .number-container .number-items p {
          margin-top: 15px;
          margin-bottom: 0; }
          @media (max-width: 768px) {
            .eleyton-sub-container .eleyton-sub-content .number-container .number-items p {
              margin-top: 8px; } }
      .eleyton-sub-container .eleyton-sub-content .number-container .number-items_2 {
        flex: 0 0 50%;
        max-width: 50%; }
        @media (max-width: 768px) {
          .eleyton-sub-container .eleyton-sub-content .number-container .number-items_2 {
            flex: 0 0 100%;
            max-width: 100%; } }
      .eleyton-sub-container .eleyton-sub-content .number-container .number-items_3 {
        flex: 0 0 33.33%;
        max-width: 33.33%; }
        @media (max-width: 768px) {
          .eleyton-sub-container .eleyton-sub-content .number-container .number-items_3 {
            flex: 0 0 100%;
            max-width: 100%; } }
      @media (max-width: 768px) {
        .eleyton-sub-container .eleyton-sub-content .number-container .number-items_2:first-child .number-items,
        .eleyton-sub-container .eleyton-sub-content .number-container .number-items_3:first-child .number-items {
          padding-top: 0; } }
      .eleyton-sub-container .eleyton-sub-content .number-container .number-items_2:first-child .number-items::before,
      .eleyton-sub-container .eleyton-sub-content .number-container .number-items_3:first-child .number-items::before {
        display: none; }
      @media (max-width: 768px) {
        .eleyton-sub-container .eleyton-sub-content .number-container .number-items_2:last-child .number-items,
        .eleyton-sub-container .eleyton-sub-content .number-container .number-items_3:last-child .number-items {
          padding-bottom: 0; } }

.eleyton-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative; }
  @media (max-width: 768px) {
    .eleyton-container {
      padding: 0 15px; } }
  @media (max-width: 1024px) {
    .eleyton-container {
      display: block; } }

.keys-figures {
  padding-top: 45px;
  padding-bottom: 45px; }
  .keys-figures.normal {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0; }
  .keys-figures.medium .kf-heading {
    position: relative; }
    .keys-figures.medium .kf-heading .ori-btn {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 0; }
    .keys-figures.medium .kf-heading h3 {
      max-width: 60%; }
  .keys-figures.medium .ori-five-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px; }
  .keys-figures.medium .key-cards {
    margin-top: 38px; }
  .keys-figures .kf-title {
    font-weight: var(--bold);
    color: var(--secondary);
    margin-bottom: 20px; }
  .keys-figures .kf-desc {
    color: var(--secondary);
    margin-bottom: 0; }
  .keys-figures .ori-btn {
    margin-top: 30px;
    font-weight: var(--bold);
    padding: 0; }
  .keys-figures .key-cards {
    padding-top: 10px; }
    .keys-figures .key-cards > div:last-child .key-card {
      border-right: 0; }
      .keys-figures .key-cards > div:last-child .key-card::before {
        display: none; }
      @media (max-width: 768px) {
        .keys-figures .key-cards > div:last-child .key-card {
          padding-bottom: 0; } }
    .keys-figures .key-cards .key-card {
      padding: 11px 0;
      text-align: center;
      position: relative; }
      @media (max-width: 768px) {
        .keys-figures .key-cards .key-card {
          padding: 30px 0;
          text-align: left; } }
      .keys-figures .key-cards .key-card::before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #000;
        position: absolute;
        right: -15px;
        top: 0; }
        @media (max-width: 768px) {
          .keys-figures .key-cards .key-card::before {
            width: 100%;
            height: 2px;
            right: 0;
            top: unset;
            bottom: 0; } }
      .keys-figures .key-cards .key-card .key-title {
        color: var(--secondary);
        display: block; }
      .keys-figures .key-cards .key-card .key-value {
        font-size: var(--fns-h2);
        font-weight: var(--semibold);
        color: var(--primary);
        display: block;
        margin-bottom: 24px; }
        .keys-figures .key-cards .key-card .key-value em {
          font-style: normal; }
          .keys-figures .key-cards .key-card .key-value em.left {
            margin-right: 8px; }
          .keys-figures .key-cards .key-card .key-value em.right {
            margin-left: 8px; }
        @media (max-width: 768px) {
          .keys-figures .key-cards .key-card .key-value {
            margin-bottom: 10px; } }

.keys-figures.dark {
  background-color: var(--secondary); }
  .keys-figures.dark .kf-desc,
  .keys-figures.dark .kf-title,
  .keys-figures.dark .ori-btn {
    color: var(--white); }
  .keys-figures.dark .key-cards .key-card::before {
    background-color: var(--white); }
  .keys-figures.dark .key-cards .key-card .key-title,
  .keys-figures.dark .key-cards .key-card .key-value {
    color: var(--white); }
