.x-feedback {
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5rem;
}
@media screen and (min-width: 768px) {
  .x-feedback {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-feedback {
    padding: 0px 5%;
  }
}
.x-feedback .title-client {
  display: flex;
  text-align: left;
  justify-content: space-evenly;
  flex-direction: column;
  width: 100%;
  height: 280px;
}
@media screen and (min-width: 1024px) {
  .x-feedback .title-client {
    height: 400px;
  }
}
.x-feedback .title-client .line1 h2,
.x-feedback .title-client .line1 span {
  line-height: 40px;
  text-transform: uppercase;
  font-size: 2.333rem;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .x-feedback .title-client .line1 h2,
  .x-feedback .title-client .line1 span {
    line-height: normal;
    font-size: 3rem;
  }
}
.x-feedback .title-client .line1 span {
  color: #2b00d4;
}
.x-feedback .title-client .line2 {
  padding-left: 30px;
  width: 700px;
  border-left: 4px solid #2b00d4;
  font-family: "Lexend";
  font-weight: 500;
  line-height: 30px;
  font-size: 1rem;
  word-spacing: 1px;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .x-feedback .title-client .line2 {
    width: 400px;
    font-size: 1rem;
  }
}
.x-feedback .title-client .line2 p {
  width: 100%;
  font-weight: 400;
}
.x-feedback .feedback-masonary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.x-feedback .feedback-masonary #cloud-feedback {
  position: relative;
  margin: 0 auto;
  height: 450px;
  width: 100%;
  background-size: 900px auto;
  animation: wind 20s linear infinite;
  box-shadow: 0 10px 30px -3px rgba(0, 0, 0, 0.1);
}
@keyframes wind {
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }
}

.x-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  flex-direction: column;
  padding: 6rem 15px;
}
@media screen and (min-width: 768px) {
  .x-contact {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-contact {
    padding: 0px 5%;
  }
}
@media screen and (min-width: 1024px) {
  .x-contact {
    padding: 5rem 0;
  }
}
.x-contact .title-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 550px;
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact {
    justify-content: space-evenly;
    width: 100%;
  }
}
.x-contact .title-contact .row1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-size: 220px;
  height: 50%;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact .row1 {
    width: 100%;
  }
}
.x-contact .title-contact .row1 .bg-img {
  width: 250px;
  position: absolute;
  height: 100%;
}
.x-contact .title-contact .row1 h2 {
  font-family: "Lexend";
  font-weight: 700;
  font-size: 2.333rem;
  text-align: center;
  height: 45%;
  line-height: 3.333rem;
}
.x-contact .title-contact .row1 h2 span {
  font-size: 2.333rem;
  color: #2b00d4;
}
.x-contact .title-contact .row2 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact .row2 {
    width: auto;
  }
}
.x-contact .title-contact .row2 p {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact .row2 p {
    font-size: 16px;
    width: 440px;
  }
}
.x-contact .title-contact .row3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-contact .title-contact .row3.hover-this span a {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  border: none;
  height: 5rem;
  width: 12rem;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #2b00d4;
  color: #ffffff;
  font-family: "Lexend";
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 8px 8px 40px 1px rgba(96, 96, 116, 0.3);
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact .row3.hover-this span a {
    height: 4.4rem;
    width: 10.6rem;
  }
}

