.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ms-auto {
    margin-left: auto !important
}

.alert,
.linee .inner .nav-tabs {
    border: none
}

.alert.alert-success,
.bg-primary-lighter,
.primary-t-5 {
    background-color: rgba(9, 44, 68, .05)
}

.authors {
    display: grid;
    gap: .25rem;
    padding: 1.25rem 0
}

.authors.horizontal {
    display: flex;
    gap: 1rem;
    align-items: center !important
}

.authors .board_circle img,
.board_circle img {
    object-fit: cover;
    object-position: center;
    width: 110px;
    height: 110px
}

.authors .board_circle img.small {
    width: 60px;
    height: 60px
}

.authors .role,
.authors .title {
    font-size: .85rem;
    line-height: 1.1rem;
    color: hsla(0, 0%, 12%, .55)
}

.authors .name,
p strong {
    font-weight: 700
}

.block-card {
    padding: 1.25rem;
    background-color: rgba(9, 44, 68, .05);
    border-radius: .5rem;
    display: flex;
    gap: 2rem;
    justify-content: space-between !important;
    flex-direction: column !important;
    height: 100%
}

.btn {
    border-radius: 1rem;
    padding: 1rem 2rem;
    border: none !important;
    box-shadow: none !important;
    transition: .5s;
    font-size: .9rem;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-family: Lexend, serif
}

.btn.disabled {
    color: #fff;
    background-color: #99004a;
    border-radius: 0;
    opacity: 1
}

.btn.btn-lg {
    padding: 2rem 3rem
}

.btn.btn-sm {
    padding: .85rem 1.25rem;
    font-size: .85rem;
    box-shadow: none;
    border: none !important
}

.btn-primary {
    background-color: #092c44 !important;
    transition: .5s;
    color: #fff !important
}

.btn-primary a:hover {
    color: #fff !important
}

.btn-primary:hover {
    background-color: #e2711d !important;
    transition: .5s;
    color: #fff !important
}

.btn-primary.light {
    background-color: #778494 !important;
    color: #fff !important
}

.btn-primary.light:hover {
    background-color: #001f36 !important;
    color: #fff !important;
    transition: .5s
}

.btn-secondary {
    background-color: #e2711d !important;
    color: #fff !important
}

.btn-secondary:hover {
    background-color: #c05500 !important;
    color: #fff !important
}

.btn-secondary.light {
    background-color: #fab184 !important;
    color: #fff !important
}

.btn-secondary.light:hover {
    background-color: #e2711d !important;
    color: #fff !important;
    transition: .5s
}

.btn-success {
    background-color: #99004a !important;
    color: #fff !important
}

.btn-success:hover {
    background-color: #5d001d !important;
    color: #fff !important
}

.btn-success.light {
    background-color: rgba(153, 0, 74, .95) !important;
    color: #fff !important
}

.btn-success.light:hover {
    background-color: #5d001d !important;
    color: #fff !important;
    transition: .5s
}

.btn-danger,
.btn-danger.light {
    background-color: #008282 !important;
    color: #fff !important
}

.btn-danger:hover {
    background-color: #006061 !important;
    color: #fff !important
}

.btn-danger.light:hover {
    background-color: #006061 !important;
    border: 1px solid #008282 !important;
    color: #fff !important;
    transition: .5s
}

.btn-warning {
    background-color: #8200b0 !important;
    color: #fff !important
}

.btn-warning:hover {
    background-color: #680097 !important;
    color: #fff !important
}

.btn-warning.light {
    background-color: rgba(130, 0, 176, .95) !important;
    color: #fff !important
}

.btn-warning.light:hover {
    background-color: #680097 !important;
    color: #fff !important;
    transition: .5s
}

.btn-info {
    background-color: #eb0046 !important;
    color: #fff !important
}

.btn-info:hover {
    background-color: #bf0029 !important;
    color: #fff !important
}

.btn-info.light {
    background-color: rgba(235, 0, 70, .95) !important;
    color: #fff !important
}

.btn-info.light:hover {
    background-color: #bf0029 !important;
    color: #fff !important;
    transition: .5s
}

.btn-light {
    background-color: hsla(0, 0%, 12%, .025) !important;
    color: hsla(0, 0%, 12%, .55) !important
}

.btn-light:hover {
    background-color: hsla(0, 0%, 12%, .25) !important;
    color: #fff !important
}

.btn-light.negative,
.btn-link.negative {
    background-color: rgba(255, 255, 255, .25) !important;
    color: #fff !important
}

.btn-light.negative:hover {
    background-color: rgba(255, 255, 255, .5) !important;
    color: #fff !important
}

.btn-link {
    color: #fff !important;
    text-decoration: none;
    border-radius: .5rem
}

.btn-link:hover {
    background-color: rgba(9, 44, 68, .05) !important
}

