.premium-plagiarism-checker {
    background-color: #121928;
    background-repeat: no-repeat;
    background-position: calc(50% + 760px) 367px, center;
    background-size: auto, cover;
    padding: 208px 0 160px
}

@media(min-width: 567px) {
    .premium-plagiarism-checker {
        background-image: url(../images/front-page-main-bg-text.png), url(../images/front-page-main-bg.png);
    }
}

.premium-plagiarism-checker .premium-plagiarism-checker-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px
}

.premium-plagiarism-checker .text-block {
    max-width: 530px
}

.premium-plagiarism-checker .text-block .top-label {
    max-width: max-content;
    border-radius: 6px;
    background: #D3FA78;
    margin: 0 0 28px;
    color: #1F1F24;
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    padding: 5px 12px
}

.premium-plagiarism-checker .text-block .title {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    line-height: 115%;
    margin: 0 0 28px
}

.premium-plagiarism-checker .text-block .subtitle,
.premium-plagiarism-checker .text-block ul {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 20px
}

.premium-plagiarism-checker .text-block ul {
    list-style: none;
    padding: 0
}

.premium-plagiarism-checker .text-block ul li {
    position: relative;
    padding: 5px 0 5px 30px;
    font-size: 16px
}

.premium-plagiarism-checker .text-block ul li:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/check-icon-white.svg)
}

.premium-plagiarism-checker .text-block .free-trial-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
    margin: 0 0 59px
}

.premium-plagiarism-checker .text-block .free-trial-block .custom-btn {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

.premium-plagiarism-checker .text-block .free-trial-block .custom-btn:hover {
    background: #D3FA78;
    border-color: #D3FA78;
    color: #1F1F24
}

.premium-plagiarism-checker .text-block .how-it-works-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px
}

.premium-plagiarism-checker .text-block .how-it-works-btn span {
    color: #79AD9D;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline
}

.premium-plagiarism-checker .features {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px
}

.premium-plagiarism-checker .features .feature-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px
}

.premium-plagiarism-checker .features .feature-item .item-text .item-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 3px
}

.premium-plagiarism-checker .features .feature-item .item-text .item-subtitle {
    color: #9595A0;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin: 0
}

.education-solutions {
    padding: 0 0 60px
}

.education-solutions .education-solutions-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    background: linear-gradient(270deg, #0E2C37 3.58%, #135E61 73.75%);
    box-shadow: 0 10px 40px #204f601a 0 20px 45.5224px #445e6d1a;
    background-repeat: no-repeat;
    background-position: 0 100%, 50% 0, 50%;
    border-radius: 20px;
    padding: 0 60px;
    position: relative;
    z-index: 3
}

.education-solutions .education-solutions-content-wrapper {
    position: relative;
    z-index: 2
}

