section#predictions{background-color:#fff}.predictions__container{display:flex;flex-direction:column;margin:0;padding:0}.prediction__card{padding:40px 0;transition:.2s;-webkit-touch-callout:none;cursor:pointer;transition-duration:.2s;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.prediction__card:not(:last-child){border-bottom:1px solid rgba(74,83,116,.25)}span.prediction__heading{align-items:start;display:flex;justify-content:space-between;position:relative}.prediction__person{align-items:center;display:flex;gap:20px}span.prediction__headshot{border:1px solid #ededf1;border-radius:45px;display:flex;height:90px;min-height:90px;min-width:90px;overflow:hidden;width:90px}span.prediction__headshot img{height:100%;object-fit:cover;width:100%}span.prediction__heading .person__short-detail{display:inline-flex;font-weight:700}span.prediction__heading .person__title{display:inline-flex;font-weight:700;letter-spacing:.05em;margin-top:4px;text-transform:uppercase}span.prediction__logo{display:flex;height:90px;margin-right:80px;width:180px}span.prediction__logo img{height:100%;object-fit:contain;width:100%}span.prediction__content{display:block;height:0;opacity:0;overflow:hidden;padding:0 30px;transition:.2s}span.prediction__content a{text-decoration:underline;transition:.2s}span.prediction__content a:hover{color:#1e2752}span.person__container{display:flex;flex-direction:column}.prediction__card span.accordion-icon{top:25%}.prediction__card.open span.accordion-icon{color:#f26a5c;transform:rotate(1turn)}span.prediction__content :first-child{padding-top:40px}@media only screen and (max-width:1080px){span.prediction__logo{display:none}span.prediction__heading .person__short-detail{font-size:24px}}