.btn-link.negative:hover {
    background-color: hsla(0, 0%, 12%, .55) !important;
    color: #fff !important
}

.dropdown .dropdown-menu {
    min-width: 100% !important;
    border: none;
    border-top-style: hidden;
    box-shadow: rgba(36, 36, 36, .3) 0 6px 6px -4px;
    padding: 0 !important;
    margin-top: .5rem
}

.dropdown .dropdown-menu .dropdown-item {
    padding: .85rem 1.25rem !important
}

.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #f4f5f6 !important
}

.box-live {
    background-color: rgba(0, 31, 54, .95);
    border-radius: .5rem;
    height: 100%;
    padding: 1.25rem;
    display: flex;
    justify-content: space-between !important;
    flex-direction: column !important;
    gap: 2rem
}

.box-live .faculty {
    display: grid;
    gap: .1rem
}

.box-live .faculty .speaker {
    font-size: .85rem;
    font-weight: 700
}

.box-live .faculty .qualifica {
    color: rgba(255, 255, 255, .5);
    font-size: .85rem;
    line-height: 1rem
}

.text-primary,
.txt-primary {
    color: #092c44 !important
}

.text-secondary,
.txt-secondary {
    color: #e2711d !important
}

.text-success,
.txt-success {
    color: #99004a !important
}

.text-info {
    color: #eb0046 !important
}

.border-bottom {
    border-bottom: 1px solid #e8e8e8 !important
}

.border-start {
    border-start: 1px solid hsl(0, 0%, 91%) !important
}

.border-end {
    border-end: 1px solid hsl(0, 0%, 91%) !important
}

.bg-primary {
    background-color: #092c44 !important
}

.bg-secondary {
    background-color: #e2711d !important;
    color: #fff
}

.bg-danger {
    background-color: #008282 !important
}

.bg-success {
    background-color: #99004a !important
}

.bg-secondary-light,
.secondary-t-10 {
    background-color: rgba(226, 113, 29, .2)
}

.bg-success-light,
.success-t-10 {
    background-color: rgba(153, 0, 74, .2)
}

.bg-danger-light,
.danger-t-10 {
    background-color: rgba(0, 130, 130, .2)
}

.bg-warning-light,
.warning-t-10 {
    background-color: rgba(130, 0, 176, .2)
}

.bg-info-light,
.info-t-10 {
    background-color: rgba(235, 0, 70, .2)
}

