.see-more-wrapper *{font-family:var(--e-global-typography-primary-font-family)}.see-more-content-container{display:flex;flex-direction:column;justify-content:center}.see-more-content-container:not(.first){padding-top:4em}.see-more-btn{position:relative;display:flex;align-items:center;background:transparent;color:var(--e-global-color-secondary);cursor:pointer}.project-analysis .see-more-btn{justify-content:center}.see-more-btn:after{content:'';display:block;width:60px;height:1px;background:var(--e-global-color-secondary);margin:.25em 0 0 1.5em}.item-title{font-family:var(--e-global-typography-4588ff1-font-family);font-size:calc(18px + (21 - 18) * ((100vw - 320px) / (1920 - 320)));font-weight:900;color:var(--e-global-color-primary)}.see-more-text{font-size:var(--main-text-body);font-weight:300;overflow:hidden;opacity:0;max-height:0;transition:all 0.3s}.see-more-mobile-text{display:none}.see-more-text--is-shown{color:#fff;max-height:100%;opacity:1;transition:max-height 0.3s,opacity 0.3s 0.3s}.see-more-content-container .item-content{font-size:var(--main-text-body);font-weight:300}.see-more-text p,.see-more-content-container .item-content p{color:#fff;margin-bottom:.5em}.see-more-btn-text{display:none}.see-more-btn-text--is-active{display:block}.item-content-mobile{display:none}@media (min-width:200px) and (max-width:767px){.item-content-mobile{display:block;font-size:var(--main-text-body);font-weight:300}.see-more-mobile-text{display:block;font-size:var(--main-text-body);font-weight:300;overflow:hidden;opacity:0;max-height:0;transition:all 0.3s}.see-more-mobile-text--is-shown{max-height:50vh;max-height:100%;opacity:1;transition:max-height 0.3s,opacity 0.3s 0.3s}}