.welcome-card-container {
  flex-shrink: 0;
  border-radius: 24px;
  background: var(--color-background-grayscale-300);
  padding: 32px;
  margin: 20px;
  position: relative;
  overflow: hidden;
}

.vector{
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .vector {
    display: none;
  }
}

@media (max-width: 1100px) {
  .vector {
    max-width: 50%;
    max-height: 100%;
  }
}

.button-close {
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
}

.button-close:hover {
  transform: scale(1.2);
}

.logo-container {
  display: flex;
  width: 99.999px;
  height: 32px;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex-shrink: 0;
}

.image-icon {
  flex-shrink: 0;
}

.image-typo {
  width: 65.999px;
  height: 32px;
  flex-shrink: 0;
}

.title-text {
  color: var(--color-background-grayscale-0);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.64px;
  margin-top: 16px;
}

.subtitle-text {
  color: #6d6e82;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  letter-spacing: -0.56px;
  margin-top: 8px;
}

.body-container-1 {
  width: 564px;
  height: 326px;
  padding-left: 98px;
  padding-right: 98px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  display: inline-flex;
  margin-bottom: 56px;
  margin-top: 80px;
}

.button-container:hover {
  background: #fddc2f;
  border: 1px #000814 solid;
}

.button-container {
  display: flex;
  width: 144px;
  height: 40px;
  padding: 20px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 32px;
  border: 1px solid #000814;
  background: #fee402;
  color: #000814;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.56px;
  cursor: pointer;
}

.button-welcome{
  width: 144px;
}