.education-solutions .education-solutions-content-wrapper::before {
    content: '';
    display: inline-block;
    width: 360px;
    height: 449px;
    background-image: url(../images/education-solutions-before.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    left: -95px;
    top: 59px;
    z-index: 1
}

.education-solutions .info-block {
    max-width: 475px;
    width: 100%;
    position: relative
}

.education-solutions .info-block::after {
    content: '';
    display: inline-block;
    width: 51.21px;
    height: 63.3px;
    background-image: url(../images/vertical-slider-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    right: 35px;
    bottom: -60px;
    transform: rotate(-20deg)
}

.education-solutions .info-block .top-text {
    color: var(--plgchk-white);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 16px
}

.education-solutions .info-block .block-title {
    color: #fff;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 24px
}

.education-solutions .info-block .block-title .current-slide-wrapper {
    display: inline-block;
    height: 52px;
    width: 100%;
    max-width: max-content;
    transition: all .3s linear;
    overflow: hidden;
    vertical-align: top;
    color: #D3FA78
}

.education-solutions .info-block .block-title .current-slide-wrapper .current-slide {
    position: relative
}

.education-solutions .info-block .block-title .current-slide-wrapper .current-slide::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 5px;
    background: #D3FA78;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.education-solutions .info-block .block-title .current-slide-wrapper.transition {
    height: 0
}

.education-solutions .info-block .block-title .slider-arrows {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    vertical-align: middle
}

.education-solutions .info-block .block-title .slider-arrows img {
    cursor: pointer
}

.education-solutions .info-block .block-subtitle {
    color: var(--plgchk-white-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 60px
}

.education-solutions .bottom-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 28px
}

.education-solutions .know-more {
    border: 1px solid var(--plgchk-white-5);
    color: var(--plgchk-white-5);
    padding: 16px 47px;
    transition: all .5s ease
}

.education-solutions .info-block .know-more:hover {
    color: var(--plgchk-black-2);
    background-color: var(--plgchk-white)
}

.education-solutions .analyzed-words {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px
}

.education-solutions .analyzed-words .title {
    color: var(--plgchk-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 1px
}

.education-solutions .analyzed-words .subtitle {
    color: var(--plgchk-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    margin: 0
}

.education-solutions .slider-block {
    max-width: calc(100% - 535px);
    width: 100%
}

.education-solutions .education-solutions-slider-item {
    display: inline-flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    background: #EBF4FC;
    padding: 50px;
    border-radius: 20px;
    margin: 16.75px 0;
    transition: all .5s ease
}

.education-solutions .slick-slide.slick-current .education-solutions-slider-item {
    background: var(--plgchk-white)
}

.education-solutions .item-title {
    color: var(--plgchk-white-5);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 20px
}

.education-solutions .slick-slide.slick-current .item-title {
    color: var(--plgchk-black-2)
}

.education-solutions .item-subtitle {
    color: var(--plgchk-white-5);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    line-height: 145%;
    font-weight: 400;
    margin: 0
}

.education-solutions .slick-slide.slick-current .item-subtitle {
    color: var(--plgchk-black-2)
}

.unsurpassed-benefits {
    padding: 120px 0;
    background-color: #F5FAEA
}

.unsurpassed-benefits .unsurpassed-benefits-content .block-title,
.education-solutions.front-block .h2,
.tailored-solutions.front-block .block-title,
.discover-the-advantage.discover-the-advantage2.front-block .text-block .block-title {
    color: var(--plgchk-black);
    font-size: 40px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 24px
}

.unsurpassed-benefits .unsurpassed-benefits-content .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin-bottom: 69px
}

.unsurpassed-benefits .unsurpassed-benefits-content .block-title,
.unsurpassed-benefits .unsurpassed-benefits-content .block-subtitle,
.education-solutions.front-block .h2,
.tailored-solutions.front-block .block-title,
.discover-the-advantage.discover-the-advantage2.front-block .text-block .block-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    text-align: center
}

.unsurpassed-benefits .unsurpassed-benefits-slider {
    position: relative
}

.unsurpassed-benefits .unsurpassed-benefits-slider .slick-slide.slick-current .unsurpassed-benefits-slider-item::before {
    animation: pulse 2s infinite
}

.unsurpassed-benefits .unsurpassed-benefits-slider::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #a4c0bb66;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0
}

.unsurpassed-benefits .unsurpassed-benefits-slider-item {
    max-width: 285px;
    margin: 0 50px;
    padding-top: 70px;
    position: relative
}

.unsurpassed-benefits .unsurpassed-benefits-slider-item::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 3px solid #0BC078;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px
}

.unsurpassed-benefits .unsurpassed-benefits-slider-item .item-icon {
    display: inline-block;
    margin: 0 0 24px
}

.unsurpassed-benefits .unsurpassed-benefits-slider-item .item-title {
    color: var(--plgchk-black);
    font-size: 24px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 24px
}

.unsurpassed-benefits .unsurpassed-benefits-slider-item .item-subtitle {
    color: var(--plgchk-black-4);
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    margin: 0
}

section.how-it-works {
    padding: 100px 0
}

section.how-it-works .how-it-works-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 72px
}

section.how-it-works .how-it-works-content .text-block {
    max-width: 488px
}

