:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

.main-container {
  overflow: hidden;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  gap: 40px;
  position: relative;
  width: 450px;
  margin: 0 auto;
  background: #ffffff;
}
.vector {
  flex-shrink: 0;
  position: relative;
}
.advanced-technological-solution {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 428.979px;
  height: 90px;
  color: #2e2e81;
  font-family: Montserrat, var(--default-font-family);
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  z-index: 1;
}
.frame-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 407px;
  height: 63px;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  background: #fdb933;
  border: none;
  z-index: 2;
  border-radius: 4px;
}
.visit-the-website {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 28px;
  color: #2e2e81;
  font-family: Usual, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
