.section{overflow-x:hidden;padding-bottom:8rem;padding-top:8rem;position:relative}@media (max-width:767px){.section{padding-bottom:4rem;padding-top:4rem}}.section-content{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-width:var(--container-max-width);width:var(--container-width)}.speaker__image{margin-bottom:1.2rem;border-radius:40px}.speaker__name{margin-bottom:0.25rem}.speakers{column-gap:2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));row-gap:2rem}@media (max-width:1024px){.speakers{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.speakers{grid-template-columns:1fr}}.agenda{display:flex;flex-direction:column;row-gap:3rem}@media (max-width:767px){.agenda{row-gap:2rem}}.day-table{display:table;text-align:left;width:100%}.day-table__row{display:table-row}.day-table__row:nth-child(even) .day-table__date{background-color:var(--color-primary-extralight)}.day-table__row:nth-child(even) .day-table__title{background-color:var(--color-secondary-extralight-1)}.day-table__col{display:table-cell;padding:1rem}.day-table__date{background-color:var(--color-primary-light);color:var(--color-white);text-align:center;width:10%}.day-table__date>p{margin-bottom:0px;line-height:1.4em}.day-table__date>p:nth-child(1){font-size:1.75rem;font-weight:700;white-space:nowrap !important}.day-table__date>p:nth-child(2){font-size:1.125rem}@media (max-width:767px){.day-table__date>p:nth-child(1){font-size:1.2rem}.day-table__date>p:nth-child(2){font-size:0.8rem}}.day-table__title{background-color:var(--color-secondary-extralight-2)}.day-table__title>p{margin-bottom:0px}.day-table__title>p:nth-child(1){font-size:1.625rem;font-weight:700;line-height:1em}.day-table__title>p:nth-child(2){font-size:1.125rem;line-height:1em;margin-top:0.6rem}@media (max-width:767px){.day-table__title>p:nth-child(1){font-size:1.2rem}.day-table__title>p:nth-child(2){font-size:1rem}}.button{display:inline-flex;transition:transform 0.250s cubic-bezier(0.25,0.1,0.2,3) 0s;border-radius:16px;padding:4px}.button:is(:hover,:focus){transform:scale(1.05)}.button__inner{align-items:center;display:inline-flex;font-size:1.125rem;font-weight:800;text-decoration:none;border-radius:16px;padding:0.7rem 2rem}.button--primary{background-blend-mode:normal;background-image:linear-gradient(90deg,var(--color-primary-extralight) 0%,var(--color-primary-dark) 100%);background-position:center;background-repeat:no-repeat;background-size:cover}.button__inner--primary{background-blend-mode:normal;background-image:linear-gradient(120deg,var(--color-primary-dark) 0%,var(--color-primary-normal) 100%);background-position:center;background-repeat:no-repeat;background-size:cover;color:var(--color-secondary-normal)}.button--secondary{background-blend-mode:normal;background-image:linear-gradient(90deg,var(--color-secondary-light) 0%,var(--color-secondary-dark) 100%);background-position:center;background-repeat:no-repeat;background-size:cover}.button__inner--secondary{background-blend-mode:normal;background-image:linear-gradient(120deg,var(--color-secondary-dark) 0%,var(--color-secondary-normal) 100%);background-position:center;background-repeat:no-repeat;background-size:cover;color:var(--color-primary-normal)}