.blog {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background-color: var(--blog-background);
    width: 100%;
}

@media(max-width:992px) {
    .blog {
        margin-top: 150px;
    }
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.main-content {
    display: flex;
    width: 1200px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 37.23px;
    position: relative;
    flex: 0 0 auto;
}

@media(max-width:992px) {
    .main-content {
        width: 100%;
        flex-direction: column;
    }
}

.article-wrapper {
    display: flex;
    flex-direction: column;
    width: 830px;
    align-items: flex-start;
    padding: 10px 0;
    position: relative;
    align-self: stretch;
}

@media(max-width:992px) {
    .article-wrapper {
        width: 100%;
    }

}

.article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 10px 0 50px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.article-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.date-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1px 0 3px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.date {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--blog-date-font-family);
    font-weight: var(--blog-date-font-weight);
    color: var(--blog-date-color);
    font-size: var(--blog-date-font-size);
    letter-spacing: var(--blog-date-letter-spacing);
    line-height: var(--blog-date-line-height);
    font-style: var(--blog-date-font-style);
}

.title-wrapper {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Inter", Helvetica;
    font-weight: 700;
    color: var(--blog-title-color);
    font-size: 17.9px;
    letter-spacing: 2.7px;
    line-height: 29px;
}

.content-border {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1550px;
    border: 1px solid;
    border-color: var(--blog-border-color);
}

@media(max-width:992px) {
    .content-border {
        border: none;
        height: auto;
        margin-top: 2em;
    }
}

.content {
    height: 443px;
    top: 30px;
    left: 31px;
    position: absolute;
    width: 768px;
}

@media(max-width:992px) {
    .content {
        width: 100%;
        position: initial;
        height: auto;
    }
}

.job-number {
    position: absolute;
    width: 164px;
    height: 27px;
    top: 0;
    left: 0;
    font-family: var(--blog-job-number-font-family);
    font-weight: var(--blog-job-number-font-weight);
    color: var(--blog-job-number-color);
    font-size: var(--blog-job-number-font-size);
    letter-spacing: var(--blog-job-number-letter-spacing);
    line-height: var(--blog-job-number-line-height);
    white-space: nowrap;
    font-style: var(--blog-job-number-font-style);
}

.details-wrapper {
    height: 417px;
    top: 26px;
    left: 0;
    position: absolute;
    width: 768px;
}

@media(max-width:992px) {
    .details-wrapper {
        width: 100%;
        height: auto;
        position: initial;
    }
}

.subject-image {
    position: absolute;
    width: 100px;
    height: 74px;
    top: 0;
    left: 668px;
    z-index: 2;
}

@media(max-width:992px) {
    .subject-image {
        left: 240px;
    }
}

.details-border {
    position: absolute;
    width: 768px;
    height: 388px;
    top: 29px;
    left: 0;
    background-color: #f3f3f3;
    border: 1px solid;
    border-color: var(--blog-details-border-color);
    padding: 1em;
    color: #1E8FC9;
    line-height: 1.8;
    font-weight: bold;
    font-size: 16px;
}

@media(max-width:992px) {
    .details-border {
        width: 100%;
        height: 100%;
        margin-top: 35px;
        position: initial;
    }
}

.job-details {
    width: 100%;
    font-family: var(--blog-job-details-font-family);
    font-weight: var(--blog-job-details-font-weight);
    color: var(--blog-job-details-color);
    font-size: var(--blog-job-details-font-size);
    letter-spacing: var(--blog-job-details-letter-spacing);
    line-height: var(--blog-job-details-line-height);
    font-style: var(--blog-job-details-font-style);
}

.job-details-checkbox__wrapper {
    display: flex;
    width: 100%;
}