.bg-gradient {
    background-image: -webkit-linear-gradient(135deg, #000 50%, rgba(0, 0, 0, .6) 50%);
    background-image: -moz-linear-gradient(135deg, #000 50%, rgba(0, 0, 0, .6) 50%);
    background-image: -ms-linear-gradient(135deg, #000 50%, rgba(0, 0, 0, .6) 50%);
    background-image: linear-gradient(135deg, #000 50%, rgba(0, 0, 0, .6) 50%)
}

.primary-t-10 {
    background-color: rgba(9, 44, 68, .1)
}

.primary-t-50 {
    background-color: rgba(9, 44, 68, .5)
}

.primary-t-75 {
    background-color: rgba(9, 44, 68, .75)
}

.primary-t-color {
    background-color: rgba(9, 44, 68, .95)
}

.primary-t-dark {
    background-color: rgba(0, 31, 54, .95)
}

.secondary-t-5 {
    background-color: rgba(226, 113, 29, .05)
}

.secondary-t-50 {
    background-color: rgba(226, 113, 29, .5)
}

.secondary-t-75 {
    background-color: rgba(226, 113, 29, .75)
}

.secondary-t-color {
    background-color: rgba(226, 113, 29, .95)
}

.secondary-t-dark {
    background-color: rgba(192, 85, 0, .97)
}

.success-t-5 {
    background-color: rgba(153, 0, 74, .05)
}

.success-t-50 {
    background-color: rgba(153, 0, 74, .5)
}

.success-t-75 {
    background-color: rgba(153, 0, 74, .75)
}

.success-t-color {
    background-color: rgba(153, 0, 74, .95)
}

.success-t-dark {
    background-color: rgba(93, 0, 29, .95)
}

.danger-t-5 {
    background-color: rgba(0, 130, 130, .08)
}

.danger-t-50 {
    background-color: rgba(0, 130, 130, .5)
}

.danger-t-color {
    background-color: rgba(0, 130, 130, .95)
}

.danger-t-dark {
    background-color: rgba(0, 96, 97, .95)
}

.warning-t-5 {
    background-color: rgba(130, 0, 176, .05)
}

.warning-t-50 {
    background-color: rgba(130, 0, 176, .5)
}

.warning-t-color {
    background-color: rgba(130, 0, 176, .95)
}

.warning-t-dark {
    background-color: rgba(104, 0, 151, .95)
}

.info-t-5 {
    background-color: rgba(235, 0, 70, .05)
}

.info-t-50 {
    background-color: rgba(235, 0, 70, .5)
}

.info-t-75 {
    background-color: rgba(235, 0, 70, .75)
}

.info-t-color {
    background-color: rgba(235, 0, 70, .95)
}

.info-t-dark {
    background-color: rgba(191, 0, 41, .95)
}

.primary-5 {
    background-color: #f4f5f6
}

.primary-10 {
    background-color: #e9ecee
}

.primary-50 {
    background-color: #778494
}

.primary-color {
    background-color: #092c44
}

.primary-dark {
    background-color: #001f36
}

.secondary-5 {
    background-color: #fff2ea
}

.secondary-10 {
    background-color: #ffe5d5
}

.secondary-50 {
    background-color: #fab184
}

.secondary-75 {
    background-color: #f2985d
}

.secondary-color {
    background-color: #e2711d
}

.secondary-dark {
    background-color: #c05500
}

.success-5 {
    background-color: #f8eaed
}

.success-10 {
    background-color: #f1d5db
}

.success-50 {
    background-color: #ce8397
}

.success-color {
    background-color: #99004a
}

.success-dark {
    background-color: #5d001d
}

.danger-5 {
    background-color: #ebf3f3
}

.danger-10 {
    background-color: #d8e8e7
}

.danger-50 {
    background-color: #8abab9
}

.danger-color {
    background-color: #008282
}

.danger-dark {
    background-color: #006061
}

.warning-5 {
    background-color: #f5eaf8
}

.warning-10 {
    background-color: #ebd6f1
}

.warning-50 {
    background-color: #c084d5
}

.warning-color {
    background-color: #8200b0
}

.warning-dark {
    background-color: #680097
}

.info-5 {
    background-color: #ffeded
}

.info-10 {
    background-color: #ffdbda
}

.info-50 {
    background-color: #ff9295
}

.info-color {
    background-color: #eb0046
}

.info-dark {
    background-color: #bf0029
}

.grey-5 {
    background-color: #f4f4f4
}

.grey-10 {
    background-color: #e8e8e8
}

.grey-25 {
    background-color: #c6c6c6
}

.grey-50 {
    background-color: #848484
}

.grey-75 {
    background-color: #3f3f3f
}

.grey-color {
    background-color: #242424
}

.grey-dark {
    background-color: #030303
}

.grey-t-5 {
    background-color: hsla(0, 0%, 12%, .025)
}

.grey-t-10 {
    background-color: hsla(0, 0%, 12%, .1)
}

.grey-t-25 {
    background-color: hsla(0, 0%, 12%, .25)
}

.grey-t-50 {
    background-color: hsla(0, 0%, 12%, .55)
}

.grey-t-75 {
    background-color: hsla(0, 0%, 12%, .85)
}

.grey-t-color {
    background-color: #1e1e1e
}

.grey-t-dark {
    background-color: #141414
}

.bg-gradient-primary {
    background: rgba(9, 44, 68, .95);
    background: linear-gradient(0deg, rgba(9, 44, 68, .5) 0, rgba(9, 44, 68, .95) 50%, rgba(0, 31, 54, .95) 100%)
}

.bg-gradient-secondary {
    background: rgba(226, 113, 29, .95);
    background: linear-gradient(0deg, rgba(226, 113, 29, .5) 0, rgba(226, 113, 29, .95) 50%, rgba(192, 85, 0, .97) 100%)
}

.section-events {
    background: linear-gradient(135deg, #e2711d, #c05500);
    animation: 15s infinite gradient;
    padding: 3rem 0;
    color: #fff;
    border-bottom: 1px solid #fff
}

.section-events .event-type {
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff
}

.section-events .event-date {
    font-size: 1.25rem;
    font-weight: 300
}

.section-events .event-btn,
.section-events .event-ico {
    height: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center !important
}

.section-events .event-ico img {
    max-width: 120px
}

@keyframes gradient {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.board_circle {
    text-align: center
}

.board_circle img.small {
    object-fit: cover;
    object-position: center;
    width: 60px;
    height: 60px
}

.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion .accordion-item {
    background-color: rgba(255, 255, 255, .1);
    border: none;
    border-radius: 1rem
}

.accordion .accordion-item .accordion-button {
    padding: .5rem 1rem;
    background-color: transparent !important;
    box-shadow: none;
    color: #fff;
    font-weight: 700
}

.accordion .accordion-item .accordion-collapse {
    border-bottom: none
}

.accordion .accordion-item .accordion-body {
    color: #fff;
    padding: 0 1rem 1rem
}

.accordion .accordion-item .accordion-body p {
    font-size: .9rem;
    line-height: 1.1rem
}

footer {
    padding: 4rem 0;
    background-color: rgba(9, 44, 68, .05);
    margin: 4rem 0 0
}

footer p {
    font-size: .9rem;
    line-height: 1.1rem;
    color: rgba(9, 44, 68, .5)
}

.form-control {
    padding: 1rem;
    font-size: .85rem;
    line-height: 1;
    display: grid;
    gap: 1.25rem;
    border-radius: 50rem
}

.vs {
    display: flex;
    justify-content: space-between !important;
    flex-direction: column !important
}

.grid-xxs {
    display: grid;
    gap: .5rem
}

.grid-xs {
    display: grid;
    gap: .85rem
}

.block-post .inner,
.grid-s,
.rassegna .inner {
    display: grid;
    gap: 1rem
}

.block-post,
.grid-n {
    display: grid;
    gap: 1.25rem
}

.grid-l {
    display: grid;
    gap: 2rem;
    height: 100%
}

.sec_p_s {
    padding: 1rem 0
}

.sec_p_n {
    padding: 1.25rem 0
}

.sec_p_l {
    padding: 2rem 0
}

.sec_p_xl {
    padding: 3rem 0
}

.sec_m_s {
    margin: 1rem 0
}

.sec_m_n {
    margin: 1.25rem 0
}

.sec_m_l {
    margin: 2rem 0
}

.sec_m_xl {
    margin: 3rem 0
}

.heading {
    text-align: center;
    display: grid;
    gap: .85rem;
    margin: 2rem 0
}

.heading h2,
.statement .inner h2 {
    color: #e2711d
}

.heading h4 {
    color: #384d63
}

.hero_1 {
    background-color: rgba(9, 44, 68, .1);
    padding: 10rem 0;
    position: relative;
    overflow: hidden
}

@media (max-width:1200px) {
    .hero_1 {
        padding: 8rem 0 6rem
    }
}

@media (max-width:992px) {
    .hero_1 {
        padding: 10rem 0 3rem
    }
}

.hero_1 .inner {
    display: grid;
    gap: 2rem
}

.hero_1 .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    background-attachment: fixed;
    z-index: -1;
    transform: translate3d(0, 0, 0);
    opacity: .1;
    animation: 20s forwards moveImage
}

@keyframes moveImage {
    0% {
        transform: scale(1);
        -webkit-animation-timing-function: ease-in-out
    }

    100% {
        transform: scale(2);
        animation-timing-function: ease-in-out
    }
}

.hero-congress {
    background: linear-gradient(180deg, #fff 0, rgba(9, 44, 68, .05) 20%);
    margin: 6rem 0 0;
    padding: 6rem 0 0;
    position: relative
}

.hero-congress .inner {
    height: 100%;
    display: grid;
    color: #092c44;
    gap: 2rem
}

.hero-congress .inner .label {
    background-color: #eb0046;
    padding: .5rem .85rem;
    color: #fff
}

.hero-congress .bg-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    background-attachment: fixed;
    z-index: -1
}

.subhero_congress {
    padding: 4rem 0;
    background: linear-gradient(180deg, #cfda90 0, #fff 70%)
}

.subhero_congress .logo img {
    height: 180px
}

.subhero_congress .card {
    background: linear-gradient(180deg, #fff 0, transparent 100%);
    padding: 2rem;
    border-radius: .5rem;
    border: none;
    display: grid;
    gap: 1.25rem;
    color: #092c44
}

.subhero_congress .card.invert {
    background: linear-gradient(0deg, #fff 0, transparent 100%);
    text-align: center
}

.subhero_congress .card .icon {
    width: 48px
}

.subhero {
    padding: 6rem 0;
    color: #fff;
    background-color: #092c44
}

.meta .info .color,
.meta.evidence .info .series,
.subhero h1,
.subhero h2,
.subhero h3,
.subhero h4,
.subhero p {
    color: #fff
}

.video {
    padding: 4rem;
    color: #092c44
}

.linee,
.statement {
    margin: 6rem 0
}

.linee .inner {
    padding: 3rem;
    background-color: rgba(9, 44, 68, .05);
    border-radius: .5rem;
    color: #092c44;
    overflow: hidden
}

.linee .inner .tab-content {
    position: relative;
    height: 530px;
    overflow-y: auto
}

.linee .inner .tab-content .container {
    overflow: auto;
    height: 100%
}

.linee .inner .tab-content .container .internal {
    display: grid;
    gap: .85rem;
    padding: 0 1.25rem 0 0;
    height: 100%;
    overflow-y: auto
}

.linee .inner .nav.item,
.modal .modal-title {
    margin: 0
}

.linee .inner .nav-link {
    background-color: transparent;
    border-radius: 1rem;
    border: none;
    color: #092c44;
    padding: .85rem 1.25rem;
    margin: 0
}

.linee .inner .nav-link.active {
    color: #fff;
    font-weight: 500;
    background-color: #fab184;
    border-radius: 1rem
}

@media (max-width:991px) {
    .linee .inner .nav-link.active {
        background-color: transparent !important;
        border-radius: none;
        color: #e2711d
    }
}

.linee .inner h2,
.linee .inner h3,
.linee .inner h4,
.statement .inner h3,
.statement .inner h4 {
    color: #092c44
}

.linee .inner .lead,
.statement .inner .lead {
    color: rgba(9, 44, 68, .75)
}

.linee .inner .block {
    padding: 1.25rem;
    background-color: rgba(9, 44, 68, .05);
    border-radius: .5rem;
    height: 100%
}

ul {
    font-family: Lexend, sans-serif;
    list-style-type: square;
    list-style-position: outside;
    padding: 0 0 0 1rem;
    font-weight: 300;
    margin: 0
}

ul li {
    letter-spacing: -.02rem;
    font-size: calc(1rem + .05vw);
    line-height: calc(1.25rem + .1vw)
}

ol {
    font-family: Lexend, sans-serif;
    list-style-position: outside;
    margin: 0;
    font-weight: 300;
    padding: 0 0 0 1.25rem
}

ol:last-child {
    padding: .85rem 0 0 1.25rem
}

ol li {
    letter-spacing: -.02rem;
    font-size: calc(1rem + .05vw);
    line-height: calc(1.25rem + .1vw);
    margin: 0 0 .5rem
}

.offcanvas .offcanvas-body,
ol li:last-child {
    padding: 0
}

.meta {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    display: grid;
    gap: .85rem
}

.meta .info {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: .1rem;
    line-height: 1
}

.meta .info .series {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    color: #e2711d;
    font-size: .85rem;
    line-height: 1.1
}

.meta .info .date {
    font-size: .85rem;
    font-weight: 300
}

.meta.evidence .info {
    background-color: #e2711d;
    padding: .5rem .85rem;
    border-radius: .25rem;
    width: -webkit-max-content;
    gap: .5rem
}

.spacer {
    padding: 4rem 0
}

nav {
    font-family: Lexend, serif;
    background-color: transparent;
    padding: 4rem 0 !important;
    text-transform: uppercase;
    --ease: all 500ms ease;
    transition: var(--ease)
}

nav.footer {
    padding: 1.25rem 0 !important;
    background-color: #092c44;
    color: #fff;
    text-align: center
}

nav .nav-item {
    margin: 0 .85rem 0 0;
    position: relative
}

nav .nav-item .label {
    font-family: Oswald, sans-serif;
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .05rem;
    padding: .1rem .5rem;
    background-color: #eb0046;
    color: #fff;
    border-radius: .25rem;
    position: absolute;
    bottom: -10px;
    right: -10px;
    transform: rotate(-3deg)
}

nav .nav-item .nav-link {
    color: #092c44;
    padding: .85rem 1.25rem !important;
    border-radius: 1rem;
    text-wrap: nowrap;
    line-height: 1;
    font-weight: 300;
    border: 1px solid transparent
}

nav .nav-item .nav-link.evidence {
    background-color: #e2711d;
    color: #fff;
    box-shadow: rgba(36, 36, 36, .3) 0 6px 6px -4px
}

nav .nav-item .nav-link.show,
nav .nav-item .nav-link:hover {
    background-color: #fff;
    color: #e2711d;
    border: 1px solid rgba(9, 44, 68, .1);
    box-shadow: rgba(36, 36, 36, .3) 0 6px 6px -4px
}

nav .nav-item .nav-link.active {
    background-color: rgba(235, 0, 70, .95);
    color: #fff;
    border: 1px solid rgba(235, 0, 70, .95)
}

nav .navbar-brand {
    padding: 0;
    width: 180px;
    --ease: all 500ms ease;
    transition: var(--ease)
}

nav.nav-scroll {
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
    padding: .85rem 0 !important;
    margin: 0
}

nav.nav-scroll .navbar-brand {
    width: 160px;
    --ease: all 500ms ease;
    transition: var(--ease);
    padding: 0;
    filter: none
}

nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='4' stroke-linecap='' stroke-miterlimit='10' d='M4 7h22M7 15h15M4 23h22'/%3e%3c/svg%3e")
}

nav .navbar-toggler {
    border: none !important;
    padding: 0;
    transition: .5s;
    border-radius: 2px
}

nav .navbar-toggler:hover {
    transition: .5s
}

nav .navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 2em;
    height: 1.5em;
    vertical-align: middle
}

.offcanvas {
    background-color: #f4f5f6;
    border-right: none !important
}

.offcanvas .offcanvas-body a {
    color: #242424
}

.offcanvas .offcanvas-body .dropdown .dropdown-menu {
    background-color: #f4f5f6;
    box-shadow: none
}

.modal .modal-body,
.modal .modal-header,
.offcanvas-pdf .offcanvas-body {
    padding: 1.25rem
}

.modal .modal-content {
    border-radius: .25rem;
    border: none;
    font-family: Lexend, serif
}

.modal .modal-footer {
    display: flex;
    justify-content: space-between !important
}

.dropdown .dropdown-menu {
    border-radius: .5rem;
    overflow: hidden;
    top: 60px
}

.dropdown .dropdown-menu .dropdown-item {
    font-weight: 300
}

.newsletter {
    padding: 6rem 0
}

.newsletter .inner {
    padding: 2rem;
    border-radius: .5rem;
    background-color: rgba(9, 44, 68, .05)
}

.offcanvas .offcanvas-body {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between !important
}

.offcanvas .offcanvas-body .user-info {
    padding: 1.25rem;
    border-top: 1px solid hsla(0, 0%, 12%, .1)
}

.offcanvas .offcanvas-body .user-info .username {
    font-weight: 700;
    margin: 0 0 .5rem
}

.offcanvas .offcanvas-body .user-info .actions {
    font-size: .9rem;
    color: hsla(0, 0%, 12%, .55)
}

.rassegna {
    padding: 6rem 0;
    background-color: rgba(9, 44, 68, .05)
}

.scrolling-box {
    transition: .5s;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: auto;
    padding: 0 0 1.25rem
}

.scrolling-box.color::-webkit-scrollbar {
    background-color: rgba(255, 255, 255, .1);
    width: 4px
}

.scrolling-box.color::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .9)
}

.scrolling-box.color::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.scrolling-box.color::-webkit-scrollbar-thumb:hover {
    background: #e2711d
}

.scrolling-box::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, .5);
    height: 4px;
    width: 4px
}

.scrolling-box::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .5)
}

