.s9-wrapper {
  padding: 60px 94px 123px;
}

.s9-header-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 58px;
}

.s9-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

.s9-subtitle {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1%;
}

.s9-wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.s9-left-col {
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
}

.s9-left-col .quote {
  fill: #191927;
}

.s9-right-col {
  width: 60% !important;
}

.s9 .s9-content {
  width: 100%;
}

.s9 .s9-glider-card-box {
  background-color: #fafafa;
  padding: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.s9 .glider-contain {
  width: 100%;
}

.s9 .glider-contain > .glider-prev,
.s9 .glider-contain > .glider-next {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.s9 .glider {
  margin: 0 auto !important;
  display: block !important;
  position: relative !important;
  overflow-x: auto !important; 
  overflow-y: hidden !important;
  width: 100% !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.s9 .glider::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

.s9 .glider-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.s9-quote-wrapper {
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
}

.s9-right-col .s9-quote {
  background-color: transparent !important;
  padding: 0 !important;
  display: block !important;
  width: 100% !important;
  border: none !important;
}

.s9-text-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.s9-quote-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  margin: 0 0 54px 0;
}

.testimonial-rating {
  margin-bottom: 8px;
  display: flex;
  gap: 4px;
}

.testimonial-rating .testimonial-star {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.s9-quote-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 2px;
  text-transform: none;
}

.s9-quote-role {
  font-weight: 400;
  font-size: 14px;
}

.s9-buttons-group {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: max-content !important;
  align-self: flex-start !important;
  position: relative !important;
  z-index: 99 !important;
  background-color: #FFFFFF !important;
  padding: 6px 10px !important;
  border-radius: 30px !important;s9-quote 
}

.s9-slide-prev, .s9-slide-next {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 6px !important;
  height: 10px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.s9-slide-prev.disabled,
.s9-slide-next.disabled {
  opacity: 1 !important;
}

.s9-slide-prev svg, .s9-slide-next svg {
  width: 6px !important;
  height: 10px !important;
  display: block !important;
}

.s9-slide-prev svg path,
.s9-slide-next svg path {
  fill: #191927 !important;
}

.s9-slide-prev.disabled svg path,
.s9-slide-next.disabled svg path {
  fill: #D9D9D9 !important;
  opacity: 1 !important;
}

.glider-contain .dots {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  width: max-content !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.glider-dots {
  gap: 6px!important;
}

.glider-dot {
  background-color: #E5E5E5 !important;
  width: 6px !important;
  height: 6px !important;
  min-width: 6px !important;
  min-height: 6px !important;
  max-width: 6px !important;
  max-height: 6px !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 50% !important;
  margin: 0 !important;
  transition: all 0.3s ease !important;
  flex-shrink: 0 !important;
  display: block !important;
}

.glider-dot.active {
  background: #111323 !important;
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  border-radius: 4px !important;
}

.social { 
  margin-top: 8px; 
}

.social svg, .social a { 
  width: 20px; 
  height: 20px; 
}

.social-print { 
  display: none; 
}

.linkObject { 
  cursor: pointer; 
  transition: .3s ease; 
}

.linkObject:hover { 
  transform: scale(1.1); 
}

section.s10 {
  background: var(--inv-bg-container) !important;
}

.s10 .s10-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.12;
  text-transform: uppercase;
  margin: 50px 0 50px 82px;
}

.s10-wrapper {
  padding: 0 80px;
}

.s10-video {
  width: 100%;
  margin: 57px 0;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s10-video-container {
  height: 450px;
}

.s10-video-container .video-iframe {
  height: 450px;
  width: 100%;
}

.s10-text {
  width: 100%;
  margin: 114px 0 0;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s10-agent {
  display: flex;
  justify-content: left;
}

.s10-agent-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.s10-agent-txt {
  display: flex;
  flex-direction: column;
  margin: 4px 0 0 12px;
}

.s10-agent-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
}

.s10-agent-license {
  margin-top: 8px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
}

.s10-agent-position {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
}

.s10-contacts-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.s10-contact-col, .s10-email-col {
  flex: 1 1 auto;
  min-width: 180px;
  padding: 0 clamp(5px, 10px, 15px);
}

.s10-mobile {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  color: #FAFAFA;
}

.s10-number {
  margin-top: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #FAFAFA;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
}

.s10-item {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 65px;
  margin-top: 8px;
}

.s10-mobile-column, .s10-office-column, .s10-email-column {
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  padding: 0 4px;
}

.s10-agent-mobile-v {
  display: none;
}

.rechat-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.rechat-footer > h2 {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin-right: 9px;
}

.rechat-footer > img {
  width: 70px;
}
