page *,
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;

  font-style: normal;
}

*,
body {
  max-width: 100vw;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.cover-container {
  background: url(/img/VHG04153.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(8px);
  z-index: 0;
}

.dropbtn {
  background-color: #3498db;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980b9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.header-container {
  background: linear-gradient(54deg, rgba(0, 0, 0, 0.5) 47.88%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(1px);
  text-align: left;
}

.fqa-wrapper {
  width: 50%;
}

.header-title {
  color: #fff;
  margin-bottom: 24px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.block-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.header-content {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 32px;
}

/* .header-button {
  gap: 10px;
  border-radius: 8px;
} */

/* form */

.form-item {
  padding: 12px 32px;
  border-radius: 8px;
  background-color: #003bba !important;
}

.form-submit-input {
  /* width: 50%; */
  border-radius: 24px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px !important;
  width: 464px;
  background: #fff;
  height: 100%;
}

.dropdown-form {
}

.form-block {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  transform: unset !important;
  background: rgba(255, 255, 255, 0.9);
}

.form-title {
  text-transform: capitalize;
}

label.block {
  gap: 2px;
  font-weight: 400;

  font-size: 15px;
  line-height: 24px;
  color: #454545;
}

input.input {
  height: 40px;
  padding: 8px 12px;
  font-weight: 400;

  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
}

input.input::before {
  color: #a8abb2;
  border-radius: 8px;
}

input.input::after {
  color: #2c2c2c;
  border-radius: 8px;
}

.input:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.input:focus {
  border: 1px solid #003bba;
}

textarea:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

textarea:focus {
  border: 1px solid #003bba;
}

.invalid-feedback {
  font-weight: 400;

  font-size: 12px;
  line-height: 18px;

  color: #f42500;
}

.textarea {
  padding: 8px 12px;
  font-weight: 400;

  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
  resize: none;
}

.accordion-fqa {
  background: #f9f9f9;
  padding: 28px 48px;
  border-radius: 16px;
}

.fqa-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  color: #27292e;
  width: 100%;
}

.textarea::before {
  color: #a8abb2;
}

.textarea::after {
  color: #2c2c2c;
}

.input-placeholder::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a8abb2;
}

button.submit-button {
  background: #003bba;
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
}

button.submit-button:hover {
  background: #024ae7;
}

/* form */

.submit-button {
  height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
}

.form-button {
  height: 48px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 18px;
}

.header-content-container {
  /* margin-left: 108px; */
  max-width: 769px;
}

.content-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.propose-card__wrapper {
  display: flex;
}

.propose-title {
  color: #27292e;
  margin-bottom: 48px;
}

.propose-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #dfdfdf;
  background: #fff;
  gap: 12px;
  width: calc(33% - 16px);
}

.propose-card__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  height: 100%;
  margin-right: 20px;
}

.propose-img {
  border-radius: 32px 0px 0px 169px;
  height: 600px;
  width: 600px;

  object-fit: cover;
}

.card-list {
  color: #616161;
}

.card-list li {
  color: #616161;
  display: flex;
}

.card-list li::before {
  color: #616161;
  content: '\2022';
  margin: 0 6px;
}

.propose-form {
  border-radius: 16px;
  background: #f9f9f9;
  width: calc(67% - 12px);
  padding: 0 78px;
}

.customer-story-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.form-input-sub[type='text'] {
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  background: #fff;
}

.form-input-sub[type='email'] {
  border-radius: 8px !important;
  border: 1px solid #dcdfe6 !important;
  background: #fff !important;
  height: 48px;
}

.form-input {
  border-radius: 8px !important;
  border: 1px solid #dcdfe6 !important;
}

.form-submit-input[type='text'] {
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  background: #fff;
}

.left-bg {
  position: sticky;
  top: calc(50% - 328px);
  display: flex;
  height: fit-content;
}

.value-item {
  padding: 40px 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  background: #f9f9f9;
}

.value-1 {
  border-radius: 0px 169px 16px 0px;
}

.value-2 {
  border-radius: 0px 8px 8px 0px;
}

.value-4 {
  border-radius: 0px 8px 32px 0px;
}

