.elementor-13589 .elementor-element.elementor-element-e94784e{--display:flex;}.elementor-13589 .elementor-element.elementor-element-31be7f4 > .elementor-widget-container{background-color:transparent;background-image:linear-gradient(360deg, #F0F7FF00 0%, #F0F7FF 100%);}/* Start custom CSS for html, class: .elementor-element-877f25b *//* 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-63412c9 *//* 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 */
/* Start custom CSS for html, class: .elementor-element-b8cc95b *//* 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 */
/* Start custom CSS for html, class: .elementor-element-31be7f4 *//* Section Styles */
.em-ai-res-section {
  padding: 6rem 0;
}
h2.em-ai-res-section-title {
    text-align: center;
}

p.em-ai-res-section-subtitle {
    text-align: center;
}
.em-ai-res-section-white {
  background-color: #ffffff;
}

.em-ai-res-section-gray {
  background-color: #f8fafc;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
}

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

.em-ai-res-section-header {
  margin-bottom: 4rem;
}

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

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

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

/* Cards Grid Styles */
.em-ai-res-cards-grid {
  display: grid;
  gap: 2rem;
}
.em-ai-res-cards-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1300px) {
  .em-ai-res-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .em-ai-res-cards-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.em-ai-res-card {
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.em-ai-res-card:hover {
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.05),
    0 10px 10px -5px rgba(0, 0, 0, 0.02);
}

.em-ai-res-card-amber:hover {
  border-color: #fde68a;
  box-shadow: 0 20px 25px -5px rgba(254, 243, 199, 0.5);
}

.em-ai-res-card-blue:hover {
  border-color: #bfdbfe;
  box-shadow: 0 20px 25px -5px rgba(219, 234, 254, 0.5);
}

.em-ai-res-card-green:hover {
  border-color: #bbf7d0;
  box-shadow: 0 20px 25px -5px rgba(220, 252, 231, 0.5);
}
.em-ai-res-card-purple:hover {
  border-color: #ecbbf7;
  box-shadow: 0 20px 25px -5px rgba(240, 220, 252, 0.5);
}

.em-ai-res-card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.em-ai-res-card:hover .em-ai-res-card-icon {
  transform: scale(1.1);
}

.em-ai-res-card-icon-amber {
  background-color: #fef3c7;
  color: #d97706;
}

.em-ai-res-card-icon-blue {
  background-color: #dbeafe;
  color: #2563eb;
}

.em-ai-res-card-icon-green {
  background-color: #dcfce7;
  color: #16a34a;
}
.em-ai-res-card-icon-purple {
  background-color: #ecbbf7;
  color: #8b16a3;
}

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

.em-ai-res-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.em-ai-res-card-text {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.75;
}

.em-ai-bottleneck .em-ai-res-section-subtitle {
    text-align: left;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c31ac0b *//* 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 */