.blog-container {
    max-width: 1560px;
    margin: 0 auto;

    @media screen and (max-width: 1600px) {
        padding: 0 16px;
    }
}

.escape-nav {
    padding-top: 96px;
    background-color: #2F202D;
    padding-right: 180px;
    padding-left: 180px;

    @media screen and (max-width: 1919px) {
        padding-left: 0;
        padding-right: 0;
    }

    @media screen and (max-width: 1100px) {
        padding-top: 85px;
    }

    @media screen and (max-width: 991px) {
        padding-top: 70px;
    }

    @media screen and (max-width: 374px) {
        padding-top: 60px;
    }
}

.title-container {
    padding: 64px 180px;
    background-color: #2F202D;

    @media screen and (max-width: 1919px) {
        padding-left: 0;
        padding-right: 0;
    }

    @media screen and (max-width: 1366px) {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.title-container * {
    margin-bottom: 0;
}

.title-container > div > h1 {
    font-size: 60px;

    @media screen and (max-width: 1366px) {
        font-size: 30px;
    }
}

.bg-image {
    position: absolute;
    right: 0;
    bottom: 0;

    @media screen and (max-width: 900px) {
        display: none;
    }
}

.blog-list-top-bar {
    display: flex;
    flex-direction: row;
    margin-top: 34px;
    margin-bottom: 64px;

    @media screen and (max-width: 1366px) {
        margin-top: 16px;
    }

    @media screen and (max-width: 1300px) {
        margin-bottom: 24px;
    }

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 24px;
    }
}

.price-section {
    margin-top: 64px;

    @media screen and (max-width: 1199px) {
        margin-top: 24px;
    }
}

.price-list-container {
    align-items: self-start;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;

    @media screen and (max-width: 980px) {
        align-items: stretch;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    @media screen and (max-width: 720px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.price-list-entry {
    background-color: #2F202D;
    border: 1px solid #E4E7EC;
    color: white;
}

.price-list-entry__topbar {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.price-list-entry__topbar .price-list-entry__topbar-left {

}

.price-list-entry__top {
    padding: calc(12px + 16px);
    display: flex;
    flex-direction: column;

    @media screen and (max-width: 1199px) {
        padding: 24px;
    }
}

.price-list-pill {
    background-color: #EBD7BF;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-list-entry__points-list {
    list-style: none;
    padding: 0;
    color: #BFBABE;
    margin-top: 48px;
    margin-bottom: 48px;
    gap: 8px;
    display: flex;
    flex-direction: column;

    @media screen and (max-width: 1199px) {
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

.price-list-entry__points-list li {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.price-list-fee-info {
    margin-bottom: 24px;
}

.price-list-fee-text {
    margin-bottom: 0;
}

.price-list-fee-text-small {
    color: #BFBABE;
}

.price-list-entry__button {
    width: 100%;
    background-color: #D4A773;
    padding: 12px 24px;
    text-decoration: none !important;
    border-radius: 8px;
    display: block;
    text-align: center;
}

.price-list-entry__button:hover {
    opacity: 0.8;
}

.price-list-entry__separator {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    color: #9F989E;
    margin-bottom: 24px;
}

.price-list-entry__separator::before,
.price-list-entry__separator::after {
    content: "";
    height: 1px;
    background-color: #9F989E;
}

.price-list-entry__bottom {
    background-color: #2F202D;
    padding: 12px;

    @media screen and (max-width: 1199px) {
        padding: 8px;
    }
}

.price-list-entry__box {
    border: 1px solid #594D57;
    background-color: #1A1219;
    padding: 24px;
    box-shadow: 0px 4px 8px 0px #00000029;
}

.price-list-entry__box-icon {
    margin-bottom: 16px;
}

.price-list__box-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price-list-entry__box-fee-info {
    margin-top: 32px;
}

.price-list-fee-text-bottom {
    margin-bottom: 0;
}

.price-list-fee-text-bottom-small {
    color: #BFBABE;
}

.price-list-entry__boxes {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.price-list-entry__box-button {
    width: 100%;
    border: 1px solid #D4A773;
    border-radius: 8px;
    padding: 12px 24px;
    text-align: center;
    display: block;
    background-color: transparent !important;
    text-decoration: none !important;
    color: #D4A773 !important;
}

.price-list-entry__box-button:hover {
    opacity: 0.8;
}

.price-full-section {
    color: #101828;
    margin-top: 80px;
    margin-bottom: 32px;
    max-width: 1002px;

    @media screen and (max-width: 1199px) {
        margin-top: 48px;
    }
}

.price-list-full-entry {
    border-bottom: 1px solid #E4E7EC;
    /*padding: 24px 0;*/
}

.price-list-full-entry__header {
    padding: 24px 0;
    display: flex;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;

    @media screen and (max-width: 1199px) {
        padding: 16px 0;
    }
}

.price-list-full-entry__pill {
    background-color: #EBD7BF;
    padding: 4px 6px;
    border-radius: 4px;
    color: black;
    font-weight: 800;
    font-size: 10px;
    display: flex;
    height: fit-content;
    align-items: center;
    justify-content: center;
}

.price-list-full-entry__button {
    border: 1px solid #E4E7EC;
    border-radius: 100px;
    padding: 5px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
    transition: border-color 0.25s ease, background-color 0.25s ease;
}

.price-list-full-entry__button img {
    display: block;
    transform: translateY(3px);
    transition: transform 0.25s ease;
}

.price-list-full-entry.is-open .price-list-full-entry__button {
    background-color: #F9FAFB;
    border-color: #D0D5DD;
}

.price-list-full-entry.is-open .price-list-full-entry__button img {
    transform: rotate(180deg);
}

.price-list-full-entry--js .price-list-full-entry__content {
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease;
}

.price-list-full-entry__button:focus-visible {
    outline: 2px solid #D4A773;
    outline-offset: 2px;
}

.price-list-full-entry__element {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #E4E7EC;
    padding: 24px 0;

    @media screen and (max-width: 1199px) {
        padding: 16px 0;
    }
}

.price-list-full-entry__element a {
    color: #d4a773;
}

.price-list-full-entry__element:last-child {
    padding-bottom: 48px;
}

@media (prefers-reduced-motion: reduce) {
    .price-list-full-entry__button,
    .price-list-full-entry__button img,
    .price-list-full-entry--js .price-list-full-entry__content {
        transition: none;
    }
}

.price-list-cta {
    background-color: #2F202D;
    color: white;
    padding: 24px 64px;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    position: relative;

    @media screen and (max-width: 1199px) {
        display: none;
    }
}

.cta-right {
    margin-left: auto;
}

.cta-button {
    background-color: #D4A773;
    padding: 12px 24px;
    color: #2F202D !important;
    text-decoration: none !important;
    border-radius: 8px;
    display: block;
    text-align: center;
    z-index: 1;
    position: relative;
}

.cta-button:hover {
    opacity: 0.8;
}

.cta-icon {
    position: absolute;
    right: 0;
    height: 100%;
    max-height: 96px;
}

.qna-btn-show {
    transition: 200ms;
    outline: none !important;
}
.qna-btn-hide {
    transform: rotate(180deg);
    transition: 200ms;
}

.qna-section {
    padding-bottom: 32px !important;
}

.qna-container {
    color: #101828;

    @media screen and (max-width: 1199px) {
        margin-top: 48px;
        padding-bottom: 32px;
    }
}

.price-currency-switcher {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}

.price-currency-switcher button {
    border: 1px solid #d4a773;
    border-radius: 8px;
    padding: 8px 18px;
}

.price-currency-switcher button.is-active {
    background-color: #d4a773;
}