.ava-preview {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 180px 0 180px 60px;
  background-color: #1D1D1F;
  box-sizing: border-box;
  overflow: hidden;
}

.ava-preview::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("/img/ai-voice-agent/bg_ai-voice-preview.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.ava-preview > div:first-child {
  position: relative;
  z-index: 2;
  grid-column: span 7;
}

.ava-preview > div:first-child > p {
  margin-top: 32px;
  margin-bottom: 56px;
}

.ava-preview > div:last-child {
  position: relative;
  grid-column: span 5;
  display: flex;
  align-items: center;
}


.ava-preview > div:last-child img {
  position: absolute;
  right: 0;
}

.ava-transform-cx {
  padding: 64px 40px;
  box-sizing: border-box;
}

.ava-transform-cx > p {
  margin-top: 24px;
}

.ava-transform-cx-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin: 0;
  margin-top: 80px;
  padding: 0;
}

.ava-transform-cx-list:nth-of-type(2) {
  margin-top: 60px;
}

.ava-transform-cx-list > li {
  min-height: 223px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 40px 40px 48px 40px;
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
}

.ava-transform-cx-list > li > h3 {
  background: linear-gradient(83deg, #FBAE00 0%, #8D6409 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.ava-how-it-works {
  height: fit-content;
  padding: 80px 40px;
  background-color: #1D1D1F;
  box-sizing: border-box;
}

.ava-how-it-works::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("/img/ai-voice-agent/lines.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 30%;
}

.ava-how-it-works-swiper {
  margin-top: 64px;
}

.ava-how-it-works-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ava-how-it-works-swiper .swiper-slide > div {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #FD0;
  background: rgba(29, 29, 31, 0.90);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}

.ava-how-it-works-swiper-navigation .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  bottom: 24px !important;
}

.ava-how-it-works-swiper-navigation .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #FD0 !important;
  opacity: 0.6 !important;
  margin: 0 !important;
  background-color: transparent !important;
}

.ava-how-it-works-swiper-navigation .swiper-pagination-bullet-active {
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #FD0 !important;
  background: #FD0 !important;
  opacity: 1 !important;
}

.ava-key-features {
  display: flex;
  align-items: stretch;
  gap: 80px;
  padding: 64px 40px;
  box-sizing: border-box;
}

.ava-key-features > div:first-child {
  flex: 1;
}

.ava-key-features > div:last-child {
  flex: 2;
}

.ava-key-features-content-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.ava-swiper-item-img-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ava-swiper-item-img-content > div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #1D1D1F;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 40px;
  box-sizing: border-box;
}

.ava-key-features-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.ava-key-features-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.ava-key-features-swiper .swiper-slide > div {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ava-key-features-title > div {
  position: sticky;
  top: 132px;
}

.ava-black-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 204px;
  background-color: #1D1D1F;
  box-sizing: border-box;
}

.ava-black-banner > img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}

.ava-black-banner > p {
  margin-top: 16px;
  margin-bottom: 24px;
}

.ava-black-banner > h2,
.ava-black-banner > p,
.ava-black-banner > a {
  z-index: 2;
}

.ava-seamless-integration {
  display: flex;
  flex-direction: column;
  gap: 86px;
  padding: 64px 40px;
  box-sizing: border-box;
}

.ava-seamless-integration-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ava-seamless-integration-content {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.ava-seamless-integration-content > .flex-1 > ul {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.ava-seamless-integration-content > .flex-1 > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.05);
  padding: 76px 96px;
  box-sizing: border-box;
}

.ava-seamless-integration-content > .flex-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 81px 70px;
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.05);
}

.ava-seamless-integration-content > .flex-2 > img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.ava-security-section {
  position: relative;
  display: flex;
  gap: 64px;
  padding: 80px 40px;
  background-color: #1D1D1F;
  box-sizing: border-box;
  overflow: hidden;
}

.ava-security-section > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.ava-security-section > .flex-1 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 0px;
  box-sizing: border-box;
}

