.contact-us {
  margin-top: 108px;
  padding: 120px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.contact-us-left {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.contact-us-left-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-us-left-title h2 {
  color: var(--White, #fff);
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
.contact-us-left-title h2 span {
  background: linear-gradient(90deg, #0cf 27.02%, #8f46d9 56.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px;
}
.contact-us-left-title p {
  color: var(--Dark-dark_4, #787d92);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.contact-us-left-content {
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.contact-us-left-content-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
.contact-us-left-content-item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-us-left-content-item-text h3 {
  color: var(--White, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.contact-us-left-content-item-text .button-outline {
  width: fit-content;
  padding: 8px 16px;
}
.contact-us-left-content-item-text .button-outline p {
  font-size: 12px !important;
}
.contact-us-right {
  padding: 40px;
  border-radius: 20px;
  background: var(
    --gradient,
    linear-gradient(180deg, #181f34 0%, #0d1120 100%)
  );
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-us-right .input-field {
  width: 670px;
  padding: 15px 12px;
}
.contact-us-right-checkbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.contact-us-right-checkbox input {
  width: 16px;
  height: 16px;
  margin-top: unset !important;
}
.contact-us-right-checkbox label {
  color: var(--Dark-dark_4, #787d92);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.contact-us-right-checkbox label a {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contact-us-right .button-primary {
  justify-content: center;
}