.value-left {
  width: calc(50% - 12px);
  border-radius: 32px 0px 0px 169px;
  flex: 1;
}

.value-right {
  margin-top: 96px;
  width: calc(50% - 12px);
  flex: 1;
}

.card-wrap {
  width: calc(25% - 18px);
  min-width: 288px;
  border: 0;
  border-radius: 16px;
  color: #454545;
  z-index: 0;
}

.card-img-src {
  margin-bottom: 16px;
  object-fit: cover;
  border-radius: 16px;
  padding: 12px;
  border-radius: 16px;
}

.card-wrap:nth-child(1) .card-img-src {
  background: #f4f4f4;
}

.card-wrap:nth-child(2) .card-img-src {
  background: #ffe0e7;
}

.card-wrap:nth-child(3) .card-img-src {
  background: #bdb5af;
}

.card-wrap:nth-child(4) .card-img-src {
  background: #c8e4ff;
}

.card-title {
  cursor: pointer;

  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  line-clamp: 3;
}

.card-title:hover {
  color: #003bba;
}

.card-content {
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  line-clamp: 4;
}

.achievement-title {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}

.achievement-content {
  /* 
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; */
}

.achievement {
  /* margin-bottom: 48px; */
}

.move-up {
  transform: translateY(75px);
  opacity: 0;
  transition: 1s all ease-in;
}

.move-up.active {
  transform: translateX(0);
  opacity: 1;
}
.achievement-more {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 24px;
  align-items: center;
  border-left: 1px solid #003bba;
  background: #f9f9f9;
  width: fit-content;
}

.fqa-item-content {
  margin-bottom: 20px;
}

.form-input-sub {
  width: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.form-title {
  text-transform: capitalize;
}

.form-wrapper {
  width: 100%;
}

.form-input-sub label.block {
  gap: 2px;
  font-weight: 600;

  font-size: 20px;
  line-height: 28px;
  color: #27292e;
}

.form-input-sub .input {
  height: 40px;
  padding: 8px 0;
  font-weight: 400;

  font-size: 15px;
  line-height: 20px;
  border: none;
  outline: none;
  border-bottom: 1px solid #dcdfe6;
  border-radius: 0;
}

.form-input-sub .input:hover {
  box-shadow: none;
}

.second-block-1 {
  width: calc(33.3333% - 26px);
}

.second-block-2 {
  width: calc(66% - 10px);
}

.form-input-sub input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.form-input-sub .input:focus {
  outline: none;
}

.form-input-sub textarea:hover {
  box-shadow: none;
}

.form-input-sub textarea:focus {
  outline: none;
}

.invalid-feedback {
  font-weight: 400;

  font-size: 12px;
  line-height: 18px;

  color: #f42500;
}

.form-input-sub .textarea {
  padding: 8px 0;
  font-weight: 400;

  font-size: 15px;
  line-height: 20px;
  resize: none;
  border: none;
  border-bottom: 1px solid #dcdfe6;
  border-radius: 0;
}

.fqa-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  color: #27292e;
  width: 100%;
}

.textarea::before {
  color: #a8abb2;
}

.textarea::after {
  color: #2c2c2c;
}

.input-placeholder::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a8abb2;
}

button.submit-button {
  background: #003bba;
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
}

button.submit-button:hover {
  background: #024ae7;
}

.accordion-faq button[aria-expanded='true'] {
  color: #003bba;
}

.accordion-faq button {
  color: #27292e !important;
}

.accordion-container-fqa {
  border-bottom: 1px solid #dfdfdf;
}

.fqa-item-title {
  width: calc(100% - 24px);
}

.submit-email {
  padding: 8px 12px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  background: rgba(255, 255, 255, 0.2);
}

