/*
Theme Name: yalefox.com
Theme URI: http://www.vividmotion.co
Author: YaleFox
Author URI: http://www.vividmotion.co
Description:  yalefox.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: YaleFox
*/
/*************************************************************
 Author     : Vivid Motion @ http://vividmotion.co/
 *************************************************************/

.shared-heading .paragraph .highlight {
    background: #9ee6b4;
    border-radius: 0.25em;
    font-weight: 500;
    margin: 2px 0;
    padding: 0 5px 1px;
}

:root {
    --yf-gradient-start: #ebfdc0;
    --yf-gradient-end: #c1fdc0;
    --yf-primary: #9ee6b4;
    --yf-transition: all 0.2s ease-in-out;
    --yf-gray: #f5f5f5;
    --yf-invalid: #f05959;
    --yf-gradient: linear-gradient(180deg, #ebfdc0 0%, #c1fdc0 100%);
    --yf-g2: linear-gradient(180deg, #fdd6c0 0%, #fdecc0 100%);
    --yf-g3: linear-gradient(180deg, #ebfdc0 0%, #fdecc0 100%);
    --navbarH: 114px;
    --globalGutter: 64px;
}

.onboarding {
    background: var(--yf-gradient);
    min-height: 100vh;
}

.onboarding_bg {
    position: relative;
    overflow: hidden;
}

.onboarding_bg:before {
    content: '';
    display: block;
    right: 0;
    top: 0;
    width: 740px;
    height: 740px;
    position: absolute;
    background: url(images/hero-img@2x.png) no-repeat center center;
    background-size: contain;
    background: url;
}

.onboarding-nav {
    padding-top: 32px;
    padding-bottom: 42px;
    position: relative;
    z-index: 1;
}

.onboarding-sign {
    position: relative;
    z-index: 1;
}

.onboarding-sign__inner {
    padding-left: 80px;
    padding-right: 0;
    max-width: 640px;
}

.o-nav-link {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.28px;
}

.o-nav-link:hover .btn:before,
.o-nav-link:hover .btn-text,
.o-nav-link:active:focus .btn .btn-text,
.o-nav-link:active:focus .btn:before {
    transform: translate(3px, 3px);
}

.o-nav-link__icon {
    margin-right: 32px;
}

.o-nav-link__text {
    display: inline-block;
    vertical-align: middle;
}

.osn-nav {
    display: flex;
}

.osn-nav__item {
    margin-right: 32px;
}

.osn-nav__item:last-child {
    margin-right: 0;
}

.osn-nav__link {
    transition: var(--yf-transition);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.94;
    letter-spacing: -0.37px;
    color: #ffffff;
}

.osn-nav__link:hover,
.osn-nav__link_active {
    color: #000000;
}

.osn-body {
    margin-top: 42px;
}

.osn-body__item {
    display: none;
}

.osn-body__item_active {
    display: block;
}

.osn-form_mw_380 {
    max-width: 380px;
}

.osn-form_delete {
    margin-top: 40px;
}

.osn-form__group {
    margin-top: 16px;
    max-width: 320px;
}

.osn-form__group_input {
    position: relative;
}

.osn-form__group_remember {
    margin-top: 27px;
    padding-left: 18px;
    max-width: 320px;
}

.osn-form__group:first-child,
.osn-form__group_no-margin {
    margin-top: 0;
}

.osn-form__group_input:before {
    content: '';
    display: block;
    position: absolute;
    right: -2px;
    bottom: -4px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 60px;
    left: 2px;
    top: 4px;
}

.osn-form__group_invalid:before {
    background: var(--yf-invalid);
}

.osn-form__group_invalid .osn-input,
.osn-form__group_invalid .osn-input::placeholder {
    color: var(--yf-invalid);
    opacity: 1;
}

.osn-input {
    position: relative;
    z-index: 2;
    transition: var(--yf-transition);
    font-size: 16px;
    line-height: 1.06;
    letter-spacing: -0.18px;
}

.onboarding-sign .osn-input,
.onboarding-sign .btn-text {
    text-transform: none;
}

.osn-input_digit {
    width: 55px;
    text-align: center;
    height: 64px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.96px;
}

.osn-input:focus {
    transform: translate(3px, 3px);
}

.btn-green,
.btn-green:focus {
    background-color: transparent;
    border-color: transparent;
    color: #000000;
}

.btn-green:active:focus:before,
.btn-green:before,
.btn-green:focus:before,
.btn-green:hover:before {
    background-color: var(--yf-primary);
    border-color: #000000;
}

.btn-green:after {
    background-color: #ffffff;
    border-color: #000000;
    transform: translate(2px, 4px);
    z-index: 1;
}

.btn-fw {
    width: 100%;
    justify-content: flex-start;
}

.btn-mw-380 {
    max-width: 380px;
}

.btn-fw .btn-text {
    justify-content: space-between;
    width: 100%;
}

.osn-checkbox {
    position: relative;
}

.osn-checkbox__input {
    position: absolute;
    width: 0;
    opacity: 0;
}

.osn-checkbox__label {
    padding-left: 41px;
    position: relative;
    cursor: pointer;
    display: block;
}

.osn-checkbox__btn {
    position: absolute;
    left: 0;
    top: 0;
    transition: var(--yf-transition);
}

.osn-checkbox__tick {
    position: relative;
    z-index: 2;
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
    background: var(--yf-primary);
    border-radius: 4px;
    background: #ffffff;
    display: block;
}

.osn-checkbox__btn:before {
    position: absolute;
    left: 2px;
    top: 2px;
    right: -2px;
    bottom: -2px;
    border: 1px solid #000000;
    content: '';
    display: block;
    border-radius: 4px;
    background: #ffffff;
    z-index: 1;
    transition: var(--yf-transition);
}

.osn-checkbox__btn:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #a4e1a3;
    border-radius: 50%;
    content: '';
    display: block;
    z-index: 3;
    width: 10px;
    height: 10px;
    opacity: 0;
    transition: var(--yf-transition);
}

.osn-checkbox__label:hover .osn-checkbox__btn {
    transform: translate(2px, 2px);
}

.osn-checkbox__label:hover .osn-checkbox__btn:before {
    transform: translate(-2px, -2px);
}

.osn-checkbox__text {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: -0.21px;
    display: inline-block;
}

.osn-checkbox__input:checked + .osn-checkbox__label .osn-checkbox__btn:after {
    opacity: 1;
}

.osn-checkbox__input:checked + .osn-checkbox__label {
    font-weight: 600;
}

.social-sign {
    position: relative;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #000000;
}

.social-sign__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.28px;
}

.social-sign__list {
    margin-top: 16px;
}

.sign-list {
    display: flex;
}

.sign-list__item {
    margin-right: 16px;
}

.sign-list__item:last-child {
    margin-right: 0;
}

.sign-link {
    width: 48px;
    height: 48px;
}

.sign-icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
}

.osn-form__description {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.17px;
    text-align: right;
}

.osn-switch {
    text-decoration: underline;
}

.osn-message {
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translate(0, -50%);
    padding: 8px 10px;
    background: #203326;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'IBM Plex Mono', monospace;
    white-space: nowrap;
    z-index: 4;
}

.osn-message:before {
    position: absolute;
    content: '';
    display: block;
    left: -6px;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    width: 12px;
    height: 12px;
    background: #203326;
    border-radius: 2px;
}

.onboarding_gdpr {
    padding-bottom: 80px;
    position: relative;
}

.onboarding-gdpr {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    background: var(--yf-primary);
}

.onboarding-gdpr__icon {
    width: 36px;
    height: 40px;
    display: block;
    margin: 0;
    margin-right: 16px;
}

.onboarding-gdpr__text {
    font-size: 16px;
    line-height: 1.4;
}

.topics-wrapper {
    display: flex;
    padding-top: 6px;
    justify-content: space-between;
}

.topics-wrapper__left {
    padding-left: 80px;
    padding-right: 80px;
    width: 59%;
}

.topics-wrapper__right {
    width: 27%;
}

.topics-wrapper__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: -0.55px;
}

.topics-wrapper__description {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.27;
    letter-spacing: -0.17px;
    font-family: 'IBM Plex Mono', monospace;
}

.topics-wrapper__subscribe {
    margin-top: 48px;
}

.topics-list {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
    flex-wrap: wrap;
    max-width: 492px;
}

.topics-list__item {
    width: 50%;
    margin-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
}

.topics-subscribe__bottom {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 518px;
}

.ts-delete {
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.ts-delete:hover {
    text-decoration: none;
}

.ts-delete__icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 8px 0 0;
}

.ts-delete__text {
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: -0.17px;
}

.ts-bottom__actions {
    display: flex;
    align-items: center;
    padding-left: 24px;
}

.ts-bottom__skip {
    margin-right: 32px;
    font-size: 15px;
    text-decoration: underline;
    letter-spacing: -0.17px;
    line-height: 2.13
}

.ts-bottom__skip:hover {
    text-decoration: none;
}

.posts-list__item {
    margin-bottom: 20px;
}

.post-item__thumbnail {
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 16px;
    padding-bottom: 69%;
    background: #ffffff;
    border: 1px solid #000000;
}

.post-item__thumbnail_empty {
    background: transparent;
    padding-bottom: 0;
    border: 0;
}

.post-item__thumbnail img {
    display: block;
    margin: 0;
    position: absolute;
    left: -4px;
    top: -4px;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
    border: 1px solid #000000;
    height: 100%;
}

.post-item__thumbnail_empty img {
    position: static;
    border-radius: 0;
    height: auto;
    border: 0;
}

.post-item__title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.207px;
    margin-top: 16px;
    display: inline-block;
}

.post-item__meta {
    margin-top: 12px;
}

.pi-meta {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    font-weight: 500;
}

.pi-meta__item {
    display: inline-block;
}

.pi-meta__item:before {
    content: '∙ ';
}

.pi-meta__item:first-child:before {
    display: none;
}

.topics-img {
    width: 506px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.topics-wrapper_2fa {
    margin-top: 40px;
}

.fa2-digits {
    display: flex;
    position: relative;
}

.fa2-digits__item {
    margin-right: 10px;
    margin-top: 0;
}

.fa2-digits__item:last-child {
    margin-right: 0;
}

.fa2-confirmation {
    max-width: 380px;
}

.fa2-confirmation__button {
    margin-top: 40px;
}

.fa2-digits__reset {
    position: absolute;
    right: -44px;
    top: 50%;
    transform: translate(0, -50%);
}

.fd-reset {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.fd-reset__icon {
    width: 14px;
    height: 14px;
    display: block;
    margin: 0 auto;
}

.mt-40 {
    margin-top: 40px;
}

.affiliations-section .logos-6\/6-grid .item img {
    max-height: 28px;
}

.home-hero,
.highlight,
.btn-green:before,
.shared-heading .paragraph .highlight {
    background: var(--yf-gradient);
}

.eyebrow-tag {
    padding: 1px 19px;
    font-size: 15px;
    line-height: 1.27;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 51px;
    height: 41px;
    letter-spacing: -0.17px;
}

.eyebrow-tag:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    top: 4px;
    right: -2px;
    left: 2px;
    border-radius: 60px;
    background: #ffffff;
    border: 1px solid #000000;
    z-index: -1;
}

.bg-green {
    background: var(--yf-gradient) !important;
}

.bg-green .highlight {
    background: transparent;
}

.media-logo {
    position: absolute;
    top: 20px;
    left: -10px;
    padding: 14px 10px 16px;
    background: #ffffff;
    border: 1px solid #000000;
}

.media-logo:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -7px;
}

