.post-wrapper {
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
}

.back-search {
    height: 72px;
    background: #F5F6FA;
}

.back-search__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back-search__link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    position: relative;
}

.back-search__link:hover {
    color: #000;
    text-decoration: none;
}

.back-search__link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #00000066;
    transition: width 0.3s ease;
    pointer-events: none;
}

.back-search__link:hover:before {
    width: 0;
}

.post__wrapper {
    display: flex;
    justify-content: center;
    padding-top: 48px !important;
    gap: 141px;
}

.post__sidebar {
    position: sticky;
    top: 92px;
    width: 296px;
    height: inherit;
    flex: 1 0 296px;
}

.post__content {
    width: 100%;
    max-width: 843px;
}

.post-top {
    height: 500px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.post-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-top__content {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translate(-50%, 0);
    width: calc(100% - 32px);
    padding: 24px;
    border-radius: 24px;
    background: #6161FFB2;
    backdrop-filter: blur(15px);
}

.post-top__text {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    width: 570px;
    max-width: 100%;
}

.post-top__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.post-top__tags {
    display: flex;
    gap: 9px;
    visibility: hidden;
    opacity: 0;
}

.post-top__tag {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 3px 18px;
}

.post-top__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
}

.post-bottom h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin: 32px 0 0;
}

.post-bottom h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin: 20px 0 0;
}

.post-bottom h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin: 8px 0 0;
}

.post-bottom p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0 0;
}

.post-bottom ul {
    margin: 0 0 32px;
    padding: 0;
}

.post-bottom ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0 0 24px;
    position: relative;
}

.post-bottom ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -14px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}

.post-bottom strong {
    font-weight: 500;
}

.post-bottom ol {
    counter-reset: my-counter;
    margin: 0;
    padding: 0;
}

.post-bottom ol li {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0 0;
    counter-increment: my-counter;
}

.post-bottom ol li:before {
    content: counter(my-counter);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 29px;
    height: 29px;
    border-radius: 4px;
    margin: -2px 10px 0 0;
    background: #E7ECFF;
    font-size: 14px;
    flex-shrink: 0;
}

.post-bottom a:not(.e26-cta, .p-button) {
    color: #0073EA;
    text-decoration: underline;
}

.post-bottom a:hover {
    text-decoration: none;
}

.post-bottom .wp-block-image,
.post-bottom .wp-block-embed {
    margin: 32px 0 0;
    border-radius: 24px;
    overflow: hidden;
}

.post-bottom .wp-block-image img {
    width: 100%;
}

.post-bottom .wp-block-embed__wrapper {
    aspect-ratio: 16 / 9;
}

.post-bottom .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%;
}

.post-bottom blockquote {
    margin: 32px 0 0;
    padding: 12px 0 12px 22px;
    border-left: 2px solid #6161FF;
}

.post-bottom blockquote p {
    line-height: 1.8;
    margin: 0;
}

.post-bottom .wp-block-table {
    margin: 32px 0 0;
}

.post-bottom .wp-block-table tr:first-child {
    background: #E7ECFF;
}

.post-bottom .wp-block-table tr:not(:nth-child(1), :nth-child(2)) {
    border-top: 1px solid #CACBCD;
}

.post-bottom .wp-block-table td {
    border: none;
}

.post-bottom .wp-block-table tr:first-child td:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.post-bottom .wp-block-table tr:first-child td:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.post-bottom .wp-block-table tr:first-child td {
    padding: 22px 0 22px 22px;
    font-size: 18px;
    font-weight: 400;
}

.post-bottom .wp-block-table tr:not(:first-child) td {
    padding: 17px 22px;
    font-size: 16px;
    font-weight: 400;
}

.post-bottom .e26-cta {
    margin-top: 20px;
}

.post-bottom .e26-cta.regular .blue-bubble {
    background-color: #000;
    width: auto;
    padding: 0 36px;
}

.post-bottom .e26-cta.regular:hover .blue-bubble {
    background-color: #323338;
}

.post-author {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 86px;
    padding: 40px 0 0;
    border-top: 1px solid #CACBCD;
}

.post-author__name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.post-author__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 3px;
}

