.process-section {
  background-color: #041237;
  padding-top: 27px;
  min-height: 565px;
  max-height: 565px;
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  .process-section {
    min-height: 620px;
    max-height: 620px;
  }
}
@media (min-width: 1200px) {
  .process-section {
    min-height: 727px;
    max-height: 727px;
    padding-top: 85px;
    padding-bottom: 69px;
  }
}
.process-section .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .process-section .content {
    flex-direction: row;
  }
}
.process-section .content .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  min-height: 13rem;
}
@media (min-width: 1200px) {
  .process-section .content .text-wrapper {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .process-section .content .text-wrapper {
    text-align: left;
    flex: 1;
  }
}
.process-section .content .text-wrapper .title {
  padding-bottom: 20px;
  transition-duration: 500ms;
}
.process-section .content .text-wrapper .title p {
  font-size: 32px;
  line-height: 35.2px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .process-section .content .text-wrapper .title p {
    font-size: 48px;
    line-height: 52.8px;
  }
}
.process-section .content .text-wrapper .title p strong {
  font-weight: 700;
}
.process-section .content .text-wrapper h4 {
  transition-duration: 500ms;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .process-section .content .text-wrapper h4 {
    font-size: 24px;
    line-height: 26.4px;
  }
}
.process-section .content .text-wrapper p {
  transition-duration: 500ms;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .process-section .content .text-wrapper p {
    font-size: 18px;
    line-height: 25.2px;
  }
}
.process-section .content .animation-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.process-section .content .animation-content-wrapper .animation-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  height: 270px;
  min-width: 350px;
  height: 350px;
}
@media (min-width: 769px) {
  .process-section .content .animation-content-wrapper .animation-wrapper {
    min-width: 400px;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .process-section .content .animation-content-wrapper .animation-wrapper {
    max-width: 770px;
    min-width: 770px;
    height: 575px;
    flex: 2;
  }
}
.process-section .content .animation-content-wrapper .animation-wrapper .image {
  transition-duration: 500ms;
  width: 138px;
  height: 76px;
}
@media (min-width: 769px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .image {
    width: 200px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .image {
    width: auto;
    height: auto;
  }
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper {
  position: absolute;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.active .process-item {
  transition-duration: 500ms;
  background-color: #ffffff;
  box-shadow: 3px 6px 40px 0px #489cff;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.active .process-item .number {
  transition-duration: 500ms;
  background-color: #ffffff;
  box-shadow: 3px 6px 40px 0px #489cff;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.active .process-item .number p {
  color: #041237;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.active .process-item h5 {
  color: #041237;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3019607843);
  text-align: center;
  border-radius: 10px;
  width: 82px;
  height: 53px;
}
@media (min-width: 769px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item {
    width: 100px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item {
    width: 151px;
    height: 99px;
    border-radius: 20px;
  }
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item h5 {
  color: #ffffff;
  font-weight: 400;
  font-size: 8.7px;
  line-height: 9.5px;
}
@media (min-width: 769px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item h5 {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1200px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item h5 {
    font-size: 16px;
    line-height: 17.6px;
  }
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item .number {
  background-color: rgba(255, 255, 255, 0.3019607843);
  position: absolute;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 555px;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item .number {
    width: 33.5px;
    height: 33.5px;
  }
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item .number p {
  color: #ffffff;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item .number p {
    font-size: 28px;
  }
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item .arrow {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 34px;
  width: 54px;
  height: 44px;
}
@media (min-width: 769px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item .arrow {
    width: 74px;
    height: 64px;
  }
}
@media (min-width: 1200px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item .arrow {
    width: auto;
    height: auto;
  }
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper .process-item .arrow img {
  width: 100%;
  height: 100%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-1 {
  top: 12%;
  left: 34%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-1 .number {
  top: -35%;
  left: 50%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-1 .arrow {
  right: -94%;
  top: 51%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-1 {
  top: 17%;
  left: 39%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-1 .arrow {
  right: -104%;
  top: 40%;
}
@media (min-width: 769px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-1 {
    top: 15%;
  }
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-1 .arrow {
    right: -120%;
    top: 47%;
  }
}
@media (min-width: 1200px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-1 {
    top: 12%;
    left: 40%;
  }
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-2 {
  top: 41%;
  right: 0%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-2 .number {
  top: -30%;
  left: 50%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-2 .arrow {
  bottom: -140%;
  left: 4%;
  rotate: 76.55deg;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-2 {
  top: 38%;
  right: 5%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-2 .number {
  top: -30%;
  left: 40%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-2 .arrow {
  bottom: -170%;
  left: -20%;
  rotate: 76.55deg;
}
@media (min-width: 769px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-2 {
    right: -1%;
  }
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-2 .arrow {
    bottom: -205%;
    left: -30%;
  }
}
@media (min-width: 1200px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-2 {
    right: 10%;
    top: 36%;
  }
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-2 .arrow {
    bottom: -180%;
  }
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-3 {
  bottom: -3%;
  right: 8%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-3 .number {
  top: -30%;
  left: 35%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-3 .arrow {
  left: -105%;
  top: 4%;
  rotate: 140.77deg;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-3 {
  bottom: 6%;
  right: 17%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-3 .arrow {
  left: -125%;
  top: -25%;
  rotate: 140.77deg;
}
@media (min-width: 769px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-3 {
    bottom: 5%;
    right: 14%;
  }
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-3 .arrow {
    left: -142%;
    top: -39%;
  }
}
@media (min-width: 1200px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-3 {
    bottom: 0;
    right: 20%;
  }
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-4 {
  bottom: -3%;
  left: 5%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-4 .number {
  top: -30%;
  right: 10%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-4 .arrow {
  left: -21%;
  top: -154%;
  rotate: -153.75deg;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-4 {
  bottom: 6%;
  left: 13%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-4 .arrow {
  left: -20%;
  top: -200%;
  rotate: -153.75deg;
}
@media (min-width: 769px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-4 {
    bottom: 5%;
    left: 5%;
  }
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-4 .arrow {
    top: -240%;
    left: -23%;
  }
}
@media (min-width: 1200px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-4 {
    bottom: 0%;
    left: 19%;
  }
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-4 .arrow {
    top: -214%;
    left: -25%;
  }
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-5 {
  left: 0%;
  top: 36%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-5 .number {
  top: -30%;
  right: 40%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-5 .arrow {
  right: -19%;
  top: -152%;
  rotate: -76.46deg;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-5 {
  left: 3%;
  top: 36%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-5 .number {
  top: -30%;
  right: 20%;
}
.process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-5 .arrow {
  right: -70%;
  top: -172%;
  rotate: -76.46deg;
}
@media (min-width: 769px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-5 {
    left: -3%;
    top: 35%;
  }
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-5 .arrow {
    right: -87%;
    top: -195%;
  }
}
@media (min-width: 1200px) {
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-5 {
    top: 35%;
    left: 10%;
  }
  .process-section .content .animation-content-wrapper .animation-wrapper .process-item-wrapper.item-5 .arrow {
    right: -75%;
    top: -182%;
  }
}