#anchor-partners {
    padding-top: 0;
}

.education-section .consulting-work-grid {
    margin-top: 40px;
    margin-bottom: 52px;
}

.category-paper .cell-shading:before {
    background: #ffffff;
}

.category-paper .cell-shading .corner path,
.category-paper .cell-shading .filler path,
.category-paper .cell-shading .filler rect {
    fill: #ffffff;
}

.education-card {
    min-height: 185px;
}

.education-card-text {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-end;
}

.education-card-text svg {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
}

.education-card-text .title {
    width: calc(100% - 40px);
}

.glossary-wrapper {
    padding-top: 168px;
    padding-bottom: 80px;
    position: relative;
    background: var(--yf-gradient);
}

.glossary-wrapper:before {
    position: absolute;
    content: '';
    display: block;
    left: 107px;
    right: 50px;
    top: 171px;
    bottom: 181px;
    background: url(images/hero-img@1x.png) no-repeat top center;
    background-size: contain;
    max-width: 1523px;
    margin-left: auto;
    margin-right: auto;
}

.glossary-wrapper__inner {
    position: relative;
    z-index: 1;
}

.glossary-hero {
    text-align: center;
}

.glossary-hero__title {
    font-size: 64px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.32px;
}

.glossary-hero__content {
    max-width: 553px;
    margin: 30px auto 0;
    font-size: 20px;
    line-height: 1.6;
}

.glossary-hero__content > *:first-child {
    margin-top: 0;
}

.glossary-hero__content > *:last-child {
    margin-bottom: 0;
}

.glossary-search {
    max-width: 1280px;
    margin: 80px auto 0;
}

.glossary-search-form__input {
    padding-left: 68px;
    height: 64px;
    letter-spacing: 0.56px;
    font-weight: 500;
    border-radius: 32px;
    padding-right: 120px;
    background-image: url(images/search.svg);
    background-repeat: no-repeat;
    background-position: left 32px center;
}

.glossary-search-form__submit {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
}

.glossary-search-form {
    position: relative;
}

.btn-no-shadow:after {
    display: none;
}

.glossary-alphabet-list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    gap: 9px;
}

.glossary-alphabet-list:before {
    width: 28px;
    height: 28px;
    display: block;
    content: '';
    position: absolute;
    left: -48px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(images/arrow.svg) no-repeat center center;
}

.glossary-alphabet {
    margin-top: 80px;
    overflow: auto;
    padding-bottom: 4px;
}

.glossary-alphabet-list__item:last-child {
    padding-right: 40px;
}

.glossary-alphabet-list__link {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1.6;
    font-family: 'IBM Plex Sans', sans-serif;
}

.btn-gray:hover:before {
    background: var(--yf-gradient);
}

.btn-gray,
.btn-gray:focus {
    background-color: transparent;
    border-color: transparent;
    color: #000000;
}

.btn-gray:before {
    background: #f5f5f5;
    border-color: #000000;
}

.glossary-link {
    text-transform: none;
}

.glossary-content {
    margin-top: 40px;
}

.glossary-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.glossary-list__item {
    margin-top: 40px;
}

.glossary-list__item:first-child {
    margin-top: 0;
}

.glossary-list__char {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 500;
}

.glossary-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
}

.glossary-items__item {
    width: 33.3333333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.glossary-link {
    display: block;
    font-size: 24px;
    line-height: 1.5;
    height: 58px;
    padding: 10px 25px;
    font-family: 'IBM Plex Sans', sans-serif;
}

.glossary-link .btn-text {
    justify-content: space-between;
}

.tippy-box[data-theme~="yalefox"] {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    font-size: 15px;
    line-height: 1.5;;
}

.tippy-box[data-theme~="yalefox"] > .tippy-arrow {
    display: none;
}

.tippy-box[data-theme~="yalefox"] .highlight-green {
    color: #000000;
}

.page-template-glossary .newsletter-section {
    margin-top: 80px;
}

.section-the-blog {
    padding-top: 128px;
    padding-bottom: 40px;
}

.blog-list {
    margin-top: 40px;
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
    flex-wrap: wrap;
}

.blog-item {
    width: calc(33.3333333% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 20px;
}

.blog-list:not(.blog-list_default) .blog-item:first-child {
    width: calc(36% - 43px);
    margin-right: 23px;
    margin-bottom: 45px;
}

.blog-list:not(.blog-list_default) .blog-item:nth-child(2) {
    width: calc(64% - 43px);
    margin-left: 23px;
    margin-bottom: 45px;
}

.blog-item .cell-shading-card-inner {
    background: #ffffff;
    padding: 40px 40px 55px;
}

.blog-list:not(.blog-list_default) .blog-item:first-child .cell-shading-card-inner,
.blog-list:not(.blog-list_default) .blog-item:nth-child(2) .cell-shading-card-inner {
    background: var(--yf-g2);
}

.blog-item__thumbnail {
    position: relative;
    padding-bottom: 56%;
}

.blog-item__thumbnail img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
}

.blog-list:not(.blog-list_default) .blog-item:first-child .blog-item__thumbnail {
    padding-bottom: 66.6%;
}

.blog-list:not(.blog-list_default) .blog-item:nth-child(2) .blog-item__thumbnail {
    padding-bottom: 33.39%;
}

.blog-item__category {
    margin-top: 20px;
    font-family: 'IBM Plex Mono';
    font-size: 15px;
    line-height: 1.13;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.17px;
}

.blog-item__title {
    margin-top: 14px;
}

.blog-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.blog-title__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-title .btn-arrow {
    margin-left: 16px;
    padding-bottom: 6px;
}

.blog-item__excerpt {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 16px;
}

.blog-item__btn {
    margin-top: 30px;
    width: 100%;
}

.blog-heading {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.24px;
}

.blog-media__content {
    margin-top: 60px;
}

.blog-case-studies {
    margin-top: 80px;
}

.blog-case-studies__content,
.blog-bookmarks__content {
    margin-top: 40px;
}

.blog-bookmarks {
    margin-top: 85px;
    margin-bottom: 80px;
}

.bookmark-card {
    position: relative;
}

.bookmark-card .cell-shading-card-inner {
    padding: 77px 25px 25px 30px;
}

.bookmark-tag {
    position: absolute;
    top: 20px;
    left: -8px;
    padding: 6px 10px 8px;
    border: 1px solid #000000;
    background: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'IBM Plex Mono';
    font-weight: 500;
    letter-spacing: 0.56px;
    line-height: 1.4;
}

.bookmark-tag:before {
    width: 8px;
    height: 8px;
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: -1px;
    background: url(images/corner.svg) no-repeat center center;
}

.bookmarg-tag__logo {
    max-height: 20px;
    width: auto;
    display: block;
    margin: 0;
}

.bookmark-card__title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.26px;
}

.page-template-blog .newsletter-section .btn-green:before {
    background: var(--yf-g2);
}

.single-post-wrapper {
    padding-top: 165px;
}

.single-post-title {
    text-align: center;
}

.single-post-title__text {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: -0.24px;
}

.single-post-thumbnail {
    margin-top: 48px;
    text-align: center;
}

.single-post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.single-post-meta {
    margin-top: 60px;
}

.single-post-meta__inner {
    display: flex;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}

.meta-data {
    padding-left: 19px;
    border-left: 1px solid #000000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.23;
    color: #999999;
}

.meta-data span {
    color: #000000;
    font-weight: 600;
}

.social-share {
    display: flex;
    gap: 20px;
    align-items: center;
}

.social-share__label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
}

.single-content {
    margin-top: 32px;
}

.single-content__inner {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-size: 20px;
}

.single-content__inner h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.single-content__inner > *:first-child {
    margin-top: 0;
}

.single-content__inner > *:last-child {
    margin-bottom: 0;
}

.single-content__inner p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.single-content__inner h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.29;
    font-weight: 500;
    letter-spacing: -0.12px;
}

.single-content__inner a {
    text-decoration: underline;
}

.single-content .cta {
    margin-left: -61px;
    margin-right: -61px;
}

.single-content .cta__content {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.17px;
}

.single-post-related {
    margin-top: 60px;
    padding-bottom: 53px;
}

.single-post .newsletter-section {
    margin-top: 44px;
    padding-bottom: 77px;
}

.single-content__inner pre {
    padding: 20px 54px 36px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #000000;
    border-radius: 16px;
    position: relative;
}

.single-content__inner code.hljs {
    background: transparent;
    color: #ffffff;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    font-family: 'IBM Plex Sans', sans-serif;
}

.single-content__inner code.hljs .function_ {
    color: #ffdf61;
}

.single-content__inner code.hljs .hljs-keyword {
    color: #8a7eff;
}

.single-content__inner code.hljs .hljs-built_in {
    color: #e78a00;
}

.single-content__inner code.hljs .hljs-literal {
    color: #e78a00;
}

.single-content__inner code.hljs .hljs-comment {
    color: #808080;
    font-weight: 700;
    font-style: italic;
}

.single-content__inner code.hljs .hljs-string {
    color: #50e3c2;
}

.single-content__inner code.hljs .hljs-variable {
    color: #df3079;
}

.language-name {
    position: absolute;
    right: 54px;
    top: 22px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.56px;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}

.copy-pre {
    position: absolute;
    right: 20px;
    top: 20px;
}

.copy-pre__icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
}