.submit-email-input[type='text'] {
  width: 80%;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  border: 0px;
  height: 20px;
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.submit-email-input[type='text']::placeholder {
  color: #ffffff;
  outline: none;
}

.submit-email-input[type='text']:focus {
  width: 80%;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  border: 0px;
  height: 20px;
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.propose-card__title {
  color: #27292e;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.advising-process {
  background: url(/img/frame-10421.png) no-repeat;
  height: 248px;
}

.process-container {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.advising-web {
  width: 100%;
  padding: 0 30px;
}

.process {
  display: flex;
  align-self: center;
  justify-content: center;
}

.advising-tablet {
  width: 100%;
}

.advising-mobile {
  display: none;
}

.achievement {
  gap: 10px;
}

.achievement-item {
  flex: 1;
  padding: 24px 40px;
  border-radius: 16px;
  border: 1px solid #dfdfdf;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media only screen and (max-width: 1024px) {
  .body-wrapper {
    gap: 64px;
  }

  .propose-card {
    width: calc(50% - 12px);
  }

  .propose-card__wrapper {
    gap: 20px !important;
  }

  .propose-form {
    width: 100%;
    padding: 24px;
  }

  .advising-web {
    display: none;
  }

  .advising-mobile {
    height: 500px;
    display: block;
    padding: 30px 0;
  }

  .process-container {
    display: flex;
    flex-direction: row;
  }

  .process-wrapper {
    flex-direction: column;
  }

  .process {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .value-wrapper {
    flex-wrap: wrap;
    flex-direction: column !important;
  }

  .value-left {
    width: 100%;
    flex: 1;
  }

  .value-right {
    width: 100%;
    flex: 1;
    margin: 0;
  }

  .value-1 {
    border-radius: 16px;
  }

  .value-2 {
    border-radius: 16px;
  }

  .value-4 {
    border-radius: 16px;
  }

  .value-item {
    padding: 0 32px;
    height: 128px;
    display: flex;
  }

  .achievement {
    column-gap: 42px;
    flex-direction: column;
  }

  .customer-story-wrapper {
    row-gap: 32px;
  }

  .card-wrap {
    width: calc(50% - 12px);
  }

  .fqa-wrapper {
    width: 100% !important;
  }

  .wrapper {
    gap: 64px;
  }

  .form-submit-input {
    max-width: 464px;
    width: 100%;
    padding: 0;
    margin-top: 48px;
  }

  .achievement-title {
    width: 50%;
    gap: 16px;
  }

  .achievement-item {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .propose-img {
    min-width: 100%;
  }
}

.submit-button-wrapper {
  display: flex;
  height: 48px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #003bba;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
}

@media only screen and (max-width: 600px) {
  .input-gr {
    flex-direction: column;
  }

  .form-wrapper {
    width: 100% !important;
  }

  .second-block-1,
  .second-block-2 {
    width: 100% !important;
  }

  .block-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
  }

  .propose-title {
    margin-bottom: 24px;
  }

  .propose-card {
    width: 100% !important;
    display: block;
  }

  .propose-form {
    border-radius: 16px;
    width: 100%;
    padding: 16px;
  }

  .propose-form-wrapper {
    justify-content: center !important;
    text-align: center;
    flex-wrap: wrap;
  }

  .form-input-sub {
    width: 100%;
    margin: 0 !important;
  }

  .form-submit-input {
    width: 100%;
    margin: 0 !important;
  }

  .submit-button {
    width: 100%;
  }

  .submit-button-wrapper {
    width: 100%;
  }

  .sbf-wrapper {
    flex-wrap: wrap;
  }

  .value-wrapper {
    flex-wrap: wrap;
    flex-direction: column !important;
  }

  .value-left {
    width: 100%;
    flex: 1;
  }

  .value-right {
    width: 100%;
    flex: 1;
    margin: 0;
  }

  .value-1 {
    border-radius: 16px;
  }

  .value-2 {
    border-radius: 16px;
  }

  .value-4 {
    border-radius: 16px;
  }

  .value-item {
    padding: 0 16px;
    height: 128px;
    display: flex;
  }

  .propose-img {
    border-radius: 16px;
    height: 339px;
    width: 100%;
  }

  .customer-story-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 8px;
  }

  .achievement {
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 0px;
  }

  .achievement-item {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    padding: 24px;
  }

  .achievement-title {
    width: 100%;
    gap: 16px;
  }

  .achievement-more {
    width: 100%;
  }

  .accordion-fqa {
    padding: 32px 16px;
  }
}