.job-details-checkbox {
    width: 99px;
    height: 19px;
    background-color: var(--blog-allowance-background);
    border-radius: 5px;
    border: 1px solid;
    border-color: var(--blog-allowance-border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.2em;
}

.label {
    font-family: var(--blog-label-font-family);
    font-weight: var(--blog-label-font-weight);
    color: var(--blog-label-color);
    font-size: var(--blog-label-font-size);
    letter-spacing: var(--blog-label-letter-spacing);
    line-height: var(--blog-label-line-height);
    white-space: nowrap;
    font-style: var(--blog-label-font-style);
}

.salary-guarantee {
    width: 144px;
    left: 120px;
    position: absolute;
    height: 19px;
    top: 343px;
    background-color: var(--blog-allowance-background);
    border-radius: 5px;
    border: 1px solid;
    border-color: var(--blog-allowance-border-color);
}

.introduction {
    width: 54px;
    left: 275px;
    position: absolute;
    height: 19px;
    top: 343px;
    background-color: var(--blog-allowance-background);
    border-radius: 5px;
    border: 1px solid;
    border-color: var(--blog-allowance-border-color);
}

.entry-btn__wrapper {
    display: flex;
    flex-direction: column;
    width: 768px;
    align-items: flex-start;
    padding: 0 263.5px;
    position: absolute;
    top: 493px;
    left: 31px;
}

@media(max-width:992px) {
    .entry-btn__wrapper {
        width: 100%;
        padding: 0;
        align-items: center;
        position: initial;
        margin-top: 2em;
    }
}

.entry-btn__wrapper.entry-btn__bottom {
    top: 1180px;
}

.extra-image {
    position: relative;
    width: 241px;
    height: 79px;
    background-image: url(https://cdn.animaapp.com/projects/6655cf1fadda9e18b2c91ebb/releases/6665ab8cac09427a05bf6ede/img/7cb81bac-png@2x.png);
    background-size: cover;
    background-position: 50% 50%;
}

.job-summary {
    position: absolute;
    width: 734px;
    height: 109px;
    top: 598px;
    left: 31px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: var(--blog-summary-color);
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 27.2px;
}

@media(max-width:992px) {
    .job-summary {
        width: 100%;
        height: initial;
        position: initial;
        margin-top: 2em;
    }
}

.access-info {
    position: absolute;
    width: 347px;
    height: 109px;
    top: 734px;
    left: 31px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: var(--blog-summary-color);
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 27.2px;
}

.school-info {
    position: absolute;
    width: 614px;
    height: 136px;
    top: 870px;
    left: 31px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: var(--blog-summary-color);
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 27.2px;
}

.recommendation {
    position: absolute;
    width: 382px;
    height: 136px;
    top: 1033px;
    left: 31px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: var(--blog-summary-color);
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 27.2px;
}

.application-info {
    position: absolute;
    width: 745px;
    height: 82px;
    top: 1196px;
    left: 31px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: var(--blog-summary-color);
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 27.2px;
}

.application-instructions {
    display: flex;
    flex-direction: column;
    width: 768px;
    align-items: flex-start;
    gap: 16px;
    padding: 12px;
    position: absolute;
    top: 1306px;
    left: 31px;
    background-color: #f3f3f3;
}

@media(max-width:992px) {
    .application-instructions {
        width: 100%;
        position: initial;
        margin-top: 2em;
    }
}

.image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* padding: 0 251.5px; */
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    height: 135px;
}

@media(max-width:992px) {
    .image-wrapper {
        padding: 0;
    }
}

.info-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 19.08px 0 0.08px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.instruction {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--blog-instruction-font-family);
    font-weight: var(--blog-instruction-font-weight);
    color: var(--blog-summary-color);
    font-size: var(--blog-instruction-font-size);
    letter-spacing: var(--blog-instruction-letter-spacing);
    line-height: var(--blog-instruction-line-height);
    font-style: var(--blog-instruction-font-style);
}

@media(max-width:992px) {
    .instruction {
        font-size: 14px;
    }
}