.ava-security-section > .flex-2 {
  position: relative;
  z-index: 2;
}

.ava-security-awards-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.ava-security-awards-list > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(12.350000381469727px);
  box-sizing: border-box;
}

.ava-security-awards-list > li > img {
  max-height: 48px;
}

.ava-industry-black-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
  background-color: #1D1D1F;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.ava-seo-content {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.ava-seo-content-title {
  padding: 40px;
  box-sizing: border-box;
}

.ava-seo-content-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0 0 0;
  padding: 0;
}

.ava-seo-content-list-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 24px 0px 40px;
  background: #FFF;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.05);
  transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
} 

.ava-seo-content-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
}

.ava-seo-content-header > div {
  display: flex;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}

.ava-seo-content-header > div > img {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transform: rotate(180deg);
  transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ava-seo-content-hidden {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ava-seo-content-list-item-open {
  padding: 24px 24px 24px 40px;
}

.ava-seo-content-list-item-open > .ava-seo-content-hidden {
  max-height: 700px;
  opacity: 1;
}

.ava-seo-content-list-item-open .ava-seo-content-header > div > img {
  transform: rotate(0deg);
}

.ava-seo-content-sticky {
  position: sticky;
  top: 111px;
}

.ava-seo-content-sticky > img {
  width: 100%;
  height: calc(100vh - 111px);
  object-fit: cover;
}

.ava-faq .new-ss-bg-grey {
  background-color: #fff;
}

.ava-faq .new-ss-faq-item {
  background-color: #FFF;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.05);
}

.ava-case-study {
  height: fit-content;
}

.ava-case-study-swiper-navigation {
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.ava-case-study-swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.ava-case-study-swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #161618 !important;
  opacity: 0.6 !important;
  background-color: transparent !important;
  margin: 0 !important;
}

.ava-case-study-swiper .swiper-pagination-bullet-active {
  width: 14px !important;
  height: 14px !important;
  background-color: #161618 !important;
  opacity: 1 !important;
}

.ava-case-study-swiper .ava-case-study-swiper-btn-next,
.ava-case-study-swiper .ava-case-study-swiper-btn-prev {
  color: #1D1D1F !important;
  z-index: 11;
  left: inherit !important;
  right: inherit !important;
}

.ava-case-study-swiper .ava-case-study-swiper-btn-next {
  left: 60% !important;
}

.ava-case-study-swiper .ava-case-study-swiper-btn-prev {
  right: 60% !important;
}

.ava-case-study .futured-case-study > div:last-child {
  display: flex;
  align-items: center;
}

.ava-case-study .futured-case-study-result {
  flex: 1;
}

.ava-futured-case-study {
  background-color: #1D1D1F;
}

.ava-futured-case-study .futured-case-study-about .btn-with-icon > img {
  filter: invert(1);
}

.ava-futured-case-study .futured-case-study-about .btn-with-icon:hover > img {
  filter: invert(0) !important;
}

.ava-futured-case-study .futured-case-study-result {
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(20px);
}

.ava-futured-case-study > div:last-child > img {
  left: -55% !important;
  width: 155% !important;
  object-fit: cover !important;
}

.ava-client-review {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  padding: 64px 0px 64px 40px;
  box-sizing: border-box;
}

.ava-client-review > div:first-child {
  position: relative;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 40px;
  box-sizing: border-box;
}

.ava-client-review > div:first-child > div > p {
  margin-top: 24px;
  margin-bottom: 40px;
}

.ava-client-review > div:last-child {
  grid-column: span 8;
}

.ava-client-swiper-slide {
  height: fit-content !important;
  display: flex;
  flex-direction: column;
  border: 1px solid #E5E7E9;
  border-radius: 4px;
}

.ava-client-swiper-slide > div {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 32px;
  box-sizing: border-box;
}

.ava-client-swiper-slide blockquote {
  margin: 0;
  padding: 0px 32px 32px 32px;
  box-sizing: border-box;
}

.ava-client-swiper-slide figcaption {
  display: flex;
  gap: 16px;
  padding: 32px 16px 32px 32px;
  border-top: 1px solid #E5E7E9;
}

.ava-client-swiper-slide > figcaption > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.ava-client-swiper-slide > figcaption > div:first-child > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ava-client-swiper-slide .client-review-item-info > div {
  margin-top: 4px;
  margin-bottom: 8px;
}

.ava-client-swiper-slide.swiper-slide-active {
  background: rgba(238, 236, 237, 0.60) !important;
  backdrop-filter: blur(12.350000381469727px) !important;
}

.ava-client-review-navigation {
  position: relative;
  width: 100%;
}

.ava-client-review-swiper-btn-prev,
.ava-client-review-swiper-btn-next {
  color: #1D1D1F !important;
}

.ava-client-review-swiper-btn-prev {
  left: 0 !important;
}

.ava-client-review-swiper-btn-next {
  left: 56px !important;
}

.ava-client-review > div:last-child .ava-client-review-navigation {
  display: none;
}

.ava-action {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 64px 40px;
  box-sizing: border-box;
}

.ava-action-audio-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 80px;
  margin: 0;
  padding: 0;
}

.ava-action-audio-list > li {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 8px 32px 48px 32px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.60);
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  overflow: hidden;
}

