
.section-hiw-get-free,.section-hiw-how-to,.section-hiw-start-here {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden
}

@media(min-width: 1024px) {
    .section-hiw-get-free,.section-hiw-how-to,.section-hiw-start-here {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.section-hiw-get-free .section__title,.section-hiw-how-to .section__title,.section-hiw-start-here .section__title {
    line-height: 140%;
    margin-bottom: 16px;
    color: #323232
}

.section-hiw-get-free .section__subtitle,.section-hiw-how-to .section__subtitle,.section-hiw-start-here .section__subtitle {
    max-width: 600px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

@media(min-width: 1024px) {
    .section-hiw-get-free .section__subtitle,.section-hiw-how-to .section__subtitle,.section-hiw-start-here .section__subtitle {
        font-size:20px;
        font-weight: 400;
        margin-bottom: 60px
    }
}

.hiw-start-here__list {
    position: relative;
    counter-reset: number-step
}

@media(min-width: 768px) {
    .hiw-start-here__list:before {
        content:"";
        width: 800px;
        height: 800px;
        position: absolute;
        top: 0;
        right: -75%;
        bottom: 0;
        border: 2px dashed rgba(89,89,89,.5);
        border-right: 0;
        border-radius: 50%;
        margin: auto
    }
}

@media(min-width: 1024px) {
    .hiw-start-here__list:before {
        right:-50%
    }
}

.hiw-start-here__item {
    position: relative;
    padding-left: 24px;
    z-index: 1
}

@media(min-width: 768px) {
    .hiw-start-here__item {
        display:grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-column-gap: 24px;
        column-gap: 24px
    }
}

@media(min-width: 1024px) {
    .hiw-start-here__item {
        column-gap:60px;
        padding-left: 28px
    }
}

@media(min-width: 1200px) {
    .hiw-start-here__item {
        grid-template-columns:1fr 500px;
        column-gap: 120px
    }
}

.hiw-start-here__item+.hiw-start-here__item {
    margin-top: 60px
}

.hiw-start-here__content .h4 {
    counter-increment: number-step;
    color: #323232;
    margin-bottom: 20px
}

@media(min-width: 1024px) {
    .hiw-start-here__content .h4 {
        margin-bottom:24px
    }
}

.hiw-start-here__content .h4:before {
    content: counter(number-step) ".";
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    width: 20px;
    margin-left: -24px
}

@media(min-width: 1024px) {
    .hiw-start-here__content .h4:before {
        margin-right:8px;
        width: 20px;
        margin-left: -28px
    }
}

.hiw-start-here__text p {
    margin: 0
}

.hiw-start-here__text p+p {
    margin-top: 1rem
}

.hiw-start-here__info {
    background-color: #fff;
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    padding: 24px;
    margin: 30px 0 0 -24px
}

@media(min-width: 768px) {
    .hiw-start-here__info {
        padding:48px;
        margin: 0
    }
}

@media(min-width: 1024px) {
    .hiw-start-here__info {
        padding:64px
    }
}

.hiw-start-here__info .h4 {
    color: #323232;
    margin-bottom: 20px
}

@media(min-width: 1024px) {
    .hiw-start-here__info .h4 {
        margin-bottom:24px
    }
}

.hiw-start-here__info ul li {
    margin-bottom: 8px
}

.section-hiw-how-to {
    background-color: #f9f9f9
}

@media(min-width: 768px) {
    .section-hiw-how-to .section__subtitle,.section-hiw-how-to .section__title {
        text-align:center
    }

    .section-hiw-how-to .section__subtitle {
        margin: 0 auto 30px
    }
}

@media(min-width: 1024px) {
    .section-hiw-how-to .section__subtitle {
        margin-bottom:60px
    }

    .hiw-how-to__content {
        position: relative;
        width: 50%;
        padding-right: 84px
    }
}

.hiw-how-to__list {
    counter-reset: number-step;
    max-width: 460px;
    margin: auto
}

@media(min-width: 1024px) {
    .hiw-how-to__list {
        max-width:none;
        margin: 0
    }
}

.hiw-how-to__list li {
    position: relative;
    counter-increment: number-step;
    margin-bottom: 24px;
    padding-left: 36px
}

.hiw-how-to__list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "0" counter(number-step) ".";
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 900;
    line-height: 34px;
    color: #1f7973;
    width: 36px
}

.hiw-how-to__list li .h4 {
    color: #323232;
    margin-bottom: 4px
}

.hiw-how-to__list li p {
    max-width: 480px
}

.hiw-how-to__img {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto
}

@media(min-width: 1024px) {
    .hiw-how-to__img {
        position:absolute;
        top: 50%;
        right: -100%;
        width: 100%;
        transform: translateY(-50%);
        max-width: 520px
    }
}

@media(min-width: 1200px) {
    .hiw-how-to__img {
        top:0;
        transform: none
    }
}

.hiw-how-to__img:after,.hiw-how-to__img:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 144px;
    right: -16px;
    background-color: #1f7973;
    border-radius: 50%;
    z-index: 1
}

@media(min-width: 768px) {
    .hiw-how-to__img:after,.hiw-how-to__img:before {
        width:80px;
        height: 80px;
        top: 100px;
        right: -40px
    }
}

@media(min-width: 1024px) {
    .hiw-how-to__img:after,.hiw-how-to__img:before {
        width:100px;
        height: 100px;
        top: 230px;
        right: -50px
    }
}

.hiw-how-to__img:after {
    width: 20px;
    height: 20px;
    top: auto;
    right: auto;
    bottom: 70px;
    left: -10px
}

@media(min-width: 1024px) {
    .hiw-how-to__img:after {
        width:50px;
        height: 50px;
        bottom: 90px;
        left: -25px
    }
}

.hiw-how-to__img img {
    position: relative;
    display: block;
    z-index: 0
}

.hiw-how-to__img picture {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 30px auto 0
}

@media(min-width: 1024px) {
    .hiw-how-to__img picture {
        max-width:600px;
        margin: auto
    }
}

.section-hiw-get-free .section__subtitle {
    max-width: 800px
}

@media(min-width: 768px) {
    .section-hiw-get-free__list {
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 16px;
        column-gap: 16px
    }
}

@media(min-width: 1200px) {
    .section-hiw-get-free__list {
        column-gap:24px
    }
}

.section-hiw-get-free__list li {
    background-color: #fff;
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    padding: 24px
}

@media(min-width: 768px) {
    .section-hiw-get-free__list li {
        margin-bottom:0
    }
}

@media(min-width: 1200px) {
    .section-hiw-get-free__list li {
        padding-left:124px
    }
}

.section-hiw-get-free__list li:before {
    content: "0" counter(number-green) ".";
    position: static;
    font-size: 40px;
    font-weight: 900;
    line-height: 100%;
    display: block;
    margin-bottom: 16px
}

@media(min-width: 1024px) {
    .section-hiw-get-free__list li:before {
        font-size:56px
    }
}

@media(min-width: 1200px) {
    .section-hiw-get-free__list li:before {
        position:absolute;
        left: 24px;
        top: 24px;
        margin-bottom: 0
    }
}

.section-hiw-get-free__list li:last-of-type {
    margin-bottom: 0
}

.section-hiw-get-free__list__title {
    font-size: 20px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 8px
}