.navigation__title {
    font-weight: 500;
    margin-top: 9px;
}

.navigation__items {
    margin: 14px 0 0;
    padding: 0;
}

.navigation__link {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #ABABAD;
    transition: color 0.3s ease;
}

.navigation__item.navigation__item--active .navigation__link,
.navigation__link:hover {
    color: #000;
    text-decoration: none;
}

.navigation__item + .navigation__item {
    margin-top: 8px;
}

.post-bottom .p-key-takeaways {
    background: #97AEFF1A;
    margin-top: 25px;
    padding: 24px 22px 22px 24px;
    border: 1px solid #97AEFF;
    border-radius: 24px;
}

.post-bottom .p-key-takeaways__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.post-bottom .p-key-takeaways__items {
    margin: 0;
    padding: 0;
}

.post-bottom .p-key-takeaways__item {
    margin: 13px 0 0 24px;
}

.post-bottom .p-key-takeaways__item:first-child {
    margin-top: 14px;
}

.post-bottom .p-speaker-spotlight {
    margin-top: 32px;
}

.post-bottom .p-speaker-spotlight__top {
    background: #97AEFF;
    padding: 24px 24px 22px;
    border-radius: 24px;
}

.post-bottom .p-speaker-spotlight__bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border-radius: 24px;
    background: #97AEFF;
}

.post-bottom .p-speaker-spotlight__label {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    background: #fff;
    padding: 5px 12px;
    border-radius: 6px;
}

.post-bottom .p-speaker-spotlight__text {
    font-size: 26px;
    margin: 14px 0 0;
}

.post-bottom .p-speaker-spotlight__img {
    width: 64px;
    height: auto;
    border-radius: 50%;
}

.post-bottom .p-speaker-spotlight__right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.post-bottom .p-speaker-spotlight__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.post-bottom .p-speaker-spotlight__position {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.post-bottom .p-ttl {
    margin-top: 32px;
    padding: 24px;
    border-radius: 24px;
    background: #97AEFF;
}

.post-bottom .p-ttl__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.post-bottom .p-ttl__text {
    line-height: 1.75;
    margin: 10px 0 0;
}

.post-bottom .p-ttl__items {
    margin: 0;
    padding: 0;
}

.post-bottom .p-ttl__item {
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 9px 0 0 0;
}

.post-bottom .p-ttl__item:before {
    position: static;
    width: 28px;
    height: 28px;
    background: url(../images/check.svg);
    flex-shrink: 0;
}

.post-bottom .p-timeline {
    margin: 32px 0 0;
}

.post-bottom .p-timeline__item {
    margin: 0;
}

.post-bottom .p-timeline__item:not(:last-child) {
    padding-bottom: 32px;
}

.post-bottom .p-timeline__item:first-child {
    margin: 24px 0 0;
}

.post-bottom .p-timeline__item:before {
    display: none;
}

.post-bottom .p-timeline__item:after {
    content: '';
    position: absolute;
    top: 27px;
    left: 8px;
    display: block;
    width: 2px;
    height: calc(100% - 29px);
    background: url(../images/line.svg);
}

.post-bottom .p-timeline__item:last-child:after {
    display: none;
}

.post-bottom .p-timeline__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.post-bottom .p-timeline__text {
    margin: 10px 0 0;
}

.post-bottom .p-timeline__s-title {
    display: flex;
    gap: 21px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
}

.post-bottom .p-timeline__s-title:before {
    content: '';
    width: 17px;
    height: 17px;
    background: url(../images/dot.svg);
    margin-top: 4px;
    flex-shrink: 0;
}

.post-bottom .p-timeline__s-text {
    margin: 10px 0 0 37px;
}

.post-bottom .p-faq {
    margin: 32px 0 0;
    padding: 0;
    border: 1px solid #C3C6D4;
    border-radius: 8px;
}

.post-bottom .p-faq__item {
    margin: 0;
    padding: 16px 15px;
    cursor: pointer;
}

.post-bottom .p-faq__item + .p-faq__item {
    border-top: 1px solid #C3C6D4;
}

.post-bottom .p-faq__item:before {
    display: none;
}

.post-bottom .p-faq__question {
    display: flex;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
}

.post-bottom .p-faq__question:before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(../images/p-faq-arrow.svg);
    margin-top: -2px;
    flex-shrink: 0;
    transition: .3s;
}