.x-commit {
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 6rem 0;
  row-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .x-commit {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-commit {
    padding: 0px 5%;
  }
}
@media screen and (min-width: 1024px) {
  .x-commit {
    row-gap: 6rem;
  }
}
.x-commit-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 15%;
}
@media screen and (min-width: 1024px) {
  .x-commit-text {
    width: 85%;
    height: 20%;
  }
}
.x-commit-text .row {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .x-commit-text .row {
    width: 100%;
    height: 30%;
  }
}
.x-commit-text .row p {
  font-family: "Lexend";
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 65px;
  text-transform: capitalize;
  font-weight: 300;
  color: #2b00d4;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .x-commit-text .row p {
    font-size: 3rem;
    line-height: 65px;
  }
}
.x-commit-text .row p span {
  color: #000000;
  font-weight: 800;
}
.x-commit-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-flow: wrap;
  width: 100%;
  height: 1000px;
  max-height: none;
  max-width: 1275px;
}
@media screen and (min-width: 1024px) {
  .x-commit-container {
    height: 800px;
  }
}
.x-commit-container .box-commit {
  height: 34%;
  width: 50%;
  padding: 15px;
  font-size: 16px;
  font-family: "Lexend";
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit {
    padding: 50px;
    height: 50%;
    width: 33.3%;
  }
}
.x-commit-container .box-commit:nth-of-type(odd) {
  background-color: rgba(43, 0, 212, 0.05);
}
.x-commit-container .box-commit:first-of-type {
  order: 1;
}
.x-commit-container .box-commit:nth-of-type(2) {
  order: 2;
}
.x-commit-container .box-commit:nth-of-type(3) {
  order: 4;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit:nth-of-type(3) {
    order: 3;
  }
}
.x-commit-container .box-commit:nth-of-type(4) {
  order: 3;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit:nth-of-type(4) {
    order: 4;
  }
}
.x-commit-container .box-commit:nth-of-type(5) {
  order: 5;
}
.x-commit-container .box-commit:last-of-type {
  order: 6;
}
.x-commit-container .box-commit-title {
  font-family: "Lexend";
  font-weight: 900;
  color: #000000;
  line-height: 30px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit-title {
    font-size: 20px;
    line-height: normal;
  }
}
.x-commit-container .box-commit-description {
  font-family: "Lexend";
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit-description {
    font-size: 1rem;
    line-height: 30px;
  }
}
.x-commit-container .box-commit img {
  width: 35px;
  height: auto;
}

.x-guarantee {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  padding: 6rem 0;
  row-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .x-guarantee {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-guarantee {
    padding: 0px 5%;
  }
}
@media screen and (min-width: 1024px) {
  .x-guarantee {
    row-gap: 6rem;
  }
}
.x-guarantee-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 20%;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-text {
    height: 15%;
  }
}
.x-guarantee-text .row {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-text .row {
    width: 85%;
    height: 30%;
  }
}
.x-guarantee-text .row p {
  font-family: "Lexend";
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 65px;
  text-transform: capitalize;
  font-weight: 300;
  color: #2b00d4;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-text .row p {
    font-size: 3rem;
    line-height: 65px;
  }
}
.x-guarantee-text .row p span {
  color: #000000;
  font-weight: 800;
}
.x-guarantee-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  height: 80%;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-container {
    width: 85%;
    height: 60%;
    flex-direction: row;
  }
}
.x-guarantee-container .box-guarantee {
  font-size: 16px;
  font-family: "Lexend";
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  font-weight: 400;
  height: 50%;
}
.x-guarantee-container .box-guarantee:first-of-type {
  width: 100%;
  height: 30%;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-container .box-guarantee:first-of-type {
    width: 45%;
  }
}
.x-guarantee-container .box-guarantee:first-of-type img {
  width: 100%;
  height: auto;
}
.x-guarantee-container .box-guarantee:last-of-type {
  padding-left: 30px;
  width: 700px;
  border-left: 4px solid #2b00d4;
  font-family: "Lexend";
  font-weight: 500;
  line-height: 30px;
  font-size: 1rem;
  word-spacing: 1px;
  padding-left: 0;
  width: auto;
  border-left: 0;
  font-size: 16px;
  padding: 20px;
  width: 100%;
  height: 70%;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-container .box-guarantee:last-of-type {
    width: 40%;
    height: 600px;
  }
}
.x-guarantee-container .box-guarantee-title {
  font-size: 20px;
  font-weight: 900;
  color: #000000;
  line-height: 30px;
  width: 100%;
  font-family: "Lexend";
}
.x-guarantee-container .box-guarantee-description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-container .box-guarantee-description {
    font-size: 16px;
    line-height: 30px;
  }
}
.x-guarantee-container .box-guarantee ul {
  line-height: 24px;
  font-size: 14px;
}
.x-guarantee-container .box-guarantee ul li {
  padding-left: 10px;
}
@media screen and (min-width: 1024px) {
  .x-guarantee-container .box-guarantee ul li {
    padding-left: 25px;
  }
}