.scrolling-box::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #092c44
}

.scrolling-box::-webkit-scrollbar-thumb:hover {
    background: #e2711d
}

.scrolling-box.no-scrollbar::-webkit-scrollbar {
    display: none
}

.scrolling-box.responsive {
    flex: inherit;
    flex-wrap: wrap
}

.scroll {
    height: 623px;
    overflow-y: auto
}

@media (max-width:1200px) {
    .scroll {
        height: 610px
    }
}

@media (max-width:992px) {
    .linee {
        margin: 3rem 0
    }

    nav {
        padding: 4rem 0 0 !important
    }

    .scrolling-box.responsive {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll
    }

    .scroll {
        height: 400px
    }

    .h4,
    h4 {
        margin: 0
    }
}

.scroll .inner {
    display: grid;
    gap: .5rem;
    padding: 0 1.25rem 0 0
}

.m-6 {
    margin: 5rem
}

.my-6 {
    margin: 5rem 0
}

.my-7 {
    margin: 7rem 0
}

.mt-6 {
    margin-top: 5rem
}

.mb-6 {
    margin-bottom: 5rem
}

.mt-7 {
    margin: 7rem 0 0
}

.p-6 {
    padding: 5rem
}

.py-6 {
    padding: 5rem 0
}

.pt-6 {
    padding-top: 5rem
}