section.how-it-works .text-block .block-title {
    color: var(--plgchk-black);
    font-size: 40px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 28px
}

section.how-it-works .text-block .block-subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 44px
}

section.how-it-works .text-block .get-started-btn {
    padding: 16px 70px
}

section.how-it-works .how-it-works-accordion {
    margin: 0 0 44px;
    border-top: 1px solid var(--plgchk-white-4);
    border-bottom: 1px solid var(--plgchk-white-4)
}

section.how-it-works .how-it-works-accordion .how-it-works-accordion-item {
    padding: 32px 0
}

section.how-it-works .how-it-works-accordion .how-it-works-accordion-item:not(:last-child) {
    border-bottom: 1px solid var(--plgchk-white-4)
}

section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question {
    border: none;
    outline: none;
    background: none;
    color: var(--plgchk-black);
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Euclid Circular A', sans-serif;
    padding: 0;
    transition: all .5s ease
}

section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question .item-number {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    background-color: #73c6a533;
    color: #186D76;
    font-size: 16px;
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 500;
    line-height: 32px;
    margin: 0 24px 0 0;
    transition: all .5s ease
}

section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question:not(.collapsed) {
    color: #186D76
}

section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question:not(.collapsed) .item-number {
    color: var(--plgchk-white-5);
    background-color: #186D76
}

section.how-it-works .how-it-works-accordion-answer .answer-text {
    color: var(--plgchk-black-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    padding: 16px 0 0 56px;
    margin: 0
}

section.how-it-works .how-it-works-accordion-answer .illustration {
    max-width: 100%
}

section.how-it-works .how-it-works-content .illustration-block {
    max-width: calc(100% - 560px);
    position: relative
}

section.how-it-works .illustration-block img {
    max-width: 100%;
    transition: opacity .7s ease;
    opacity: 1;
    position: initial
}

section.how-it-works .illustration-block img:not(.show) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

section.any-language {
    padding: 140px 0;
    background: #121928 url(../images/block-bg2-compressed.jpg) no-repeat center;
    background-size: cover
}

section.any-language .any-language-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 122px
}

section.any-language .visualization-block {
    max-width: 590px;
    width: 100%;
    padding: 0 30px 43px;
    position: relative;
    overflow: hidden
}

section.any-language .visualization-block .visualization-block-item {
    position: absolute;
    left: 0;
    top: 0;
    transition: top .7s ease-out, opacity .7s ease;
    opacity: 1;
    margin: 0 0 22px
}

section.any-language .visualization-block .visualization-block-item:not(.active) {
    top: -100%;
    opacity: 0
}

section.any-language .visualization-block-item .chosen-language {
    color: #F2F2F2;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 34px;
    line-height: 125%;
    font-weight: 600;
    margin: 0 0 24px 40px
}

section.any-language .visualization-block-item .animated-block img {
    display: block;
    max-width: 100%;
    margin: 0 0 20px 40px
}

section.any-language .visualization-block-item .animated-block .chosen-language-text-block {
    background: #E8FFF7;
    color: #1C022A;
    font-size: 20px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -.6px;
    padding: 30px 30px 43px;
    margin: 0 10px;
    border-radius: 0 0 20px 20px;
    position: relative
}

section.any-language .visualization-block-item .animated-block .chosen-language-text-block .underline {
    display: inline-block;
    position: relative;
    min-width: max-content
}