.x-work {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  height: 600px;
}
@media screen and (min-width: 768px) {
  .x-work {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-work {
    padding: 0px 5%;
  }
}
.x-work-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40%;
  height: 100%;
}
.x-work-text .row {
  width: 100%;
  height: 35%;
}
.x-work-text .row:first-of-type p {
  font-family: "Lexend";
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 65px;
  text-transform: capitalize;
  font-weight: 300;
  color: #2b00d4;
}
.x-work-text .row:first-of-type p span {
  color: #000000;
  font-weight: 800;
}
.x-work-text .row.box-quote {
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-work-text .row.box-quote p {
  padding-left: 30px;
  width: 700px;
  border-left: 4px solid #2b00d4;
  font-family: "Lexend";
  font-weight: 500;
  line-height: 30px;
  font-size: 1rem;
  word-spacing: 1px;
}
.x-work-animate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-end;
  width: 45%;
  height: 100%;
}
.x-work-animate img {
  width: 80%;
  box-shadow: 0 10px 30px -3px rgba(0, 0, 0, 0.1);
}

.x-mission {
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1000px;
}
@media screen and (min-width: 768px) {
  .x-mission {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-mission {
    padding: 0px 5%;
  }
}
.x-mission-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  height: 100%;
}
.x-mission-text .row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
}
.x-mission-text .row:first-of-type p {
  width: 100%;
  font-family: "Lexend";
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 65px;
  text-transform: capitalize;
  font-weight: 300;
  color: #2b00d4;
}
.x-mission-text .row:first-of-type p span {
  color: #000000;
  font-weight: 800;
}
.x-mission-text .row:last-of-type {
  width: 90%;
}
.x-mission-text .box-quote {
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-mission-text .box-quote p {
  padding-left: 30px;
  width: 700px;
  border-left: 4px solid #2b00d4;
  font-family: "Lexend";
  font-weight: 500;
  line-height: 30px;
  font-size: 1rem;
  word-spacing: 1px;
  padding-left: 0px;
  border-left: 0px solid #2b00d4;
}
.x-mission-animate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40%;
  height: 100%;
}
.x-mission-animate img {
  width: 80%;
}