.pb-6 {
    padding-bottom: 5rem
}

@media (max-width:1024px) {
    .m-6 {
        margin: 3rem !important
    }

    .my-6 {
        margin: 3rem 0
    }

    .my-7 {
        margin: 5rem 0
    }

    .mt-6 {
        margin-top: 3rem
    }

    .mb-6 {
        margin-bottom: 3rem
    }

    .mt-7 {
        margin: 5rem 0 0
    }

    .p-6 {
        padding: 3rem
    }

    .py-6 {
        padding: 3rem 0
    }

    .pt-6 {
        padding-top: 3rem
    }

    .pb-6 {
        padding-bottom: 3rem
    }
}

.squared,
.squared-1,
.squared-2,
.squared-3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: .5rem
}

.squared-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.squared-1::after,
.squared-3::after,
.squared-post-sidebar::after,
.squared::after {
    content: "";
    display: block;
    padding-bottom: 40%
}

.squared-2::after {
    content: "";
    display: block;
    padding-bottom: 60%
}

@media (min-width:768px) {
    .squared::after {
        padding-bottom: 100%
    }

    .squared-1::after {
        padding-bottom: 75%
    }

    .squared-2::after {
        padding-bottom: 50%
    }

    .squared-3::after {
        padding-bottom: 40%
    }
}

