@charset "utf-8";

.iaZVaA {
  width: 100%;
  height: 100%;
}

.iaZVaA .swiper-container {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  transition: all 2s ease 0s;
}

.iaZVaA .swiper-container * {
  transition: all 2s ease 0s;
}

.iaZVaA .swiper-slide {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.iaZVaA > .container {
  width: 100%;
  min-height: 100%;
}

.kbIhKp {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.375rem;
}

.kbIhKp > div {
  pointer-events: none;
}

.kbIhKp label {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 200%;
  color: rgba(255, 255, 255, 0.5);
}

.kbIhKp label span {
  color: rgb(19, 147, 255);
}

.kbIhKp input,
.kbIhKp textarea {
  width: 100%;
  padding: 1.5rem 1rem;
  height: 2.625rem;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 400;
  background-color: rgb(41, 41, 41);
  color: rgb(255, 255, 255);
  border-radius: 8px;
  border: none;
}

.kbIhKp input:focus,
.kbIhKp textarea:focus {
  box-shadow: rgba(32, 77, 134, 0.05) 0px 1px 8px 2px;
}

.kbIhKp input::-webkit-input-placeholder,
.kbIhKp textarea::-webkit-input-placeholder {
  color: rgba(225, 225, 230, 0.6);
}

.kbIhKp input::placeholder,
.kbIhKp textarea::placeholder {
  color: rgba(225, 225, 230, 0.6);
}

.kbIhKp:hover span {
  opacity: 1;
  visibility: visible;
}

.kbIhKp label {
  color: rgb(111, 116, 130);
}

.kbIhKp input:focus,
.kbIhKp textarea:focus {
  outline: none;
  border: 1px solid rgb(72, 150, 255);
  color: rgb(225, 225, 230);
}

.kbIhKp input:focus::-webkit-input-placeholder,
.kbIhKp textarea:focus::-webkit-input-placeholder {
  color: rgba(225, 225, 230, 0.6);
}

.kbIhKp input:focus::placeholder,
.kbIhKp textarea:focus::placeholder {
  color: rgba(225, 225, 230, 0.6);
}

.kbIhKp label {
  color: rgb(111, 116, 130);
}

.kbIhKp input,
.kbIhKp textarea {
}

.iXGyUH {
  position: relative;
  width: 100%;
  padding-top: 2.5rem;
  margin-bottom: -10%;
  border-top: 1px solid rgb(114, 114, 114);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 10;
}

.iXGyUH > .ellipsis {
  position: absolute;
  left: -425px;
  top: -320px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgb(19, 147, 255) 0%,
    rgba(55, 55, 55, 0) 100%
  );
  opacity: 0.4;
  z-index: -1;
  width: 700px !important;
  height: 700px !important;
}

.iXGyUH .logo {
  display: flex;
  flex-direction: column;
  -webkit-box-align: end;
  align-items: end;
  gap: 1rem;
}

.iXGyUH .logo svg {
  width: 40px;
  height: 40px;
}

.iXGyUH .sections {
  display: flex;
  gap: 4rem;
  z-index: 1;
}

.iXGyUH .sections ul {
  list-style: none;
}