.post-bottom .p-faq__item.active .p-faq__question:before {
    transform: rotate(90deg);
}

.post-bottom .p-faq__answer {
    display: none;
    line-height: 1.3;
    margin: 9px 0 0 29px;
}

.share {
    margin-top: 23px;
    padding-top: 25px;
    border-top: 1px solid #C3C6D4;
}

.share__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.share__btn {
    border: 0;
    padding: 0;
}

.share__btn:focus {
    outline: none !important;
}

.share__btn rect,
.share__btn path {
    transition: .3s;
}

.share__btn:hover rect {
    fill: #6161FF;
}

.share__btn:hover path {
    fill: #fff;
}

.share__items {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.share__item {
    transform: scale(0);
    transition: .3s;
}

.share__item path,
.share__item rect {
    transition: .3s;
}

.share__item_facebook:hover path,
.share__item_linkedin:hover path {
    fill: #7C7B7B;
}

.share__item_x:hover path {
    stroke: #7C7B7B;
}

.share__item_email:hover rect,
.share__item_copy:hover rect {
    fill: #6161FF;
}

.share__item_email:hover path,
.share__item_copy:hover path {
    stroke: #fff;
}

.share.active .share__item {
    transform: scale(1);
}

.share__copied {
    display: none;
    position: absolute;
    bottom: -32px;
    right: 0;
    white-space: nowrap;
    color: #6161FF;
    pointer-events: none;
}

.blog{
    background-color: #E7ECFF;
    margin-top: 130px;
}

.blog-container{
    padding: 120px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.blog-title{
    font-family: Poppins;
    font-weight: 400;
    font-size: 52px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    align-self: flex-start;
    color: #000;
}

.blog-items{
    display: flex;
    padding-top: 30px;
    gap: 32px;
    justify-content: center;
    max-width: 1280px;
}

.blog-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blog-item:nth-child(4){
    display: none;
}

.blog-item-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.blog-item-title{
    font-family: Poppins;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-top: 35px;
    color: #000;
}

.blog-item-text{
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 22px 0 20px;
    color: #000;
}

.blog-item a{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
    white-space: nowrap;
    width: fit-content;
    gap: 7px;
    margin-top: auto;
}

.blog-item a:hover{
    text-decoration: none;
}

.blog-item a span:first-child::after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #787878;
    bottom: -3px;
    left: 0;
    max-width: 106px;
}

.blog-item a span:first-child:hover::after{
    background-color: transparent;
}

.blog-item a span:last-child{
    margin-left: 0;
    transition: all .2s ease;
}

.blog-item a:hover span:last-child{
    margin-left: 7px;
}

.post-bottom .p-button {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    position: relative;
}

.post-bottom .p-button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #00000066;
}

.post-bottom .p-button:hover:after {
    display: none;
}

.post-bottom .p-button span:last-child {
    transition: all .2s ease;
}

.post-bottom .p-button:hover span:last-child {
    margin-left: 7px;
}

@media (max-width: 1439px) {
    .post__content {
        max-width: unset;
    }

    .post-top__text {
        font-size: 28px;
    }

    .post-bottom .wp-block-image, .post-bottom .wp-block-embed {
        border-radius: 20px;
    }

    .post__wrapper {
        gap: 85px;
        padding: 0 24px;
    }

    .blog-item-title{
        font-size: 24px;
    }

    .blog-item-text{
        font-size: 16px;
    }

    .blog-items {
        gap: 32px;
    }

    .back-search__wrapper {
        padding: 0 24px;
    }
}

@media (max-width: 1280px) {
    .post-wrapper {
        max-width: 1110px;
    }
}

