/* Section Premium plagiarism checker */
.premium-plagiarism-checker {
    background-color: #F7F6F0;
    background-image:
        url('../images/home-left-green-bg.png'),
        url('../images/front-page-main-bg-text.png'),
        url('../images/front-page-main-bg-3.png');
    background-repeat: no-repeat;
    background-position: 0 center, calc(50% + 760px) 367px, 100% 100%;
    padding: 188px 0 100px;
}
.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: var(--plgchk-yellow);
    margin: 0 0 28px;
    color: var(--plgchk-black-3);
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    padding: 5px 12px;
}

.premium-plagiarism-checker .text-block .title {
    color: var(--plgchk-black);
    font-size: 46px;
    font-weight: 600;
    line-height: 115%;
    margin: 0 0 28px;
    border-radius: 7px;
}
.premium-plagiarism-checker .text-block .subtitle {
    color: var(--plgchk-black-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    margin: 0 0 40px;
    border-radius: 7px;
    backdrop-filter: blur(1px);
}
.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 .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: var(--plgchk-green-4);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}
.premium-plagiarism-checker .text-block .how-it-works-btn{
    text-decoration: none;
}
.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: var(--plgchk-black);
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 3px;
}
.premium-plagiarism-checker .features .feature-item .item-text .item-subtitle {
    color: var(--plgchk-black-3);
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}
/* END Section Premium plagiarism checker */


/* Section Additional system */
section.additional-system {
    margin: 60px 0 60px;
}
section.additional-system .additional-system-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background-color: var(--plgchk-yellow);
    border-radius: 20px;
    padding: 40px 50px;
}
section.additional-system .additional-system-content .additional-system-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
section.additional-system .additional-system-content .sep {
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: var(--plgchk-grey-9);
    opacity: 0.3;
}
section.additional-system .additional-system-item .block-title {
    color: var(--plgchk-black);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
section.additional-system .additional-system-item .system-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
}
section.additional-system .additional-system-item .system-title {
    color: var(--plgchk-black);
    opacity: 0.9;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}
/* END Section Additional system */


/* Section Education solutions */
.education-solutions {
    padding: 0 0 118px;
}
.education-solutions .education-solutions-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    background: var(--plgchk-green-7);
    background-repeat: no-repeat;
    background-position: 0 100%, 50% 0, 50%;
    border-radius: 20px;
    padding: 0 60px;
    position: relative;
    z-index: 3;
    min-height: 573px;
    box-shadow: 0px 10px 40px rgba(95, 128, 102, 0.07);
}

.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: var(--plgchk-white);
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
}
.education-solutions .info-block .block-title .current-slide-wrapper {
    display: inline;
    height: auto;
    width: 100%;
    max-width: max-content;
    transition: all .3s linear;
    overflow: hidden;
    vertical-align: top;
}
.education-solutions .info-block .block-title .current-slide-wrapper .current-slide {
    position: relative;
    text-decoration: underline;
    color: var(--plgchk-yellow);
}
.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);
    opacity: 0.8;
    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);
    color: var(--plgchk-white);
    padding: 16px 47px;
    transition: all .5s ease;
    background-color:  var(--plgchk-green-7);
}
.education-solutions .info-block .know-more:hover {
    color: var(--plgchk--white);
    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;
    opacity: 0.7;
}
.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: var(--plgchk-grey-4);
    padding: 40px 30px 35px 40px;
    border-radius: 20px;
    margin: 16.75px 0;
    transition: all .5s ease;
}
.education-solutions .slick-slide.slick-current .education-solutions-slider-item {
    background: var(--plgchk-green-10);
}
.education-solutions .item-title {
    color: var(--plgchk-black-2);
    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-black-2);
    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);
}
/* END Section Education solutions */


/* Section Unsurpassed benefits */
.unsurpassed-benefits {
    padding: 120px 0 100px;
    background: var(--plgchk-grey-4);
}
.unsurpassed-benefits .unsurpassed-benefits-content .block-title {
    color: var(--plgchk-black-7);
    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-7);
    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 {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
    text-align: center;
}
.unsurpassed-benefits .unsurpassed-benefits-content .block-subtitle{
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--plgchk-black-2);
}

.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: var(--plgchk-green-8);
    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 var(--plgchk-green);
    background-color: #FFFAD7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 3;
}

