/*#region base*/
.misa-ai-page {
  width: 100%;
  overflow-x: hidden;
}
.play-video-item{
  cursor:pointer;
}
 .misa-ai-page img {
    margin-bottom: 0;
}
@media (min-width: 1100px) {
    .misa-ai-page .container {
        width: 1310px;
    }
}
.misa-ai-page .section-title {
  color: #181D27;
  font-size: 32px;
  font-family: 'Inter Bold';
  line-height: 40px;
  word-wrap: break-word;
  text-align: center;
}

.misa-ai-page .section-title--blue {
  color: #1B49F5;
  background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}
.misa-ai-page .meta-icon {
  position: relative;
}

.misa-ai-page .meta-text {
  color: #535862;
  font-size: 14px;
  font-family: 'Inter';
  line-height: 18px;
  word-wrap: break-word;
}

.misa-ai-page .btn-text-link {
  height: 44px;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.misa-ai-page .btn-text-link-label-wrap {
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.misa-ai-page .btn-text-link-label {
  color: #2662FF;
  font-size: 14px;
  font-family: 'Inter SemiBold';
  line-height: 18px;
  word-wrap: break-word;
}

.misa-ai-page .btn-text-link-icon {
  position: relative;
}

.misa-ai-page .btn-gradient {
  height: 52px;
  min-width: 140px;
  padding-left: 24px;
  padding-right: 24px;
  background: linear-gradient(62deg, #1B49F5 4%, #875BF7 56%, #F969B7 100%);
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.misa-ai-page .btn-gradient-label-wrap {
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.misa-ai-page .btn-gradient-label {
  color: white;
  font-size: 16px;
  font-family: 'Inter SemiBold';
  line-height: 24px;
  word-wrap: break-word;
}
/*#endregion*/

/*#region hero*/
.hero-section {
  width: 100%;
  /* min-height: 1080px; */
  position: relative;
  mix-blend-mode: darken;
  background: url('/sites/misa/images/pages/misa-ai/hero-bg.webp') center center / cover no-repeat;
  overflow: hidden;
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.hero-heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.hero-heading-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hero-title {
  text-align: center;
  color: #181D27;
  font-size: 52px;
  font-family: 'Inter Bold';
  line-height: 60px;
  word-wrap: break-word;
}

.hero-title--blue {
  color: #1B49F5;
  background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}

.hero-title-accent-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.hero-star-icon {
  position: absolute;
  left: 287px;
  top: 0;
}

.hero-subtitle {
  text-align: center;
  color: #181D27;
  font-size: 20px;
  font-family: 'Inter';
  line-height: 28px;
  word-wrap: break-word;
  width: 100%;
}

.hero-btn {
  height: 52px;
  min-width: 140px;
  padding-left: 24px;
  padding-right: 24px;
  background: linear-gradient(62deg, #1B49F5 4%, #875BF7 56%, #F969B7 100%);
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.hero-btn-icon {
  position: relative;
}

.hero-btn-label-wrap {
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-btn-label {
  color: white;
  font-size: 16px;
  font-family: 'Inter SemiBold';
  line-height: 24px;
  word-wrap: break-word;
}

.hero-image-wrap {
  position: relative;
  margin-top: 60px;
  height: 702px;
}

.hero-image {
  width: 1507px;
  height: 711px;
  position: absolute;
  left: 66px;
  /* top: 378px; */
}
@media (max-width:979px){
  .hero-image-wrap{
    height:unset;
  }
}
/*#endregion*/

/*#region video*/
.video-section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.video-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.video-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 40px;
}

.video-header-left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.video-header-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.video-heading {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}

.video-heading .section-title {
  text-align: left;
}

.video-subtitle {
  color: #535862;
  font-size: 20px;
  font-family: 'Inter';
  line-height: 28px;
  word-wrap: break-word;
  width: 100%;
}

.video-grid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.video-card {
  background: white;
  box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
}

.video-card--main {
  flex: 1 1 0;
  min-width: 320px;
  padding-bottom: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.video-card-thumb--main {
  width: 624px;
  height: 357px;
}

.video-card-body {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.video-card-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.video-card-title {
  color: #181D27;
  font-size: 24px;
  font-family: 'Inter Bold';
  line-height: 28px;
  word-wrap: break-word;
  width: 100%;
}

.video-card-desc {
  color: #535862;
  font-size: 16px;
  font-family: 'Inter';
  line-height: 24px;
  word-wrap: break-word;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-card-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.video-card-meta-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.video-card-list {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.video-card--small {
  border-radius: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  align-content: flex-start;
}

.video-card-thumb--small {
  width: 252px;
  height: 168px;
  margin-bottom: unset;
}
img.video-card-thumb.video-card-thumb--small {
    margin-bottom: 0;
}

.video-card-body--small {
  flex: 1 1 0;
  min-width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.video-card-title--small {
  font-size: 16px;
  line-height: 24px;
}
/*#endregion*/

/*#region ai-agent*/
.ai-agent-section {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  background: linear-gradient(0deg, #F8FAFF 0%, #F8FAFF 100%), white;
}

.ai-agent-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.ai-agent-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.ai-agent-heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.ai-agent-heading {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.ai-agent-subtitle {
  text-align: center;
  color: #535862;
  font-size: 20px;
  font-family: 'Inter';
  line-height: 28px;
  word-wrap: break-word;
  width: 100%;
}

.ai-agent-deco-star {
  width: 34px;
  height: 40px;
  position: absolute;
  left: 479px;
  top: 96px;
}

.ai-agent-deco-bar {
  position: absolute;
  background: linear-gradient(62deg, #1B49F5 4%, #875BF7 56%, #F969B7 100%);
  transform: rotate(45deg);
  transform-origin: top left;
}

.ai-agent-deco-bar--large {
  width: 32px;
  height: 16px;
  left: 11px;
  top: 5px;
}

.ai-agent-deco-bar--small {
  width: 7px;
  height: 8px;
  left: 27px;
  top: 0;
}

.ai-agent-tabs {
  width: 474px;
  height: 64px;
  position: relative;
  background: #F5F5F5;
  border-radius: 9999px;
}

.agent-tab {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  top: 8px;
  overflow: hidden;
  border-radius: 9999px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.agent-tab--active {
  left: 8px;
  background: white;
  box-shadow: 0px 3px 6px -6px rgba(10, 27, 137, 0.03), 0px 6px 20px 3px rgba(116, 135, 255, 0.03);
}

.agent-tab:not(.agent-tab--active) {
  left: 280px;
}

.agent-tab-label {
  color: #181D27;
  font-size: 16px;
  font-family: 'Inter SemiBold';
  line-height: 24px;
  word-wrap: break-word;
}

.agent-tab-label--active {
  color: #1B49F5;
}

.agent-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 24px;
}

.agent-card {
  padding-top: 20px;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(255, 255, 255, 0.80);
  overflow: hidden;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.agent-card-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.agent-card-icon {
  width: 48px;
  height: 48px;
}

.agent-card-info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.agent-card-name {
  color: #252B37;
  font-size: 20px;
  font-family: 'Inter SemiBold';
  line-height: 28px;
  word-wrap: break-word;
  width: 100%;
}

.agent-card-desc {
  color: #535862;
  font-size: 16px;
  font-family: 'Inter';
  line-height: 24px;
  word-wrap: break-word;
  width: 100%;
}
/*#endregion*/

/*#region agentwork*/
.agentwork-section {
  width: 100%;
  position: relative;
  background: linear-gradient(0deg, white 0%, white 100%), radial-gradient(ellipse 61.69% 42.02% at 50.76% 57.09%, rgba(18, 129, 248, 0.60) 0%, rgba(142, 183, 255, 0.30) 35%, rgba(255, 255, 255, 0) 91%), linear-gradient(200deg, #F4F8FF 0%, #E8F1FF 100%);
  overflow: hidden;
  padding: 96px 0;
  padding-bottom: 59px;
}

.agentwork-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 96px;
  padding-right: 96px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.agentwork-bg-overlay {
  width: 1920px;
  height: 1168px;
  position: absolute;
  left: 0;
  top: -5px;
  overflow: hidden;
}

.agentwork-bg-radial {
  width: 1901px;
  height: 1168px;
  position: absolute;
  left: 15px;
  top: 0;
  background: radial-gradient(ellipse 58.13% 58.13% at 51.08% 40.03%, white 23%, rgba(255, 255, 255, 0) 100%);
}

.agentwork-deco-star {
  position: absolute;
  left: 95px;
  top: -1px;
}

.agentwork-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.agentwork-heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.agentwork-heading-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.agentwork-subtitle {
  text-align: center;
  color: #535862;
  font-size: 20px;
  font-family: 'Inter';
  line-height: 28px;
  word-wrap: break-word;
  width: 100%;
}

.agentwork-image-wrap {
  width: 1297px;
  height: 688px;
  overflow: hidden;
  position: relative;
}

.agentwork-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 159.3%;
  object-fit: cover;
}

.agentwork-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.agentwork-btn {
  width: 271px;
  height: 92px;
  overflow: hidden;
  display: block;
  margin-top: -122px;
  opacity: 0.85 !important;
}

.agentwork-btn-img {
  width: 100%;
  height: 115.22%;
  object-fit: cover;
  object-position: top;
}
/*#endregion*/

/*#region oneai*/
.oneai-section {
  width: 100%;
  min-height: 934px;
  padding-top: 96px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: radial-gradient(64.8% 110.51% at 88.98% 118.92%, #FFB5EE 0%, rgba(255, 255, 255, 0.00) 71.99%), radial-gradient(115.31% 99.06% at 32.06% 102.99%, rgba(66, 107, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 63.94%), #FAFBFF;
}

.oneai-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.oneai-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.oneai-heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.oneai-heading-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.oneai-subtitle {
  text-align: center;
  color: #535862;
  font-size: 20px;
  font-family: 'Inter';
  line-height: 28px;
  word-wrap: break-word;
  width: 100%;
}

.oneai-btn-wrap {
  box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.oneai-image-wrap {
  margin-left: 138px;
  width: 1439px;
}

.oneai-image {
  width: 100%;
}

.oneai-deco-stars {
  width: 123px;
  height: 144px;
  position: absolute;
  left: 264px;
  top: 153px;
}

.oneai-deco-star-lg {
  position: absolute;
  left: -79px;
  top: 193px;
}

.oneai-deco-star-sm {
  position: absolute;
  left: 32px;
  top: 180px;
}

.oneai-deco-star-top {
  position: absolute;
  left: 487px;
  top: 98px;
}
/*#endregion*/

/*#region robotics*/
.robotics-section {
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
}

.robotics-inner {
  max-width: 1280px;
  margin: 0 auto;
  background: radial-gradient(ellipse 70.48% 169.10% at 21.87% 87.99%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.60) 100%), rgba(255, 255, 255, 0.40), linear-gradient(225deg, #EEF4FF 0%, #EEF4FF 36%, #D9E6FF 67%, #BCD4FF 100%);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.robotics-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.robotics-heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}

.robotics-subtitle {
  text-align: center;
  color: #535862;
  font-size: 20px;
  font-family: 'Inter';
  line-height: 28px;
  word-wrap: break-word;
  width: 100%;
}

.robotics-subtitle--bold {
  font-family: 'Inter Bold';
}

.robotics-content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
}

.robotics-blur-deco {
  width: 1284px;
  height: 595px;
  position: absolute;
  left: -4px;
  top: 0;
}

.robotics-blur {
  position: absolute;
  border-radius: 9999px;
  filter: blur(150px);
}

.robotics-blur--1 {
  width: 658px;
  height: 87px;
  left: -16px;
  top: 437px;
  background: rgba(0, 89, 255, 0.20);
}

.robotics-blur--2 {
  width: 658px;
  height: 66px;
  left: -16px;
  top: 437px;
  background: rgba(0, 89, 255, 0.20);
}

.robotics-blur--3 {
  width: 658px;
  height: 99px;
  left: -16px;
  top: 313px;
  background: rgba(0, 89, 255, 0.10);
}

.robotics-blur--4 {
  width: 230px;
  height: 231px;
  left: 397px;
  top: 231px;
  background: rgba(38, 0, 255, 0.20);
}

.robotics-main-image {
  width: 592px;
  height: 595px;
  position: relative;
  z-index: 1;
}

.robotics-sub-grid-wrap {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.robotics-sub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 32px;
}

.robotics-sub-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.robotics-sub-image {
  width: 296px;
  height: 168px;
}

.robotics-sub-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.robotics-sub-title {
  color: #181D27;
  font-size: 16px;
  font-family: 'Inter Bold';
  line-height: 24px;
  word-wrap: break-word;
  width: 100%;
}

.robotics-sub-desc {
  color: #535862;
  font-size: 16px;
  font-family: 'Inter';
  line-height: 24px;
  word-wrap: break-word;
  width: 100%;
}
/*#endregion*/

/*#region llm*/
.llm-section {
  width: 100%;
  padding: 96px 0;
  position: relative;
  background: url('/sites/misa/images/pages/misa-ai/llm-bg.webp') center center / cover no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-bottom: 0;
}

.llm-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.llm-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.llm-heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.llm-heading-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.llm-subtitle {
  text-align: center;
  color: #535862;
  font-size: 20px;
  font-family: 'Inter';
  line-height: 28px;
  word-wrap: break-word;
  width: 100%;
}

.llm-image-wrap {
  max-width: 1280px;
}

.llm-image {
  width: 100%;
}
@media(max-width:979px){
  .llm-heading-row{
    justify-content: center;
  }
}
/*#endregion*/

/*#region llm-infra*/
.llm-infra-section {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  border-radius: 24px;
}

.llm-infra-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.llm-infra-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.llm-infra-heading-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.llm-infra-subtitle {
  text-align: center;
  color: #535862;
  font-size: 20px;
  font-family: 'Inter';
  line-height: 28px;
  word-wrap: break-word;
  width: 100%;
}

.llm-infra-quote {
  padding: 12px 20px;
  background: #EEF4FF;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.llm-infra-quote-text {
  text-align: center;
  color: #252B37;
  font-size: 20px;
  font-style: italic;
  font-family: 'Inter SemiBold';
  line-height: 28px;
  word-wrap: break-word;
}

.llm-infra-image {
  width: 100%;
  max-width: 1280px;
}
/*#endregion*/

/*#region news*/
.news-section {
  width: 100%;
  padding-top: 0;
}

.news-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.news-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 40px;
  width: 100%;
}

.news-header-left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.news-heading {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}

.news-heading .section-title {
  text-align: left;
}

.news-subtitle {
  color: #535862;
  font-size: 20px;
  font-family: 'Inter';
  line-height: 28px;
  word-wrap: break-word;
  width: 100%;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
}

.news-card {
  padding-bottom: 24px;
  background: white;
  box-shadow: 0px 8px 30px -4px rgba(10, 27, 137, 0.03), 0px 8px 30px -6px rgba(116, 135, 255, 0.05);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-card-thumb-wrap {
  height: 232px;
  position: relative;
  background: linear-gradient(23deg, rgba(13, 98, 255, 0.10) 10%, rgba(13, 98, 255, 0.40) 56%, #0D62FF 100%), rgba(255, 255, 255, 0.20);
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.news-card-thumb {
  position: absolute;
}

.news-card-thumb--rounded {
  border-radius: 9px;
}

.news-card-body {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-card-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.news-card-title {
  height: 48px;
  color: #181D27;
  font-size: 18px;
  font-family: 'Inter SemiBold';
  line-height: 24px;
  word-wrap: break-word;
  width: 100%;
  overflow: hidden;
}

.news-card-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.news-card-meta-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width:979px){
  .news-heading{
    display: grid;
    justify-items: center;
    margin: 0 auto;
  }
}
/*#endregion*/

/*#region why*/
.why-section {
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
}

.why-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.why-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.why-heading {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
}

.why-card {
  padding: 24px;
  background: white;
  border-radius: 24px;
  outline: 1px #8EB9FF solid;
  outline-offset: -1px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.why-card-inner {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-card-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.why-card-num {
  color: #1B49F5;
  font-size: 40px;
  font-family: 'Inter Bold';
  line-height: 52px;
  word-wrap: break-word;
  background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}

.why-card-title {
  color: #1B49F5;
  font-size: 18px;
  font-family: 'Inter SemiBold';
  line-height: 24px;
  word-wrap: break-word;
  background: var(--Gradient-Base-AI, linear-gradient(66deg, #1B49F5 0.38%, var(--Violet-500, #875BF7) 51.18%, #F969B7 94.86%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}

.why-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.why-card-desc {
  color: #535862;
  font-size: 16px;
  font-family: 'Inter';
  line-height: 24px;
  word-wrap: break-word;
  width: 100%;
}
/*#endregion*/

/*#region responsive*/
@media (max-width: 979px) {
  .hero-inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-star-icon {
    display: none;
  }

  .hero-image {
    position: static;
    width: 100%;
    height: auto;
  }

  .video-section {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-inner {
    gap: 24px;
  }

  .video-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .video-grid {
    flex-direction: column;
    gap: 24px;
  }

  .video-card-thumb--main {
    width: 100%;
    height: auto;
  }

  .video-card--small {
    flex-direction: column;
  }

  .video-card-thumb--small {
    width: 100%;
    height: auto;
  }

  .ai-agent-section {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .ai-agent-deco-star {
    display: none;
  }

  .ai-agent-tabs {
    width: 100%;
    height: auto;
    padding: 8px;
    display: flex;
    gap: 8px;
  }

  .agent-tab {
    position: static;
  }

  .agent-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .agentwork-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .agentwork-deco-star {
    display: none;
  }

  .agentwork-image-wrap{
    width: 100%;
    height: 283px;
  }
  .agentwork-image {
    width: 100%;
    height: auto;
  }

  .oneai-section {
    padding-left: 16px;
    padding-right: 16px;
    min-height: auto;
  }

  .oneai-image {
    width: 100%;
    height: auto;
  }
  .oneai-image-wrap{
    width:100%;
    margin: 0;
  }

  .oneai-deco-stars,
  .oneai-deco-star-top {
    display: none;
  }

  .robotics-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .robotics-inner {
    padding: 20px;
  }

  .robotics-heading{
    display: grid;
    justify-items: center;
  }
  .robotics-content {
    width: 100%;
    flex-direction: column;
    gap: 32px;
  }

  .robotics-blur-deco {
    display: none;
  }

  .robotics-main-image {
    width: 100%;
    height: auto;
  }

  .robotics-sub-grid {
    grid-template-columns: 1fr;
  }

  .robotics-sub-image {
    width: 100%;
    height: auto;
  }

  .llm-section {
    padding: 48px 16px;
  }

  .llm-image {
    position: static;
    width: 100%;
    height: auto;
  }

  .news-section {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .news-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .why-section {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/*#endregion*/
/*#region Popup Video */
.popup-video-item {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}

.popup-video-item .pvi-content-item {
  position: absolute;
  width: 90%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}

.popup-video-item .pvi-border-item {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

.popup-video-item .pvi-close-item {
  background: url(/sites/misa/images/pages/misa-ai/ic-close.svg) center center no-repeat;
  background-size: 32px;
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  z-index: 2;
}

.popup-video-item .embed-responsive {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.popup-video-item .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.popup-video-item .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*#endregion*/

/* an */
div#zalo-vr {
    display: none !important;
}

.phone-access {
    display: none !important;
}

.notify {
    display: none !important;
}

.live-chat {
    display: none !important;
}

ul#menu-menu-1 {
    display: none;
}

.language-dropdown-toggle {
    border: unset !important;
    box-shadow: unset !important;
}

a.btn.btn-outline.ai-btn {
    display: flex;
    height: 42px;
    min-width: 120px;
    padding: var(--space-12, 12px) var(--space-20, 20px);
    justify-content: center;
    align-items: center;
    gap: var(--space-4, 4px);
    border-radius: var(--radius-l, 12px);
    border: 2px solid #2662FF;
    color: #2662FF;
    font-family: 'Inter SemiBold';
    opacity: 1;
}
.ai-btn:hover {
    border: 2px solid transparent !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #ff6ec4, #7873f5, #4ade80, #22d3ee, #ff6ec4) border-box;
    background-size: 200% 200%;
    animation: aiBtnBorderMove 3s linear infinite;
}
/* Animation gradient */
@keyframes aiBtnBorderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.bordermove::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: linear-gradient(90deg, #ff6ec4, #7873f5, #22d3ee, #4ade80, #ff6ec4);
    background-size: 300% 300%;
    z-index: -1;
    opacity: 0;
    filter: blur(2px);
    transition: opacity 0.3s ease;
}
/* Animation chay gradient */
@keyframes shadowMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.bordermove:hover::before {
    opacity: 1;
    animation: shadowMove 4s linear infinite;
}
.auth-buttons {
    display: flex;
    gap: 12px;
}

a.btn.btn-primary.bordermove {
    display: flex;
    height: 42px;
    min-width: 120px;
    padding: var(--space-12, 12px) var(--space-20, 20px);
    justify-content: center;
    align-items: center;
    gap: var(--space-4, 4px);
    border-radius: var(--radius-l, 12px);
    background: linear-gradient(56deg, var(--Brand-Primary, #2662FF) 0%, var(--Brand-400, #5993FF) 100.16%);
    color: #fff;
    border: none;
    font-family: 'Inter SemiBold';
    position: relative;
    opacity: 1;
}

.bordermove {
    overflow: visible;
}
@media (max-width:979px) {
    .auth-buttons {
      display: none !important;
  }
}
/* end an */