
.section-prices {
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width:1024px) {
    .section-prices {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.section-prices .section__title {
    line-height: 140%;
    margin-bottom: 16px;
    color: #323232
}

@media(min-width:768px) {
    .section-prices .section__title {
        text-align: center
    }
}

.section-prices .section__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 30px
}

@media(min-width:768px) {
    .section-prices .section__subtitle {
        text-align: center
    }
}

@media(min-width:1024px) {
    .section-prices .section__subtitle {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 60px
    }
}

.section-prices__tabs .Tabs__nav__item {
    position: relative;
    padding: 10px 8px;
    border-top: 2px solid transparent;
    font-size: 15px;
    font-weight: 600;
    background-color: #f9f9f9;
    color: #323232;
    z-index: 0;
    transition: background-color .3s ease, border .3s ease
}

@media(min-width:768px) {
    .section-prices__tabs .Tabs__nav__item {
        font-size: 20px;
        padding: 19px 8px
    }
}

.section-prices__tabs .Tabs__nav__item:focus,
.section-prices__tabs .Tabs__nav__item:hover {
    background-color: #e9f2f1
}

.section-prices__tabs .Tabs__nav__item.is-active {
    background-color: #fff;
    border-top-color: #1f7973;
    z-index: 1
}

.section-prices__tabs .Tabs__nav__item span {
    pointer-events: none
}

.section-prices__tabs .Tabs__content {
    padding-top: 30px
}

@media(min-width:1024px) {
    .section-prices__tabs .Tabs__content {
        padding-top: 60px
    }
}

.section-prices__tabs .Tabs__content__item>div:first-child {
    position: relative;
    min-height: 120px
}

.section-prices__tabs__info {
    margin-top: 16px
}

@media(min-width:1024px) {
    .section-prices__tabs__info {
        margin-top: 60px
    }
}

.section-prices__tabs__info p {
    margin: 0
}

.section-extra-services {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f9f9
}

@media(min-width:1024px) {
    .section-extra-services {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.section-extra-services .section__title {
    line-height: 140%;
    margin-bottom: 16px;
    color: #323232
}

.section-extra-services .section__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 30px
}

@media(min-width:1024px) {
    .section-extra-services .section__subtitle {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 60px
    }
}

.section-extra-services .writer-categories-pricing {
    background-color: #fff;
    padding: 30px 16px;
    margin: -16px;
    overflow: hidden
}

@media(min-width:768px) {
    .section-extra-services .writer-categories-pricing {
        padding: 60px 24px;
        margin: 0
    }
}

@media(min-width:1024px) {
    .section-extra-services .writer-categories-pricing {
        padding: 120px 24px
    }
}

.section-extra-services .writer-categories-pricing .h3 {
    line-height: 140%;
    color: #323232;
    max-width: 870px;
    margin: 0 auto 16px
}

@media(min-width:1024px) {
    .section-extra-services .writer-categories-pricing .h3 {
        margin-bottom: 36px
    }
}

.section-extra-services .writer-categories-pricing .writer-categories__slider {
    max-width: 870px;
    margin: 0 auto
}

@media(min-width:768px) {
    .section-extra-services .writer-categories-pricing .writer-categories__item {
        grid-template-columns: .75fr 1.25fr .75fr
    }
}

@media(min-width:1024px) {
    .section-extra-services .writer-categories-pricing .writer-categories__item {
        grid-template-columns: 1.15fr 1.25fr .75fr
    }
}

@media(min-width:768px) {
    .section-extra-services .writer-categories-pricing .writer-categories__item+.section-extra-services .writer-categories-pricing .writer-categories__item {
        margin-top: 16px
    }
}

.section-extra-services .writer-categories-pricing .writer-categories__info:before {
    content: none
}

.special-features {
    overflow: hidden;
    padding: 60px 16px 0;
    margin: -16px
}

@media(min-width:768px) {
    .special-features {
        padding: 60px 24px 0;
        margin: 0;
        overflow: visible
    }
}

@media(min-width:1024px) {
    .special-features {
        padding-top: 120px
    }
}

.special-features .h3 {
    line-height: 140%;
    color: #323232;
    margin-bottom: 30px
}

@media(min-width:1024px) {
    .special-features .h3 {
        margin-bottom: 60px
    }
}


.writer-categories .splide__track {
    overflow: visible;
    width: 100%
}

.writer-categories .splide__list {
    width: 100%
}

.writer-categories__item {
    background-color: #fff;
    box-shadow: 0 15px 40px rgba(21,37,72,.08)
}

@media(min-width: 768px) {
    .writer-categories__item {
        display:grid;
        grid-template-columns: .75fr 1.25fr 1fr .75fr;
        align-items: stretch
    }
}

@media(min-width: 1024px) {
    .writer-categories__item {
        grid-template-columns:1.15fr 1.25fr 1fr .75fr
    }
}

@media(min-width: 768px) {
    .writer-categories__item+.writer-categories__item {
        margin-top:24px
    }

    .writer-categories__seo {
        display: grid;
        grid-template-columns: .75fr 1.25fr;
        align-items: stretch
    }
}

.writer-categories__seo .writer-categories__title {
    line-height: 120%;
    padding: 16px 20px;
    text-align: center;
    flex-direction: column;
    justify-content: center
}

.writer-categories__seo .writer-categories__title:before {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    margin-right: 0;
    background-size: contain
}

@media(min-width: 1024px) {
    .writer-categories__seo .writer-categories__title:before {
        width:42px;
        height: 42px;
        margin-bottom: 0;
        margin-right: 16px
    }

    .writer-categories__seo .writer-categories__title {
        text-align: left;
        flex-direction: row;
        justify-content: flex-start
    }
}

@media(min-width: 1200px) {
    .writer-categories__seo .writer-categories__title {
        padding:16px 20px 16px 40px
    }
}

.writer-categories__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px 20px 16px 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
    color: #323232
}

.writer-categories__title:before {
    content: "";
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: top;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 16px
}

@media(min-width: 768px)and (max-width:1023px) {
    .writer-categories__title:before {
        margin-bottom:16px;
        margin-right: 0
    }

    .writer-categories__title {
        font-size: 16px;
        line-height: 120%;
        padding: 16px 20px;
        text-align: center;
        flex-direction: column;
        justify-content: center
    }
}

@media(min-width: 1024px) {
    .writer-categories__title {
        font-size:18px;
        padding: 16px 20px;
        white-space: nowrap
    }
}

@media(min-width: 1200px) {
    .writer-categories__title {
        font-size:20px;
        padding: 16px 20px 16px 40px
    }
}

.writer-categories__about {
    position: relative;
    background-color: #f9f9f9;
    padding: 30px 30px 30px 80px;
    line-height: 160%
}

.writer-categories__about:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 34px;
    left: 30px;
    background-position: 50%;
    background-repeat: no-repeat
}