.squared-post {
    position: relative;
    min-width: 160px;
    height: 160px;
    border-radius: .25rem;
    padding: 0;
    overflow: hidden
}

.squared-post .squared-img,
.squared-post-sidebar .squared-img,
.squared-vertical .squared-img {
    width: 100%;
    object-fit: cover;
    margin: 0
}

.squared-post::after {
    content: "";
    display: block;
    padding-bottom: 30%
}

.squared-post-sidebar {
    position: relative;
    min-width: 90px;
    height: 90px;
    border-radius: .25rem;
    padding: 0;
    overflow: hidden
}

@media (min-width:992px) {
    nav .navbar-brand {
        width: 320px
    }

    nav.nav-scroll {
        padding: .85rem 0 !important
    }

    nav.nav-scroll .navbar-brand {
        width: 200px
    }

    .offcanvas-pdf .offcanvas-body {
        padding: 2rem
    }

    .block-post.vertical {
        display: flex
    }

    .scrolling-box::-webkit-scrollbar {
        height: 0
    }

    .squared-post {
        height: 120px !important;
        min-width: 120px !important;
        margin: 0;
        border-radius: .25rem
    }

    .squared-post-sidebar::after,
    .squared-post::after {
        padding-bottom: 100%
    }

    .squared-post-sidebar {
        height: 90px !important;
        min-width: 100% !important;
        margin: 0;
        border-radius: .25rem
    }
}