.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.contact-info {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--blog-contact-info-font-family);
    font-weight: var(--blog-contact-info-font-weight);
    color: var(--blog-summary-color);
    font-size: var(--blog-contact-info-font-size);
    text-align: right;
    letter-spacing: var(--blog-contact-info-letter-spacing);
    line-height: var(--blog-contact-info-line-height);
    font-style: var(--blog-contact-info-font-style);
}

@media(max-width:992px) {
    .contact-info {
        font-size: 14px;
    }
}

.separator {
    position: absolute;
    width: 768px;
    height: 2px;
    top: 1510px;
    left: 31px;
    border: 1px solid;
    border-color: var(--blog-summary-color);
}

@media(max-width:992px) {
    .separator {
        position: initial;
        width: 100%;
    }
}

.application-button-wrapper {
    display: inline-flex;
    align-items: flex-start;
    padding: 10px 0;
    position: relative;
    flex: 0 0 auto;
    width: 100%;
}

.application-button {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url("../image/single/register-link__wrapper.png");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.latest-articles-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 0 0 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.latest-articles-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 21px 21px 31px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border: 1px solid;
    border-color: var(--blog-border-color);
}

.latest-articles {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.latest-articles-heading {
    padding: 42px 0 3px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.heading {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--blog-heading-font-family);
    font-weight: var(--blog-heading-font-weight);
    color: var(--blog-heading-color);
    font-size: var(--blog-heading-font-size);
    letter-spacing: var(--blog-heading-letter-spacing);
    line-height: var(--blog-heading-line-height);
    font-style: var(--blog-heading-font-style);
}

.article-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.article-link {
    display: inline-flex;
    min-height: 60px;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
}

.thumbnail-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px 0 0;
    position: relative;
    flex: 0 0 auto;
}

.thumbnail {
    position: relative;
    width: 85.7px;
    height: 60px;
    background-image: url(https://cdn.animaapp.com/projects/6655cf1fadda9e18b2c91ebb/releases/6665ab8cac09427a05bf6ede/img/eigo-png-1@2x.png);
    background-size: cover;
    background-position: 50% 50%;
}

.article-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
    position: relative;
    flex: 1;
    flex-grow: 1;
    margin-left: -1.42e-14px;
}

.article-title {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--blog-article-title-font-family);
    font-weight: var(--blog-article-title-font-weight);
    color: var(--blog-article-title-color);
    font-size: var(--blog-article-title-font-size);
    letter-spacing: var(--blog-article-title-letter-spacing);
    line-height: var(--blog-article-title-line-height);
    font-style: var(--blog-article-title-font-style);
}

.social-buttons {
    align-items: center;
    gap: 7.3px;
    padding: 20px 0;
    display: flex;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.button-wrapper {
    display: flex;
    width: 65px;
    height: 20px;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.like-button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    height: 20px;
    align-items: flex-start;
    gap: 4px;
    padding: 0 10px 0 6px;
    position: relative;
    background-color: var(--blog-like-button-background);
    border-radius: 3px;
}

.like-icon {
    position: relative;
    width: 13px;
    height: 20px;
}

.button-text {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Inter", Helvetica;
    font-weight: 600;
    color: var(--blog-button-text-color);
    font-size: 10px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
}

.share-button-wrapper {
    display: flex;
    width: 78px;
    height: 20px;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.share-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 5px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    margin-bottom: -5px;
}

.share-link {
    display: flex;
    max-width: 78px;
    width: 78px;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.share-icon {
    position: relative;
    width: 14px;
    height: 14px;
    z-index: 1;
}

.share-link .button-text {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    z-index: 0;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: var(--blog-button-text-color);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    white-space: nowrap;
}

.edit-button {
    display: inline-flex;
    align-items: center;
    padding: 1px 0 2px;
    position: relative;
    flex: 0 0 auto;
}

.edit-button .button-text {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--blog-edit-button-font-family);
    font-weight: var(--blog-edit-button-font-weight);
    color: var(--blog-edit-button-color);
    font-size: var(--blog-edit-button-font-size);
    letter-spacing: var(--blog-edit-button-letter-spacing);
    line-height: var(--blog-edit-button-line-height);
    font-style: var(--blog-edit-button-font-style);
}

.navigation {
    flex-direction: column;
    align-items: flex-start;
    padding: 21px 630px 41px 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--blog-navigation-border-color);
    display: flex;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

@media(max-width:992px) {
    .navigation {
        padding: 21px 0px 41px 20px;
    }
}

.navigation-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.previous-link {
    display: flex;
    width: 180px;
    align-items: flex-start;
    justify-content: center;
    padding: 0 50.92px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--blog-navigation-link-background);
    border-radius: 6px;
}

