#allrecords ul,
#allrecords ol {
    padding-left: unset;
}

.t-records ul,
.t-records ol {
    padding-left: unset;
    margin-top: unset;
    margin-bottom: unset;
}

#allrecords a {
    color: unset;
}


.container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.container-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 80px
}

@media (max-width: 479px) {
    .container {
        padding-right: 20px;
        padding-left: 20px
    }
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 96px 0
}

@media (max-width: 767px) {
    .section {
        padding: 64px 0
    }
}

.breadcrumbs {
    width: 100%;
    font-size: 14px;
    line-height: 20px
}

.breadcrumbs__list {
    list-style: none;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 6px;
    align-self: stretch;
    flex-wrap: wrap
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.breadcrumbs__link {
    color: #a4a7ae !important;
    text-decoration: none;
    transition: color .2s
}

.breadcrumbs__link:hover {
    text-decoration-line: underline;
    text-underline-offset: 2px;
    color: #181d27 !important;
}

.breadcrumbs__separator {
    display: flex;
    align-items: center;
    color: #a4a7ae
}

.breadcrumbs__icon {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round
}

.breadcrumbs__text {
    color: #181d27
}

.badge-info {
    display: flex;
    padding: 3px 8px 3px 4px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D5D7DA;
    background: #fff;
    box-shadow: 0 1px 2px #0a0d120d;
    box-sizing: border-box;
    height: 32px
}

.badge-info__content {
    display: flex;
    padding: 1px 8px;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    border: 1px solid #D5D7DA;
    background: #fff;
    box-shadow: 0 1px 2px #0a0d120d;
    box-sizing: border-box;
    height: 24px
}

.badge-info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px
}

.badge-info__status {
    width: 12px;
    height: 12px;
    display: block;
    overflow: visible
}

.badge-info__label {
    color: #414651;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.badge-info__time {
    color: #079455;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

@media (max-width: 767px) {
    .badge-info {
        height: 30px
    }
    .badge-info__content {
        padding: 1px 6px;
        gap: 4px;
        height: 22px
    }
    .badge-info__label,
    .badge-info__time {
        font-size: 12px;
        line-height: 18px
    }
}

.badge {
    display: flex;
    padding: 2px 8px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #E9EAEB;
    background: #fafafa
}

.badge__text {
    color: #414651;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

@media (max-width: 479px) {
    .badge {
        padding: 2px 6px
    }
    .badge__text {
        font-size: 12px;
        line-height: 18px
    }
}

.tag {
    display: flex;
    align-items: center;
    gap: 4px
}

.tag__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px
}

.tag__icon svg {
    width: 100%;
    height: 100%
}

.tag__icon path {
    stroke: #e4271d;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none
}

.tag__text {
    color: #181d27;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase
}

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

.expert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch
}

.expert__image {
    width: 48px;
    height: 48px;
    aspect-ratio: 1/1;
    border-radius: 9999px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #d3d3d3 no-repeat
}

.expert__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0
}

.expert__name {
    align-self: stretch;
    color: var(--colors-text-text-primary-900, #181D27);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.expert__position {
    align-self: stretch;
    color: var(--colors-text-text-secondary-700, #414651);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.experts-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px
}

.button__text {
    display: flex;
    padding: 0 2px;
    justify-content: center;
    align-items: center
}

.button--primary {
    background: #ff5850;
    color: #fff !important;
    border: none;
    box-shadow: 0 0 0 1px #0a0d122e inset, 0 -2px #0a0d120d inset, 0 1px 2px #0a0d120d;
    position: relative
}

.button--primary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to bottom, #ffffff1f, #fff0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    box-sizing: border-box
}

.button--primary:hover {
    background: #f8443b
}

.button--primary .button__icon path {
    stroke: #fff
}

.button--secondary {
    background: #fff;
    color: #181d27;
    border: none;
    box-shadow: 0 0 0 1px #d5d7da inset, 0 0 0 1px #0a0d122e inset, 0 -2px #0a0d120d inset, 0 1px 2px #0a0d120d;
    position: relative
}

.button--secondary:hover {
    background: #fafafa
}

.button--secondary .button__icon path {
    stroke: #181d27
}

.button--link-gray {
    color: #181d27;
    position: relative;
    padding: 0!important
}

.button--link-gray:hover {
    color: #181d27;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.button--link-gray .button__icon path {
    stroke: #181d27
}

.button--icon {
    padding: 12px;
    border-radius: 4px
}

.button--icon .button__icon {
    width: 16px;
    height: 16px;
    stroke-width: 1.25
}

.button--icon .button__icon path {
    stroke: unset;
    fill: #a4a7ae
}

.button--xl {
    padding: 14px 16px;
    gap: 6px;
    border-radius: 4px
}

.button--xl .button__icon {
    width: 16px;
    height: 16px;
    stroke-width: 1.25
}

.button--sm {
    padding: 6px 12px;
    gap: 2px;
    border-radius: 4px
}

.button--sm .button__icon {
    width: 16px;
    height: 16px;
    stroke-width: 1.25
}

.button__content {
    display: inline-flex;
    align-items: center
}

@media (max-width: 479px) {
    .button {
        width: 100%
    }
}

.resources-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch
}