.squared-vertical {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: .1rem;
    padding: 0;
    margin: 0 0 1.25rem;
    overflow: hidden
}

@media (min-width:1200px) {
    .squared-post {
        height: 160px !important;
        min-width: 160px !important;
        margin: 0;
        border-radius: .5rem
    }

    .squared-post-sidebar {
        height: 90px !important;
        min-width: 90px !important;
        margin: 0
    }

    .squared-vertical {
        margin: 0;
        border-radius: .5rem
    }
}

.squared-vertical::after {
    content: "";
    display: block;
    padding-bottom: 70%
}

.statement .inner {
    padding: 3rem;
    background-color: rgba(9, 44, 68, .05);
    border-radius: .5rem;
    height: 100%;
    display: grid;
    gap: 2rem
}

.topnav {
    padding: .5rem 1.25rem;
    background-color: rgba(0, 31, 54, .95);
    color: rgba(255, 255, 255, .75);
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: .85rem;
    border-bottom: 1px solid #fff;
    z-index: 1031;
    position: relative;
    widht: 100%;
    letter-spacing: -.02rem
}

.topnav .inner {
    padding: 0;
    display: flex;
    justify-content: space-between !important;
    flex-direction: row !important
}

.topnav .dropdown .dropdown-toggle {
    background-color: transparent;
    padding: 0;
    border: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lexend, serif;
    font-weight: 700;
    letter-spacing: -.05rem
}

.h1,
h1 {
    font-size: calc(2.2rem + .1vw);
    line-height: calc(2.3rem + .1vw);
    margin: 0;
    letter-spacing: -.075rem
}

.h1.fw-light,
h1.fw-light {
    font-weight: 300 !important;
    letter-spacing: -.02rem
}

.h1.display-1,
h1.display-1 {
    font-size: calc(4rem + .25vw);
    line-height: calc(4.2rem + .25vw);
    font-weight: 800;
    margin: 0
}

@media (max-width:1200px) {

    .h1.display-1,
    h1.display-1 {
        font-size: calc(3.5rem + .1vw);
        line-height: calc(3.75rem + .1vw);
        margin: 0
    }
}

@media (max-width:768px) {
    .hero_1 {
        padding: 8rem 0 3rem
    }

    .subhero_congress .logo img {
        height: 100px
    }

    .newsletter,
    .rassegna,
    .subhero,
    .subhero_congress {
        padding: 4rem 0
    }

    .video {
        padding: 2rem
    }

    .linee .inner .nav-link {
        padding: 1.25rem .85rem;
        font-size: .9rem;
        line-height: 1.1rem
    }

    .spacer {
        padding: 4rem 0 0 !important
    }

    nav .nav-item .nav-link {
        padding: 0 !important
    }

    .scroll {
        height: 300px
    }

    .m-6 {
        margin: 2rem !important
    }

    .my-6 {
        margin: 2rem 0
    }

    .my-7,
    .statement {
        margin: 4rem 0
    }

    .mt-6 {
        margin-top: 2rem
    }

    .mb-6 {
        margin-bottom: 2rem
    }

    .mt-7 {
        margin: 4rem 0 0
    }

    .p-6 {
        padding: 2rem !important
    }

    .py-6 {
        padding: 2rem 0
    }

    .pt-6 {
        padding-top: 2rem !important
    }

    .pb-6 {
        padding-bottom: 2rem !important
    }

    .h1.display-1,
    h1.display-1 {
        font-size: calc(2.4rem + .1vw);
        line-height: calc(2.6rem + .1vw);
        margin: 0
    }
}

.h1.display-2,
h1.display-2 {
    font-weight: 700;
    font-size: calc(3rem + .1vw);
    line-height: calc(3rem + .1vw);
    letter-spacing: -.1rem !important;
    margin: 0
}

.h2,
h2 {
    font-size: calc(1.8rem + .1vw);
    line-height: calc(2rem + .1vw);
    margin: 0;
    letter-spacing: -.05rem
}

.h2.fw-light,
h2.fw-light {
    font-weight: 300 !important;
    letter-spacing: -.075rem !important
}

