.elementor-26432 .elementor-element.elementor-element-f52b27a{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-26432 .elementor-element.elementor-element-12388bb{text-align:center;}.elementor-26432 .elementor-element.elementor-element-12388bb .elementor-heading-title{font-family:"IBM Plex Sans", Sans-serif;font-size:49px;font-weight:700;color:#0F172A;}.elementor-26432 .elementor-element.elementor-element-9a285f0{--spacer-size:50px;}.elementor-26432 .elementor-element.elementor-element-781c9bc{--display:flex;}.elementor-26432 .elementor-element.elementor-element-75b1630{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-26432 .elementor-element.elementor-element-0fec1e9{--display:flex;}.elementor-26432 .elementor-element.elementor-element-8787a37{--display:flex;}.elementor-26432 .elementor-element.elementor-element-54568fa{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;}.elementor-26432 .elementor-element.elementor-element-28b2103{--display:flex;}.elementor-26432 .elementor-element.elementor-element-415ab68{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;}.elementor-26432 .elementor-element.elementor-element-ca51425{--display:flex;}.elementor-26432 .elementor-element.elementor-element-be489ec{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;}.elementor-26432 .elementor-element.elementor-element-66f1069{--display:flex;}.elementor-26432 .elementor-element.elementor-element-bb5b5e9{--display:flex;}.elementor-26432 .elementor-element.elementor-element-e51ac08{--display:flex;}.elementor-26432 .elementor-element.elementor-element-e8f3749{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;}.elementor-26432 .elementor-element.elementor-element-cd9ea6e{--display:flex;}.elementor-26432 .elementor-element.elementor-element-42b6646{--n-accordion-title-font-size:18px;--n-accordion-title-justify-content:initial;--n-accordion-title-flex-grow:initial;--n-accordion-title-icon-order:-1;--n-accordion-item-title-space-between:10px;--n-accordion-item-title-distance-from-content:10px;--n-accordion-border-radius:10px 10px 10px 10px;--n-accordion-title-normal-color:var( --e-global-color-a5693e8 );--n-accordion-icon-size:20px;--n-accordion-icon-gap:16px;}.elementor-26432 .elementor-element.elementor-element-42b6646 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{background-color:var( --e-global-color-primary );}:where( .elementor-26432 .elementor-element.elementor-element-42b6646 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header ) > .e-n-accordion-item-title-text{font-family:"IBM Plex Sans", Sans-serif;}:where( .elementor-26432 .elementor-element.elementor-element-42b6646 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item ) > .e-con{border-style:none;}.elementor-26432 .elementor-element.elementor-element-ebbda58{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-e0c665c *//* Base Styles for Hero */
    .em-ai-res-wrapper {
        font-family: 'Roboto', sans-serif;
        color: #475569;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.6;
    }

    .em-ai-res-wrapper *::selection {
        background-color: #cffafe;
        color: #164e63;
    }

    .em-ai-res-wrapper h1,
    .em-ai-res-wrapper h2,
    .em-ai-res-wrapper h3,
    .em-ai-res-wrapper h4,
    .em-ai-res-wrapper h5,
    .em-ai-res-wrapper h6 {
        font-family: 'IBM Plex Sans', sans-serif;
    }

    .em-ai-res-main {
        padding-top: 5rem;
    }

    .em-ai-res-gradient-text {
        background: linear-gradient(to right, #06b6d4, #2563eb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    /* Button Styles */
    .em-ai-res-btn-primary {
        width: 100%;
        padding: 1rem 2rem;
        background-color: #fbbf24;
        color: #0f172a;
        font-weight: 500;
        border-radius: 9999px;
        transition: all 0.3s ease;
        box-shadow: 0 10px 15px -3px rgba(251, 191, 36, 0.2);
        text-decoration: none;
        display: inline-block;
        text-align: center;
        border: none;
        cursor: pointer;
    }

    @media (min-width: 640px) {
        .em-ai-res-btn-primary {
            width: auto;
        }
    }

    .em-ai-res-btn-primary:hover {
        background-color: #f59e0b;
        box-shadow: 0 10px 15px -3px rgba(251, 191, 36, 0.4);
    }

    .em-ai-res-btn-secondary {
        width: 100%;
        padding: 1rem 2rem;
        background-color: #ffffff;
        color: #475569;
        border: 1px solid #e2e8f0;
        font-weight: 500;
        border-radius: 9999px;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

    @media (min-width: 640px) {
        .em-ai-res-btn-secondary {
            width: auto;
        }
    }

    .em-ai-res-btn-secondary:hover {
        background-color: #f8fafc;
    }

    /* Hero Section Styles */
    .em-ai-res-hero {
        position: relative;
        padding-top: 5rem;
        overflow: hidden;
    }

    @media (min-width: 1024px) {
        .em-ai-res-hero {
            padding-top: 8rem;
        }
    }

    .em-ai-res-hero-bg {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }

    .em-ai-res-hero-glow-1 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 800px;
        height: 500px;
        background-color: rgba(207, 250, 254, 0.5);
        border-radius: 100%;
        filter: blur(48px);
        opacity: 0.6;
        mix-blend-mode: multiply;
    }

    .em-ai-res-hero-glow-2 {
        position: absolute;
        top: 5rem;
        left: 33%;
        width: 600px;
        height: 400px;
        background-color: rgba(219, 234, 254, 0.4);
        border-radius: 100%;
        filter: blur(48px);
        opacity: 0.5;
        mix-blend-mode: multiply;
    }

    .em-ai-res-hero-content {
        position: relative;
        z-index: 10;
        max-width: 64rem;
        margin: 0 auto;
        padding: 0 1.5rem;
        text-align: center;
    }

    .em-ai-res-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.25rem 0.75rem;
        border-radius: 9999px;
        background-color: #ecfeff;
        border: 1px solid #cffafe;
        color: #0e7490;
        font-size: 0.75rem;
        font-weight: 500;
        margin-bottom: 2rem;
    }

    .em-ai-res-badge-dot {
        position: relative;
        display: flex;
        height: 0.5rem;
        width: 0.5rem;
    }

    .em-ai-res-badge-ping {
        animation: em-ai-res-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        position: absolute;
        display: inline-flex;
        height: 100%;
        width: 100%;
        border-radius: 9999px;
        background-color: #22d3ee;
        opacity: 0.75;
    }

    @keyframes em-ai-res-ping {
        75%, 100% {
            transform: scale(2);
            opacity: 0;
        }
    }

    .em-ai-res-badge-dot-inner {
        position: relative;
        display: inline-flex;
        border-radius: 9999px;
        height: 0.5rem;
        width: 0.5rem;
        background-color: #06b6d4;
    }

    .em-ai-res-hero-title {
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: -0.025em;
        color: #0f172a;
        margin-bottom: 2rem;
        line-height: 1.1;
    }

    @media (min-width: 768px) {
        .em-ai-res-hero-title {
            font-size: 3.5rem !important;
        }
    }

    .em-ai-res-hero-title-br {
        display: none;
    }

    @media (min-width: 768px) {
        .em-ai-res-hero-title-br {
            display: block;
        }
    }

    .em-ai-res-hero-desc {
        font-size: 1.125rem;
        color: #64748b;
        max-width: 42rem;
        margin: 0 auto 2.5rem;
        line-height: 1.75;
    }

    @media (min-width: 768px) {
        .em-ai-res-hero-desc {
            font-size: 1.25rem;
        }
    }

    .em-ai-res-hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    @media (min-width: 640px) {
        .em-ai-res-hero-buttons {
            flex-direction: row;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd61a08 *//* Section Styles */
.em-ai-res-section {
  padding-bottom: 6rem;
}

.em-ai-res-section-white {
  background-color: #ffffff;
}

.em-ai-res-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Timeline Section Styles */
.em-ai-res-timeline-header {
  text-align: center;
  margin-bottom: 5rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.em-ai-res-timeline-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background-color: #ecfeff;
  color: #0891b2;
  margin-bottom: 1.5rem;
}

.em-ai-res-timeline-icon-wrapper svg {
  width: 24px;
  height: 24px;
}

.em-ai-res-timeline-title {
  font-size: 1.875rem;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .em-ai-res-timeline-title {
    font-size: 2.25rem;
  }
}

.em-ai-res-timeline-subtitle {
  font-size: 1.125rem;
  color: #64748b;
}

.em-ai-res-timeline {
  position: relative;
  max-width: 64rem;
  margin: 0 auto;
}

.em-ai-res-timeline-line {
  position: absolute;
  left: 2.5rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, #e2e8f0, #a5f3fc, #e2e8f0);
}

@media (min-width: 768px) {
  .em-ai-res-timeline-line {
    left: 50%;
    transform: translateX(-50%);
  }
}

.em-ai-res-timeline-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 4rem;
  padding-left: 7rem;
}

@media (min-width: 768px) {
  .em-ai-res-timeline-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
    padding-left: 0;
  }
}

.em-ai-res-timeline-item:last-child {
  margin-bottom: 0;
}

.em-ai-res-timeline-content {
  width: 100%;
}

@media (min-width: 768px) {
  .em-ai-res-timeline-content {
    width: calc(50% - 4rem);
    padding-right: 0;
    text-align: right;
  }
}

.em-ai-res-timeline-content-right {
  width: 100%;
}

@media (min-width: 768px) {
  .em-ai-res-timeline-content-right {
    width: calc(50% - 4rem);
    padding-left: 0;
    text-align: left;
  }
}

.em-ai-res-timeline-spacer {
  display: none;
}

@media (min-width: 768px) {
  .em-ai-res-timeline-spacer {
    display: block;
    width: calc(50% - 4rem);
  }
}

.em-ai-res-timeline-node {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

@media (min-width: 768px) {
  .em-ai-res-timeline-node {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.em-ai-res-timeline-node-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  color: #0891b2;
  transition: all 0.3s ease;
}

.em-ai-res-timeline-node-inner svg {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}

.em-ai-res-timeline-item:hover .em-ai-res-timeline-node-inner {
  transform: scale(1.1);
  border-color: #a5f3fc;
  color: #06b6d4;
}

@media (min-width: 768px) {
  .em-ai-res-timeline-item:hover .em-ai-res-timeline-node-inner {
    transform: scale(1.1);
  }
}

.em-ai-res-timeline-node-bg {
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.em-ai-res-timeline-item:hover .em-ai-res-timeline-node-bg {
  opacity: 1;
}

.em-ai-res-timeline-step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.75rem;
  letter-spacing: -0.025em;
}

.em-ai-res-timeline-step-text {
  font-size: 1.125rem;
  color: #64748b;
  line-height: 1.75;
}/* End custom CSS */