.p-flow-list {
  margin-bottom: 24px;
}
@media only screen and (min-width:1080px) {
  .p-flow-list {
    margin-bottom: 60px;
  }
}
.p-flow-item {
  display: flex;
}
.p-flow-item-title {
  font-weight: 500;
}
@media only screen and (min-width:1080px) {
  .p-flow-item-title {
    font-size: 23px;
    margin-top: 13px;
    margin-bottom: 42px;
  }
}
.p-flow-item-header {
  width: 60px;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (min-width:1080px) {
  .p-flow-item-header {
    width: 70px;
  }
}
.p-flow-item-header::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 2px dotted #b2bc90;
}
@media only screen and (min-width:1080px) {
  .p-flow-item-header::before {
    left: 29px;
  }
}
.p-flow-item-main {
  padding-bottom: 40px;
}
@media only screen and (min-width:1080px) {
  .p-flow-item-main {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
}
.p-flow-item-main p {
  font-size: 14px;
}
@media only screen and (min-width:1080px) {
  .p-flow-item-main p {
    font-size: 15px;
  }
}
.p-flow-item-main p a {
  color: #00643d;
  text-decoration: underline;
}
.p-flow-item-main ul {
  padding-left: 0;
  font-weight: 500;
  margin-bottom: 1.2em;
}
.p-flow-item-main ul li {
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 12px;
}
@media only screen and (min-width:1080px) {
  .p-flow-item-main ul li {
    font-size: 15px;
  }
}
.p-flow-item-main ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #b2bc90;
  position: absolute;
  left: 0;
  top: 6px;
}
.p-flow-item-main h4 {
  font-weight: 500;
}
.p-flow-item-main-header {
  font-weight: 500;
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width:1080px) {
  .p-flow-item-main-header {
    font-size: 20px;
    clear: right;
  }
}
.p-flow-item-main-header::before {
  content: "";
  width: 22px;
  height: 1px;
  background: #b2bc90;
  position: absolute;
  left: -30px;
  top: 7px;
}
@media only screen and (min-width:1080px) {
  .p-flow-item-main-header::before {
    width: 42px;
    left: -50px;
    top: 11px;
  }
}
@media only screen and (min-width:1080px) {
  .p-flow-item-main .c-cta-block-buttons {
    clear: right;
  }
}
@media only screen and (min-width:1080px) {
  .p-flow-item-image {
    float: right;
    width: 50%;
    padding-left: 40px;
    padding-bottom: 40px;
  }
}
.p-flow-item-image img {
  display: block;
}
.p-flow-item-number {
  width: 50px;
  height: 50px;
  background: #00643d;
  border-radius: 50% 50% 50% 2px;
  transform: rotate(-45deg);
  position: relative;
  box-shadow: 0 0 0 2px white, 0 0 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width:1080px) {
  .p-flow-item-number {
    width: 60px;
    height: 60px;
  }
}
.p-flow-item-number span.number {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
  display: grid;
  place-content: center;
  font-size: 20px;
}
@media only screen and (min-width:1080px) {
  .p-flow-item-number span.number {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
.p-flow-item:last-child .p-flow-item-header::before {
  display: none;
}
.p-flow-item:last-child .p-flow-item-main {
  padding-bottom: 0;
}
.p-flow-cta-buttons {
  display: grid;
  gap: 12px;
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width:768px) {
  .p-flow-cta-buttons {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
.p-flow-cta-buttons a {
  border: 1px solid lightgray;
  border-radius: 4px;
  color: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 72px;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 1em;
}
.p-flow-cta-buttons a:hover {
  background: #b2bc90;
}

@media only screen and (min-width:1080px) {
  .img-mw25 img {
    max-width: 25%;
  }
}

/*# sourceMappingURL=flow.css.map */