.single-content__inner .wp-block-image {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: -60px;
    margin-right: -60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.single-content__inner .wp-block-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.single-content__inner .wp-block-image .wp-element-caption {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    color: #ffffff;
}

.single-content__inner mark {
    background: var(--yf-g3);
    border-radius: 0.25em;
    font-weight: 500;
    margin: 2px 0;
    padding: 0 5px 1px;
}

.glossary-link__name {
    display: block;
    width: calc(100% - 24px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-head {
    margin-top: 168px;
    text-align: center;
}

.cs-head__category {
    color: rgba(0, 0, 0, 0.4);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cs-head__title {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.32px;
}

.cs-head__title .highlight {
    padding: 0 8px;
}

.cs-testimonials {
    margin-top: 82px;
    overflow: hidden;
}

.cs-testimonials-carousel.slick-dotted.slick-slider {
    margin-bottom: 44px;
}

.cs-testimonials-carousel .slick-dots {
    bottom: -44px;
}

.cs-testimonials-carousel .slick-dots li {
    margin: 0 3px;
    width: 14px;
    height: 14px;
}

.cs-testimonials-carousel .slick-dots li button {
    border: 1px solid #000000;
    background: #f5f5f5;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.cs-testimonials-carousel .slick-dots li.slick-active button {
    background: var(--yf-gradient);
}

.cs-testimonials-carousel .slick-dots li button:before {
    display: none;
}

.cs-testimonials-carousel .slick-track {
    display: flex !important;
}

.cs-testimonials-carousel .slick-list {
    overflow: visible;
    margin-left: -10px;
    margin-right: -10px;
}

.cs-testimonials-carousel .slick-slide {
    height: inherit !important;
    margin-left: 10px;
    margin-right: 10px;
}

.cs-testimonial {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #000000;
    position: relative;
    background: #f9f9f9;
    padding: 82px 40px 60px 39%;
    display: flex;
    height: 100%;
}

.cs-testimonial__photo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 36%;
}

.cst-photo {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #000000;
}

.cst-photo__image {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    object-fit: cover;
}

.cst-photo__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.cst-meta {
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
    color: #ffffff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.cst-meta__title {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

.cst-meta__position {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
}

.logos-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.logos-list__image {
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0;
}

.cst-body__background {
    margin-top: 42px;
    font-size: 28px;
    line-height: 1.6;
    font-weight: 500;
}

.cst-body__background:before {
    content: '“';
}

.cst-body__background:after {
    content: '”';
}

.cst-body__background p {
    display: inline;
}

.cst-body {
    padding-bottom: 108px;
    position: relative;
}

.cst-body__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 20px;
}

.cs-logos {
    margin-top: 80px;
}

.cs-results {
    margin-top: 80px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.cs-results .heading-1 .highlight {
    padding: 0 8px;
}

.cs-results__list {
    margin-top: 42px;
}

.results-list {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.results-list__item {
    width: 33.3333333%;
    padding-left: 10px;
    padding-right: 10px;
}

.result-item__icon {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 60px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 64px;
    justify-content: center;
    position: relative;
    width: 64px;
}

.result-item__icon:before,
.result-item__icon:after {
    border-color: inherit;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.result-item__icon:before {
    background: #f5f5f5;
    border-color: #000000;
    z-index: 2;
}

.result-item__icon:after {
    background: #ffffff;
    border-color: #000000;
    transform: translate(2px, 4px);
    z-index: 1;
}

.result-item__icon-inner {
    display: flex;
    position: relative;
    z-index: 2;
}

.result-item__svg {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0;
}

.result-item__title {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
}

.result-item__description {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.cs-media {
    margin-top: 80px;
}

.cs-media .consulting-work-grid {
    margin-top: 40px;
}

.media-pub-card .cell-shading-card-inner {
    background: var(--yf-gradient);
    padding: 117px 25px 25px 30px;
    flex-direction: row;
    align-items: self-end;
}

.media-pub-card {
    min-height: 235px;
}

.media-pub-card .content .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.26px;
}

.cs-page-wrapper {
    padding-bottom: 85px;
}

.cs-cta {
    margin-top: 85px;
}

.cs-cta-card {
    position: relative;
    border: 1px solid #000000;
}

.cs-cta-card__inner {
    display: flex;
    background: #f5f5f5;
    padding: 40px 35px 35px;
    align-items: center;
}

.cs-cta-card__image {
    width: 50%;
    padding-right: 20px;
}

.cs-cta-card__body {
    width: 50%;
    padding-left: 20px;
}

.cs-cta-image {
    background: #ffffff;
    border: 1px solid #000000;
    padding: 20px 140px;
}

.cs-cta-image__src {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.cs-cta-card__description {
    margin-top: 8px;
    font-size: 20px;
}

.cs-cta-card__button {
    margin-top: 40px;
}

.cs-content {
    margin-top: 80px;
}

.cs-content-wrap {
    display: flex;
    border-radius: 16px;
    background: #f9f9f9;
    border: 1px solid #000000;
    padding-left: 40px;
    padding-right: 40px;
}

.cs-content-wrap__body {
    width: 62%;
    padding-right: 20px;
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cs-content-wrap__body h3 {
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.24px;
    font-weight: 500;
}

.cs-content-wrap__body p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.cs-content-wrap__body > *:first-child {
    margin-top: 0;
}

.cs-content-wrap__body > *:last-child {
    margin-bottom: 0;
}

.cs-content-wrap__conclusion {
    width: 38%;
    padding-left: 20px;
    border-left: 1px solid #000000;
}

.cs-conclusion {
    flex-direction: column;
    justify-content: space-between;
    padding: 80px 25px;
    text-align: center;
    display: flex;
}

.cs-conclusion__title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
}

.cs-conclusion__body {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 24px;
    line-height: 2.08;
    letter-spacing: 0.96px;
    font-weight: 500;
    text-transform: uppercase;
}

.cs-conclusion__body .highlihgt {
    line-height: 1.4;
}

.page-wrap {
    padding-top: 168px;
    padding-bottom: 80px;
}

.page-wrap__title {
    font-size: 20px;
    max-width: 427px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(0, 0, 0, 0.4);
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.8px;
    text-align: center;
    text-transform: uppercase;
}

.page-wrap__content {
    margin-top: 20px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.page-wrap__content h1 {
    margin-bottom: 82px;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -0.32px;
}

.page-wrap__content h1 mark {
    background: var(--yf-gradient);
    border-radius: 6px;
    font-weight: 500;
    padding: 0 8px 2px;
}

.forminator-guttenberg {
    padding: 60px;
    background: #f9f9f9;
    border-radius: 16px;
    border: 1px solid #000000;
}

#anchor-education .consulting-work-card .content {
    justify-content: initial;
}

.cell-shading_s:before {
    background: #fdd6c0;
}

.cell-shading_e:before {
    background: #c1fdc0;
}

.cell-shading_b:before {
    background: #ebfdc0;
}

.footer-copyright p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.17px;
}

.footer-dog {
    margin-top: 20px;
    text-align: right;
}

.footer-dog img {
    max-width: 100%;
    height: auto;
}

.form-subscribe .osn-message {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 20px);
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    line-height: 1.30769;
}

.form-subscribe .osn-message:before {
    left: 50%;
    top: -5px;
    transform: translate(-50%, 0) rotate(-45deg);
}

.background .sketchfab-embed-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.background .sketchfab-embed-wrapper iframe {
    width: 100%;
    height: 100%;
}

.navbar-menu-mobile-toggler:before {
    background: #ffffff;
}

.navbar-menu-mobile-toggler-inner {
    gap: 9px;
    transition: var(--yf-transition);
}

.btn-circle {
    width: 48px;
    height: 48px;
}

.btn-circle:before {
    background: #ffffff;
}

.navbar .container {
    position: relative;
}

.container {
    max-width: 1440px;
}

.navbar-menu-toggler {
    letter-spacing: 0.56px;
    line-height: 1.14;
}

.section-hero {
    padding-bottom: 32px;
}

h1 {
    font-size: 48px;
    line-height: 1.29;
    letter-spacing: -0.55px;
}

.home-hero .background-image img {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1/1;
}

.navbar-header__right {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--yf-transition);
}

.n-navbar {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: var(--yf-transition);
    right: 58px;
    top: 50%;
    transform: translate(0, -50%);
}

.n-navbar_active {
    opacity: 1;
    visibility: visible;
}

.n-navbar__list {
    display: flex;
    gap: 10px;
}

.n-navbar__link:before {
    border-color: #000000;
    background: #ffffff;
}

.navbar-header {
    width: 100%;
    position: relative;
}

.navbar-menu-mobile-toggler {
    display: block;
}

.pt-10 {
    padding-top: 10px;
    padding-bottom: 78px;
}

.navbar-menu {
    display: none;
}

.navbar-brand {
    height: 45px;
}

.content-layout .content .heading {
    margin-bottom: 48px;
    font-size: 48px;
    line-height: 1.29;
    letter-spacing: -0.55px;
}

.content-layout .content .paragraph {
    font-size: 21px;
    line-height: 1.52;
    letter-spacing: -0.24px;
}

.content-layout .content p {
    margin-top: 32px;
}

.navbar-menu-mobile-toggler:hover:before {
    transform: translate(2px, 4px);
    background: #f5f5f5;
}

.navbar-menu-mobile-toggler:hover .navbar-menu-mobile-toggler-inner {
    transform: translate(2px, 4px);
}

.navbar-menu-mobile-toggler {
    transition: var(--yf-transition);
}

.content-layout .content .paragraph-small {
    font-size: 17px !important;
    line-height: 1.65;
    letter-spacing: -0.2px;
}

.content-layout .content .btn {
    margin-top: 48px;
}

.btn {
    --btnH: 44px;
    --paddingX: 19px;
    --paddingY: 1px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.13;
    letter-spacing: -0.17px;
}

.btn:after,
.btn-green:after {
    transform: translate(3px, 3px);
}

.btn:active:focus .btn-text,
.btn:active:focus:before,
.btn:hover .btn-text,
.btn:hover:before {
    transform: translate(3px, 3px);
}

.btn-arrow {
    margin-left: 9px;
}

.section_partners .content-layout {
    display: block;
    margin-bottom: 32px;
}

.section_partners .content-layout .content .heading {
    margin-bottom: 16px;
}

.logo__text {
    padding-left: 40px;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.06;
    position: relative;
    letter-spacing: -0.18px;
}

.logo__text:before {
    content: '';
    display: block;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    background: #58c67a;
    border-radius: 50%;
}

.partners-section .card-inner {
    padding: 36px 41px;
}

.partners-section .card .content {
    display: block;
}

.partners-section .card .logo {
    margin-bottom: 43px;
}

.partners-section .card .illustration {
    margin-bottom: 40px;
    justify-content: center;
}

.partners-section .card .illustration img {
    width: 1189px;
}

.partners-section .card .title {
    line-height: 0.83;
    letter-spacing: -0.28px;
}

.partners-section .card .text {
    max-width: 100%;
}

.partners-section .card .paragraph {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.17px;
}

.partners-section .card .btn {
    margin-top: 32px;
}

.partners-section .consulting-work-grid {
    margin-top: 36px;
}

.consulting-work-grid {
    gap: 23px;
}

.cell-shading-card-inner {
    padding: 41px;
}

.consulting-work-card .content .category {
    font-size: 15px;
    line-height: 1.13;
    letter-spacing: -0.17px;
}

#anchor-education .consulting-work-card .content .category {
    width: 85px;
    height: 37px;
    background: url(img/tag.svg) no-repeat center center;
    padding: 7px;
    font-size: 15px;
    line-height: 1.27;
    letter-spacing: -0.17px;
    position: absolute;
    left: -5px;
    top: 21px;
    font-weight: 700;
    text-align: center;
}

.consulting-work-card {
    min-height: 278px;
}

.consulting-work-card .content {
    justify-content: flex-start;
    gap: 34px;
}

.consulting-work-card .content .title {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.28px;
}

.consulting-work-card .content .paragraph {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.17px;
}

#anchor-partners {
    padding-bottom: 36px;
}

.cell-shading {
    bottom: -4px;
    right: -4px;
}

.cell-shading-card.has-hover:hover .cell-shading {
    left: 4px;
    top: 4px;
}

.cell-shading-card.has-hover:hover .cell-shading-card-inner {
    transform: translate3d(4px, 4px, 0);
}

.newsletter-section {
    padding-bottom: 83px;
}

.subscribe-box .cell-shading-card-inner {
    padding: 27px 43px 56px 41px;
}

.subscribe-box .cell-shading-card-inner .content .heading {
    font-size: 32px;
    line-height: 1.94;
    letter-spacing: -0.37px;
}

.subscribe-box .content .paragraph {
    margin-top: -8px;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.17px;
}

.subscribe-box .cell-shading-card-inner {
    gap: 26px;
}

.subscribe-box .content {
    width: 43%;
}

.subscribe-box .form-container {
    width: calc(57% - 26px);
    padding-bottom: 2px;
}

input {
    padding: 1px 19px;
    height: 44px;
    font-size: 15px;
    line-height: 1.13;
    letter-spacing: -0.17px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    border-radius: 22px;
}

input::placeholder {
    color: #999999;
    opacity: 1;
}

.subscribe-box .cell-shading-card-inner {
    align-items: end;
}

.osn-form__group_input:before {
    bottom: -3px;
    right: -3px;
}

.osn-form__group .btn-green,
.ts-bottom__submit {
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: -0.21px;
}

.subscribe-box .form-subscribe {
    gap: 15px;
}

.shared-heading .heading-1 {
    line-height: 1.08;
    letter-spacing: -0.55px;
}

.shared-heading .paragraph {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -0.2px;
}

.projects-grid {
    margin-top: 0;
    gap: 37px;
}

.shared-heading {
    margin-bottom: 40px;
}

.projects-card .icon:before {
    background: #ffffff;
    transition: none;
}

.projects-card .icon:after {
    transform: translate(3px, 3px);
    transition: none;
}

.projects-card:active:focus .icon-inner,
.projects-card:active:focus .icon:before,
.projects-card:hover .icon-inner,
.projects-card:hover .icon:before {
    transform: none;
    background: var(--yf-gradient);
}

.projects-card:hover .content .title,
.projects-card:active:focus .content .title {
    color: #000000;
}

.projects-card .icon {
    width: 57px;
    height: 57px;
    margin-top: 5px;
}

.projects-card {
    align-items: flex-start;
}

.projects-card .content .title {
    line-height: 1.75;
    letter-spacing: -0.18px;
    font-weight: 700;
}

.projects-card .content .paragraph {
    margin-top: 1px;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.17px;
}

#anchor-projects {
    padding-bottom: 75px;
}

.past-clients .content-layout {
    display: block;
}

.past-clients .content-layout .content .heading {
    margin-bottom: 0;
}

.past-clients .content-layout .content p {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -0.2px;
}

.logos-6\/6-grid {
    margin-top: 16px;
    gap: 0 20px;
}

.logos-6\/6-grid .item {
    min-height: 140px;
    padding: 0 10px;
}

.logos-6\/6-grid .item_case-study {
    position: relative;
    background: #ffffff;
}

.logos-6\/6-grid .item_case-study:before {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

.case-study-label {
    position: absolute;
    left: 0;
    top: 4px;
    width: 87px;
    height: 28px;
    padding-left: 6px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: #8b572a;
    font-weight: 700;
    background: url('img/Case Study-3.svg') no-repeat center center;
    display: block;
}

#anchor-cases .content-layout {
    margin-top: 99px;
    display: flex;
    gap: 87px;
    align-items: flex-start;
}

#anchor-cases .past-clients .content-layout {
    margin-top: 0;
}

