.home-banner {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 64px 0 22px 0;
}
.home-banner.right-banner {
  display: inline-block;
}
.home-banner.right-banner .header {
  width: 100%;
  display: inline-block;
  text-align: right;
}
.home-banner.right-banner .image {
  padding-top: 38px;
}
.home-banner.right-banner .content {
  float: right;
}
.home-banner .image,
.home-banner .content {
  display: flex;
  align-items: center;
  float: left;
}
.home-banner .image {
  width: 60%;
  padding-top: 20px;
}
.home-banner .content {
  width: 40%;
  padding-left: 20px;
  text-align: right;
}
.home-banner .content .btn-main {
  margin-bottom: 25px;
}
.home-banner-lift {
  width: 100%;
  display: inline-block;
  padding: 130px 0 0 0;
}
.home-banner-lift.version-2 .content .information {
  color: #51ABC2;
  font-weight: 700;
}
.home-banner-lift .content {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.home-banner-lift .content .img-hero {
  width: 288px;
  height: auto;
  margin-bottom: 30px;
}
.home-banner-lift .content .title {
  padding: 0 90px;
}
.home-banner-lift .content .subtitle {
  margin-bottom: 35px;
}
.home-banner-lift .content .description {
  margin: 30px 0 25px 0;
}
.vertical-separator-text {
  display: inline-block;
  height: 20px;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 20px -4px 20px;
}
.logotypes {
  width: 100%;
  display: inline-block;
}
.logotypes .title {
  width: 100%;
  display: inline-block;
  margin-bottom: 12px;
}
.logotypes-beam {
  width: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 25px 55px 25px 55px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.logotypes-beam .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logotypes-beam .box img {
  max-height: 34px;
  max-width: 260px;
}
.icons-box {
  width: 100%;
  display: inline-block;
}
.icons-box .icons {
  width: 100%;
  display: inline-block;
  margin: 18px 0 0 0;
}
.icon-box {
  width: 100%;
  display: inline-block;
}
.icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
}
.icon-box .description {
  width: 100%;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 0;
}
.big-image-box {
  width: 100%;
  display: inline-block;
  margin: 90px 0;
}
.show-case {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0 24px;
}
.show-case.slim-v .description {
  padding: 0;
  max-width: 220px;
  margin: 0 auto;
  display: block;
}
.show-case.slim-v .icon {
  margin-top: 30px;
  margin-bottom: 0;
}
.show-case .title {
  margin-bottom: 30px;
}
.show-case .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 148px;
  margin-bottom: 30px;
}
.show-case .icon img {
  max-height: 148px;
}
.show-case .description {
  margin-bottom: 0;
}
.separator-line,
.wp-block-separator {
  display: block;
  width: 100px;
  height: 1px;
  background: #000;
  margin-bottom: 80px;
  border: none;
  opacity: 1;
}
.separator-line.right,
.wp-block-separator.right {
  margin-right: 0;
  margin-left: auto;
}
.separator-line.separator-big,
.wp-block-separator.separator-big {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.separator-line.margin-top,
.wp-block-separator.margin-top {
  margin: 70px 0 0 0;
}
.separator-line.margin-top-10,
.wp-block-separator.margin-top-10 {
  margin-top: -10px;
}
.separator-line.margin-bottom30,
.wp-block-separator.margin-bottom30 {
  margin-bottom: 30px;
}
.separator-line.separator-mobile,
.wp-block-separator.separator-mobile {
  display: none;
}
.image-list {
  width: 100%;
  display: inline-block;
  margin-bottom: 90px;
}
.image-list.main-header-version {
  margin-top: 90px;
}
.image-list.main-header-version .separator-line {
  margin-bottom: 80px;
}
.image-list .separator-line {
  margin-bottom: 60px;
}
.image-list .main-header {
  margin-bottom: 90px;
}
.image-list .content {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.image-list .content .image,
.image-list .content .list-beam {
  display: inline-block;
  float: left;
}
.image-list .content .image {
  width: 72.3%;
}
.image-list .content .image img {
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.image-list .content .list-beam {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 27.7%;
  padding-left: 40px;
}
.list-beam .item {
  width: 100%;
  display: inline-block;
  padding: 25px 0 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-beam .item:first-of-type {
  padding-top: 0;
}
.list-beam .item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.list-beam .item strong,
.list-beam .item b {
  color: #000;
}
.list-beam .item p {
  margin-bottom: 20px;
}
.list-beam .item .description {
  padding-right: 4px;
}
.list-beam .item .description h1,
.list-beam .item .description h2,
.list-beam .item .description h3,
.list-beam .item .description h4,
.list-beam .item .description h5,
.list-beam .item .description h6 {
  color: #000;
  margin-bottom: 20px;
}
.banner-box {
  width: 100%;
  display: inline-block;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  margin-top: 60px;
  padding: 60px;
}
.banner-box#application .image img {
  max-width: 320px;
}
.banner-box .subtitle {
  margin-bottom: 30px;
}
.banner-box .basic-info {
  width: 100%;
  display: inline-block;
}
.banner-box .image {
  width: 100%;
  height: 100%;
  max-width: 288px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-box .btn-main {
  margin-top: 12px;
}
.banner-box-lite .banner-box {
  padding: 0;
  background: none;
  margin-top: 0;
}
.banner-box-lite .banner-box .header {
  padding: 0 90px;
}
.banner-box-lite .banner-box .main-body {
  width: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 60px 0;
  margin-top: 40px;
}
.banner-box-lite .banner-box .image {
  height: auto;
  max-width: unset;
  margin-bottom: 60px;
}
.banner-box-lite .banner-box .image img {
  width: 100%;
}
.banner-box-lite .banner-box .main-content {
  padding: 0 60px;
}
.banner-box-lift-v {
  width: 100%;
  display: inline-block;
}
.banner-box-lift-v .header {
  padding: 0 90px 40px 90px;
}
.banner-box-lift-v .basic-info {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}
.banner-box-lift-v .basic-info .text-box {
  width: 50%;
}
.banner-box-lift-v .basic-info .image-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-box-lift-v .basic-info .image-box img {
  width: 227px;
  height: auto;
}
.banner-box-lift-v .infographic-info {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
.banner-box-lift-v .infographic-info .img-wrap {
  position: relative;
}
.banner-box-lift-v .infographic-info .img-wrap:before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: -20px;
  height: 20px;
  background: #FFFAF2 url('/wp-content/themes/kinnuquiz/assets/resources/raster_big.png') repeat 0 0;
  background-size: 16px;
  pointer-events: none;
}
.banner-box-lift-v .infographic-info img {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}
.pattern-block {
  width: 100%;
  display: inline-block;
  border-radius: 20px;
  padding: 50px 52px 0 52px;
  background-color: rgba(0, 0, 0, 0.03);
}
.white-table {
  width: 100%;
  display: inline-block;
  background: #FFF;
  padding: 32px 47px 53px 47px;
  border-radius: 10px;
  margin-top: 40px;
}
.white-table .block-item {
  display: inline-block;
  width: 50%;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.white-table .block-item:first-of-type .item {
  padding-left: 0;
}
.white-table .block-item:last-of-type {
  border-right: none;
}
.white-table .block-item.negative {
  color: #C54335;
}
.white-table .block-item.positive {
  color: #49912D;
}
.white-table .block-item .title {
  text-align: center;
}
.white-table .item {
  padding: 20px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: start;
  gap: 19px;
}
.white-table .item .icon {
  width: 20px;
  flex-shrink: 0;
  margin: 2px 0 0 0;
}
.info-testimonials {
  width: 100%;
  display: inline-block;
  margin: 90px 0;
}
.info-testimonials .separator-line {
  display: none;
}
.info-box {
  width: 100%;
  display: inline-block;
  margin-top: 22px;
}
.info-box .item {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 0 0 58px 0;
}
.info-box .item .title {
  margin-bottom: 18px;
}
.info-box .item .description {
  margin-bottom: 0;
}
.testimonials-box {
  width: 100%;
  display: inline-block;
}
.testimonials-box .item {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 57px;
  padding: 0 5px;
}
.testimonials-box .item .img-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 15px;
}
.testimonials-box .item .rating {
  margin-bottom: 18px;
}
.applications-box {
  display: inline-flex;
  gap: 18px;
  margin-top: 20px;
}
.videos-box {
  width: 100%;
  display: inline-block;
  margin-top: 26px;
}
.videos-box .swiper-pagination {
  margin-top: 12px;
  position: relative;
}
.videos-box .swiper-pagination-bullet-active {
  background-color: #000;
}
.video-item {
  width: 100%;
  background-size: cover !important;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.video-item:hover {
  opacity: 0.8;
}
.video-item .video-thumb {
  border-radius: 12px;
}
.video-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.video-item video::-webkit-media-controls {
  display: none;
}
.video-item video.active {
  opacity: 1;
  pointer-events: auto;
}
.testimonial-mobile-version {
  display: none;
}
.main-title-multiple {
  width: 100%;
  display: inline-block;
}
.main-title-multiple .subtitle {
  text-align: right;
  margin-bottom: 0;
  margin-top: 14px;
}
.main-title-multiple .subtitle a {
  color: #51ABC2;
}
.color-icons {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}
.color-icon-box {
  width: 100%;
  display: inline-block;
  border-radius: 20px;
  padding: 52px 8px 62px 8px;
  text-align: center;
}
.color-icon-box .icon img {
  height: 38px;
  width: auto;
  margin-bottom: 25px;
}
.color-icon-box .title,
.color-icon-box .value,
.color-icon-box .description {
  color: #FFF;
}
.color-icon-box .title {
  margin-bottom: 4px;
}
.color-icon-box .value {
  margin-bottom: 10px;
}
.color-icon-box .description {
  margin-bottom: 0;
}
.faq-box {
  width: 100%;
  display: inline-block;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  margin-top: 60px;
  padding: 50px 60px 34px 60px;
}
.faq-items {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #d2cec7;
}
.faq-items .accordion-item {
  color: #000;
  background: none;
  border: none;
  border-top: 1px solid #d2cec7;
  padding: 32px 0 32px 0;
}
.faq-items .accordion-header {
  position: relative;
  padding-right: 40px;
}
.faq-items .accordion-header:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(-45deg);
}
.faq-items .accordion-header.collapsed:after {
  transform: rotate(135deg);
}
.faq-items .accordion-body {
  padding: 16px 40px 0 0;
}
.faq-items .accordion-body h1,
.faq-items .accordion-body h2,
.faq-items .accordion-body h3,
.faq-items .accordion-body h4,
.faq-items .accordion-body h5,
.faq-items .accordion-body h6 {
  margin-bottom: 0;
}
.faq-items .accordion-body p:last-of-type {
  margin-bottom: 0;
}
.main-title {
  width: 100%;
  display: inline-block;
}
.main-title .separator-line {
  margin: 18px 0 55px 0;
}
.team-index {
  width: 100%;
  display: inline-block;
  padding-top: 60px;
}
.team-list {
  width: 100%;
  display: inline-block;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 50px 60px;
}
.team-item {
  width: 100%;
  display: flex;
  margin-bottom: 52px;
}
.team-item .team-thumb {
  width: 120px;
  flex-shrink: 0;
}
.team-item .information {
  padding: 0 0 0 40px;
}
.team-item .img-thumb {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  object-fit: cover;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-item .name {
  margin-bottom: 12px;
}
.vision-index {
  width: 100%;
  display: inline-block;
  padding-top: 60px;
}
.vision-index .image-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.vision-index .image-box img {
  width: 80%;
}
.vision-index .paragraph-box {
  width: 100%;
  display: inline-block;
  margin: 50px 0 30px 0;
}
.download-app-beam {
  width: 100%;
  display: inline-block;
}
.footer-multiple-layout {
  width: 100%;
  display: inline-block;
  margin-top: 90px;
  margin-bottom: 180px;
}
.footer-multiple-layout .separator-line {
  margin-bottom: 80px;
}
.footer-multiple-layout .subtitle {
  color: #3697AF;
}
.footer-multiple-layout .information {
  margin-top: 50px;
}
.footer-multiple-layout .bottom-section {
  width: 100%;
  display: inline-block;
}
.footer-multiple-layout .bottom-section .text-box,
.footer-multiple-layout .bottom-section .image-box {
  display: inline-block;
  float: left;
}
.footer-multiple-layout .bottom-section .text-box {
  width: 45%;
}
.footer-multiple-layout .bottom-section .image-box {
  width: 55%;
}
.footer-multiple-layout .bottom-section .image-box img {
  max-width: 480px;
  margin: 0 0 auto auto;
}
/*768*/
@media (max-width: 991px) {
  .separator-line {
    margin-bottom: 40px;
  }
  .separator-line.margin-top {
    margin-top: 40px;
    margin-bottom: 22px;
  }
  .separator-line.separator-mobile {
    display: block;
  }
  .home-banner {
    display: inline-block;
    padding: 64px 0 40px 0;
  }
  .home-banner.right-banner {
    display: grid;
  }
  .home-banner.right-banner .separator-big {
    display: none;
  }
  .home-banner.right-banner .header {
    text-align: left;
  }
  .home-banner .image,
  .home-banner .content {
    width: 100%;
  }
  .home-banner .image {
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  .home-banner .content {
    text-align: left;
    padding-left: 0;
  }
  .home-banner-lift {
    padding: 64px 0 50px 0;
  }
  .home-banner-lift.version-2 .content .title,
  .home-banner-lift.version-2 .content .subtitle {
    text-align: center;
  }
  .home-banner-lift.version-2 .content .subtitle {
    display: inline-block;
  }
  .home-banner-lift .content {
    text-align: left;
  }
  .home-banner-lift .content .img-hero {
    margin-bottom: 18px;
  }
  .home-banner-lift .content .title {
    padding: 0;
  }
  .home-banner-lift .content .subtitle {
    display: none;
  }
  .home-banner-lift .content .description {
    margin: 30px 0 20px 0;
  }
  .home-banner-lift .content .description span {
    width: 100%;
    display: inline-block;
  }
  .home-banner-lift .content .description .vertical-separator-text {
    display: none;
  }
  .logotypes {
    margin-bottom: 10px;
    margin-top: 12px;
  }
  .logotypes .title {
    margin-bottom: 30px;
  }
  .logotypes-beam {
    display: inline-block;
  }
  .logotypes-beam .box {
    width: 50%;
    padding: 15px 0;
    float: left;
    height: 80px;
    justify-content: start;
  }
  .icons-box {
    margin-bottom: 8px;
  }
  .icons-box .header {
    margin-bottom: 0;
  }
  .icons-box .icons {
    margin: 10px 0 0 0;
  }
  .icon-box {
    margin: 30px 0 0 0;
  }
  .icon-box .icon {
    width: 100px;
    height: 100px;
  }
  .image-list {
    margin-top: 27px;
    margin-bottom: 30px;
  }
  .image-list .header-desktop,
  .image-list .header-mobile {
    display: none;
  }
  .image-list .content {
    flex-direction: column-reverse;
    gap: 40px;
    margin-top: 0;
  }
  .image-list .content .image,
  .image-list .content .list-beam {
    width: 100%;
  }
  .image-list .content .list-beam {
    padding-left: 0;
  }
  .list-beam {
    padding: 0 0 8px 0;
  }
  .list-beam .item {
    border-bottom: none;
  }
  .list-beam .item:not(:first-of-type) {
    display: none;
  }
  .list-beam .item strong,
  .list-beam .item b {
    font-size: 20px;
    line-height: 26px;
  }
  .list-beam .item p {
    font-size: 20px;
    line-height: 26px;
  }
  .list-beam .item p:last-of-type {
    margin-bottom: 0;
  }
  .big-image-box {
    margin: 24px 0 0 0;
  }
  .big-image-box.hidden-768 {
    display: none;
  }
  .show-case {
    margin-bottom: 60px;
  }
  .show-case .icon {
    margin-bottom: 20px;
  }
  .banner-box {
    margin-top: 36px;
  }
  .banner-box .image {
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 32px;
  }
  .banner-box-lite {
    margin-top: 30px;
  }
  .banner-box-lite .banner-box .header {
    padding: 20px 0 0 0;
  }
  .white-table {
    padding: 32px 28px 10px 28px;
    margin-top: 16px;
  }
  .white-table .block-item {
    width: 100%;
  }
  .white-table .block-item.negative {
    display: none;
  }
  .white-table .block-item .title {
    display: none;
  }
  .white-table .item {
    height: auto !important;
    padding: 0 0 22px 0;
    border-top: none;
    margin-bottom: -1px;
  }
  .testimonial-mobile-version {
    width: 100%;
    display: inline-block;
  }
  .videos-box {
    margin-top: 55px;
  }
  .video-item {
    width: fit-content;
    margin: 0 auto 16px auto;
  }
  .video-item:hover {
    opacity: 1;
  }
  .info-testimonials {
    margin: 56px 0 50px 0;
  }
  .info-testimonials .separator-line {
    display: inline-block;
  }
  .info-testimonials .basic-info .header {
    margin-bottom: 10px;
  }
  .testimonials-box .item {
    margin-top: 40px;
  }
  .testimonials-box .item .rating {
    margin-bottom: 20px;
  }
  .info-box {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .info-box .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 0 45px 0;
  }
  .main-title-multiple .subtitle {
    display: none;
  }
  .color-icons-box {
    margin-bottom: 30px;
  }
  .color-icons {
    margin-top: 26px;
    margin-bottom: 40px;
  }
  .color-icon-box {
    margin-bottom: 1px;
  }
  .color-icon-box.iter-1 {
    border-radius: 20px 0 0 0;
  }
  .color-icon-box.iter-2 {
    border-radius: 0 20px 0 0;
  }
  .color-icon-box.iter-3 {
    border-radius: 0 0 0 20px;
  }
  .color-icon-box.iter-4 {
    border-radius: 0 0 20px 0;
  }
  .applications-box img {
    width: 180px;
  }
  .faq-box {
    margin-top: 32px;
  }
  .banner-box-lift-v .infographic-info .iter-2 {
    display: none;
  }
  .team-list {
    padding: 50px 42px;
  }
  .footer-multiple-layout {
    text-align: center;
  }
  .footer-multiple-layout .image-box {
    margin-bottom: 31px;
  }
  .footer-multiple-layout .image-box img {
    max-width: 100%;
  }
  .footer-multiple-layout .title {
    margin-bottom: 30px;
  }
  .footer-multiple-layout .subtitle {
    margin-bottom: 40px;
  }
  .footer-multiple-layout .information {
    margin: 40px 0 0 0;
  }
  .footer-multiple-layout .bottom-section {
    text-align: center;
  }
  .footer-multiple-layout .bottom-section ul {
    list-style: none;
  }
  .footer-multiple-layout .bottom-section .text-box {
    width: 100%;
  }
}
/*576*/
@media (max-width: 767px) {
  .home-banner {
    padding-top: 0;
  }
  .home-banner .title {
    padding-right: 44px;
  }
  .home-banner-lift {
    padding: 0 0 50px 0;
  }
  .home-banner-lift.version-2 .content .subtitle {
    margin-bottom: 30px;
  }
  .banner-box-lift-v .header {
    padding: 0;
  }
  .banner-box-lift-v .basic-info {
    flex-direction: column;
    gap: 30px;
  }
  .banner-box-lift-v .basic-info .text-box {
    width: 100%;
  }
  .banner-box-lift-v .basic-info .image-box {
    width: 100%;
  }
  .pattern-block {
    padding: 30px 30px 0 30px;
  }
  .logotypes-beam {
    padding: 24px 32px 32px 32px;
  }
  .logotypes-beam .box {
    width: 100%;
    height: 64px;
    justify-content: start;
  }
  .logotypes-beam .box:last-of-type {
    padding-top: 32px;
  }
  .logotypes-beam .box img {
    width: auto;
    max-height: unset;
    height: 34px;
  }
  .color-icons-box .separator-line,
  .color-icons-box .main-title-multiple {
    display: none;
  }
  .color-icons {
    margin-top: 8px;
  }
  .color-icon-box {
    padding: 40px 8px;
  }
  .image-list {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .image-list .separator-line {
    margin-bottom: 48px;
  }
  .image-list .main-header {
    margin-bottom: 50px;
  }
  .list-beam .item .description h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .banner-box {
    margin-top: 32px;
    padding: 40px 20px 20px 20px;
  }
  .banner-box#application .image img,
  .banner-box#who-we-are .image img {
    max-width: 240px;
  }
  .banner-box .basic-info {
    padding: 0 10px;
  }
  .banner-box .btn-main {
    margin-bottom: 30px;
  }
  .banner-box .applications-box {
    margin-bottom: 20px;
  }
  .banner-box-lite {
    margin-top: 20px;
  }
  .banner-box-lite .banner-box .main-body {
    margin-top: 0;
    padding: 30px 0 60px 0;
  }
  .banner-box-lite .banner-box .image {
    margin-bottom: 30px;
  }
  .banner-box-lite .banner-box .main-content {
    padding: 0 20px;
  }
  .videos-box {
    margin-top: 34px;
    width: calc(100% + 60px) !important;
    margin-left: -30px;
  }
  .testimonials-box .item.iter-4,
  .testimonials-box .item.iter-5,
  .testimonials-box .item.iter-6 {
    display: none;
  }
  .white-table {
    padding: 24px 20px 10px 20px;
  }
  .white-table .item {
    font-size: 14px;
    line-height: 20px;
  }
  .applications-box {
    display: grid;
    gap: 32px;
    margin-top: 40px;
  }
  .faq-box {
    padding: 32px 30px 60px 30px;
  }
  .faq-box .faq-items {
    margin: 0;
  }
  .faq-box .faq-items .accordion-item {
    padding: 20px 0 20px 0;
  }
  .faq-box .faq-items .accordion-header {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
  }
  .faq-box .faq-items .accordion-body {
    padding: 16px 0 0 0;
  }
  .faq-box .faq-items .accordion-body h5 {
    font-size: 16px;
    line-height: 21px;
  }
  .footer-multiple-layout {
    margin-top: 80px;
  }
  .footer-multiple-layout .separator-line {
    display: none;
  }
  .footer-multiple-layout .subtitle {
    font-size: 28px;
    line-height: 34px;
  }
  .footer-multiple-layout .bottom-section ul {
    padding-left: 0;
  }
  .footer-multiple-layout .bottom-section .image-box {
    width: 100%;
    margin: 32px 0 0 0;
  }
  .footer-multiple-layout .bottom-section .image-box img {
    max-width: 100%;
  }
  .footer-multiple-layout .image-box img {
    margin-bottom: 30px;
  }
  .team-list {
    padding: 40px 28px;
    margin-bottom: 32px;
  }
  .team-item {
    display: inline-block;
  }
  .team-item .information {
    width: 100%;
    padding: 24px 0 0 0;
  }
  .vision-index {
    padding-top: 0;
  }
  .vision-index .image-box img {
    width: 100%;
  }
}
/*425*/
/*320*/