.link-text {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: var(--blog-navigation-link-color);
    font-size: 15.9px;
    text-align: center;
    letter-spacing: 0;
    line-height: 46px;
    white-space: nowrap;
}

.sidebar {
    display: flex;
    flex-direction: column;
    width: 300px;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 100px;
    position: relative;
    align-self: stretch;
}

.search-wrapper {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 2854.56px;
    align-items: flex-start;
    position: relative;
}

.search-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 0 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.search-label-wrapper {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--blog-search-label-font-family);
    font-weight: var(--blog-search-label-font-weight);
    color: var(--blog-search-label-color);
    font-size: var(--blog-search-label-font-size);
    letter-spacing: var(--blog-search-label-letter-spacing);
    line-height: var(--blog-search-label-line-height);
    font-style: var(--blog-search-label-font-style);
}

.search-form {
    display: flex;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.search-input {
    position: relative;
    width: 240px;
    height: 35px;
    background-color: var(--blog-search-input-background);
    border: 1px solid;
    border-color: var(--blog-search-input-border-color);
}

.search-button {
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 35px;
    align-items: center;
    justify-content: center;
    padding: 8.5px 16px;
    position: relative;
    background-color: var(--blog-search-button-background);
    border: 1px solid;
    border-color: var(--blog-search-button-border-color);
}

.search-button .button-text {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: var(--blog-button-text-color);
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: 18px;
    white-space: nowrap;
}

.category-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.category-select-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.category-select {
    display: flex;
    width: 300px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 9px 27px 9px 15px;
    position: relative;
    background-color: var(--blog-category-select-background);
    border: 1px solid;
    border-color: var(--blog-category-select-border-color);
}

.select-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1px 0;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.select-container .button-text {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: var(--blog-select-container-color);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}

.new-jobs-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.new-job-item {
    display: flex;
    min-height: 1px;
    align-items: flex-start;
    padding: 0 0 21px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-color: var(--blog-new-job-item-border-color);
}

.new-job-link {
    display: flex;
    width: 70px;
    align-items: flex-start;
    position: relative;
}

.thumbnail {
    position: relative;
    width: 50px;
    height: 34px;
    background-image: url(https://cdn.animaapp.com/projects/6655cf1fadda9e18b2c91ebb/releases/665e9bd464f89b2bee99e4dc/img/eigo-png@2x.png);
    background-size: cover;
    background-position: 50% 50%;
}

.new-job-info {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.job-title {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--blog-job-title-font-family);
    font-weight: var(--blog-job-title-font-weight);
    color: var(--blog-job-title-color);
    font-size: var(--blog-job-title-font-size);
    letter-spacing: var(--blog-job-title-letter-spacing);
    line-height: var(--blog-job-title-line-height);
    font-style: var(--blog-job-title-font-style);
}

.sidebar .search-label {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--blog-sidebar-label-font-family);
    font-weight: var(--blog-sidebar-label-font-weight);
    color: var(--blog-sidebar-label-color);
    font-size: var(--blog-sidebar-label-font-size);
    letter-spacing: var(--blog-sidebar-label-letter-spacing);
    line-height: var(--blog-sidebar-label-line-height);
    font-style: var(--blog-sidebar-label-font-style);
}

a.register-link__wrapper {
    width: 100%;
}