.about-content {
  align-items: start;
  margin-left: 32px;
}
.about-content h1,
.about-content p {
  text-align: left !important;
}
@media (max-width: 1024px) {
  .about-content {
    margin-left: 0;
  }
}

.list-tabs {
  margin: 64px 0;
}

.content-wrapper {
  display: flex;
  gap: 64px;
}
@media (max-width: 1024px) {
  .content-wrapper {
    flex-direction: column;
  }
}
.content-wrapper .info {
  width: calc(50% - 32px);
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 1024px) {
  .content-wrapper .info {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .content-wrapper .info {
    flex-direction: column;
  }
}
.content-wrapper .info .info-item {
  width: calc(50% - 16px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 640px) {
  .content-wrapper .info .info-item {
    width: 100%;
  }
}
.content-wrapper .info .info-item img {
  width: 24px;
  height: 24px;
}
.content-wrapper .info .info-item p {
  color: var(--Gray-900, #101828);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.content-wrapper .info .info-item span {
  color: var(--Gray-500, #667085);
  font-size: 16px;
  line-height: 24px;
}
.content-wrapper .info .info-item span.active {
  color: var(--Primary-700, #032eff);
  font-weight: 600;
}
.content-wrapper .map {
  width: calc(50% - 32px);
  height: 300px;
}
@media (max-width: 1024px) {
  .content-wrapper .map {
    width: 100%;
  }
}
.content-wrapper .map iframe {
  width: 100%;
  height: 100%;
}

.contact {
  padding: 48px 32px;
  display: flex;
  gap: 64px;
}
@media (max-width: 1024px) {
  .contact {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .contact {
    padding: 48px 0px;
  }
}
.contact .left {
  display: flex;
  flex: 2;
  padding: 48px 48px 56px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex-shrink: 0;
  border-radius: 32px;
  background: var(--Primary-800, #072ccc);
  max-height: max-content;
}
@media (max-width: 640px) {
  .contact .left {
    padding: 40px 24px;
  }
}
.contact .left .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.contact .left .top h2 {
  color: var(--White, #fff);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.contact .left .top p {
  color: var(--White, #fff);
  font-size: 18px;
  line-height: 28px;
}
.contact .left .bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.contact .left .bottom .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.contact .left .bottom .contact-item img {
  margin-top: 2px;
  width: 24px;
  height: 24px;
}
.contact .left .bottom .contact-item .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.contact .left .bottom .contact-item .content p {
  color: var(--White, #fff);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.contact .left .bottom .contact-item .content span {
  color: var(--Primary-200, #b3d9ff);
  font-size: 16px;
  line-height: 24px;
}
.contact .left .bottom .contact-item .content a {
  padding: 10px 18px;
  border-radius: 100px;
  border: 1px solid var(--Primary-50, #e8f5ff);
  background: var(--Primary-50, #e8f5ff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Primary-700, #032eff);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.contact .right {
  display: flex;
  padding: 0px 32px;
  flex: 3;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1024px) {
  .contact .right {
    padding: 0px;
  }
}
.contact .right .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.contact .right .top h2 {
  color: var(--Gray-900, #101828);
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
.contact .right .top p {
  color: var(--Gray-500, #667085);
  font-size: 20px;
  line-height: 30px;
}
.contact .right .bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.contact .right .bottom .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.contact .right .bottom .form-label {
  padding-left: 12px;
  color: #344054;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
}
.contact .right .bottom .form-input-wrapper {
  width: 100%;
  padding: 12px 16px;
  background: white;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 100px;
  border: 1px solid #d0d5dd;
  display: flex;
  align-items: center;
}
.contact .right .bottom .form-input {
  flex: 1;
  border: none;
  outline: none;
  color: #667085;
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24px;
  background: transparent;
  padding: 0;
}
.contact .right .bottom .form-input::placeholder {
  color: #667085;
  opacity: 1;
}
.contact .right .bottom .contact-form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.contact .right .bottom .contact-form-label {
  padding-left: 12px;
  color: #344054;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
}
.contact .right .bottom .contact-form-input-wrapper {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 100px;
  overflow: hidden;
  width: 100%;
  justify-content: flex-start;
}
.contact .right .bottom .contact-form-select {
  padding: 12px 0 12px 16px;
  border: none;
  background: transparent;
  color: #101828;
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  outline: none;
}
.contact .right .bottom .contact-form-input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  outline: none;
  color: #667085;
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24px;
  background: transparent;
}
.contact .right .bottom .contact-form-input::placeholder {
  color: #667085;
}
.contact .right .bottom .message-form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.contact .right .bottom .message-form-label {
  color: #344054;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
}
.contact .right .bottom .message-form-textarea-wrapper {
  width: 100%;
  background: white;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d0d5dd;
  padding: 10px 14px;
}
.contact .right .bottom .message-form-textarea {
  width: 100%;
  height: 100px;
  border: none;
  outline: none;
  resize: none;
  color: #667085;
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24px;
  background: transparent;
  overflow: auto;
}
.contact .right .bottom .message-form-textarea::placeholder {
  color: #667085;
}
.contact .right .bottom .contact-issue-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.contact .right .bottom .contact-issue-label {
  color: #344054;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
}
.contact .right .bottom .contact-issue-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
}
@media (max-width: 640px) {
  .contact .right .bottom .contact-issue-list {
    flex-direction: column;
    gap: 16px;
  }
}
.contact .right .bottom .contact-issue-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact .right .bottom .contact-issue-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact .right .bottom .contact-issue-checkbox {
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.contact .right .bottom .contact-issue-checkbox:checked {
  background: #3068ff;
  border: none;
}
.contact .right .bottom .contact-issue-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 5px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
}
.contact .right .bottom .contact-issue-text {
  color: #344054;
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
  cursor: pointer;
}
.contact .right .bottom .form-submit {
  width: 100%;
}

.form-error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}