#anchor-cases .content-layout .content {
    width: 64%;
}

#anchor-cases .content-layout .media {
    width: 36%;
    padding-top: 104px;
}

#anchor-cases .content-layout .content .heading {
    margin-bottom: 40px;
}

.content-layout .content .paragraph-lead,
.paragraph-lead {
    font-size: 31px;
    line-height: 1.42;
    letter-spacing: -0.36px;
    font-weight: 400;
}

.shared-heading .paragraph-lead {
    margin-top: 32px;
}

#anchor-media {
    padding-bottom: 55px;
}

.affiliations-section .content-layout {
    display: flex;
    gap: 127px;
    align-items: flex-start;
}

.affiliations-section .content-layout .content {
    width: 70%;
}

.affiliations-section .content-layout .media {
    width: 30%;
}

.affiliations-section .content-layout .content .heading {
    margin-bottom: 40px;
}

.affiliations-section .logos-6\/6-grid {
    margin-top: 48px;
}

#anchor-affiliations {
    padding-bottom: 28px;
}

#anchor-education .content-layout .content .heading {
    margin-bottom: 40px;
}

.education-section .content-layout {
    display: flex;
    align-items: flex-start;
    gap: 87px;
}

.education-section .content-layout .content {
    width: 68%;
}

.education-section .content-layout .media {
    width: 32%;
    padding-top: 104px;
}

.education-section .consulting-work-grid {
    margin-top: 37px;
}

.consulting-work-card .cell-shading-card-inner {
    background: #ffffff;
    position: relative;
}

.consulting-work-card .cell-shading-card-inner {
    padding: 41px;
}

.education-section .logos-6\/6-grid {
    margin-top: 52px;
}

#anchor-media .shared-heading {
    margin-bottom: 28px;
}

.media-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.media-nav-list {
    display: flex;
    gap: 20px;
    scrollbar-width: none;
}

.media-nav-list::-webkit-scrollbar {
    display: none;
}

.media-nav-list__link {
    padding: 2px 9px 3px 10px;
    font-size: 15px;
    line-height: 1.13;
    letter-spacing: -0.17px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-family: 'IBM Plex Mono', monospace;
    position: relative;
    white-space: nowrap;
}

.media-nav-list__link_active {
    border-color: #000000;
    background: #f5f5f5;
}

.media-nav-list__link:before {
    opacity: 0;
    display: block;
    visibility: hidden;
    content: '';
    left: 3px;
    top: 3px;
    right: -3px;
    bottom: -3px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 12px;
    position: absolute;
    z-index: -1;
}

.media-nav-list__link_active:before {
    opacity: 1;
    visibility: visible;
}

.media-nav {
    margin-bottom: 34px;
}

.media-grid {
    margin-top: 0;
    gap: 22px;
}

.media-body__item {
    display: none;
}

.media-body__item_active {
    display: block;
}

.media-card {
    border-radius: 0;
    overflow: initial;
    border-radius: 0;
}

.media-card .cell-shading-card-inner {
    padding: 0;
}

.media-card .thumbnail-container {
    padding-bottom: 63%;
    border-radius: 0;
}

.media-card__play {
    margin-top: -18px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    display: block;
    width: 51px;
    height: 51px;
    z-index: 2;
}

.media-card .overlay {
    padding: 20px;
}

.media-card .thumbnail:before {
    top: 35%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.media-card .content .title {
    letter-spacing: -0.18px;
    line-height: 1.38;
}

#anchor-education .consulting-work-card .cell-shading-card-inner {
    background: #f5f5f5;
    padding-top: 92px;
    padding-bottom: 25px;
}

#anchor-education .consulting-work-card {
    min-height: 228px;
}

footer {
    padding-top: 112px;
    padding-bottom: 111px;
    border-top: 1px solid #e5e5e5;
}

.footer-brand img {
    height: 45px;
}

.footer-social {
    gap: 19px;
}

#page-wrapper:before {
    background: url(img/Pattern.png) repeat top center;
    opacity: 1;
}

.affiliations-section .logos-6\/6-grid .item img {
    max-height: 100%;
}

.education-section .logos-6\/6-grid .item img {
    max-width: 100%;
    height: auto;
}

.partners-section .card .illustration,
.cs-load-more-wrapper,
.edu-btn-mobile {
    display: none;
}

.media-body__mobile {
    display: none;
    margin-top: 36px;
    text-align: center;
}

.pc-load-more-wrapper {
    display: none;
    margin-top: 3px;
}

.cs-load-more-wrapper img,
.pc-load-more-wrapper img {
    transform: rotate(90deg);
}

.sp-top__inner {
    display: flex;
    margin-left: -18px;
    margin-right: -18px;
    align-items: center;
}

.sp-top__left {
    padding-left: 18px;
    padding-right: 18px;
    width: 33%;
}

.sp-top__left:last-child {
    width: 100%;
}

.sp-top__right {
    width: 67%;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 20px;
    line-height: 1.6;
}

.sp-top__press {
    display: block;
    max-width: 129px;
    height: auto;
    margin: 0;
}

.sp-top__title {
    margin-top: 24px;
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: -0.2px;
}

.sp-top__original {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 23px;
    padding-right: 32px;
    color: #49a967;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: 0.25px;
    background: url(img/icons/ic_arrow.svg) no-repeat right center;
}

.sp-top__original:hover {
    color: #49a967;
}

.sp-top__right > *:first-child {
    margin-top: 0;
}

.sp-top__right > *:last-child {
    margin-bottom: 0;
}

.sp-top__right p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sp-top__right ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sp-top__right li {
    margin-top: 20px;
    padding-left: 26px;
    position: relative;
}

.sp-top__right li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #58c67a;
    position: absolute;
    left: 0;
    top: 14px;
}

.sp-top__right li:first-child {
    margin-top: 0;
}

.sp-top__right strong,
.sp-top__right b {
    font-weight: 500;
}

.sp-thumbnail {
    margin-top: 80px;
}

.sp-thumbnail img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.sc-new {
    margin-top: 80px;
}

.sc-new__inner {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.6;
}

.sc-new__inner > *:first-child {
    margin-top: 0;
}

.sc-new__inner > *:last-child {
    margin-bottom: 0;
}

.sc-new__inner p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.sc-new__inner h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.29;
    font-weight: 500;
    letter-spacing: -0.12px;
}

.sc-new__inner a {
    text-decoration: underline;
}

.sc-new__inner a:hover {
    text-decoration: none;
}

.sc-new__inner mark {
    background: var(--yf-gradient);
    border-radius: 6px;
    padding: 0 1px 2px 8px;
}