@media(min-width: 768px) {
    .writer-categories__about {
        padding:30px 20px 30px 70px
    }

    .writer-categories__about:before {
        left: 20px
    }
}

@media(min-width: 1200px) {
    .writer-categories__about {
        padding:30px 30px 30px 90px
    }

    .writer-categories__about:before {
        left: 40px
    }
}

.writer-categories__perfect-for {
    padding: 30px;
    line-height: 160%;
    color: rgba(89,89,89,.6)
}

.writer-categories__perfect-for span {
    display: block;
    font-size: 20px;
    line-height: 150%;
    color: #323232
}

@media(min-width: 768px)and (max-width:1023px) {
    .writer-categories__perfect-for span {
        font-size:18px
    }
}

@media(min-width: 768px) {
    .writer-categories__perfect-for {
        padding:30px 20px
    }
}

@media(min-width: 1200px) {
    .writer-categories__perfect-for {
        padding:30px 40px
    }
}

.writer-categories__info {
    position: relative;
    padding: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 170%;
    text-align: center
}

.writer-categories__info:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    right: 30px;
    left: 30px;
    background-color: #d1d5dc
}

@media(min-width: 768px) {
    .writer-categories__info:before {
        width:1px;
        height: auto;
        top: 30px;
        bottom: 30px;
        right: auto;
        left: 0
    }

    .writer-categories__info {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 30px 20px;
        text-align: left
    }
}

@media(min-width: 1200px) {
    .writer-categories__info {
        padding:30px 40px
    }
}

.writer-categories__text {
    position: relative;
    padding: 48px 24px 30px;
    font-size: 16px;
    line-height: 170%;
    text-align: center
}

.writer-categories__text:before {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    background-color: #d1d5dc;
    margin: auto
}

@media(min-width: 768px) {
    .writer-categories__text:before {
        width:1px;
        height: auto;
        top: 30px;
        bottom: 30px;
        right: auto;
        left: 0
    }

    .writer-categories__text {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 30px 40px 30px 6vw;
        text-align: left
    }
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0!important;
    padding: 0!important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0!important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

.splide__pagination {
    list-style-type: none;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    transform: none;
    margin-top: 30px
}

.splide__pagination__page {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: rgba(89,89,89,.6);
    transition: background .3s ease
}

.splide__pagination__page.is-active,.splide__pagination__page:hover {
    background-color: #1f7973;
    transform: none
}

.special-feature-slider .splide__track {
    overflow: visible;
    width: 100%
}

.special-feature-slider .splide__list {
    width: 100%
}

@media(min-width: 768px) {
    .special-feature-slider .splide__list {
        display:grid!important;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 16px;
        column-gap: 16px;
        grid-row-gap: 16px;
        row-gap: 16px;
        align-items: stretch
    }
}

@media(min-width: 1200px) {
    .special-feature-slider .splide__list {
        grid-template-columns:repeat(4,1fr)
    }
}

.special-feature-slider__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    padding: 24px
}

.special-feature-slider__title {
    position: relative;
    padding-top: 76px;
    text-align: center;
    color: #323232;
    margin-bottom: 16px
}

.special-feature-slider__title:before {
    content: "";
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto
}

.special-feature-slider__about {
    line-height: 160%;
    text-align: center;
    margin-bottom: 60px
}

.special-feature-slider__info {
    position: relative;
    font-size: 14px;
    text-align: center
}

.special-feature-slider__info:before {
    content: "";
    width: 120px;
    height: 1px;
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    background-color: #d1d5dc;
    margin: auto
}