.iXGyUH .sections ul:last-of-type {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.iXGyUH .sections ul li {
  color: rgb(255, 255, 255);
}

@media (max-width: 720px) {
  .iXGyUH {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .iXGyUH .logo {
    width: 40%;
    -webkit-box-align: start;
    align-items: start;
  }
  .iXGyUH .sections {
    gap: 2rem;
  }
}

.jTOozu {
  width: 100%;
  max-height: calc(100vh - 90px);
  padding: 0px 6rem 10rem;
  overflow: hidden auto;
  z-index: 5;
  scroll-behavior: smooth;
}

.jTOozu .ellipsis {
  position: absolute;
  width: 1000px;
  height: 1000px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgb(19, 147, 255) 0%,
    rgba(55, 55, 55, 0) 100%
  );
  opacity: 0.4;
  z-index: 0;
}

.jTOozu .ellipsis.item-1 {
  left: -425px;
  top: -320px;
  z-index: -1;
}

.jTOozu .ellipsis.item-2 {
  left: 200px;
}

.jTOozu .ellipsis.item-3 {
  left: -225px;
}

.jTOozu .ellipsis.item-4 {
  left: 200px;
  top: 200px;
}

.jTOozu b {
  color: rgb(19, 147, 255);
}

@media (max-width: 1100px) {
  .jTOozu {
    padding: 0px 2rem;
  }
}

.claSGx {
  margin-bottom: 10rem;
}

.claSGx section {
  position: relative;
  width: 100%;
  height: 80vh;
  padding: 0px 2rem;
}

.claSGx .section-title {
  position: relative;
  margin-bottom: 4rem;
  font-weight: 300;
  font-size: 40px;
  line-height: 4rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
}

.claSGx .section-title::before {
  position: absolute;
  left: -4%;
  content: "";
  width: 10px;
  height: 10px;
  background: rgb(19, 147, 255);
  border-radius: 100%;
}

.claSGx p {
  font-weight: 300;
  font-size: 20px;
  line-height: 2rem;
  text-align: left;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: center;
  justify-content: center;
}

.claSGx p + p {
  text-indent: 3rem;
  margin-top: 0.05em;
}

.claSGx section#presentation {
  display: flex;
  -webkit-box-pack: start;
  justify-content: start;
}

.claSGx section#presentation .left {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 1.75rem;
  width: 40rem;
  z-index: 5;
}

.claSGx section#presentation .left h1 {
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
}

.claSGx section#presentation .left p {
  font-weight: 300;
  font-size: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
}

.claSGx section#presentation .left button {
  width: 15.7rem;
  height: 3rem;
  border: 0px;
  margin-top: 1.2rem;
  background: rgb(19, 147, 255);
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
}

.claSGx section#presentation .left button a {
  width: 100%;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.claSGx section#presentation .left .tip {
  position: absolute;
  width: fit-content;
  top: 90%;
  font-weight: 300;
  color: rgb(19, 147, 255);
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}

.claSGx section#presentation .right {
  position: relative;
  width: 50%;
}

.claSGx section#presentation .right .illustration {
  position: absolute;
  top: 10%;
  left: -14%;
  width: 18.75rem;
  height: 17rem;
}

.claSGx section#delivery-details {
  width: 100%;
  height: 30vh;
  padding: 0rem 1rem;
  margin-top: -1rem;
  margin-bottom: 4rem;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 5;
}

.claSGx section#delivery-details .delivery-details-rectangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5.5rem;
  z-index: -1;
}

.claSGx section#delivery-details .delivery-details-list {
  display: flex;
  -webkit-box-pack: start;
  justify-content: start;
  gap: 2.4rem;
  list-style: none;
}

.claSGx section#delivery-details .delivery-details-list li {
  height: 7.6rem;
  padding: 2rem;
  background-color: rgb(55, 55, 55);
  color: rgb(255, 255, 255);
  border-radius: 8px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 2rem;
  font-weight: 300;
  line-height: 1.9rem;
  letter-spacing: 0.05em;
}

.claSGx section#delivery-details .delivery-details-list li b {
  font-weight: 900;
  color: rgb(19, 147, 255);
}

.claSGx section#delivery-details .delivery-details-list li h1 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.6rem;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: start;
  text-align: center;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
}

.claSGx section#about {
  height: 100%;
  margin-bottom: 4rem;
}

.claSGx section#services {
  height: auto;
}

.claSGx section#solutions {
  height: auto;
}

.claSGx section#solutions .slide-cards {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.claSGx section#solutions .solutions-card {
  width: 380.49px;
  padding: 2rem;
  background: rgb(67, 67, 67);
  border-radius: 12px;
}

.claSGx section#solutions .solutions-card h3 {
  font-weight: bold;
  margin-bottom: 4rem;
}

.claSGx section#solutions .swiper {
  width: 100%;
  height: 100%;
}

.claSGx section#solutions .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgb(255, 255, 255);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.claSGx section#cases {
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
}

.claSGx section#cases .content {
  position: relative;
  width: 100%;
  display: flex;
  gap: 2rem;
}

.claSGx section#cases .content a {
  position: absolute;
  width: 114%;
  height: 100%;
  z-index: 10;
}