@media (max-width: 1279px) {
    .post-wrapper {
        max-width: 1110px;
    }

    .post__sidebar {
        width: 240px;
        flex: 1 0 240px;
    }

    .navigation__title {
        margin-top: 15px;
    }

    .post-top__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .post-top__content {
        padding: 24px 24px 20px 24px;
    }

    .post-top__text {
        font-size: 26px;
    }

    .post__wrapper {
        padding-top: 42px !important;
        gap: 81px;
    }

    .post-bottom .wp-block-image, .post-bottom .wp-block-embed {
        border-radius: 16px;
    }

    .blog-item-title{
        font-size: 20px;
        margin-top: 24px;
    }

    .blog-title {
        font-size: 42px;
    }

    .blog-container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .blog-item-text {
        margin: 18px 0;
    }
}

@media (max-width: 1024px) {
    .post-wrapper {
        max-width: 930px;
    }
}

@media (max-width: 1023px) {
    .post__sidebar {
        display: none;
    }

    .post-wrapper {
        padding: 0 42px;
    }

    .post-top__text {
        font-size: 28px;
    }

    .post-top__bottom {
        flex-direction: row;
        align-items: center;
        gap: 0;
    }

    .post-top__content {
        padding: 24px;
    }

    .post-bottom .wp-block-image, .post-bottom .wp-block-embed {
        border-radius: 20px;
    }

    .blog-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 44px 25px;
    }

    .blog-item:nth-child(4) {
        display: flex;
    }

    .blog-container {
        padding: 52px 42px;
    }

    .blog-item-title {
        font-size: 18px;
    }

    .blog-title{
        font-size: 42px;
    }

    .blog-item-text {
        margin: 18px 0 42px;
    }
}

@media (max-width: 767px) {
    .post-wrapper {
        padding: 0 24px;
    }

    .back-search {
        height: 60px;
    }

    .post-top {
        height: auto;
        border-radius: 16px;
    }

    .post-top__content {
        position: static;
        transform: none;
        width: 100%;
        padding: 18px 16px 12px;
        border-radius: 0;
        background: #6161FF;
    }

    .post-top__text {
        font-size: 26px;
    }

    .post-top__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .post-top__tags {
        flex-wrap: wrap;
    }

    .post-author {
        align-items: flex-start;
        gap: 16px;
    }

    .post-author__img {
        width: 70px;
    }

    .post-bottom .wp-block-table table {
        min-width: max-content;
    }

    .post-bottom .wp-block-image, .post-bottom .wp-block-embed {
        border-radius: 9px;
    }

    .post-bottom .wp-block-table tr:first-child td {
        padding: 10px;
        font-size: 14px;
    }

    .post-bottom .wp-block-table tr:not(:first-child) td {
        padding: 10px;
        font-size: 14px;
    }

    .post-bottom .p-key-takeaways {
        margin-top: 32px;
        padding: 16px 14px 16px 16px;
        border-radius: 16px;
    }

    .post-bottom .p-speaker-spotlight__top {
        padding: 16px;
        border-radius: 16px;
    }

    .post-bottom .p-speaker-spotlight__bottom {
        padding: 16px;
        border-radius: 16px;
    }

    .post-bottom .p-speaker-spotlight__label {
        padding: 4px 12px;
    }

    .post-bottom .p-speaker-spotlight__text {
        font-size: 22px;
        margin: 12px 0 0;
    }

    .post-bottom .p-ttl {
        padding: 16px;
        border-radius: 16px;
    }

    .post-bottom .p-ttl__item {
        line-height: 1.3;
        margin: 12px 0 0 0;
    }

    .post-bottom .p-ttl__item:first-child {
        margin: 9px 0 0 0;
    }

    .blog {
        padding: 30px 0;
    }

    .blog-title{
        font-size: 40px;
        max-width: 370px;
        align-self: center;
    }

    .blog-items {
        width: 100%;
        gap: 26px;
        grid-template-columns: 1fr;
        justify-items: center;
        padding-top: 25px;
    }

    .blog-item{
        width: calc(100vw - 48px);
    }

    .blog-item a span:first-child::after {
        bottom: -2px;
    }

    .blog-item:nth-child(4){
        display: none;
    }

    .blog-container {
        padding: 20px 0;
        gap: 16px;
    }

    .blog-item-text {
        margin: 18px 0;
    }
}

@media (max-width: 500px) {
    .secondary-header {
        padding-top: 52px;
    }
}