.x-process {
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 2200px;
}
@media screen and (min-width: 768px) {
  .x-process {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-process {
    padding: 0px 5%;
  }
}
.x-process-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  width: 85%;
  height: 25%;
}
.x-process-text .row {
  width: 80%;
}
.x-process-text .row:first-of-type {
  height: 30%;
}
.x-process-text .row:first-of-type p {
  font-family: "Lexend";
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 65px;
  text-transform: capitalize;
  font-weight: 300;
  color: #2b00d4;
}
.x-process-text .row:first-of-type p span {
  color: #000000;
  font-weight: 800;
}
.x-process-text .row:last-of-type {
  height: 35%;
}
.x-process-text .row:last-of-type p {
  width: 55%;
}
.x-process-text .box-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.x-process-text .box-quote p {
  padding-left: 30px;
  width: 700px;
  border-left: 4px solid #2b00d4;
  font-family: "Lexend";
  font-weight: 500;
  line-height: 30px;
  font-size: 1rem;
  word-spacing: 1px;
  padding-left: 0px;
  border-left: 0px solid #2b00d4;
  width: 42%;
}
.x-process-animate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35%;
}
.x-process-animate img {
  height: 70%;
}
.x-process-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30%;
}
.x-process-box .container-box-step {
  color: #000000;
  width: 20%;
  height: 65%;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.x-process-box .container-box-step .box-step {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Lexend";
  line-height: 30px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 400;
}
.x-process-box .container-box-step .box-step .row1 {
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.x-process-box .container-box-step .box-step .row1 p {
  font-family: "Lexend";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.x-process-box .container-box-step .box-step .row1 .text {
  width: 80%;
}
.x-process-box .container-box-step .box-step .row1 .number {
  text-align: center;
  width: 30px;
  padding: 2px;
  background-color: #f6f6f6;
  height: 30px;
  line-height: 1.4;
}
.x-process-box .container-box-step .box-step .row2 {
  height: auto;
}
.x-process-box .container-box-step .box-step.active {
  background-color: #2b00d4;
  color: #ffffff;
  transition: 0.25s;
}
.x-process-box .container-box-step .box-step.active .row1 .number {
  color: #ffffff;
  background-color: rgba(246, 246, 247, 0.1);
}
.x-process-box .container-box-step .box-step:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(43, 0, 212, 0.1);
  transition: 0.25s;
}
.x-process-box .container-box-step .box-step:hover:before {
  width: 100%;
}
.x-process-brand-identity {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .x-process-brand-identity {
    width: 500px;
    height: 68px;
  }
}
@media screen and (min-width: 1024px) {
  .x-process-brand-identity.hover-this span {
    width: 85%;
  }
}
.x-process-brand-identity.hover-this span a {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 1px;
  border: none;
  height: 5rem;
  width: 12rem;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #2b00d4;
  color: #ffffff;
  font-family: "Lexend";
  font-weight: 600;
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 8px 8px 40px 1px rgba(96, 96, 116, 0.3);
  background-color: #2b00d4;
  border: 1px solid #d9d8dd;
  color: #ffffff;
  height: 70px;
  width: 100%;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .x-process-brand-identity.hover-this span a {
    height: 4.4rem;
    width: 10.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .x-process-brand-identity.hover-this span a {
    width: 500px;
  }
}
.x-process-brand-identity.hover-this span a #text {
  height: 100%;
  width: 87%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 0.9rem;
  line-height: 25px;
}
.x-process-brand-identity.hover-this span a #icon {
  border-left: 1px solid #ffffff;
  height: 100%;
  width: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-process-brand-identity.hover-this span a #icon svg {
  fill: #ffffff;
  width: 15px;
  height: auto;
}

.x-service-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #2b00d4;
  height: 2300px;
}
.x-service-hero .x-service {
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .x-service-hero .x-service {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-service-hero .x-service {
    padding: 0px 5%;
  }
}
.x-service-hero .x-service-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  width: 85%;
  height: 20%;
}
.x-service-hero .x-service-text .row {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  width: 75%;
  height: 30%;
}
.x-service-hero .x-service-text .row p {
  font-family: "Lexend";
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 65px;
  text-transform: capitalize;
  font-weight: 300;
  color: #2b00d4;
  color: #ffffff;
}
.x-service-hero .x-service-text .row p span {
  font-weight: 800;
}
.x-service-hero .x-service-container {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding: 10px;
  flex-wrap: wrap;
  height: 75%;
  max-height: 1500px;
}
.x-service-hero .x-service-container .x-service-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 35%;
  height: 45%;
  background-color: #3a28dc;
  padding: 64px 48px;
  justify-content: space-between;
  align-items: flex-start;
}
.x-service-hero .x-service-container .x-service-box .row-icon img {
  width: 35px;
  height: auto;
}
.x-service-hero .x-service-container .x-service-box .row-title p {
  font-family: "Lexend";
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  line-height: 30px;
}
.x-service-hero .x-service-container .x-service-box .row-content p {
  font-family: "Lexend";
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.x-service-hero .x-service-container .x-service-box .row-branch-service ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  width: 100%;
  justify-content: flex-start;
}
.x-service-hero .x-service-container .x-service-box .row-branch-service ul li {
  width: auto;
  padding: 5px 15px;
  list-style: none;
  font-size: 16px;
  font-weight: 900;
  font-family: "Lexend";
  color: #ffffff;
  background-color: #4b3be8;
}

