.second_blue {
  color: #29ACDC;
}

.flow #section_1 {
  background: #ECFAFF;
}
@media (min-width: 320px) {
  .flow #section_1 .h1_box {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .flow #section_1 .h1_box {
    padding: 5rem 0;
    margin-bottom: 1.5rem;
  }
}
.flow #section_2 {
  background: #EEF5FF;
}
@media (min-width: 320px) {
  .flow #section_2 {
    padding: 2.5rem 0;
  }
}
@media (min-width: 768px) {
  .flow #section_2 {
    padding: 4rem 0;
  }
}

.flow #section_2 .link_block {
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (min-width: 320px) {
  .flow #section_2 .link_block {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .flow #section_2 .link_block {
    flex-wrap: nowrap;
  }
}

.flow #section_2 .link_box {
  position: relative;
  z-index: 1;
}
.flow #section_2 .link_box:before {
  content: "";
  position: absolute;
  z-index: -1;
}
@media (min-width: 320px) {
  .flow #section_2 .link_box:before {
    border-left: 4px solid #0443A1;
    left: calc(50% - 2px);
    height: calc(100% + 2rem);
    bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .flow #section_2 .link_box:before {
    border-left: 0;
    border-bottom: 4px solid #0443A1;
    bottom: calc(50% - 2px);
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 768px) {
  .flow #section_2 .link_box:first-child:before {
    left: 0;
  }
}
@media (min-width: 320px) {
  .flow #section_2 .link_box:last-child:before {
    height: calc(100% + 1rem);
    bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .flow #section_2 .link_box:last-child:before {
    width: calc(100% + 1rem);
    left: -1rem;
    bottom: calc(50% - 2px);
  }
}

.flow #section_2 .link_box {
  z-index: 1;
}
@media (min-width: 320px) {
  .flow #section_2 .link_box {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .flow #section_2 .link_box {
    width: 32.25%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .flow #section_2 .link_box {
    width: 13%;
    min-height: 155px;
    margin-bottom: 0;
  }
}
.flow #section_2 .link_box .bg {
  background: #FFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border: 1.5px solid #E8E8E8;
  border-radius: 6px;
}
@media (min-width: 320px) {
  .flow #section_2 .link_box .bg {
    display: inherit;
    padding: 0 15px 5px;
  }
}
@media (min-width: 768px) {
  .flow #section_2 .link_box .bg {
    display: grid;
    padding: 0 8px 5px;
  }
}
@media (min-width: 992px) {
  .flow #section_2 .link_box .bg {
    padding: 0 8px 5px;
    min-height: 155px;
    align-items: stretch;
  }
}
.flow #section_2 .link_box .step {
  color: #fff;
  background: #0443A1;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
}
@media (min-width: 320px) {
  .flow #section_2 .link_box .step {
    padding: 1px 15px 0;
    font-size: 13px;
    margin: 0 auto 0px;
    top: -12px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .flow #section_2 .link_box .step {
    padding: 0 15px 0;
    font-size: 14px;
    margin: 0 auto 5px;
    top: -12px;
    height: 25px;
  }
}
.flow #section_2 .link_box .flex {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .flow #section_2 .link_box .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.flow #section_2 .link_box .image {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 320px) {
  .flow #section_2 .link_box .image {
    height: 40px;
    display: inline-block;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .flow #section_2 .link_box .image {
    height: 45px;
    margin-bottom: 10px;
    top: -5px;
    display: block;
    text-align: center;
    margin-right: 0;
  }
}
@media (min-width: 320px) {
  .flow #section_2 .link_box .image img {
    height: 100%;
    top: -4px;
  }
}
.flow #section_2 .link_box .text {
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
@media (min-width: 320px) {
  .flow #section_2 .link_box .text {
    font-size: 13px;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .flow #section_2 .link_box .text {
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
  }
}
.flow #section_2 .link_box i {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 320px) {
  .flow #section_2 .link_box i {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .flow #section_2 .link_box i {
    font-size: 17px;
  }
}

.flow #section_2 .link_box .bg {
  transition: 0.2s;
  background: #fff;
}
.flow #section_2 .link_box .bg:hover {
  background: #F1FAFF;
  transition: 0.2s;
}