.claSGx section#cases .content a .overlay {
  width: 100%;
  height: 100%;
  padding-right: 4rem;
  padding-left: 2rem;
  font-weight: 600;
  font-size: 40px;
  line-height: 3.8rem;
  letter-spacing: 0.05em;
  background: linear-gradient(
    90deg,
    rgba(55, 55, 55, 0) -11.02%,
    rgb(55, 55, 55) 92.22%
  );
  color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

.claSGx section#cases .content .case {
  position: relative;
  width: 500px;
  min-width: 500px;
  padding-bottom: 2rem;
  background: rgb(41, 41, 41);
  border-radius: 12px;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  overflow: hidden;
}

.claSGx section#cases .content .case .image {
  width: 500px;
  height: 350px;
  z-index: 5;
}

.claSGx section#cases .content .case .image:nth-of-type(1) {
  filter: blur(6px);
}

.claSGx section#cases .content .case .image:nth-of-type(2) {
  position: absolute;
  top: 5%;
  filter: blur(80px);
  z-index: 0;
}

.claSGx section#cases .content .case .texts {
  padding: 0px 1.6rem;
}

.claSGx section#cases .content .case h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 141%;
  color: rgb(255, 255, 255);
}

.claSGx section#cases .content .case p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 141%;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}

.claSGx section#cases .content .case p b {
  color: rgb(255, 255, 255);
}

.claSGx section#contact {
  position: relative;
  height: 90vh;
  margin-top: 10rem;
  padding: 5.5rem 6em;
  border: 1px solid rgb(19, 147, 255);
  display: flex;
  gap: 3rem;
}

.claSGx section#contact::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgb(19, 147, 255);
}

.claSGx section#contact .header {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: start;
  gap: 1rem;
}

.claSGx section#contact .header h1 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: rgb(255, 255, 255);
}

.claSGx section#contact .header h1 b {
  color: rgb(19, 147, 255);
}

.claSGx section#contact .header span {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(255, 255, 255);
}

.claSGx section#contact .header span a {
  color: rgb(19, 147, 255);
}

.claSGx section#contact .right {
  width: 100%;
  height: 70%;
}

.claSGx section#contact .right .map {
  background: rgb(55, 55, 55);
  border-radius: 12px;
}

.claSGx section#contact .right .address {
  margin-top: 1rem;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.claSGx section#techs {
  height: auto;
}

.claSGx section#techs .techs-images {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.claSGx section#techs .techs-images svg {
  width: 3rem;
  height: 3rem;
}

.claSGx section#techs .techs-images svg:hover path {
  fill: rgb(19, 147, 255);
}

@media (max-width: 1100px) {
  .claSGx section#delivery-details {
    transform: scale(0.7);
  }
}

@media (max-width: 900px) {
  .claSGx section#presentation .right {
    width: 100%;
  }
  .claSGx section#presentation .right .illustration {
    position: absolute;
    top: 10%;
    left: 20%;
  }
  .claSGx section#contact {
    height: 140vh;
    padding: 4.5rem 5em;
    flex-direction: column;
  }
  .claSGx section#contact .left > form {
    width: 100%;
    padding-right: 0px;
    align-items: flex-start;
  }
  .claSGx section#contact .right > .map {
    height: 60% !important;
  }
}

@media (max-width: 900px) {
  .claSGx section {
    padding: 0px;
  }
  .claSGx section#presentation {
    height: 100vh;
  }
  .claSGx section#presentation .right {
    left: -50%;
  }
  .claSGx section#presentation .left {
    margin-top: -6rem;
  }
  .claSGx section#delivery-details {
    height: 100%;
    margin: 10rem 0px;
    transform: scale(1);
  }
  .claSGx section#delivery-details .delivery-details-rectangle {
    transform: rotate(90deg) translateY(600%) translateX(10%);
    width: 69rem;
    height: 5.5rem;
  }
  .claSGx section#delivery-details .delivery-details-rectangle svg {
    width: 60rem;
    height: 8rem;
  }
  .claSGx section#delivery-details .delivery-details-list {
    flex-direction: column;
  }
  .claSGx section#contact {
    padding: 2.5rem 1.5em;
    flex-direction: column;
  }
  .claSGx section#cases .content {
    flex-direction: column;
  }
  .claSGx section#cases .content a .overlay {
    font-size: 2rem;
  }
  .claSGx section#cases .content .case {
    width: 100%;
    min-width: 100%;
  }
  .claSGx section#cases .content .case .image {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .claSGx section#presentation .left {
    width: 100%;
  }
  .claSGx section#presentation .right {
    position: absolute;
  }
}