@media only screen and (max-width: 767px) {
  .x-work {
    flex-direction: column;
    height: 600px;
  }
  .x-work-text {
    width: 100%;
    height: 60%;
  }
  .x-work-text .row:first-of-type {
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .x-work-text .row:first-of-type p {
    width: 90%;
    font-size: 30px;
    line-height: 40px;
  }
  .x-work-text .row:last-of-type {
    height: 60%;
  }
  .x-work-text .row:last-of-type.box-quote p {
    width: 90%;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
  }
  .x-work-animate {
    width: 100%;
    height: 40%;
    align-items: center;
  }
  .x-work-animate img {
    width: 95%;
    height: auto;
  }
  .x-mission {
    flex-direction: column;
  }
  .x-mission-text {
    width: 100%;
    height: 30%;
  }
  .x-mission-text .row:first-of-type {
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .x-mission-text .row:first-of-type p {
    width: 90%;
    font-size: 30px;
    line-height: 40px;
  }
  .x-mission-text .row:last-of-type {
    height: 60%;
  }
  .x-mission-text .row:last-of-type.box-quote p {
    width: 90%;
    line-height: 24px;
    font-size: 14px;
  }
  .x-mission-animate {
    width: 100%;
    height: 40%;
    align-items: center;
  }
  .x-mission-animate img {
    width: 95%;
    height: auto;
  }
  .x-process {
    justify-content: space-evenly;
    height: 1800px;
  }
  .x-process-text {
    width: 100%;
    height: 17%;
    align-items: center;
  }
  .x-process-text .row {
    width: 100%;
  }
  .x-process-text .row:first-of-type {
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .x-process-text .row:first-of-type p {
    width: 90%;
    font-size: 30px;
    line-height: 40px;
  }
  .x-process-text .row:last-of-type {
    height: 60%;
  }
  .x-process-text .row:last-of-type.box-quote {
    justify-content: center;
  }
  .x-process-text .row:last-of-type.box-quote p {
    width: 90%;
    line-height: 24px;
    font-size: 14px;
    text-transform: inherit;
  }
  .x-process-animate {
    width: 100%;
    height: 20%;
    align-items: center;
  }
  .x-process-animate img {
    width: 95%;
    height: auto;
  }
  .x-process-box {
    flex-wrap: wrap;
    height: 35%;
  }
  .x-process-box .container-box-step {
    width: 50%;
    height: 50%;
  }
  .x-process-box .container-box-step .box-step {
    padding: 12px;
    border: 0.1px solid #2b00d4;
  }
  .x-process-box .container-box-step .box-step .row1 p {
    font-size: 16px;
  }
  .x-process-box .container-box-step .box-step .row2 p {
    font-size: 14px;
    line-height: 24px;
  }
  .x-service-hero {
    height: 3000px;
  }
  .x-service-hero .x-service {
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .x-service-hero .x-service-text {
    align-items: center;
    width: 100%;
    height: 8%;
  }
  .x-service-hero .x-service-text .row {
    height: 100%;
    width: 90%;
  }
  .x-service-hero .x-service-text .row p {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }
  .x-service-hero .x-service-container {
    flex-wrap: nowrap;
    flex-direction: column;
    height: 85%;
    max-height: none;
    justify-content: space-evenly;
  }
  .x-service-hero .x-service-container .x-service-box {
    width: 95%;
    height: 20%;
    padding: 20px;
  }
  .x-service-hero .x-service-container .x-service-box .row-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .x-service-hero .x-service-container .x-service-box .row-branch-service ul li {
    font-size: 13px;
  }
}/*# sourceMappingURL=index.css.map */