section.any-language .visualization-block-item .animated-block .chosen-language-text-block .underline::before {
    content: '';
    display: inline-block;
    height: 3.09px;
    width: 100%;
    background-image: url(../images/green-wave.svg);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

section.any-language .visualization-block-item .animated-block .chosen-language-text-block::before {
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: 2px;
    border-radius: 2px;
    background-color: #F2F2F2;
    opacity: .5;
    position: absolute;
    top: -2px;
    left: -10px
}

section.any-language .visualization-block-item .animated-block .chosen-language-text-block::after {
    content: '';
    display: block;
    width: 62px;
    height: 62px;
    background-image: url(../images/green-check-icon2.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    bottom: -22px
}

section.any-language .text-block .block-subtitle {
    color: #D3FA78;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 16px
}

section.any-language .text-block .block-title {
    color: #F2F2F2;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 40px
}

section.any-language .text-block .select-language-block {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 0 32px;
    margin: 0 0 32px;
    border-bottom: 1px solid #f2f2f24d
}

section.any-language .select-language-block .select-language-item {
    min-width: max-content;
    padding: 10px 14px 10px 50px;
    background: #5ec8a626;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 28px;
    border: 2px solid #5ec8a626;
    border-radius: 38px;
    transition: all .5s ease;
    cursor: pointer
}

section.any-language .select-language-block .select-language-item:hover,
section.any-language .select-language-block .select-language-item.active {
    background-color: transparent;
    border-color: #F2F2F2
}

section.any-language .select-language-block .select-language-item.item-English {
    background-image: url(../images/English.svg)
}

section.any-language .select-language-block .select-language-item.item-Español {
    background-image: url(../images/Espanol.svg?v=1)
}

section.any-language .select-language-block .select-language-item.item-Français {
    background-image: url(../images/Francais.svg)
}

section.any-language .select-language-block .select-language-item.item-Deutsch {
    background-image: url(../images/Deutsch.svg)
}

section.any-language .select-language-block .select-language-item.item-Nederlands {
    background-image: url(../images/Nederlands.svg)
}

section.any-language .select-language-block .select-language-item.item-Svenska {
    background-image: url(../images/Svenska.svg)
}

section.any-language .select-language-block .select-language-item.item-Dansk {
    background-image: url(../images/Dansk.svg)
}

section.any-language .select-language-block .select-language-item.item-Polski {
    background-image: url(../images/Polski.svg)
}

section.any-language .select-language-block .select-language-item .title {
    color: #F2F2F2;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

section.any-language .analyzed-words {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px
}

section.any-language .analyzed-words .title {
    color: #F2F2F2;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 1px
}

section.any-language .analyzed-words .subtitle {
    color: #9595A0;
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    margin: 0
}

section.take-the-guesswork {
    padding: 90px 0;
    background: #113138 url(../images/block-bg1-compressed.webp) no-repeat center;
    background-size: cover
}

section.take-the-guesswork .block-title {
    color: #F2F2F2;
    font-size: 46px;
    font-weight: 600;
    line-height: 115%;
    margin: 0 0 24px;
    text-align: center
}

section.take-the-guesswork .block-subtitle {
    color: #F2F2F2;
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 40px;
    text-align: center
}

section.take-the-guesswork .check-btn {
    display: block;
    margin: 0 auto;
    min-width: 207px;
    text-align: center;
    height: 52px;
    padding: 17px 10px
}

.discover-the-advantage.front-block .discover-the-advantage-content {
    margin: 0
}

.discover-the-advantage.front-block .text-block .block-subtitle {
    margin: 20px auto
}

.education-solutions.front-block .info-block .top-text,
.education-solutions.front-block .info-block .block-title,
.education-solutions.front-block .education-solutions-content-wrapper {
    margin: 0 0 40px
}

.education-solutions.front-block .p1 {
    margin: 20px 0 !important;
    text-align: center
}

.clear-mission .subtitle2 {
    margin: 40px 0 0 !important
}

.clear-mission .subtitle1 {
    margin: 0 0 40px !important
}

section.tailored-solutions.front-block .tailored-solutions-content {
    align-items: center
}

section.tailored-solutions.front-block .text-block .block-subtitle {
    margin: 0
}

.front-block .unsurpassed-benefits-content .block-subtitle.block-subtitle2 {
    margin: 40px auto 0
}

.discover-the-advantage.discover-the-advantage2.front-block .text-block {
    max-width: 100%;
    text-align: center
}

.clear-mission.front-block {
    margin-bottom: 118px
}

.discover-the-advantage.discover-the-advantage2.front-block {
    margin: 0
}

.discover-the-advantage.discover-the-advantage2.front-block .second-col {
    margin: 80px 0 0
}