.welcome[data-v-440957c8] {
  display: flex;
  gap: 0;
  justify-content: space-between;
  padding-top: 115px;
  padding-bottom: 115px;
}
@media (max-width: 1189px) {
.welcome[data-v-440957c8] {
    gap: 30px;
    padding-top: 72px;
    padding-bottom: 72px;
}
}
@media (max-width: 899px) {
.welcome[data-v-440957c8] {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 40px;
}
}
.info[data-v-440957c8] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  padding-top: 40px;
}
@media (max-width: 1189px) {
.info[data-v-440957c8] {
    max-width: 332px;
    padding-top: 0;
}
}
@media (max-width: 899px) {
.info[data-v-440957c8] {
    align-items: center;
    max-width: 100%;
}
}
.title[data-v-440957c8] {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1189px) {
.title[data-v-440957c8] {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
}
}
@media (max-width: 899px) {
.title[data-v-440957c8] {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
}
}
.description[data-v-440957c8] {
  width: 100%;
  margin-bottom: 30px;
  color: #edeff9;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 899px) {
.description[data-v-440957c8] {
    font-size: 16px;
    line-height: 24px;
}
}
.image[data-v-440957c8] {
  margin-right: -45px;
}
@media (max-width: 899px) {
.image[data-v-440957c8] {
    margin-right: 0;
}
}
.image[data-v-440957c8] img {
  width: 100%;
  height: auto;
}.enter-active[data-v-8350777a],
.leave-active[data-v-8350777a] {
  overflow: hidden;
  transition: all 0.4s ease-out;
}.step[data-v-47bf61de] {
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3 ease-out;
}
.step.active[data-v-47bf61de] {
  background: #269386;
}
.arrow[data-v-47bf61de] {
  color: #383a4c;
  transition: 0.3s all ease-out;
}
.step.active .arrow[data-v-47bf61de] {
  color: white;
  transform: rotate(180deg);
}
.head[data-v-47bf61de] {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.title[data-v-47bf61de] {
  color: #383a4c;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  transition: 0.3s color ease-out;
}
.step.active .title[data-v-47bf61de] {
  color: white;
}
.description[data-v-47bf61de] {
  color: #fafafd;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}.steps-section[data-v-0d8367fb] {
  padding: 60px 0;
  background: #ffffff;
}
.title[data-v-0d8367fb] {
  width: 100%;
  margin-bottom: 20px;
  color: #222435;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}
.steps[data-v-0d8367fb] {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  min-height: 465px;
}
@media (max-width: 899px) {
.steps[data-v-0d8367fb] {
    flex-direction: column;
    gap: 35px;
}
}
.list[data-v-0d8367fb] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 1189px) {
.list[data-v-0d8367fb] {
    max-width: 310px;
}
}
@media (max-width: 899px) {
.list[data-v-0d8367fb] {
    max-width: 100%;
}
}
.image[data-v-0d8367fb] img {
  width: 100%;
  height: auto;
}
.fade-enter-active[data-v-0d8367fb],
.fade-leave-active[data-v-0d8367fb] {
  transition: opacity 0.1s;
}.item[data-v-6cf4ceda] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  row-gap: 24px;
}
.image[data-v-6cf4ceda] {
  flex-shrink: 0;
  width: 57px;
  height: 57px;
}
.image img[data-v-6cf4ceda] {
  width: 100%;
  height: 100%;
}
.text-box[data-v-6cf4ceda] {
  height: 100%;
}
.title[data-v-6cf4ceda] {
  margin-bottom: 16px;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 899px) {
.title[data-v-6cf4ceda] {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
}
}
.description[data-v-6cf4ceda] {
  align-self: flex-end;
  color: #dbdce8;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1189px) {
.description[data-v-6cf4ceda] {
    line-height: 20px;
}
}.growth[data-v-2088c4f6] {
  padding: 90px 0;
  background: #222435;
}
@media (max-width: 899px) {
.growth[data-v-2088c4f6] {
    padding: 60px 0;
}
}
.title[data-v-2088c4f6] {
  margin-bottom: 70px;
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}
@media (max-width: 1189px) {
.title[data-v-2088c4f6] {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 46px;
}
}
@media (max-width: 899px) {
.title[data-v-2088c4f6] {
    font-size: 28px;
    line-height: 32px;
}
}
.items[data-v-2088c4f6] {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 899px) {
.items[data-v-2088c4f6] {
    flex-direction: column-reverse;
    row-gap: 30px;
}
}.result[data-v-7a081fb5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.title[data-v-7a081fb5] {
  color: #383a4c;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.value[data-v-7a081fb5] {
  color: #25273a;
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
}
@media (max-width: 1189px) {
.value[data-v-7a081fb5] {
    font-size: 48px;
    line-height: 58px;
}
}
@media (max-width: 899px) {
.value[data-v-7a081fb5] {
    font-size: 42px;
    line-height: 51px;
}
}.case-card[data-v-244edb35] {
  padding: 30px;
  background: #fafafd;
  border-radius: 10px;
}
.info[data-v-244edb35] {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1189px) {
.info[data-v-244edb35] {
    display: grid;
    grid-template-columns: 80px minmax(auto, 1fr);
}
}
.avatar[data-v-244edb35] {
  max-width: 80px;
}
.avatar[data-v-244edb35] img {
  width: 100%;
  height: auto;
}
.logo[data-v-244edb35] {
  height: 40px;
  margin-bottom: 10px;
}
.logo[data-v-244edb35] img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.description[data-v-244edb35] {
  color: #383a4c;
  font-size: 16px;
  line-height: 24px;
}
.results[data-v-244edb35] {
  display: flex;
  gap: 20px;
  margin-left: 70px;
}
@media (max-width: 1189px) {
.results[data-v-244edb35] {
    grid-column: 1/-1;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}
}.success-stories[data-v-2ca5c4b8] {
  padding: 80px 0;
  background: #ffffff;
}
@media (max-width: 899px) {
.success-stories[data-v-2ca5c4b8] {
    padding: 60px 0;
}
}
.title[data-v-2ca5c4b8] {
  width: 100%;
  margin-bottom: 40px;
  color: #222435;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}
@media (max-width: 899px) {
.title[data-v-2ca5c4b8] {
    font-size: 28px;
    line-height: 32px;
}
}
.cases[data-v-2ca5c4b8] {
  display: flex;
  flex-direction: column;
  gap: 40px;
}.how-to-win[data-v-5aa8a008] {
  background: #222435;
}