.unsurpassed-benefits .unsurpassed-benefits-slider .slick-slide.slick-current .unsurpassed-benefits-slider-item::before{
    width: 16px;
    height: 16px;
    background: #FFFAD7;
    border: 4px solid var(--plgchk-green);
}
.unsurpassed-benefits .unsurpassed-benefits-slider-item .item-icon {
    display: inline-block;
    margin: 0 0 24px;
    filter: hue-rotate(-70deg) brightness(0.7);
}
.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);
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    opacity: 0.8;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -0.02em;
}

/* END Section Unsurpassed benefits */

/* Section How it works */
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-title {
    color: var(--plgchk-white);
}
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;
}
.dark section.how-it-works .text-block .block-subtitle{
    color: var(--plgchk-white-1);
}
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-grey);
}
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;
}
.dark section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question {
    color: var(--plgchk-white);
}
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: var(--plgchk-green-10);
    color: var(--plgchk-green-7);
    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: var(--plgchk-green-5);
}
.dark section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question:not(.collapsed) {
    color: var(--plgchk-green);
}
section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question:not(.collapsed) .item-number {
    color: var(--plgchk-white-6);
    background-color: var(--plgchk-green-5);
}
.dark section.how-it-works .how-it-works-accordion-item .how-it-works-accordion-question:not(.collapsed) .item-number {
    background-color: var(--plgchk-green);
}
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;
}
.dark section.how-it-works .how-it-works-accordion-answer .answer-text{
    color: var(--plgchk-white-1);
}
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;
}
/* END Section How it works */


/* Section Any language */

section.any-language {
    padding: 140px 0 70px;
}
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 30px;
    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: var(--plgchk-black);
    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: var(--plgchk-white);
    color: var(--plgchk-black-5);
    font-size: 20px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.6px;
    padding: 30px 30px 43px 30px;
    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: 4.09px;
    width: 100%;
    background-image: url('../images/purple-wave.png');
    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: var(--plgchk-green-11);
    position: absolute;
    top: -2px;
    left: -10px;
}
section.any-language .visualization-block-item .animated-block .chosen-language-text-block::after {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background-color: var(--plgchk-green);
    background-image: url('../images/white-check-icon-green-bg.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    border: none;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    bottom: -22px;
}
section.any-language .text-block .block-subtitle {
    color: var(--plgchk-green-5);
    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: var(--plgchk-black-7);
    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 var(--plgchk-green-12);
}
section.any-language .select-language-block .select-language-item {
    min-width: max-content;
    padding: 10px 14px 10px 50px;
    background-color: var(--plgchk-white);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 28px;
    border: 2px solid var(--plgchk-white);
    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 {
    border-color: var(--plgchk-green);
}
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');
}
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: var(--plgchk-black);
    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: var(--plgchk-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 1px;
}
section.any-language .analyzed-words .subtitle {
    color: var(--plgchk-black-2);
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}

/* END Section Any language */


/* Section Take the guesswork */
section.take-the-guesswork {
    padding: 90px 0;
    background-color: var(--plgchk-green);
}
section.take-the-guesswork .block-title {
    color: var(--plgchk-white);
    font-size: 46px;
    font-weight: 600;
    line-height: 115%;
    margin: 0 0 24px;
    text-align: center;
}
section.take-the-guesswork .block-subtitle {
    color: var(--plgchk-grey-2);
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    margin: 0 0 40px;
    text-align: center;
}
section.take-the-guesswork .check-btn {
    display: block;
    margin: 0 auto;
    color: var(--plgchk-black-4);
    background-color: var(--plgchk-yellow);
}

/* END Section Take the guesswork */


.margin-top-100{
    margin-top: 100px;
}
.margin-bottom-80{
    margin-bottom: 80px;
}
@media (max-width: 767px){
    .margin-top-100{
        margin-top: 50px;
    }
    .margin-bottom-80{
        margin-bottom: 30px;
    }
}

.text-section h2 {
    margin-bottom: 25px;
}
.text-section h3 {
    margin-bottom: 20px;
}
.text-section h4 {
    margin-bottom: 15px;
}
.text-section .text-scroll {
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 20px;
}
.text-section .text-scroll::-webkit-scrollbar{
    width: 3px;
    height: 8px;
    background-color: var(--plgchk-grey);
}
.text-section .text-scroll::-webkit-scrollbar-thumb{
    background: var(--plgchk-green-11);
}