.single-post-related .blog-heading {
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -0.46px;
}

.single-post-related .blog-list {
    margin-top: 32px;
}

.single-video .single-post-wrapper {
    padding-top: 0;
}

.sv-hero {
    padding-top: 308px;
    padding-bottom: 100px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.sv-hero:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #fdd6c0 0%, #fdecc0 100%);
    opacity: 0.88;
}

.sv-hero__inner {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.sv-hero__play {
    margin-top: 96px;
    display: inline-block;
    height: 112px;
    font-size: 32px;
    line-height: 3.3;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: none;
    letter-spacing: -0.16px;
    font-weight: 500;
}

.sv-hero__play svg {
    margin-left: 30px;
}

.sv-about {
    padding-top: 64px;
}

.sv-about__top {
    position: relative;
    padding-right: 207px;
}

.sv-language {
    position: relative;
}

.sv-language__inner {
    min-width: 191px;
    border: 1px solid #000000;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
}

.sv-about__language {
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 8;
}

.sv-about__title,
.key-points__title {
    font-size: 32px;
    line-height: 1.94;
    letter-spacing: -0.37px;
}

.sv-language:before {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: -2px;
    right: -2px;
    background: #f9f9f9;
    border: 1px solid #000000;
    z-index: -1;
    border-radius: 20px;
}

.sv-language__current {
    padding-left: 41px;
    padding-right: 31px;
    position: relative;
    background: url(img/icons/ic_sparkles.svg) no-repeat left 15px center;
    cursor: pointer;
}

.sv-language__current:before {
    content: '';
    display: block;
    right: 15px;
    top: 19px;
    width: 8px;
    height: 5px;
    transition: var(--yf-transition);
    background: url(img/icons/ic_dropdown.svg) no-repeat center center;
    position: absolute;
}

.sv-language-dropdown {
    display: none;
    padding: 0 13px 1px 41px;
}

.sv-language_opened .sv-language__current:before {
    transform: rotate(180deg);
}

.sv-language_opened .sv-language-dropdown {
    display: block;
}

.sv-language-dropdown__item_hidden {
    display: none;
}

.sv-language-item {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 2.86;
    letter-spacing: -0.12px;
    font-weight: 600;
    align-items: center;
    cursor: pointer;
}

.sv-language-item__icon {
    width: 22px;
    height: 16px;
    display: block;
    margin-right: 10px;
}

.sv-about__content {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.17px;
}

.key-points {
    margin-top: 64px;
}

.key-points .projects-grid {
    margin-top: 24px;
    grid-template: auto / repeat(3, minmax(0, 1fr));
    gap: 41px;
}

.key-points .projects-card {
    gap: 24px;
}

.single-video .newsletter-section {
    margin-top: 64px;
    padding-bottom: 33px;
}

.single-video .subscribe-box {
    margin-left: -40px;
    margin-right: -40px;
}

.single-video #anchor-media {
    padding-bottom: 53px;
}

.single-video .single-post-related {
    margin-top: 0;
}

.single-podcast .single-post-wrapper {
    padding-top: 165px;
}

.single-podcast .single-post-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 740px;
    background: linear-gradient(180deg, #fdd6c0 0%, rgba(253, 236, 192, 0) 100%);
}

.single-podcast .single-post-wrapper > * {
    position: relative;
    z-index: 1;
}

.sp-title__h1 {
    max-width: 670px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.33;
    letter-spacing: -0.24px;
}

.sp-player {
    margin-top: 32px;
}

.sp-player__inner {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.sp-player-inst {
    padding: 30px 40px;
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #000000;
    gap: 12px;
    display: flex;
    position: relative;
    align-items: center;
}

.sp-player-inst:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    top: 4px;
    right: -2px;
    left: 2px;
    border-radius: 100px;
    background: #ffffff;
    border: 1px solid #000000;
    z-index: -1;
}

.sp-player-inst__play {
    width: 66px;
    height: 68px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/icons/ic_play.svg);
    transition: var(--yf-transition);
}

.sp-player-inst__play_playing {
    background-image: url(img/icons/ic_stop.svg);
}

.sp-player-inst__current {
    width: 55px;
    text-align: right;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

.sp-player-inst__time {
    width: 55px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

.sp-player-inst__wave {
    width: calc(100% - 216px);
    cursor: pointer;
}

.sp-player-inst ::part(cursor) {
    display: none;
}

.sp-meta {
    margin-top: 35px;
}

.sp-meta__inner {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}

.social-share .footer-social {
    gap: 12px;
}

.sp-meta__inner .sv-language {
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 9;
}

.sp-content {
    margin-top: 35px;
}

.sp-content__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
}

.single-podcast .single-post-wrapper .sp-meta {
    z-index: 2;
}

.sv-video {
    display: none;
}

.sv-video_active {
    display: block;
}

.sv-hero_hidden {
    display: none;
}

.sv-moments {
    padding-bottom: 31px;
    background: #f9f9f9;
    border-bottom: 1px solid #000000;
}

.sv-moments__title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.17px;
    line-height: 3.87;
    text-transform: uppercase;
}

.sv-timeline {
    white-space: nowrap;
    overflow: auto;
    padding-left: calc(100vw - 50% - 656px);
}

.sv-timeline__item {
    padding-right: 13px;
    width: 177px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 12px;
}

.sv-timeline__item:first-child {
    padding-left: 0;
    width: 165px;
}

.sv-timeline__item:after {
    height: 2px;
    background: #e4e4e4;
    top: 105px;
    left: 0;
    position: absolute;
    content: '';
    display: block;
    right: -4px;
    transition: var(--yf-transition);
}

.sv-timeline__item:last-child:after {
    right: 18px;
}

.sv-timeline__image .cell-shading-card-inner {
    padding: 0 0 56% 0;
}

.sv-timeline__image .cell-shading-card-inner img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

.sv-timeline__image .cell-shading {
    z-index: 0;
}

.sv-timeline__item:hover .sv-timeline__image .cell-shading-card-inner {
    transform: translate3d(4px, 4px, 0);
}

.sv-timeline__item:hover .sv-timeline__image .cell-shading {
    top: 4px;
    left: 4px;
    opacity: 0;
    right: -10px;
    bottom: -10px;
}

.navbar-header__right_sv {
    opacity: 0;
    visibility: hidden;
}

.navbar__toggler {
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translate(0, -50%);
    width: 48px;
    height: 48px;
    border-radius: 60px;
    background: #ffffff;
    padding: 17px 14px;
    border: 1px solid #000000;
}

.navbar__toggler-icon {
    width: 7px;
    height: 14px;
    display: block;
    margin: 0;
}

.sv-timeline__time {
    margin-top: 11px;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: -0.14px;
    font-weight: 500;
    padding: 1px 4px;
    border-radius: 4px;
    background: #e4e4e4;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: var(--yf-transition);
}

.sv-timeline__title {
    margin-top: 8px;
    white-space: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: -0.16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sv-timeline__item_active .sv-timeline__time {
    background: #fbbe9c;
}

.sv-timeline__item_active:after {
    background: linear-gradient(to right, #e4e4e4 0%, #fbbe9c 9%, #fbbe9c 86%, #e4e4e4 100%);
}

.sv-timeline__item_active:before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: linear-gradient(270deg, rgba(251, 190, 156, 0) 0%, #fbbe9c 100%);
    position: absolute;
    top: 108px;
}

.sv-video__src_youtube {
    width: 100%;
}

.single-podcast .single-post-related {
    margin-top: 70px;
    padding-bottom: 44px;
}

.single-podcast .newsletter-section {
    padding-bottom: 71px;
}

.sp-top__yf {
    padding: 4px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #ebfdc0 0%, #c1fdc0 100%);
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0;
    display: inline-block;
}

.single-op-ed .single-post-related {
    margin-top: 80px;
    padding-bottom: 64px;
}

.single-post .single-post-related {
    margin-top: 84px;
    padding-bottom: 0;
}

.single-content__inner li {
    margin-top: 20px;
    padding-left: 32px;
    position: relative;
}

.single-content__inner li:before {
    content: '';
    display: block;
    left: 10px;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
}

.single-content__inner li:first-child {
    margin-top: 0;
}

.single-tutorial .single-post-related {
    padding-bottom: 44px;
}

.single-tutorial .newsletter-section {
    padding-bottom: 124px;
}

.navbar-m-toggler {
    --borderSize: 1px;
    align-items: center;
    border-radius: 60px;
    box-sizing: border-box;
    color: #000000;
    display: inline-flex;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: flex-end;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 0 24px;
    position: relative;
    text-transform: uppercase;
    z-index: 1000;
    transition: var(--yf-transition);
}

.navbar-m-toggler_hidden {
    opacity: 0;
    visibility: hidden;
}

.navbar-m-toggler:after,
.navbar-m-toggler:before {
    border-color: inherit;
    border-radius: inherit;
    border-style: solid;
    border-width: var(--borderSize);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: inherit;
    transition-property: transform;
    transition-timing-function: inherit;
    transition: var(--yf-transition);
}

.navbar-m-toggler:before {
    background: #ffffff;
    border-color: #000000;
    z-index: 2;
}

.navbar-m-toggler:after {
    background-color: #ffffff;
    border-color: #000000;
    transform: translate(2px, 4px);
    z-index: 1;
}

.navbar-m-toggler:hover:before,
.navbar-m-toggler:focus:before {
    transform: translate(2px, 4px);
    background: #f5f5f5;
    border-color: #000000;
}

.navbar-m-toggler:hover .navbar-menu-mobile-toggler-inner,
.navbar-m-toggler:focus .navbar-menu-mobile-toggler-inner {
    transform: translate(2px, 4px);
}

.single-post-thumbnail__inner {
    max-width: 1042px;
    margin-left: auto;
    margin-right: auto;
}

.single-post-thumbnail__inner .cell-shading-card-inner {
    padding: 0;
    background: #ffffff;
}

.n-navbar__link {
    padding: 16px 25px 16px 24px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    height: 48px;
    line-height: 1.14;
    letter-spacing: 0.56px;
}

.n-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1233;
    background: rgba(0, 0, 0, 0.32);
    transition: var(--yf-transition);
    opacity: 0;
    visibility: hidden;
}

.n-overlay_active {
    opacity: 1;
    visibility: visible;
}

.n-search {
    position: absolute;
    right: 0;
    top: 0;
    left: 147px;
    opacity: 0;
    visibility: hidden;
    transition: var(--yf-transition);
    z-index: 2;
}

.n-search_active {
    opacity: 1;
    visibility: visible;
}

.n-search-form {
    position: relative;
}

.n-search-form__input {
    padding-left: 48px;
    text-transform: none;
    padding-right: 48px;
    font-size: 15px;
    line-height: 1.27;
    letter-spacing: -0.17px;
    z-index: 1;
    position: relative;
}

.n-search-form__submit {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 12px;
    z-index: 2;
}

.n-search-form__submit-icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
}