.h3,
h3 {
    font-size: calc(1.5rem + .1vw);
    line-height: calc(1.7rem + .1vw);
    margin: 0;
    letter-spacing: -.03rem
}

.h3.fw-light,
h3.fw-light {
    font-weight: 300 !important;
    letter-spacing: -.03rem;
    line-height: calc(1.9rem + .1vw)
}

.h4,
h4 {
    font-size: calc(1.2rem + .1vw);
    line-height: calc(1.4rem + .1vw);
    margin: 0;
    letter-spacing: -.03rem
}

.h4.fw-light,
h4.fw-light {
    font-weight: 300 !important;
    letter-spacing: -.01rem;
    line-height: calc(1.5rem + .1vw)
}

.h5,
h5 {
    font-size: calc(1rem + .1vw);
    line-height: calc(1.3rem + .1vw);
    margin: 0;
    letter-spacing: -.03rem
}

.h5.fw-light,
.h6.fw-light,
h5.fw-light,
h6.fw-light {
    font-weight: 300 !important;
    letter-spacing: -.01rem
}

.h6,
h6 {
    font-size: calc(.75rem + .1vw);
    line-height: calc(.9rem + .1vw);
    margin: 0;
    letter-spacing: -.03rem
}

a {
    text-decoration: none;
    color: #242424;
    transition: .5s
}

a :hover {
    color: #e2711d;
    transition: .5s
}

p {
    font-family: Lexend, serif;
    letter-spacing: -.02rem;
    font-size: calc(.95rem + .1vw);
    line-height: calc(1.3rem + .1vw);
    margin: 0;
    font-weight: 300
}

p.lead {
    font-size: calc(1.15rem + .1vw);
    line-height: calc(1.5rem + .1vw);
    margin: 0
}

@media (max-width:576px) {

    .block-card,
    .linee .inner,
    .linee .inner .block,
    .statement .inner {
        padding: 1rem
    }

    .btn {
        padding: 1rem 1.25rem
    }

    .heading {
        text-align: start
    }

    .hero_1 {
        padding: 6rem 0 3rem
    }

    .hero_1 .inner {
        padding: 0;
        gap: 1rem
    }

    .linee {
        margin: 3rem 0
    }

    .linee .inner .tab-content {
        height: 400px
    }

    .linee .inner .nav-link {
        padding: .85rem
    }

    .meta {
        gap: .25rem
    }

    .meta .info {
        display: inherit
    }

    .meta .info .date {
        margin: 0 .5rem 0 0
    }

    nav {
        padding: 4rem 0 0 !important
    }

    .block-post .inner,
    .rassegna .inner {
        gap: .5rem
    }

    .squared-post {
        height: auto
    }

    .topnav {
        padding: .85rem .5rem
    }

    .topnav .inner {
        font-size: .75rem;
        line-height: 1
    }

    .h1,
    h1 {
        font-size: calc(1.8rem + .1vw);
        line-height: calc(2.1rem + .1vw);
        margin: 0
    }

    .h1.display-2,
    h1.display-2 {
        font-size: calc(2.5rem + .5vw);
        line-height: calc(2.6rem + .5vw)
    }

    .h2,
    h2 {
        font-size: calc(1.5rem + .1vw);
        line-height: calc(1.75rem + .1vw)
    }

    .h3,
    h3 {
        font-size: calc(1.2rem + .1vw);
        line-height: calc(1.5rem + .1vw)
    }

    p.lead {
        font-size: calc(1.1rem + .1vw);
        line-height: calc(1.4rem + .1vw)
    }
}

.small,
small {
    font-size: calc(.75rem + .1vw);
    line-height: calc(.95rem + .1vw)
}

.webcast {
    box-shadow: rgba(9, 44, 68, .25) 0 50px 45px, rgba(9, 44, 68, .12) 0 20px 30px, rgba(9, 44, 68, .12) 0 4px 6px, rgba(9, 44, 68, .17) 0 12px 13px, rgba(9, 44, 68, .09) 0 -3px 5px;
    border-radius: .5rem;
    overflow: hidden
}

.border-top {
    border-top: 1px solid #f4f4f4 !important
}

.rounded,
.rounded-n {
    border-radius: .5rem !important;
    overflow: hidden
}

.shadow {
    box-shadow: rgba(36, 36, 36, .75) 0 10px 10px -10px !important
}

html {
    height: 100% !important;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body {
    font-family: Lexend, sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    background-color: #fff;
    height: 100% !important
}

body:not(.focus-visible) :focus:not(.focus-visible) {
    outline: 0 !important
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

:focus {
    outline: 0 !important;
    box-shadow: none !important
}

hr {
    margin: 3rem 0 !important;
    border-top: 1px solid #e9ecee !important
}

@media (min-width:1320px) {

    .container,
    .container-lg {
        max-width: 1400px
    }
}

.container-fluid {
    max-width: 1800px
}