.resources-item {
    display: flex;
    min-height: 280px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #E9EAEB;
    background: #fff;
    text-decoration: none
}

.resources-item__image {
    width: 45%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
    min-height: 280px
}

.resources-item__info {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch
}

.resources-item__info-header,
.resources-item__info-header-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch
}

.resources-item__info-title {
    align-self: stretch;
    color: #181d27;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.resources-item__info-description {
    align-self: stretch;
    color: #414651;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.resources-item__button-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1 0 0
}

@media (max-width: 479px) {
    .resources-list {
        gap: 24px
    }
    .resources-item {
        min-height: unset;
        border-radius: 4px;
        flex-direction: column
    }
    .resources-item__image {
        width: 100%;
        min-height: unset;
        height: 240px
    }
    .resources-item__info {
        padding: 16px 16px 20px
    }
    .resources-item__info-header,
    .resources-item__info-header-text {
        gap: 12px
    }
    .resources-item__info-title {
        font-size: 20px;
        line-height: 30px
    }
}

.hero {
    padding-top: 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    align-self: stretch
}

.hero__container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    gap: 96px;
    flex-direction: row;
    align-items: flex-start
}

.hero__wrapper {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    box-sizing: border-box
}

.hero__content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch
}

.hero__title {
    align-self: stretch;
    color: #181d27;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -.96px
}

.hero__description {
    max-width: 768px;
    align-self: stretch;
    color: #414651;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.hero__divider {
    align-self: stretch;
    border-top: 1px solid #E9EAEB;
    width: 100%
}

.hero__button-mobile-wrapper {
    display: none
}

.hero__experts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch
}

.hero__experts-title {
    align-self: stretch;
    color: #181d27;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase
}

.hero__form {
    display: flex;
    width: 45%;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 6px;
    border: 1px solid #E9EAEB;
    background: #fff;
    box-shadow: 0 1px 2px #0a0d120d
}

.hero__form-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch
}

.hero__form-title {
    align-self: stretch;
    color: #181d27;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.hero__form-description {
    align-self: stretch;
    color: #414651;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.hero__form-image {
    height: auto;
    align-self: stretch;
    aspect-ratio: 57/40;
    border-radius: 4px;
    object-fit: cover
}

@media (max-width: 991px) {
    .hero__container {
        flex-direction: column;
        gap: 64px
    }
    .hero__wrapper {
        width: 100%
    }
    .hero__button-mobile-wrapper {
        width: 100%;
        display: flex
    }
    .hero__form {
        width: 100%
    }
}

@media (max-width: 767px) {
    .hero {
        padding-top: 32px;
        gap: 48px
    }
    .hero__container {
        gap: 48px
    }
    .hero__wrapper,
    .hero__content-wrapper {
        gap: 32px
    }
    .hero__content {
        gap: 20px
    }
    .hero__title {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -.72px
    }
    .hero__description {
        font-size: 16px;
        line-height: 24px
    }
    .hero__form {
        padding: 24px
    }
}

@media (max-width: 479px) {
    .hero__form {
        padding: 16px;
        gap: 16px
    }
}

.divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0
}

.divider__wrapper {
    display: flex;
    max-width: 768px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch
}

.divider__content {
    border-top: 1px solid #E9EAEB;
    width: 100%
}

.webinar-info__container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    gap: 96px;
    flex-direction: row
}

.webinar-info__wrapper {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px
}

.webinar-info__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch
}

.webinar-info__title {
    align-self: stretch;
    color: #181d27;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -.72px
}

.webinar-info__rich-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch
}

.webinar-info__paragraph {
    align-self: stretch;
    color: #414651;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.webinar-info__paragraph:not(:last-child) {
    margin-bottom: 16px
}

.webinar-info__strong {
    font-weight: 600
}

.webinar-info__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    margin-bottom: 16px !important;
    list-style: disc;
    padding-left: 20px !important;
}

.webinar-info__list-item {
    color: #414651;
    font-size: 16px;
    font-weight: 400
}

.webinar-info__share {
    display: flex;
    padding-top: 24px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-top: 1px solid #E9EAEB
}

.webinar-info__share-title {
    flex: 1 0 0;
    color: #181d27;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.webinar-info__share-buttons {
    display: flex;
    align-items: center;
    gap: 12px
}

.webinar-info__resources {
    padding-top: 20px;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch
}

.webinar-info__resources-title {
    align-self: stretch;
    color: #181d27;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .webinar-info__container {
        flex-direction: column;
        gap: 64px
    }
    .webinar-info__wrapper,
    .webinar-info__resources {
        width: 100%
    }
}

@media (max-width: 767px) {
    .webinar-info__title {
        font-size: 30px;
        line-height: 38px
    }
    .webinar-info__resources {
        padding-top: 0;
        gap: 32px
    }
}

@media (max-width: 479px) {
    .webinar-info__wrapper {
        gap: 24px
    }
    .webinar-info__share {
        padding-top: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }
    .webinar-info__resources {
        padding-top: 0;
        gap: 24px
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Inter, sans-serif;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

main {
    display: flex;
    align-self: stretch;
    width: 100%;
    flex-direction: column
}