.ava-action-audio-list > li > img {
  width: 212px;
  height: 194px;
}

.ava-client-review-swiper {
  padding-right: 12px !important;
}

.ava-audio-player {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ava-play-btn {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 0;
}

.ava-play {
  background-image: url('/img/ai-voice-agent/play-circle.svg');
}

.ava-pause {
  background-image: url('/img/ai-voice-agent/pause-circle.svg');
}

.ava-progress-container {
  width: 100%;
  max-width: 326px;
}

.progress-svg {
  width: 100% !important;
}

.ava-player-time {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.self-fade-in-animation,
.children-fade-in-animation {
  opacity: 0;
  transform: translateY(50px);
}

.self-fade-in {
  animation: fade-in .3s ease-in forwards;
}

.children-fade-in > * {
  opacity: 0;
  transform: translateY(50px);
}

.children-fade-in > *:nth-child(1) {
  animation: fade-in .5s ease-in forwards;
}
.children-fade-in > *:nth-child(2) {
  animation: fade-in .5s ease-in forwards;
  animation-delay: .2s;
}
.children-fade-in > *:nth-child(3) {
  animation: fade-in .5s ease-in forwards;
  animation-delay: .4s;
}
.children-fade-in > *:nth-child(4) {
  animation: fade-in .3s ease-in forwards;
  animation-delay: .6s;
}
.children-fade-in > *:nth-child(5) {
  animation: fade-in .5s ease-in forwards;
  animation-delay: .8s;
}
.children-fade-in > *:nth-child(6) {
  animation: fade-in .5s ease-in forwards;
  animation-delay: 1s;
}
.children-fade-in > *:nth-child(7) {
  animation: fade-in .5s ease-in forwards;
  animation-delay: 1.2s;
}
.children-fade-in > *:nth-child(8) {
  animation: fade-in .5s ease-in forwards;
  animation-delay: 1.4s;
}
.children-fade-in > *:nth-child(9) {
  animation: fade-in .5s ease-in forwards;
  animation-delay: 1.6s;
}
.children-fade-in > *:nth-child(10) {
  animation: fade-in .5s ease-in forwards;
  animation-delay: 1.8s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media screen and (max-width: 1280px) {
  .ava-transform-cx-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .ava-transform-cx-list > li:last-child {
    grid-column: span 2;
  }
}

@media screen and (max-width: 1024px) {
  .ava-preview {
    padding: 64px 0 64px 60px;
  }

  .ava-preview > div:first-child br {
    display: none;
  }

  .ava-preview::after {
    width: 60%;
  }

  .ava-black-banner {
    padding: 64px;
  }

  .ava-industry {
    display: block;
    height: fit-content;
  }

  .ava-industry .new-ss-with-service-lists {
    margin-top: 56px;
  }

  .new-ss-with-service-swiper-navigation {
    position: relative;
    margin-top: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .new-ss-with-service-swiper-navigation .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #161618 !important;
    opacity: 0.6 !important;
    background-color: transparent !important;
  }

  .new-ss-with-service-swiper-navigation .swiper-pagination-bullet-active {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #161618 !important;
    background-color: #161618 !important;
    opacity: 1 !important;
  }

  .ava-seo-content-title br {
    display: none;
  }

  .ava-faq > div:first-child {
    display: flex;
  }

  .ava-seamless-integration-title br {
    display: none;
  }

  .ava-seamless-integration-content {
    flex-direction: column;
  }

  .ava-client-review {
    display: block;
    height: fit-content;
  }

  .ava-client-review > div:first-child .ava-client-review-navigation {
    display: none;
  }

  .ava-client-review > div:last-child .ava-client-review-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 32px;
  }

  .ava-client-review > div:first-child {
    padding: 0;
  }

  .ava-client-review {
    padding: 64px 16px 32px 16px;
  }

  .ava-client-review > div:last-child {
    margin-top: 48px;
  }

  .ava-client-review-swiper-btn-next {
    left: inherit !important;
    right: 0px !important;
  }

  .ava-action-audio-list {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }

  .ava-action-audio-list > li {
    grid-column: span 1;
  }
  
  .ava-action-audio-list > li:last-child {
    grid-column: span 2;
  }

  .ava-case-study .futured-case-study > div:first-child {
    padding: 24px 40px 0px 40px;
  }

  .ava-case-study .futured-case-study > div:last-child {
    padding: 0px 40px 40px 40px;
  }
}

@media screen and (max-width: 900px) {
  .ava-key-features {
    display: block;
  }

  .ava-key-features-content-list {
    margin-top: 48px;
  }

  .ava-security-section {
    flex-direction: column;
  }

  .ava-key-features-swiper .swiper-wrapper {
    display: flex;
    gap: inherit;
  }

  .ava-key-features-content-list {
    display: block;
  }

  .ava-key-features-swiper .swiper-slide {
    gap: 32px;
  }

  .ava-key-features-swiper-navigation .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    border: 2px solid #1D1D1F !important;
    background-color: transparent !important;
  }
  
  .ava-key-features-swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .ava-key-features-swiper-navigation .swiper-pagination-bullet-active {
    background-color: #1D1D1F !important;
  }
}

@media screen and (max-width: 768px) {
  .ava-preview {
    padding: 64px 16px;
  }

  .ava-preview > div:first-child {
    grid-column: span 12;
  }

  .ava-preview > div:last-child {
    display: none;
  }

  .ava-transform-cx {
    padding: 64px 16px;
  }

  .ava-transform-cx br {
    display: none;
  }

  .ava-black-banner {
    padding: 64px 16px;
  }

  .ava-case-study-swiper-navigation {
    margin-top: 0px;
  }
  
  .ava-case-study-swiper .ava-case-study-swiper-btn-next,
  .ava-case-study-swiper .ava-case-study-swiper-btn-prev {
    display: none !important;
  }

  .ava-preview::after {
    background-image: url("/img/ai-voice-agent/bg_ai-voice-preview-mobile.png");
  }

  .ava-preview::after {
    width: 90%;
  }

  .ava-seo-content {
    flex-direction: column;
  }

  .ava-seo-content > div:last-child {
    display: none;
  }

  .ava-client-review > div:first-child > div:first-child {
    width: 100%;
  }

  .ava-client-review > div:first-child > div:first-child > a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .ava-action-audio-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .ava-action-audio-list > li:last-child {
    grid-column: span 1;
  }

  .ava-transform-cx-list {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    gap: 32px;
  }

  .ava-transform-cx-list .f40 {
    font-size: 40px !important;
  }

  .ava-transform-cx-list:nth-of-type(2) {
    margin-top: 32px;
  }

  .ava-case-study .futured-case-study {
    gap: 8px;
  }
}

@media screen and (max-width: 580px) {
  .ava-preview .f65 {
    font-size: 40px;
  }

  .ava-preview .f-lh71-5 {
    line-height: 54px;
  }

  .ava-preview > div:first-child > .f25 {
    font-size: 18px;
  }

  .ava-preview > div:first-child > .f-lh31 {
    line-height: 27px;
  }

  .ava-preview::after {
    width: 85%;
    height: 85%;
  }

  .ava-transform-cx .f-lh54 {
    line-height: normal;
  }

  .ava-transform-cx .f18 {
    font-size: 15px;
  }

  .ava-transform-cx .f-lh27 {
    line-height: 22.5px;
  }

  

  .ava-how-it-works {
    padding: 48px 0px 32px 16px;
  }

  .ava-how-it-works-swiper {
    margin-top: 56px;
  }

  .ava-how-it-works::before {
    background-position: center 33%;
  }

  .ava-how-it-works-swiper-navigation {
    margin-top: 56px;
  }

  .ava-key-features {
    padding: 64px 16px 32px 16px;
  }

  .ava-key-features-title .f-lh54 {
    line-height: normal;
  }

  .ava-black-banner .f-lh54 {
    line-height: normal;
  }

  .futured-case-study > div:last-child > .b-yellow > img {
    filter: invert(1);
  }

  .futured-case-study > div:last-child > .b-yellow:hover > img {
    filter: invert(0);
  }

  .ava-seamless-integration {
    padding: 64px 16px 32px 16px;
  }

  .ava-seamless-integration-title .f50 {
    font-size: 40px;
  }

  .ava-seamless-integration-title .f18 {
    font-size: 15px;
  }

  .ava-seamless-integration-title .f-lh27 {
    line-height: 22.5px;
  }

  .ava-seamless-integration {
    gap: 24px;
  }

  .ava-seamless-integration-content > .flex-2 {
    padding: 38px 0;
  }

  .ava-security-section {
    padding: 48px 16px;
  }

  .ava-security-section > .flex-1 {
    padding: 0;
  }

  .ava-security-awards-list > li {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 16px;
  }

  .ava-security-awards-list > li > p {
    display: none;
  }

  .ava-client-review .f40 {
    font-size: 40px;
  }

  .ava-client-review .f-lh54 {
    line-height: normal;
  }

  .ava-client-review > div:first-child > div > p {
    margin-bottom: 32px;
  }

  .ava-industry {
    padding: 64px 16px 32px 16px;
  }

  .ava-seo-content-title {
    padding: 32px 16px 24px 16px;
  }

  .ava-seo-content-title .f-lh54 {
    line-height: normal;
  }

  .ava-seo-content-list-item {
    padding: 16px 16px 0 16px;
  }

  .ava-seo-content-list-item-open {
    padding: 16px;
  }

  .ava-preview > div:first-child > .b-yellow {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .ava-seamless-integration-content > .flex-1 > ul > li {
    padding: 53px 68px;
  }

  .ava-action {
    padding: 64px 16px 32px 16px;
    gap: 56px;
  }

  .ava-action-audio-list > li > img {
    width: 194px;
    height: 178px;
  }

  .ava-case-study .futured-case-study > div:first-child {
    padding: 16px 16px 0px 16px;
  }

  .ava-case-study .futured-case-study > div:last-child {
    padding: 0px 16px 32px 16px;
  }
}

@media screen and (max-width: 430px) {
  .ava-preview::after {
    width: 100%;
    height: 95%;
  }

  .ava-transform-cx-list > li {
    padding: 40px 16px;
  }

  .ava-seamless-integration-content > .flex-1 > ul > li {
    padding: 48px 16px;
  }
}

@media screen and (max-width: 375px) {
  .ava-security-awards-list {
    grid-template-columns: 1fr;
  }

  .ava-transform-cx-list .f40 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 345px) {
  .ava-how-it-works::before {
    background-position: center 31%;
  }
}