.n-search-form .osn-form__group {
    margin-top: 0;
    max-width: 100%;
}

.btn-search {
    transition: var(--yf-transition);
}

.btn-search_hidden {
    opacity: 0;
    visibility: hidden;
}

.n-search-form__close {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translate(0, -50%);
    width: 13px;
    height: 13px;
    z-index: 2;
}

.n-search-form__close svg {
    width: 13px;
    height: 13px;
    display: block;
    margin: 0;
}

.n-search__results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 12px;
}

.search-results {
    opacity: 0;
    visibility: hidden;
    transition: var(--yf-transition);
}

.search-results_active,
body.search-results {
    opacity: 1;
    visibility: visible;
}

.search-results:before {
    position: absolute;
    content: '';
    display: block;
    right: -2px;
    bottom: -4px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 24px;
    left: 2px;
    top: 4px;
}

body.search-results:before {
    display: none;
}

.sr-html {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #000000;
}

.sr-html__results-wrapper {
    margin-top: -1px;
    padding: 0 9px 34px 11px;
    position: relative;
}

.sr-html__counter {
    font-size: 12px;
    line-height: 3.17;
    letter-spacing: 0.22px;
    color: #999999;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

.sr-html__results {
    margin-top: -1px;
}

.sr-results__item {
    margin-top: 10px;
}

.sr-results__item:first-child {
    margin-top: 0;
}

.sr-result {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    border-radius: 8px;
    transition: var(--yf-transition);
    padding: 2px 7px 10px 10px;
}

.sr-result:hover {
    background: #f9f9f9;
}

.sr-result img {
    width: 49px;
    height: 41px;
    object-fit: cover;
    display: block;
    margin: 0;
    border: 1px solid #000000;
    border-radius: 4px;
}

.sr-result img.sr-result__no-image {
    border: 0;
}

.sr-result__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: -0.09px;
    padding-right: 18px;
    display: inline-block;
    transition: var(--yf-transition);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sr-result__line {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sr-tags {
    display: flex;
    gap: 4px;
    white-space: nowrap;
}

.sr-tags__item {
    padding: 1px 8px 2px;
    background: #49a967;
    border-radius: 8px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.27;
    letter-spacing: -0.05px;
}

.sr-excerpt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 1.31;
    font-weight: 500;
    color: #999999;
    transition: var(--yf-transition);
}

.sr-result__meta {
    width: 100%;
    overflow: hidden;
}

img + .sr-result__meta {
    width: calc(100% - 65px);
}

.pagination {
    display: flex;
    gap: 11px;
}

.pagination > a {
    width: 38px;
    height: 38px;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 2;
    letter-spacing: -0.09px;
    color: #000000;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    border: 1px solid #000000;
    transition: all 0.2s ease-in-out;
    top: 0;
    left: 0;
}

.pagination > a:before {
    position: absolute;
    content: '';
    display: block;
    z-index: -1;
    left: 3px;
    top: 3px;
    right: -4px;
    bottom: -4px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #000000;
    transition: all 0.2s ease-in-out;
}

.pagination > span {
    width: 38px;
    height: 38px;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 2;
    letter-spacing: -0.09px;
    color: #000000;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    border: 1px solid #000000;
}

.pagination > span:before {
    position: absolute;
    content: '';
    display: block;
    z-index: -1;
    left: 3px;
    top: 3px;
    right: -4px;
    bottom: -4px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #000000;
}

.pagination > span.dots:before {
    border-color: #999999;
}

.sr-html .pagination {
    margin-top: 22px;
    padding-left: 10px;
    justify-content: center;
}

.pagination__prev svg,
.pagination__next svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 9px;
}

.pagination__next_disabled,
.pagination__next_disabled:before,
.pagination__prev_disabled,
.pagination__prev_disabled:before {
    border-color: #999999 !important;
    cursor: default;
}

.pagination__next_disabled svg > g > g,
.pagination__prev_disabled svg > g > g {
    stroke: #999999;
}

.pagination > span.current {
    color: #49a967;
    border-color: #49a967;
}

.pagination > span.current:before {
    border-color: #49a967;
}

.pagination span.dots {
    border-color: #999999;
    color: #999999;
}

.page-wrap__content span.dots:before {
    border-color: #999999;
}

.pagination > a:hover:not(.pagination__prev_disabled):not(.pagination__next_disabled) {
    left: 3px;
    top: 3px;
}

.pagination > a:hover:not(.pagination__prev_disabled):not(.pagination__next_disabled):before {
    right: 0;
    bottom: 0;
}

.search-results__nothing-found {
    padding: 57px 20px 73px;
    text-align: center;
}

.search-results__nothing-found-icon {
    width: 140px;
    height: 58px;
    display: block;
    margin: 0 auto;
}

.search-results__nothing-found-title {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.72;
    letter-spacing: -0.09px;
    font-weight: 500;
}

.sr-result__title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sr-html__btn {
    position: absolute;
    bottom: 33px;
    right: 28px;
}

.sr-result:hover .sr-excerpt {
    color: #000000;
}

#page-wrapper {
    min-height: 100vh;
}

.sr-page__top {
    position: relative;
    padding-left: 74px;
    padding-right: 74px;
    margin-top: 33px;
}

.sr-page__top .btn-back {
    position: absolute;
    left: 11px;
    top: 11px;
    width: 41px;
    height: 41px;
}

.sr-page__body {
    padding-left: 74px;
    padding-right: 74px;
    margin-top: 28px;
}

.sr-page__body .sr-html {
    padding: 12px 11px 18px;
    border: 0;
    background: transparent;
}

.sr-page__body .osn-form__group_input {
    z-index: 2;
}

.sr-page__body .n-search-form__submit {
    z-index: 3;
}

.sr-page__search-results:before,
body.search-results .sr-html__btn {
    display: none;
}

.topics-subscribe__gdpr {
    margin-top: 55px;
}

.ts-gdpr {
    font-size: 12px;
    line-height: 2.67;
    letter-spacing: -0.14px;
}

.ts-gdpr a {
    text-decoration: underline;
}

.ts-gdpr a:hover {
    text-decoration: none;
}

.mobile-only {
    display: none;
}

.cell-shading_1:before {
    background: #fdd6c1;
}

.cell-shading_2:before {
    background: #ecfdc0;
}

.cell-shading_3:before {
    background: #c1e0c0;
}