@media (min-width: 320px) {
  #section_3 {
    margin: 4rem 0 15rem;
  }
}
@media (min-width: 992px) {
  #section_3 {
    margin: 7rem 0 20rem;
  }
}

#section_3 .step_box {
  border: 1.5px solid #E8E8E8;
  text-align: center;
  border-radius: 6px;
  position: relative;
}
@media (min-width: 320px) {
  #section_3 .step_box {
    padding: 0px 10px 10px;
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 768px) {
  #section_3 .step_box {
    padding: 5px 20px 20px;
    margin-bottom: 6rem;
  }
}
#section_3 .step_box .step {
  color: #FFF;
  background: #0443A1;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  margin: auto;
  position: relative;
}
@media (min-width: 320px) {
  #section_3 .step_box .step {
    top: -14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    padding: 1px 15px 0;
  }
}
@media (min-width: 768px) {
  #section_3 .step_box .step {
    top: -20px;
    letter-spacing: 1px;
    padding: 1px 20px 0;
  }
}
#section_3 .step_box h3 {
  font-weight: bold;
}
@media (min-width: 320px) {
  #section_3 .step_box h3 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #section_3 .step_box h3 {
    display: none;
  }
}
#section_3 .step_box .flex {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #section_3 .step_box .flex {
    flex-wrap: nowrap;
  }
}
#section_3 .step_box .flex .image {
  margin-bottom: 10px;
}
@media (min-width: 320px) {
  #section_3 .step_box .flex .image {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #section_3 .step_box .flex .image {
    width: 30%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  #section_3 .step_box .flex .image {
    width: 20%;
  }
}
@media (min-width: 320px) {
  #section_3 .step_box .flex .image img {
    width: 110px;
  }
}
@media (min-width: 768px) {
  #section_3 .step_box .flex .image img {
    width: 160px;
  }
}
#section_3 .step_box .flex .text {
  text-align: left;
}
@media (min-width: 768px) {
  #section_3 .step_box .flex .text {
    width: 70%;
  }
}
@media (min-width: 992px) {
  #section_3 .step_box .flex .text {
    width: 80%;
  }
}
#section_3 .step_box .flex .text h3 {
  font-weight: bold;
}
@media (min-width: 320px) {
  #section_3 .step_box .flex .text h3 {
    display: none;
  }
}
@media (min-width: 768px) {
  #section_3 .step_box .flex .text h3 {
    display: block;
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#section_3 .step_box .flex .text a {
  color: #FFF;
  background: #2957C3;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
  transition: 0.2s;
  line-height: 1.4;
}
@media (min-width: 320px) {
  #section_3 .step_box .flex .text a {
    min-height: 44px;
    width: 100%;
    padding: 8px 25px;
    font-size: 14px;
    letter-spacing: 1px;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  #section_3 .step_box .flex .text a {
    height: 48px;
    min-width: 320px;
    padding: 0 35px;
    margin-top: 5px;
    margin-bottom: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
    letter-spacing: 1.5px;
    justify-content: center;
  }
}
#section_3 .step_box .flex .text a i {
  margin-right: 6px;
}
#section_3 .step_box .flex .text a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
#section_3 .step_box .flex .text a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
}
#section_3 .step_box .flex .text a.cloud {
  background: #0D64C9;
}

#section_3 .step_box:before, #section_3 .step_box:after {
  content: "";
  position: absolute;
  aspect-ratio: 0.9396926208;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 40%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 40%);
}
#section_3 .step_box:before {
  background: #E8E8E8;
}
@media (min-width: 320px) {
  #section_3 .step_box:before {
    height: 46px;
    bottom: -46px;
    right: calc(50% - 23px);
  }
}
@media (min-width: 768px) {
  #section_3 .step_box:before {
    height: 68px;
    bottom: -68px;
    right: calc(50% - 34px);
  }
}
#section_3 .step_box::after {
  background: #FFF;
}
@media (min-width: 320px) {
  #section_3 .step_box::after {
    height: 45px;
    bottom: -43px;
    right: calc(50% - 22px);
  }
}
@media (min-width: 768px) {
  #section_3 .step_box::after {
    height: 66px;
    bottom: -64.5px;
    right: calc(50% - 33px);
  }
}

#section_3 .step_box:last-child:before, #section_3 .step_box:last-child:after {
  display: none;
}/*# sourceMappingURL=flow.css.map */