#infinite-logo-carousel .splide__slide {
  display: flex;
  gap: 40px;
  align-items: center;
}

#infinite-logo-carousel .logo-item img {
  width: 140px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 140px;
  opacity: 0.5;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  transition-duration: 0.4s;
}

#infinite-logo-carousel .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#infinite-logo-carousel .logo-item img:hover {
  opacity: 1;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

@media (max-width: 1200px) {
  #infinite-logo-carousel .logo-item img:hover {
    opacity: 1;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  }
}
.ai_widget {
  background-color: #ffffff;
  margin-bottom: 80px;
  position: relative;
  margin-bottom: 180px;
  /* HTML: <div class="loader"></div> */
}
.ai_widget .widget_head {
  padding: 16px 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  .ai_widget .widget_head {
    padding: 8px 20px;
  }
}
.ai_widget .widget_head .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .ai_widget .widget_head .icon {
    width: 26px;
    height: 26px;
  }
}
.ai_widget .widget_head .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ai_widget .widget_head h2 {
  margin: 0;
  color: var(--Black, #000);
  font-feature-settings: "liga" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 35.2px */
}
.ai_widget .widget_body {
  padding: 40px;
  min-height: 400px;
  max-height: 500px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .ai_widget .widget_body {
    padding: 20px;
  }
}
.ai_widget .widget_body h3 {
  color: var(--Black, #000);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
  margin-top: 0px;
  color: #7f7f7f;
}
@media (max-width: 1200px) {
  .ai_widget .widget_body h3 {
    font-size: 24px;
  }
}
.ai_widget .widget_body h3 span {
  color: #000000;
}
.ai_widget .widget_body .suggestions {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}
.ai_widget .widget_body .suggestions .suggestion {
  width: 289px;
  min-width: 289px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: 500ms all ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #000000;
  font-feature-settings: "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 1200px) {
  .ai_widget .widget_body .suggestions .suggestion {
    width: 270px;
    min-width: 270px;
    padding: 20px;
  }
}
.ai_widget .widget_body .suggestions .suggestion:hover {
  border: 1px solid black;
}
.ai_widget .flex_container {
  display: flex;
  gap: 24px;
}
@media (max-width: 1200px) {
  .ai_widget .flex_container {
    gap: 12px;
  }
}
.ai_widget .flex_container input,
.ai_widget .flex_container textarea {
  background: none;
  outline: none;
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: #000000;
  font-feature-settings: "liga" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  height: auto;
  max-height: 116px;
  overflow-y: auto;
  resize: none;
}
@media (max-width: 1200px) {
  .ai_widget .flex_container input,
  .ai_widget .flex_container textarea {
    font-size: 18px;
  }
}
.ai_widget .flex_container button {
  background: none;
  border: none;
  padding: 0;
}
.ai_widget .assistant-message .flex {
  display: flex;
  gap: 20px;
}
.ai_widget .user-message {
  margin-bottom: 16px;
}
.ai_widget .user-message .user_message_container {
  word-break: break-all;
  text-align: left;
}
.ai_widget .suggestions_holder {
  margin-bottom: 30px;
}
.ai_widget .top {
  padding-bottom: 20px;
}
.ai_widget #ai_form {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -112px;
  padding: 40px;
  padding-top: 20px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .ai_widget #ai_form {
    padding: 20px;
    bottom: -90px;
  }
}
.ai_widget .flex {
  display: flex;
}
.ai_widget .items-start {
  align-items: flex-start;
}
.ai_widget .space-x-2 {
  gap: 8px;
}
.ai_widget .user-message {
  margin-bottom: 16px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  background: #f8f8f8;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 8px;
}
.ai_widget .max-w-xs {
  max-width: 20rem;
}
@media (min-width: 768px) {
  .ai_widget .md\:max-w-md {
    max-width: 28rem;
  }
}
@media (min-width: 1024px) {
  .ai_widget .lg\:max-w-lg {
    max-width: 32rem;
  }
}
.ai_widget .bg-gray-200 {
  background-color: #f8f8f8;
}
.ai_widget .text-gray-900 {
  color: #111827;
}
.ai_widget .p-3 {
  padding: 10px 20px;
}
.ai_widget .rounded-lg {
  border-radius: 8px;
}
.ai_widget #sendMessage {
  display: flex;
  align-items: center;
  outline: none;
}
.ai_widget #sendMessage path {
  transition: 300ms all ease;
}
.ai_widget #sendMessage:hover path {
  transform: translateY(-3px);
}
.ai_widget .w-8 {
  width: 2rem;
}
.ai_widget .h-8 {
  height: 2rem;
}
.ai_widget .rounded-full {
  border-radius: 9999px;
}
.ai_widget .mt-1 {
  margin-top: 0.25rem;
}
.ai_widget .loader {
  width: 30px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

body {
  background-color: #dfdfdf !important;
}/*# sourceMappingURL=style.css.map */