.wh-new-speaker-layout {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.wh-speaker-header {
    background-color: #FFFAF0;
}

.wh-inner-speaker {
    max-width: 1486px;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 740px){
    .wh-inner-speaker {
        padding-left: 70px;
    }
}
.wh-speaker-header-inner {
    padding-top: clamp(2.5rem, 1.5854rem + 3.9024vw, 5rem);
}
@media(max-width: 700px){
    .wh-speaker-image {
        margin-bottom: 20px;
    }
}


.wh-new-speaker-layout:not(.wh-page-layout-small) .wh-speaker-header-inner {
    flex-direction: row-reverse;
    justify-content: space-between;
}


.wh-new-speaker-layout.wh-page-layout-small .wh-speaker-header-inner {
    gap: 48px;
    padding-top: clamp(5rem, 3.0335rem + 8.3902vw, 10.375rem);
    padding-bottom: clamp(2.8125rem, 2.0122rem + 3.4146vw, 5rem);
}
.wh-page-layout-small .wh-speaker-header-inner>*:nth-child(1) {
    max-width: 150px;
    height: auto;
}

@media(min-width: 700px){
    .wh-new-speaker-layout:not(.wh-page-layout-small) .wh-speaker-header-inner>* {
        width: 48%;
    }
    .wh-speaker-header-inner {
        display: flex;
    }
    .wh-page-layout-medium .wh-speaker-header-inner>*:nth-child(1) {
        margin-bottom: -40px;
        width: 44%
    }
    .wh-page-layout-large .wh-speaker-header-inner>*:nth-child(1) {
        margin-bottom: -90px;
    }
}
.wh-page-layout-medium .wh-speaker-header-inner>*:nth-child(1) * {
    width: 75%;
}
.wh-speaker-header-inner>*:nth-child(2) {
    align-self: flex-end;
}
.wh-page-layout-medium  .wh-speaker-header-inner>*:nth-child(2) {
    padding-bottom: 72px;
}
.wh-page-layout-large .wh-speaker-header-inner>*:nth-child(2) {
    padding-bottom: 90px;
}
@media(max-width: 700px){
    .wh-page-layout-medium  .wh-speaker-header-inner>*:nth-child(2) {
        padding-bottom: 52px;
    }
    .wh-page-layout-large .wh-speaker-header-inner>*:nth-child(2) {
        padding-bottom: 50px;
    }
}
.wh-rounded {
    border-radius: 20px;;
}

.cfw-cta-banner {
    display: none;
}
.wh-speaker-eyebrow {
    font-family: var(--font-neulis);
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #C02656;
    letter-spacing: .15em;
}
.wh-speaker-headline {
    font-family: var(--font-span);
    font-weight: 600;
    line-height: 1.2em;
    color: #C02656;
}
.wh-page-layout-large .wh-speaker-headline,
.wh-page-layout-medium .wh-speaker-headline {
    font-size: clamp(2.625rem, 2.122rem + 2.1463vw, 4rem);
}
.wh-speaker-headline {
    margin-bottom: clamp(0.625rem, 0.3963rem + 0.9756vw, 1.25rem);
}
.wh-page-layout-small .wh-speaker-headline {
    font-size: clamp(2.375rem, 2.1463rem + 0.9756vw, 3rem);
}
.wh-speaker-info {
    font-family: var(--font-rethink);
    font-weight: 500;
    color: #562254;
    font-size: 20px;
    max-width: 525px;
}
 .wh-speaker-content {
    padding-top: 45px;
    padding-bottom: 80px;
 }
.wh-page-layout-small .wh-speaker-content>*:nth-child(2){
    margin-top: 40px;
}
@media(min-width: 1000px){
     .wh-speaker-content {
        padding-top: 95px;
        padding-bottom: 120px;
    }
    .wh-speaker-content {
        
        display: flex;
        justify-content: space-between;
    }
    .wh-page-layout-large  .wh-speaker-content>* {
        width: 48%;
    }
    .wh-page-layout-large .wh-speaker-content>*:nth-child(1){
        max-width: 525px;
    }
    .wh-page-layout-medium .wh-speaker-content>*:nth-child(1),
    .wh-page-layout-small .wh-speaker-content>*:nth-child(1){
        max-width: 628px;
        width: 50%;
    }
    .wh-page-layout-medium .wh-speaker-content>*:nth-child(2),
    .wh-page-layout-small .wh-speaker-content>*:nth-child(2){
        width: 44%;
        margin-top: 0;
    }
    .wh-speaker-conference-history {
        margin-top: 12px;
    }
}

.wh-speaker-content>*:nth-child(1),
.wh-speaker-content>*:nth-child(1) * {
    font-size: 16px;
    line-height: 1.7em;
}
.wh-page-layout-large  .wh-speaker-content>*:nth-child(2){
    padding-top: 88px;
}
.wh-page-layout-medium  .wh-speaker-content>*:nth-child(2){
    padding-top: 48px;
}
.wh-hdr-speaker-conf-hist {
    font-family: var(--font-rethink);
    font-weight: 500;
    color: #562254;
    font-size: 24px;
    line-height: 1.2em;
}


.wh-speaker-conference-history li {
    border-bottom: 1px solid #9A90CA;
    padding: 32px 0px 15px;
    display: flex;
    width: 100%;
    gap: 30px;
}
.wh-speaker-conference-history li .wh-speaker-conference-year {
    color: #562254;
     font-family: var(--font-span);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    min-width: 140px;
}
.wh-speaker-conference-name-role {
    color: #322E2C;
    font-family: var(--font-rethink);
    font-weight: 500;
    font-size: 20px;
}

.entry-content.wh-checked-ul ul {
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
}
.entry-content.wh-checked-ul ul li {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6922 5.80781C11.7503 5.86586 11.7964 5.93479 11.8279 6.01066C11.8593 6.08654 11.8755 6.16787 11.8755 6.25C11.8755 6.33214 11.8593 6.41346 11.8279 6.48934C11.7964 6.56521 11.7503 6.63414 11.6922 6.69219L7.31719 11.0672C7.25915 11.1253 7.19022 11.1714 7.11434 11.2029C7.03847 11.2343 6.95714 11.2505 6.875 11.2505C6.79287 11.2505 6.71154 11.2343 6.63567 11.2029C6.55979 11.1714 6.49086 11.1253 6.43282 11.0672L4.55782 9.19219C4.44054 9.07491 4.37466 8.91585 4.37466 8.75C4.37466 8.58415 4.44054 8.42509 4.55782 8.30781C4.67509 8.19054 4.83415 8.12465 5 8.12465C5.16586 8.12465 5.32492 8.19054 5.44219 8.30781L6.875 9.74141L10.8078 5.80781C10.8659 5.7497 10.9348 5.7036 11.0107 5.67215C11.0865 5.6407 11.1679 5.62451 11.25 5.62451C11.3321 5.62451 11.4135 5.6407 11.4893 5.67215C11.5652 5.7036 11.6341 5.7497 11.6922 5.80781ZM16.25 8.125C16.25 9.73197 15.7735 11.3029 14.8807 12.639C13.9879 13.9752 12.719 15.0166 11.2343 15.6315C9.74966 16.2465 8.11599 16.4074 6.5399 16.0939C4.9638 15.7804 3.51606 15.0065 2.37976 13.8702C1.24346 12.7339 0.469628 11.2862 0.156123 9.71011C-0.157382 8.13401 0.0035204 6.50035 0.618482 5.0157C1.23344 3.53105 2.27485 2.2621 3.611 1.36931C4.94714 0.476523 6.51803 0 8.125 0C10.2792 0.00227486 12.3445 0.85903 13.8677 2.38227C15.391 3.90551 16.2477 5.97081 16.25 8.125ZM15 8.125C15 6.76525 14.5968 5.43604 13.8414 4.30545C13.0859 3.17487 12.0122 2.29368 10.756 1.77333C9.49971 1.25298 8.11738 1.11683 6.78376 1.3821C5.45014 1.64737 4.22513 2.30216 3.26364 3.26364C2.30216 4.22513 1.64738 5.45013 1.3821 6.78375C1.11683 8.11737 1.25298 9.49971 1.77333 10.7559C2.29368 12.0122 3.17487 13.0859 4.30546 13.8414C5.43605 14.5968 6.76526 15 8.125 15C9.94773 14.9979 11.6952 14.2729 12.9841 12.9841C14.2729 11.6952 14.9979 9.94773 15 8.125Z' fill='%23562254'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    padding-left: 1.7em;
    background-size: 1.1em auto;
    line-height: 1.2em;
    margin-bottom: 14px;
}