.media-hero {
    background: linear-gradient(180deg, #c1fdc0 0%, #fdecc0 100%);
    padding-top: 106px;
}

.media-hero__inner {
    display: flex;
    gap: 67px;
    align-items: flex-end;
}

.media-hero__content {
    width: 51%;
    padding-bottom: 64px;
}

.media-hero__image {
    width: calc(49% - 67px);
}

.media-hero__image-src {
    max-width: 100%;
    display: block;
    margin: 0;
    height: auto;
}

.media-hero__description {
    margin-top: 40px;
    font-weight: 300;
    font-size: 31px;
    letter-spacing: -0.36px;
    line-height: 1.42;
}

.map-body {
    margin-top: 7px;
}

.map-body__fields {
    display: flex;
    gap: 44px;
    align-items: center;
}

.media-nav-list_sb {
    justify-content: space-between;
    width: calc(50% - 19px);
    overflow: auto;
    padding: 4px 0;
}

.map-body__search {
    position: relative;
    width: calc(50% - 19px);
}

.osn-form__group_mt_0 {
    margin-top: 0;
}

.map-body__search .osn-form__group {
    max-width: 100%;
}

.featured-posts {
    margin-top: 31px;
}

.featured-posts__inner {
    display: flex;
    gap: 43px;
}

.featured-post {
    width: calc(50% - 21.5px);
    background: #ffffff;
}

.featured-post__inner {
    padding: 57px 277px 37px 41px;
    background: linear-gradient(180deg, #ebfdc0 0%, rgba(193, 253, 192, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    position: relative;
}

.featured-post:first-child .featured-post__inner {
    background: linear-gradient(180deg, #fdd6c0 0%, rgba(253, 236, 192, 0) 100%);
}

.featured-post__image {
    position: absolute;
    right: 43px;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 191px;
    height: auto;
    display: block;
    margin: 0;
}

.featured-post__category {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.17px;
    line-height: 1.27;
    text-transform: uppercase;
}

.featured-post__name {
    margin-top: 32px;
    font-size: 40px;
    letter-spacing: -0.46px;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
}

.featured-post__excerpt {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.17px;
}

.featured-post__button {
    width: 163px;
}

.featured-post:first-child .featured-post__button:before {
    background: linear-gradient(180deg, #fdd6c0 0%, #fdecc0 100%);
}

.map-posts {
    margin-top: 44px;
    padding-bottom: 102px;
}

.featured-post .cell-shading {
    bottom: -5px;
    right: -5px;
}

.blog-list_media .cell-shading-card-inner {
    padding-bottom: 35px;
}

.blog-list_media .blog-item {
    margin-bottom: 23px;
}

.blog-item__thumbnail img.blog-item__play {
    width: 51px;
    height: 51px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    right: auto;
    bottom: auto;
    border: 0;
    object-fit: contain;
    margin: 0;
}

.blog-list_media .blog-title__text {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.28px;
    display: block;
}

.blog-item__tags {
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.blog-item__tag {
    padding: 3px 10px 6px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: -0.14px;
    line-height: 1.25;
    background: #f2f2f2;
    border-radius: 12px;
}

.blog-list_media .blog-item__excerpt {
    margin-top: 10px;
    -webkit-line-clamp: 5;
}

.map-posts__more {
    margin-top: 40px;
    text-align: center;
}

.map-posts__load-more {
    width: 120px;
}

.map-posts__load-more:before {
    background: linear-gradient(180deg, #fdd6c0 0%, #fdecc0 100%);
}

.background-home {
    z-index: 0;
    object-fit: cover;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.background-home canvas {
    height: 100% !important;
}

@keyframes move {
    100% {
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 1440px) {
    .content-layout .content .paragraph-small {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 1360px) {
    .topics-list__item {
        width: 50%;
    }
}

@media only screen and (min-width: 1280px) {
    .navbar-menu:before {
        background: #ffffff;
    }
    .navbar-menu {
        margin-right: 58px;
    }
}

@media only screen and (min-width: 768px) {
    .home-hero {
        min-height: 740px;
    }
    .education-card .cell-shading-card-inner {
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .content-layout .content .paragraph-small {
        font-size: calc(13.71429px + 0.29762vw);
    }
    .about-section .content-layout {
        display: flex;
        gap: 70px;
    }
    .about-section .content-layout .content {
        width: 65%;
    }
    .about-section .content-layout .media {
        width: calc(35% - 70px);
        padding-top: 141px;
    }
    .about-section {
        margin-right: -20px;
    }
}

@media only screen and (max-width: 1440px) {
    .sv-timeline {
        padding-left: var(--globalGutter);
        padding-right: var(--globalGutter);
    }
}

@media only screen and (max-width: 1379px) {
    .n-navbar {
        position: fixed;
        top: 0;
        width: 414px;
        max-width: 96%;
        background: #ffffff;
        border-right: 1px solid #000000;
        bottom: 0;
        overflow: auto;
        height: 100%;
        padding: 33px 21px 33px 17px;
        left: 0;
        transform: none;
        z-index: 1234;
    }
    .n-navbar:after {
        content: '';
        display: block;
        right: 4px;
        top: 0;
        width: 1px;
        bottom: 0;
        background: #000000;
        position: absolute;
    }
    .n-navbar__list {
        display: block;
    }
    .n-navbar__item {
        margin-top: 20px;
    }
    .n-navbar__item:first-child {
        margin-top: 0;
    }
    .n-navbar__link {
        padding-right: 24px;
    }
    .n-overlay {
        display: block;
    }
}

@media only screen and (max-width: 1249px) {
    .featured-post__inner {
        padding-right: 41px;
    }
    .featured-post__image {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .topics-subscribe__bottom {
        flex-wrap: wrap;
    }
    .ts-bottom__actions {
        order: 1;
        padding-left: 0;
        width: 100%;
    }
    .ts-bottom__delete {
        order: 2;
        margin-top: 33px;
    }
    .subscribe-box .cell-shading-card-inner {
        flex-wrap: wrap;
    }
    .subscribe-box .content {
        width: 100%;
    }
    .subscribe-box .form-container {
        width: 100%;
    }
    .single-content .cta {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .topics-list__item {
        width: 100%;
    }
    #anchor-cases .logos-6\/6-grid {
        grid-template: auto / repeat(4, minmax(0, 1fr));
    }
    .sp-top__inner {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .sp-top__left {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
    .sp-top__right {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 24px;
    }
    .single-post-related .blog-list {
        flex-wrap: wrap;
    }
    .single-post-related .blog-item {
        width: calc(50% - 24px);
    }
    .key-points .projects-grid {
        grid-template: auto / repeat(1, minmax(0, 1fr));
    }
    .key-points .projects-grid {
        gap: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .posts-list__item {
        width: 100%;
    }
    .topics-wrapper__left {
        padding-left: 0;
    }
    .topics-wrapper__left_fw-tablet {
        width: 100%;
        padding-right: 0;
    }
    .tablet-hidden,
    .sr-html__btn,
    .sr-page__top {
        display: none;
    }
    .sr-page__body {
        padding-left: 0;
        padding-right: 0;
        margin-top: 33px;
    }
    .sr-page__body .sr-html {
        padding: 8px 0 32px;
    }
    .sr-page__body .sr-html__results-wrapper {
        padding: 0;
        margin: 0;
    }
    .media-hero__image {
        display: none;
    }
    .media-hero__inner {
        display: block;
    }
    .media-hero {
        padding-top: 396px;
    }
    .media-hero__content {
        width: auto;
        padding-bottom: 24px;
    }
    .media-hero__description {
        margin-top: 24px;
    }
    .map-body {
        margin-top: 0;
    }
    .map-body__fields {
        display: block;
    }
    .media-nav-list_sb {
        width: auto;
    }
    .map-body__search {
        width: auto;
        margin-top: 36px;
    }
    .featured-posts {
        margin-top: 44px;
    }
    .featured-posts__inner {
        flex-direction: column;
        gap: 20px;
    }
    .featured-post {
        width: 100%;
    }
    .featured-post__inner {
        padding: 57px 41px 37px;
        gap: 42px;
    }
    .featured-post__name {
        margin-top: 39px;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.37px;
    }
    .featured-post__excerpt {
        display: none;
    }
    .map-posts .blog-list {
        margin: 20px;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        gap: 20px;
    }
    .blog-list_media .blog-item {
        margin: 0;
        width: 100%;
    }
    .blog-list_media .blog-item .cell-shading-card-inner {
        padding-bottom: 35px;
    }
    .map-posts {
        margin-top: 20px;
        padding-bottom: 84px;
    }
    .map-posts__more {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .onboarding-nav {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .o-nav-link__icon {
        margin-right: 16px;
    }
    .o-nav-link {
        font-size: 20px;
        letter-spacing: -0.1px;
    }
    .onboarding-sign {
        margin-top: 11px;
    }
    .onboarding-sign__inner {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .osn-nav__item {
        margin-right: 16px;
    }
    .osn-form__group {
        max-width: 100%;
    }
    .social-sign:before {
        right: 0;
    }
    .social-sign {
        text-align: center;
    }
    .social-sign__list {
        justify-content: center;
    }
    .sign-link {
        width: 40px;
        height: 40px;
    }
    .sign-icon {
        width: 20px;
        height: 20px;
    }
    .onboarding_bg {
        background-position: bottom -30% right;
        background-size: 140%;
    }
    .osn-form__description {
        text-align: center;
    }
    .osn-message {
        top: 100%;
        left: 50%;
        transform: translate(-50%, 20px);
        padding-left: 12px;
        padding-right: 12px;
        font-size: 13px;
        line-height: 1.30769;
    }
    .osn-message:before {
        left: 50%;
        top: -5px;
        transform: translate(-50%, 0) rotate(-45deg);
    }
    .topics-wrapper {
        padding-top: 0;
        flex-wrap: wrap;
    }
    .topics-wrapper__left {
        padding-right: 0;
        width: 100%;
        order: 2;
    }
    .mobile-hidden {
        display: none;
    }
    .topics-list__item {
        width: 50%;
    }
    .btn-fw-mobile {
        width: 100%;
    }
    .topics-subscribe__bottom {
        justify-content: center;
    }
    .onboarding-gdpr {
        padding-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .onboarding-gdpr__text {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 320px;
        text-align: center;
        font-size: 14px;
        margin-top: 12px;
    }
    .onboarding_gdpr {
        padding-bottom: 112px;
    }
    .topics-wrapper_2fa,
    .fa2-confirmation__button,
    .osn-form_delete {
        margin-top: 30px;
    }
    .fa2-confirmation {
        max-width: 100%;
    }
    .osn-input_digit {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .topics-wrapper__right {
        width: 100%;
        order: 1;
        margin-bottom: 40px;
    }
    .topics-img {
        width: 204px;
    }
    .topics-wrapper_delete {
        margin-top: 97px;
    }
    .mobile-center {
        text-align: center;
    }
    .osn-form_mw_380,
    .btn-mw-380 {
        max-width: 100%;
    }
    .mt-30-mobile {
        margin-top: 30px;
    }
    .projects-grid {
        gap: 20px;
    }
    .projects-card .icon {
        margin-bottom: 10px;
    }
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .navbar-brand {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .navbar-header__right {
        justify-content: space-between;
        width: 100%;
    }
    .navbar-menu-mobile-toggler-inner > span:first-child {
        display: none;
    }
    .navbar-menu-mobile-toggler {
        padding-left: 16px;
        padding-right: 16px;
    }
    .home-hero {
        min-height: 700px;
        padding-bottom: 16px;
    }
    h1 {
        font-size: 40px;
        line-height: 1.15;
        letter-spacing: -0.46px;
    }
    .logos .item {
        padding-left: 19px;
        padding-right: 19px;
    }
    .logo-carousel-section {
        padding-top: 43px;
        padding-bottom: 43px;
    }
    .about-section .media {
        justify-content: center;
    }
    .about-section .image-container img {
        height: auto;
        max-width: 100%;
        width: 238px;
    }
    .about-section .content-layout {
        gap: 0;
    }
    .about-section .content {
        margin-top: -36px;
    }
    .about-section .content .heading,
    .eyebrow-tag-wrapper {
        text-align: center
    }
    .eyebrow-tag {
        margin-bottom: 19px;
    }
    .content-layout .content .heading {
        margin-bottom: 16px;
    }
    .about-section .content-layout .content .heading + .paragraph ~ p,
    #anchor-cases .content-layout .content .heading + .paragraph-lead ~ p,
    .affiliations-section .content-layout .content .heading ~ .paragraph ~ p,
    .education-section .content-layout .content .heading + .paragraph-lead ~ p {
        display: none;
    }
    .content-layout .content p {
        margin-top: 16px;
    }
    .content-layout .content .btn {
        margin-top: 32px;
    }
    .pt-10 {
        padding-bottom: 67px;
        padding-top: 0;
    }
    .section_partners .content-layout .content .heading {
        font-size: 32px;
        line-height: 1.09;
        letter-spacing: -0.37px;
    }
    .content-layout .content p {
        font-size: 17px;
        line-height: 1.65;
        letter-spacing: -0.2px;
    }
    .section_partners .content-layout {
        margin-bottom: 24px;
    }
    .logo__text,
    .partners-section .card .illustration {
        display: none;
    }
    .partners-section .card .illustration_mobile {
        display: block;
        margin-bottom: 11px;
    }
    .partners-section .card .logo img {
        width: 176px;
    }
    .partners-section .card .logo {
        margin-bottom: 59px;
    }
    .logo-text-mobile {
        margin-top: 16px;
        font-family: 'IBM Plex Mono', monospace;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.14;
        text-transform: uppercase;
    }
    .partners-section .card .btn {
        margin-top: 24px;
    }
    .consulting-work-grid {
        grid-template: auto / repeat(1, minmax(0, 1fr));
    }
    .partners-section .consulting-work-grid {
        margin-top: 23px;
    }
    .cs-load-more-wrapper {
        display: block;
    }
    .cs-load-more-wrapper ~ a {
        display: none;
    }
    .consulting-work-grid_loaded .cs-load-more-wrapper ~ a {
        display: flex;
    }
    .pc-load-more-wrapper {
        display: block;
    }
    .pc-load-more-wrapper ~ a {
        display: none;
    }
    .projects-grid_loaded .pc-load-more-wrapper ~ a {
        display: flex;
    }
    .consulting-work-card .content .category {
        font-size: 15px;
        line-height: 1.13;
        letter-spacing: -0.17px;
    }
    .consulting-work-card .content .title {
        font-size: 24px;
        line-height: 0.83;
        letter-spacing: -0.28px;
    }
    #anchor-partners {
        padding-bottom: 35px;
    }
    .subscribe-box .cell-shading-card-inner {
        display: block;
        padding: 30px 41px 45px;
        text-align: left;
    }
    .subscribe-box .content {
        width: auto;
    }
    .subscribe-box .form-container {
        width: auto;
        padding-bottom: 0;
    }
    .subscribe-box .cell-shading-card-inner .content .heading {
        font-size: 24px;
        line-height: 2.58;
        letter-spacing: -0.28px;
    }
    .subscribe-box .content .paragraph {
        margin-top: -3px;
    }
    .subscribe-box .form-container {
        margin-top: 16px;
    }
    .subscribe-box .form-subscribe {
        gap: 19px;
    }
    .subscribe-box .form-subscribe input {
        text-align: left;
    }
    .subscribe-box .form-subscribe .btn-text {
        justify-content: space-between;
        display: flex;
        width: 100%;
    }
    .newsletter-section {
        padding-bottom: 68px;
    }
    .shared-heading {
        margin-bottom: 32px;
    }
    .projects-category-title {
        display: none;
    }
    .projects-grid {
        gap: 32px;
    }
    .projects-card {
        gap: 24px;
    }
    #anchor-projects {
        padding-bottom: 67px;
    }
    #anchor-cases .content-layout {
        margin-top: 0;
    }
    #anchor-cases .content-layout .content .heading {
        font-size: 32px;
        line-height: 1.09;
        letter-spacing: -0.37px;
        margin-bottom: 16px;
    }
    #anchor-cases .content-layout .content {
        width: 100%;
    }
    #anchor-cases .logos-6\/6-grid,
    .affiliations-section .logos-6\/6-grid,
    .education-section .logos-6\/6-grid {
        display: block;
        margin-top: 24px;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 6px;
        padding-right: 6px;
        white-space: nowrap;
        overflow: hidden;
        height: 150px;
        width: calc(100% + 32px);
    }
    #anchor-cases .logos-6\/6-grid .item,
    .affiliations-section .logos-6\/6-grid .item,
    .education-section .logos-6\/6-grid .item {
        display: inline-flex;
        width: 200px;
        vertical-align: middle;
    }
    .logos-6\/6-grid .item img {
        transform: none;
    }
    #anchor-cases .content-layout {
        flex-wrap: wrap;
    }
    #anchor-cases .content-layout .media {
        width: 100%;
        padding-top: 26px;
    }
    #anchor-cases .content-layout {
        gap: 32px;
    }
    .content-layout .content .paragraph-lead,
    .paragraph-lead {
        font-size: 21px;
        line-height: 1.52;
        letter-spacing: -0.24px;
    }
    .shared-heading .paragraph-lead {
        margin-top: 16px;
    }
    .section {
        padding-bottom: 67px;
    }
    .shared-heading-flex {
        gap: 16px;
    }
    .media-section__description {
        font-size: 17px;
        line-height: 1.65;
        letter-spacing: -0.2px;
    }
    .media-nav .btn {
        display: none;
    }
    .media-nav-list {
        padding-bottom: 4px;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        white-space: nowrap;
        overflow: auto;
        gap: 5px;
    }
    .media-body__mobile {
        display: block;
    }
    .media-body .media-grid {
        gap: 20px;
        grid-template: auto / repeat(1, minmax(0, 1fr));
    }
    .media-body .media-card {
        margin-left: auto;
        margin-right: auto;
        width: 312px;
        max-width: 100%;
    }
    #anchor-media {
        padding-bottom: 35px;
    }
    .affiliations-section .content-layout {
        flex-wrap: wrap;
        gap: 33px;
    }
    .affiliations-section .content-layout .media {
        width: 100%;
        text-align: center;
        display: block;
    }
    .affiliations-section .content-layout .content {
        width: 100%;
    }
    .affiliations-section .image-container img {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .affiliations-section .content-layout .content .heading {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 1.09;
        letter-spacing: -0.37px;
    }
    .affiliations-section .logos-6\/6-grid {
        margin-top: 3px;
    }
    #anchor-affiliations {
        padding-bottom: 0;
    }
    .education-section .content-layout {
        flex-wrap: wrap;
        gap: 32px;
    }
    .education-section .content-layout .media {
        width: 100%;
        padding-top: 0;
    }
    .education-section .content-layout .content {
        width: 100%;
    }
    #anchor-education .content-layout .content .heading {
        font-size: 32px;
        margin-bottom: 16px;
        line-height: 1.09;
        letter-spacing: -0.37px;
    }
    .edu-btn-desktop {
        display: none;
    }
    .edu-btn-mobile {
        display: inline-flex;
        margin-top: 32px;
    }
    .education-section .consulting-work-grid {
        margin-top: 35px;
        overflow: auto;
        padding-bottom: 20px;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        display: block;
        white-space: nowrap;
    }
    #anchor-education .consulting-work-card {
        white-space: normal;
        width: 372px;
        display: inline-flex;
        max-width: 87vw;
        margin-right: 16px;
    }
    #anchor-education .consulting-work-card:last-child {
        margin-right: 0;
    }
    #anchor-education .consulting-work-card .cell-shading-card-inner {
        padding-top: 72px;
    }
    #anchor-education .consulting-work-card .content .category {
        top: 20px;
    }
    .consulting-work-card .content .title {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: -0.23px;
    }
    .education-section .logos-6\/6-grid .item img {
        transform: none;
    }
    .education-section .logos-6\/6-grid {
        margin-top: 0;
    }
    #anchor-education {
        padding-bottom: 52px;
    }
    footer {
        padding-top: 41px;
        padding-bottom: 42px;
    }
    .footer-layout {
        gap: 32px;
    }
    .footer-copyright {
        margin-top: 3px;
    }
    .footer-copyright p {
        margin-bottom: 24px;
    }
    .single-post-wrapper {
        padding-top: 125px;
    }
    .sp-top__title {
        margin-top: 32px;
    }
    .sp-thumbnail,
    .sc-new {
        margin-top: 40px;
    }
    .single-post-related .blog-heading {
        font-size: 32px;
        line-height: 1.09;
        letter-spacing: -0.37px;
    }
    .single-post-related .blog-list {
        margin-top: 20px;
    }
    .single-post-related .blog-item {
        width: calc(100% - 24px);
    }
    .single-post-related {
        margin-top: 40px;
        padding-bottom: 34px;
    }
    .sv-hero {
        padding-top: 177px;
        padding-bottom: 35px;
    }
    .sv-hero__title {
        font-size: 32px;
        line-height: 1.31;
        letter-spacing: -0.37px;
    }
    .sv-hero__play {
        margin-top: 86px;
        height: 56px;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 19px;
    }
    .sv-hero__play svg {
        margin-left: 15px;
        width: 33px;
        height: 34px;
    }
    .sv-about {
        padding-top: 106px;
    }
    .sv-about__top {
        padding-right: 0;
    }
    .sv-about__language {
        left: 50%;
        right: auto;
        top: -74px;
        transform: translate(-50%, 0);
    }
    .key-points {
        margin-top: 32px;
    }
    .single-video .newsletter-section {
        margin-top: 24px;
    }
    .single-video .subscribe-box {
        margin-left: 0;
        margin-right: 0;
    }
    .subscribe-box .cell-shading-card-inner {
        padding-top: 29px;
        padding-right: 44px;
        padding-left: 40px;
    }
    .subscribe-box .content .paragraph {
        margin-top: -5px;
    }
    .single-video #anchor-media {
        padding-bottom: 35px;
    }
    .single-video .single-post-related {
        padding-bottom: 85px;
    }
    .sv-timeline {
        padding-left: 16px;
        padding-right: 16px;
    }
    .single-podcast .single-post-wrapper {
        padding-top: 116px;
    }
    .sp-title__h1 {
        font-size: 32px;
        line-height: 1.31;
        letter-spacing: -0.37px;
    }
    .sp-player-inst {
        padding: 19px 26px;
        gap: 8px;
    }
    .sp-player-inst__play {
        width: 43px;
        height: 44px;
        background-size: 100% 100%;
    }
    .sp-player-inst__current,
    .sp-player-inst__time {
        font-size: 13px;
        line-height: 1.59;
        width: 35px;
    }
    .sp-player-inst__wave {
        width: calc(100% - 137px);
    }
    .social-share__label {
        display: none;
    }
    .single-podcast .single-post-related {
        margin-top: 36px;
        padding-bottom: 16px;
    }
    .single-podcast .newsletter-section {
        padding-bottom: 77px;
    }
    .single-post-title__text {
        font-size: 32px;
        line-height: 1.38;
        letter-spacing: -0.16px;
    }
    .single-post-thumbnail {
        margin-top: 40px;
    }
    .single-post-meta {
        margin-top: 32px;
    }
    .single-op-ed .single-post-related {
        padding-top: 29px;
    }
    .single-post .single-post-related {
        margin-top: 44px;
    }
    .single-post .single-post-related {
        padding-bottom: 107px;
    }
    .single-post .newsletter-section {
        display: none;
    }
    .single-content__inner pre {
        padding-bottom: 28px;
    }
    .single-tutorial .single-post-related {
        padding-bottom: 16px;
    }
    .single-tutorial .newsletter-section {
        padding-bottom: 40px;
    }
    .n-search {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        overflow: auto;
        padding: 33px 16px;
        z-index: 1234;
    }
    .n-search__results {
        top: 93px;
        left: 0;
        right: 0;
        overflow: auto;
        margin: 0;
    }
    .sr-html {
        background: transparent;
        border: 0;
    }
    .search-results:before {
        display: none;
    }
    .sr-html__results {
        margin-top: 2px;
    }
    .sr-results__item {
        margin-top: 12px;
    }
    .search-results__nothing-found {
        top: 50%;
        left: 0;
        right: 0;
        position: fixed;
        transform: translate(0, -50%);
    }
    #warp {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 700px;
        height: 700px;
    }
    .sr-result__title-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .sr-result__title-wrapper .sr-tags {
        order: 1;
    }
    .sr-result__title {
        order: 2;
    }
    .sr-result {
        align-items: center;
    }
    .onboarding_bg:before {
        display: none;
    }
    .social-sign {
        padding-bottom: 49px;
    }
    .osn-body__item_active,
    .osn-form[data-action="create-account"] {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        min-height: calc(100vh - 228px);
    }
    .osn-form__already {
        padding-bottom: 80px;
    }
    .onboarding-sign_topics {
        margin-top: 17px;
    }
    .topics-wrapper__subscribe {
        display: flex;
        flex-direction: column;
    }
    .topics-list {
        max-width: 100%;
        order: 1;
    }
    .topics-subscribe__bottom {
        max-width: 100%;
        order: 2;
    }
    .mobile-only {
        display: block;
    }
    .ts-bottom__actions {
        flex-direction: column;
    }
    .ts-bottom__delete {
        order: 1;
        margin-top: 0;
    }
    .ts-bottom__actions {
        order: 2;
    }
    .topics-subscribe__gdpr {
        margin-top: 44px;
        order: 1;
    }
    .ts-bottom__skip {
        margin-top: 27px;
        order: 3;
        margin-right: 0;
    }
    .ts-bottom__submit {
        order: 2;
        margin-top: 44px;
    }
}