.gdjgBj {
  width: 422px;
  padding-right: 2.5rem;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.gdjgBj .header {
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: start;
  gap: 1rem;
}

.gdjgBj .header h1 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: rgb(255, 255, 255);
}

.gdjgBj .header h1 b {
  color: rgb(19, 147, 255);
}

.gdjgBj .header span {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(255, 255, 255);
}

.gdjgBj .header span a {
  color: rgb(19, 147, 255);
}

.gdjgBj .inputs-container {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.gdjgBj button {
  width: 100%;
  padding: 0.75rem 1.75rem;
  display: flex;
  border-radius: 8px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: rgb(255, 255, 255);
  background-color: rgb(19, 147, 255);
  border: 1px solid rgb(19, 147, 255);
  margin-top: 1rem;
}

.gdjgBj button svg path {
  fill: rgb(255, 255, 255);
}

.gdjgBj button:hover {
  opacity: 0.8;
}

.gdjgBj button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.ehwlru {
  width: 100%;
  margin: 5rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
}

.bVrnAC {
  flex: 1 0 0%;
  width: 100%;
  padding: 2rem;
  background-color: rgba(247, 247, 247, 0.01);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(247, 247, 247, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

.bVrnAC svg {
  width: 4rem;
  height: 4rem;
}

.bVrnAC svg path {
  fill: transparent;
  stroke: rgb(19, 147, 255);
}

.bVrnAC h3 {
  font-weight: bold;
  color: rgb(19, 147, 255);
  margin-bottom: 4rem;
}

.bVrnAC:hover {
  transform: scale(1.02);
  border-color: rgb(19, 147, 255);
  color: rgb(255, 255, 255);
}

.jhHjsl {
  position: relative;
  width: 100%;
  padding: 1.5rem 5.5rem;
  background: rgba(67, 67, 67, 0.5);
  border-bottom: 1px solid rgba(41, 41, 41, 0.6);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  z-index: 0;
}

.jhHjsl .ellipsis {
  position: absolute;
  width: 1000px;
  height: 1000px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgb(19, 147, 255) 0%,
    rgba(55, 55, 55, 0) 100%
  );
  opacity: 0.4;
  z-index: 0;
}

.jhHjsl .ellipsis.item-1 {
  left: -425px;
  top: -320px;
  z-index: -1;
}

.jhHjsl .ellipsis.item-2 {
  left: 200px;
}

.jhHjsl .ellipsis.item-3 {
  left: -225px;
}

.jhHjsl .ellipsis.item-4 {
  left: 200px;
  top: 200px;
}

.jhHjsl b {
  color: rgb(19, 147, 255);
}

.jhHjsl .logo a {
  font-family: Poppins;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.jhHjsl .logo a svg {
  width: 2rem;
  height: 2rem;
}

.jhHjsl ul {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 1rem;
  list-style: none;
  color: rgb(255, 255, 255);
}

.jhHjsl ul.menu {
  gap: 1.5rem;
}

.jhHjsl ul.menu li:hover {
  color: rgb(19, 147, 255);
}

@media (max-width: 720px) {
  .jhHjsl {
    padding: 1.5rem;
  }
  .jhHjsl .menu {
    display: none;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  transition: background-color 0.2s linear 0s;
}

html,
body,
#__next {
  scroll-behavior: smooth;
  overflow: hidden;
  background: rgb(55, 55, 55);
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins, sans-serif !important;
}

#__next {
  overflow: hidden;
}

@media (max-width: 1080px) {
  html {
    font-size: 93.75%;
  }
}

@media (max-width: 720px) {
  html {
    font-size: 87.5%;
  }
}

.color-primary {
  color: rgb(19, 147, 255);
}

body,
input,
textarea,
button,
select,
a {
  color: inherit;
  outline: none;
  text-decoration: none;
  font: 400 1rem Poppins, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

button {
  cursor: pointer;
}

input[type="search"] {
  appearance: textfield;
  box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgb(77, 77, 87);
  border-radius: 50px;
}

.lang-div {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.lang-div > hr {
  margin: 0rem 0.8rem;
}

.lang-div > div {
  margin-left: 0.6rem;
  cursor: pointer;
}

.lang-div > div > p {
  font-size: 0.8rem;
}

.lang-div > div > .lang {
  font-weight: 500;
}

.DropdownMenuContent,
.DropdownMenuSubContent {
  min-width: 150px;
  background-color: rgb(67, 67, 67);
  border-radius: 6px;
  padding: 5px;
  box-shadow: rgba(22, 23, 24, 0.35) 0px 10px 38px -10px,
    rgba(22, 23, 24, 0.2) 0px 10px 20px -15px;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.DropdownMenuContent[data-side="top"],
.DropdownMenuSubContent[data-side="top"] {
  animation-name: slideDownAndFade;
}

.DropdownMenuContent[data-side="right"],
.DropdownMenuSubContent[data-side="right"] {
  animation-name: slideLeftAndFade;
}

.DropdownMenuContent[data-side="bottom"],
.DropdownMenuSubContent[data-side="bottom"] {
  animation-name: slideUpAndFade;
}

.DropdownMenuContent[data-side="left"],
.DropdownMenuSubContent[data-side="left"] {
  animation-name: slideRightAndFade;
}

.DropdownMenuItem,
.DropdownMenuCheckboxItem,
.DropdownMenuRadioItem,
.DropdownMenuSubTrigger {
  font-size: 13px;
  line-height: 1;
  color: var(--mauve1);
  border-radius: 3px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 25px;
  padding: 0px 5px;
  position: relative;
  user-select: none;
  outline: none;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.DropdownMenuSubTrigger[data-state="open"] {
  background-color: var(--gray7);
  color: var(--mauve1);
}

.DropdownMenuItem[data-disabled],
.DropdownMenuCheckboxItem[data-disabled],
.DropdownMenuRadioItem[data-disabled],
.DropdownMenuSubTrigger[data-disabled] {
  color: var(--mauve8);
  pointer-events: none;
}

.DropdownMenuItem[data-highlighted],
.DropdownMenuCheckboxItem[data-highlighted],
.DropdownMenuRadioItem[data-highlighted],
.DropdownMenuSubTrigger[data-highlighted] {
  background-color: var(--gray11);
  color: var(--gray1);
}

.DropdownMenuLabel {
  padding-left: 25px;
  font-size: 12px;
  line-height: 25px;
  color: var(--mauve1);
}

.DropdownMenuSeparator {
  height: 1px;
  background-color: var(--gray6);
  margin: 5px;
}

.DropdownMenuItemIndicator {
  position: absolute;
  left: 0px;
  width: 25px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.DropdownMenuArrow {
  fill: rgb(67, 67, 67);
}

.IconButton {
  font-family: inherit;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: var(--mauve1);
  background-color: white;
  box-shadow: 0 2px 10px var(--blackA7);
}

.IconButton:hover {
  background-color: var(--gray3);
}

.IconButton:focus {
  box-shadow: black 0px 0px 0px 2px;
}

.RightSlot {
  color: var(--mauve1);
}

[data-highlighted] > .RightSlot {
  color: white;
}

[data-disabled] .RightSlot {
  color: var(--mauve8);
}

.lang-flex {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes slideUpAndFade {
  0% {
    opacity: 0;
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideUpAndFade {
  0% {
    opacity: 0;
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes slideRightAndFade {
  0% {
    opacity: 0;
    transform: translateX(-2px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes slideRightAndFade {
  0% {
    opacity: 0;
    transform: translateX(-2px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-webkit-keyframes slideDownAndFade {
  0% {
    opacity: 0;
    transform: translateY(-2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideDownAndFade {
  0% {
    opacity: 0;
    transform: translateY(-2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes slideLeftAndFade {
  0% {
    opacity: 0;
    transform: translateX(2px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes slideLeftAndFade {
  0% {
    opacity: 0;
    transform: translateX(2px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
