@import "../../../assets/css/general.css";

/* CUSTOMIZATIONS FROM GENERAL */
body {
    background: linear-gradient(253deg, #151515 9.99%, #2C2C2B 69.49%), #FFF;
    color: #FFF;
}
/* END */


@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 840px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 20px;
    padding-left: 20px;
}
.has-error input, #optin-inline .has-error select {
    border: #9E5DCF 1px solid !important;
}
.form-group {
    margin-bottom:0;
}
.form-group-email {
    flex-grow: 1;
}

.ll-dark-blue {
    color: #33537A !important;
}
.ll-teal {
    color: #8BC7BC !important;
}
.ll-blue {
    color: #507BBA !important;
}

.btn-cta {
    border-radius: 900px;
    background: #507ABA;

    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;

    position: relative;
    transition: all .5s ease-in-out;
    overflow: hidden;
}
.btn-cta:hover {
    color: #FFF;
    text-decoration: none;
}
.btn-cta:after {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    height: 100%;
    width: 150%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%);
    transform: translateX(-98%);
    border-radius: inherit;
}
.btn-cta:hover:after {
    -webkit-transform: translateX(-9%);
    transform: translateX(-9%);
    border-radius: inherit;
}
.btn-cta:after{
    background: #33537A;
}
.btn-cta span {
    position: relative;
    z-index: 1;
}
.btn-cta.btn-cta-outline {
    color: #507ABA;
    border-radius: 900px;
    border: 3px solid #507ABA;
    background: none;
}
.btn-cta.btn-cta-outline:hover {
    color: #FFFFFF;
    border: 3px solid #33537A;
    background: none;
}
.date {
    display: flex;
    padding: 5px 24px;
    justify-content: center;
    align-items: center;
    gap: 32px;

    width: fit-content;

    border-radius: 900px;
    border: 1px solid rgba(70, 124, 191, 0.20);
    background: rgba(70, 124, 191, 0.10);
}
.date .date-item {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #33537A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*white-space: nowrap;*/
}
header section.callout {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #507ABA;

    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

header section.navigation {
    border-bottom: 1px solid rgba(245, 245, 245, 0.10);
    background: transparent;
    padding-top:24px;
    padding-bottom:24px;
}
header section.navigation .logo {
    width: 210px;
}
main section.hero {
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
}
body.v2 main section.hero {
    overflow: hidden;
}
body.v2 main section.hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-image: url("../images/accent-accelerator.png");
    background-size: contain;
    background-position: calc(100% + 90px) top;
    background-repeat: no-repeat;

    opacity: 0.15;

    z-index: -2;
}
main section.hero .container-xl {
    display: flex;
    gap: 80px
}
main section.hero .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 0 0 50%;
}
body.v2 main section.hero .content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
body.v2 main section.hero .content .left-column {

}
body.v2 main section.hero .content .countdown {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-left:-30px;
}
body.v2 main section.hero .content .countdown .unit-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8.5px;
    width: 135px;
}
body.v2 main section.hero .content .countdown .unit-block .time-count {
    color: #507ABA;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 142.8px */
}
main section.hero .content .countdown .unit-block .time-unit {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 6.8px;
    text-transform: uppercase;
    margin-left:6.8px;
}

main section.hero .content .headlines {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
main section.hero .content .headlines h1 {
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 67.2px */
}
main section.hero .content .headlines h1 i {
    color: #A7BDDC;
}
main section.hero .content .headlines h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
main section.hero .content .headlines h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    opacity: 0.6;
}
main section.hero .content .headlines h4 {
    color: #507ABA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 5.44px;
    text-transform: uppercase;
    margin-bottom: -24px;
}
main section.hero .content .headlines p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
main section.hero .content .optin-inline {
    width: 497px;
}
main section.hero .content .optin-inline h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 16px;
}
main section.hero .content .optin-inline .optin-form .form-row>.col, .form-row>[class*=col-] {
    padding-right: 6px;
    padding-left: 6px;
}
main section.hero .content .optin-inline .optin-form .form-row + .form-row {
    margin-top: 12px;
}
main section.hero .content .optin-inline .optin-form .btn-cta {
    border-radius: 4px;
    padding: 12px 24px;
}
main section.hero .content .optin-inline .optin-form .form-control {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(245, 245, 245, 0.10);
    padding: 15px;
    height: auto;

    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
main section.hero .content .optin-inline .section-footer {
    padding-top: 10px;
}
main section.hero .content .optin-inline .section-footer .legal {
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.6;
}
.section-footer .legal {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.6;
}
main section.hero .badge {
    width: 194px;
    height: 194px;

    position: absolute;
    left: 34px;
    top: 23px;
}
body.v2 main section.hero .badge {
    width: 144px;
    height: 144px;

    position: absolute;
    right: 10px;
    bottom: 13px;
    left:unset;
    top:unset;

    z-index: -1;
}
main section.hero .offer {
    width: 805px;
    height: 100%;
    /*height: 588px;
    width: 100%;
    height: 100%;*/
    background-image: url("../images/roudtable-hero.webp");
    background-size: contain;
    background-position: left center;
    /*background-position: right top;*/
    background-repeat: no-repeat;

    position: absolute;
    right:0;
    top:0;

    z-index: -1;
}
main section.hero .offer-v2 {
    display: flex;
    align-self: center;
    flex: 1;
}
main section.about {
    background: #2C2C2B;
    padding-top: 80px;
    padding-bottom: 80px;
}
main section.about .content {
    max-width: 816px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    align-self: stretch;
    justify-self: center;
}
main section.about .content h2 {
    color: #FFF;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 33px;
}
main section.about .content p {
    margin:0;
    padding:0;
    color: rgba(255, 255, 255, 0.70);

    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
main section.about .content p b {
    color: #FFF;
    font-weight: 400;
}
main section.testimonials {
    background: #2C2C2B;
    display: flex;
    padding: 0 0 80px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}
main section.testimonials h2 {
    color: #A7BDDC;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 5.44px;
    text-transform: uppercase;
}
main section.testimonials .testimonial {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    /*flex: 1 0 0;*/

    flex-grow: 1; /* Ensures all testimonials grow equally to match the height */
    height: 100%; /* Makes sure the testimonials take up all available height in the slide */

    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
}
main section.testimonials .testimonial .highlight {
    color: #F5F5F5 !important;
}
main section.testimonials .testimonial .quote {
    color: rgba(245, 245, 245, 0.70);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    flex-grow: 1;
}
main section.testimonials .testimonial .ownership {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
main section.testimonials .testimonial .ownership .author {
    color: #A7BDDC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
main section.testimonials .testimonial .ownership .title {
    color: rgba(245, 245, 245, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
main section.testimonials .slick-carousel {
    width: 100%; /* Full width container */
    overflow: hidden; /* Hide overflowing slides */
}
main section.testimonials .slick-slide {
    width: 605px !important; /* Fixed slide width */
    margin-right: 32px; /* 32px space between slides */
    height: auto; /* Ensure slides have the same height */
}
/* Prevent overflow from extra spacing */
main section.testimonials .slick-list {
    margin: 0 -16px; /* Half of the space to balance the edges */
    overflow: hidden; /* Clean edges without overflow */
}
main section.testimonials .slick-track {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
main section.sponsors {
    background: #2C2C2B;
    padding-bottom: 80px;
    margin-top: -1px;
}
main section.sponsors h3 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 32px;
}
section.sponsors .sponsors-slider-container {
    position: relative;
    overflow: hidden; /* Prevent slides from overflowing */
}
section.sponsors .item {
    margin-right: 80px;
}
section.sponsors .item img.logo {
    height: 35px;
}
main section.schedule {
    padding-top: 120px;
    padding-bottom: 120px;
}
main section.schedule .section-header {
    max-width: 392px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
}
main section.schedule .section-header h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
main section.schedule .section-header p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.7;
}
main section.schedule .section-header p a {
    color: inherit;
    text-decoration: underline;
}
main section.schedule .date .date-item {
    width: 110px;
}



main section.benefits {
    background: #F5F5F5;
    padding-top: 120px;
    padding-bottom: 120px;
}
main section.benefits .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}
main section.benefits .content .intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}
main section.benefits .content .intro h2 {
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 52.8px */
}
main section.benefits .content h3 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    max-width: 815px;
    margin-top: -8px;
}
main section.benefits .content .intro p {
    max-width: 815px;
    text-align: center;
}
main section.benefits .content .intro .user {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 900px;
    justify-content: center;
}
main section.benefits .content .intro .user .item {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 900px;
    border: 1px solid rgba(80, 122, 187, 0.20);
    background: rgba(80, 122, 186, 0.10);

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
main section.benefits .benefits-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
main section.benefits .benefit {
    display: flex;
    width: 322px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 56px;

    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #FFF;
}
main section.benefits .benefit .description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}
main section.benefits .benefit .description .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}

main section.featured-speakers {
    background: #F5F5F5;
    padding-bottom: 120px;
}
main section.featured-speakers h2 {
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 52.8px */
    margin-bottom: 56px;
}
main section.featured-speakers .speaker {
    display: flex;
    width: 284px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
main section.featured-speakers .speaker .headshot {
    position:relative;
}
main section.featured-speakers .speaker .headshot .icon-social {
    position:absolute;
    top: 16px;
    right: 20px;
}
.icon-social svg path {
    fill: #467CBF; /* Regular color */
    transition: fill 300ms ease-out;
}

.icon-social:hover svg path {
    fill: #33537A; /* Hover color */
}
main section.featured-speakers .speaker .profile {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    height: 100%;
}

main section.featured-speakers .speaker .name {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

main section.featured-speakers .speaker .title {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    opacity: 0.6;
}
main section.featured-speakers .speaker-slider-container {
    position: relative;
    overflow: hidden; /* Prevent slides from overflowing */
    padding-bottom: 90px; /* Add space for arrows below the slider */
}
main section.featured-speakers .slick-slider {
    position: relative;
}
main section.featured-speakers .slick-carousel {
    width: 100%; /* Full width container */
}
main section.featured-speakers .slick-slide {
    width: 284px !important; /* Fixed slide width */
    margin-right: 25px; /* 32px space between slides */
    height: auto; /* Ensure slides have the same height */
    background: #F5F5F5;
}
/* Prevent overflow from extra spacing */
main section.featured-speakers .slick-list {
    /*margin: 0 -16px; /* Half of the space to balance the edges */
    overflow: hidden; /* Clean edges without overflow */
}
main section.featured-speakers .slick-track {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
main section.featured-speakers .slick-prev, main section.featured-speakers .slick-next {
    position: absolute;
    top: calc(100% + 30px); /* Move below the slider */
    transform: translateY(20px); /* Adjust distance below */
    z-index: 10;
    background: none; /* Remove default background */
    border: none; /* Remove button border */
    cursor: pointer; /* Add pointer cursor */

}

main section.featured-speakers .slick-prev img, main section.featured-speakers .slick-next img {
    width: 30px; /* Adjust width of the SVG icons */
    height: auto;
}

main section.featured-speakers .slick-prev {
    left: 50%; /* Center horizontally */
    transform: translate(-120%, 20px); /* Move left */
}

main section.featured-speakers .slick-next {
    right: 50%; /* Center horizontally */
    transform: translate(120%, 20px); /* Move right */
}
/* Default arrow color */
main section.featured-speakers .slick-prev svg path,
main section.featured-speakers .slick-next svg path {
    fill: #974198; /* Regular color */
    transition: fill 300ms ease-out;
}

/* Change color on hover */
main section.featured-speakers .slick-prev:hover svg path,
main section.featured-speakers .slick-next:hover svg path {
    fill: #D1A8FF; /* Hover color */
}
main .final-cta-wrapper {
    background: #F5F5F5;
    padding-bottom: 120px;
}
main section.final-cta {
    padding: 80px;
    border-radius: 4px;
    background: #262626;
    background-image: url("../images/accent-accelerator.png");
    background-size: contain;
    background-position: calc(100% + 160px) top;
    background-repeat: no-repeat;
}
main section.final-cta .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
main section.final-cta .content .section-header {
    display: flex;
    max-width: 656px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
main section.final-cta .content .section-header h2 {
    color: #F5F5F5;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 52.8px */
}
main section.final-cta .content .section-header p {
    margin:0;
    padding:0;

    color: rgba(245, 245, 245, 0.70);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}
main section.final-cta .content .section-header p b {
    color: #F5F5F5;
    font-weight: 700;
}
main section.faqs {
    padding-top: 120px;
    padding-bottom: 120px;
}
main section.faqs .content {
    max-width: 792px;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    gap: 32px;
    margin: 0 auto;
}
main section.faqs .content > h2 {
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 52.8px */
}
main section.faqs .get-in-touch {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;

    border-radius: 4px;
    background: #507ABA;
}
main section.faqs .get-in-touch h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}
main section.faqs .get-in-touch p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */

    margin: 0;
    padding: 0;
}
main section.faqs .get-in-touch a {
    color: #FFFFFF;
    text-decoration: underline;
}
main section.faqs .card-body {
    padding-left: 0;
    padding-right: 0;
}
main section.faqs .card p {
    font-weight: 300;
    color:#444444;
}
main section.faqs .card .btn-link {
    width: 100%;
    color: #262626;

    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 140% !important;
    word-wrap: normal;
    cursor: pointer;


    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
    justify-content: space-between;
}
main section.faqs .card .btn-link:hover {
    text-decoration: none;
}
main section.faqs .card .btn-link i {
    padding-left: 15px;
    font-size: 23px;
}
main section.faqs .card-header > h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}
main section.faqs .card p {
    font-size: 20px;
}
main section.faqs .card ul {
    padding-left:15px;
    margin-bottom:20px;
}
main section.faqs .card li {
    font-size: 16px;
}
main section.faqs .card {
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0!important;
}
main section.faqs .collapse.show .card-body {
    border-bottom: 1px solid #eeeeee;
}
main section.faqs .card-header {
    background-color: transparent;
    border-bottom: 1px solid #eeeeee;
    padding: 32px 30px 32px 0;
    margin-bottom:0 !important;
}
main section.faqs .card-header.active {
    border-bottom: none;
}
main section.faqs .card .fas {
    color: #3D7CC9;
}



main section.schedule .card-body {
    padding-left: 0;
    padding-right: 0;
}
main section.schedule .card p {
    font-weight: 300;
    color:#444444;
}
main section.schedule .card .btn-link {
    width: 100%;
    color: #262626;

    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 140% !important;
    word-wrap: normal;
    cursor: pointer;

    display: flex;
    align-items: center;
    gap: 8px;

    flex-direction: row-reverse;
    justify-content: space-between;
}
main section.schedule .card .btn-link:hover {
    text-decoration: none;
}
main section.schedule .card .btn-link i {
    padding-left: 15px;
    font-size: 23px;
}
main section.schedule .card-header .session {
    display: flex;
    align-items: start;
    gap: 24px;
}
main section.schedule .card-header .session .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
main section.schedule .card p {
    font-size: 20px;
}
main section.schedule .card ul {
    padding-left:15px;
    margin-bottom:20px;
}
main section.schedule .card li {
    font-size: 16px;
}
main section.schedule .card {
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0!important;
}
main section.schedule .collapse.show .card-body {
    border-bottom: 1px solid #eeeeee;
}
main section.schedule .card-header {
    background-color: transparent;
    border-bottom: 1px solid #eeeeee;
    padding: 32px 30px 32px 0;
    margin-bottom:0 !important;
}
main section.schedule .card-header.active {
    border-bottom: none;
}
main section.schedule .card .fas {
    color: #3D7CC9;
}
main section.schedule .speakers {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
main section.schedule .speakers .speaker {
    display: flex;
    align-items: center;
    gap: 16px;
}
main section.schedule .speakers .speaker {
    display: flex;
    align-items: center;
    gap: 16px;

    color: #33537A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
main section.schedule .speakers .speaker .image-wrapper {
    width: 54px;               /* Desired width of the circle */
    height: 54px;              /* Desired height of the circle */
    border-radius: 50%;        /* Makes it a circle */
    overflow: hidden;          /* Ensures content outside the circle is hidden */
    display: flex;             /* Ensures proper alignment for centering the image */
    justify-content: center;   /* Centers the image horizontally */
    align-items: center;       /* Centers the image vertically */
    background-color: #f0f0f0; /* Optional: Add a background color if the image doesn't cover */
    flex-shrink: 0;
}

main section.schedule .speakers .speaker .image-wrapper img {
    width: auto;               /* Maintains aspect ratio */
    height: 100%;              /* Scales the height to fill the container */
}

/* custom view - hero */
@media (max-width: 1639.98px) {
    main section.hero .offer {
        width: 735px;
    }
}
@media (max-width: 1499.98px) {
    main section.hero .offer {
        width: 735px;
    }
}
@media (max-width: 1299.98px) {
    main section.hero .offer {
        width: 555px;
    }
}

/* custom view - ui details */
@media (max-width: 1469.98px) {
    body.v2 main section.hero .badge {
        display: none;
    }
}

/* custom view (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    main section.hero .badge {
        left: 140px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    header section.navigation {
        padding-left:60px;
        padding-right:60px;
    }
    header section.navigation .logo {
        width: 214px;
    }

    main section.hero {
        padding-bottom: 0;
    }

    body.v2 main section.hero {
        padding-bottom: 80px;
    }
    body.v2 main section.hero .content {
        flex-direction: column;
        justify-content: center;
    }
    body.v2 main section.hero .content .left-column {
        width: 100%;
    }
    body.v2 main section.hero .content .right-column {
        width: 100%;
    }
    body.v2 main section.hero .content .countdown {
        margin: 0 auto;
        width: fit-content;
    }
    main section.hero .content .countdown .unit-block .time-unit {
        margin-left: 0;
    }
    body.v2 main section.hero .bg {
        background-size: 491px auto;
        background-position: right calc(100% + 140px);
    }
    main section.hero .offer {
        position: relative;
        margin: 52px auto 0;
        width: 772px;
        height: 439px;
        right: initial;
        bottom: initial;
        background-position: center bottom;
    }
    main section.hero .container-xl {
        flex-direction: column;
    }
    main section.hero .content {
        width: 100%;
    }
    main section.hero .offer-v2 {
        width: 100%;
    }
    main section.hero .content .date {
        margin: 0 auto;
    }
    main section.hero .content .headlines {
        text-align: center;
    }
    body.v2 main section.hero .content .headlines {
        max-width: 840px;
        margin: 0 auto;
    }
    main section.hero .content .headlines h1 {
        font-size: 46px;
        margin: 0 auto;
    }
    main section.hero .content .headlines h4 {
        margin: 0 auto -24px;
    }
    main section.hero .content .headlines h2 {
        font-size: 18px;
    }
    main section.hero .content .optin-inline {
        width: 100%;
    }
    main section.hero .content .optin-inline .optin-form .btn-cta {
        width: 299px;
    }
    main section.hero .badge {
        width: 181px;
        height: 181px;

        position: absolute;
        left: 23px;
        top: 23px;
    }
    main section.schedule {
        padding-right: 60px;
        padding-left: 60px;
    }
    main section.schedule .section-header {
        max-width: 100%;
        align-items: center;
        padding-bottom: 23px;
    }
    main section.schedule .card-header .session {
        flex-direction: column;
        gap: 16px;
    }
    main section.schedule .card-header .session .title {
        font-size: 32px;
    }
    main section.benefits .content {
        gap: 32px;
    }
    main section.benefits .benefit {
        width: calc(50% - 16px);
        gap: 32px;
    }
    main section.benefits .btn-cta {
        width: 100%;
    }
    main section.featured-speakers {
        padding-left: 50px;
        padding-right: 50px;
    }
    main section.faqs {
        padding: 80px 60px;
    }
    main section.faqs .content {
        max-width: 100%;
    }
    main .final-cta-wrapper {
        padding-left:20px;
        padding-right:20px;
    }
    main section.final-cta {
        padding: 56px 40px;
        background-image: url(../images/bg-arrow-left.svg), url(../images/bg-arrow-right.svg);
        background-size: unset;
        background-position: left bottom, right bottom;
    }
    main section.final-cta .content {
        flex-direction: column;
    }
    main section.final-cta .content .section-header {
        max-width: 100%;
        align-items: center;
    }
    main section.final-cta .content {
        gap: 32px;
    }
    main section.final-cta .content .section-header p {
        text-align: center;
    }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    header section.navigation .logo {
        width: 168px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        padding-right: 40px;
        padding-left: 40px;
    }

    body.v2 .container, body.v2 .container-lg, body.v2 .container-md, body.v2 .container-sm, body.v2 .container-xl {
        padding-right: 20px;
        padding-left: 20px;
    }
    header section.navigation {
        padding-left:0;
        padding-right:0;
    }
    header section.navigation .logo {
        width: 147px;
    }
    main section.hero .offer {
        width: 100%;
        height: 512px;
    }
    body.v2 main section.hero .content .countdown {
        gap: 16px;
    }
    body.v2 main section.hero .content .countdown .unit-block {
        width: 119px;
    }
    body.v2 main section.hero .content .countdown .unit-block .time-count {
        font-size: 70px;
    }
    body.v2 main section.hero .content .countdown .unit-block .time-unit {
        font-size: 16px;
        letter-spacing: 5px;
    }
    main section.about .content h2 {
        font-size: 38px;
        margin-bottom: 32px;
    }
    main section.about {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    main section.about .content p {
        font-size: 18px;
    }
    main section.testimonials {
        padding-left: 20px;
        padding-right: 20px;
    }
    main section.testimonials .testimonial .quote {
        font-size: 16px;
    }
    main section.testimonials .slick-carousel {
        width: 100%; /* Full width container */
        overflow: hidden; /* Hide overflowing slides */
    }
    main section.testimonials .slick-slide {
        width: calc(100% - 16px) !important; /* Full width minus margin */
        margin-right: 16px; /* Add margin between slides */
        box-sizing: border-box; /* Include padding and border in width */
    }
    main section.testimonials .slick-slide:last-of-type {
        margin-right: 0;
    }
    main section.testimonials .slick-list {
        margin: 0; /* Remove negative margin for clean edges */
        overflow: hidden; /* Clean edges */
    }
    main section.testimonials .slick-track {
        display: flex !important;
        align-items: stretch !important;
    }
    main section.sponsors {
        padding-bottom: 56px;
    }
    main section.schedule {
        padding: 80px 0;
    }
    main section.schedule .section-header h2 {
        font-size: 38px;
    }
    main section.schedule .section-header p {
        font-size: 18px;
    }
    main section.schedule .btn-cta {
        width: 100%;
    }
    main section.schedule .card-header .session .title {
        font-size: 24px;
    }
    main section.schedule .card p {
        font-size: 18px;
    }
    main section.benefits {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    main section.benefits .content .intro {
        gap: 24px;
    }
    main section.benefits .content .intro h2 {
        font-size: 38px;
    }
    main section.benefits .content .intro .user {
        gap: 8px;
    }
    main section.benefits .content .intro .user .item {
        width: 100%;
    }
    main section.featured-speakers {
        padding-left: 0;
        padding-right: 0;
        padding-bottom:80px;
    }
    main section.featured-speakers .container, main section.featured-speakers .container-lg, main section.featured-speakers .container-md, main section.featured-speakers .container-sm, main section.featured-speakers .container-xl {
        padding-right: 0;
    }
    main section.faqs {
        padding-left: 0;
        padding-right: 0;
    }
    main .final-cta-wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 80px;
    }
    main section.final-cta .content .section-header {
        align-items: center;
    }
    main section.final-cta .content .section-header h2 {
        font-size: 32px;
    }
    main section.final-cta .content .section-header p {
        font-size: 18px;
    }
    main section.final-cta .btn-cta {
        width: 100%;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        padding-right: 20px;
        padding-left: 20px;
    }
    header section.callout {
        font-size: 14px;
    }
    header section.navigation .btn-cta {
        font-size:12px;
    }
    body.v2 main section.hero .bg {
        background-size: 566px auto;
        background-position: calc(100% + 120px) calc(100% + 100px);
    }
    main section.hero .content .countdown .unit-block .time-unit {
        font-size: 12px;
        letter-spacing: 4px;
    }
    body.v2 main section.hero .content .countdown {
        gap: 10px;
    }
    body.v2 main section.hero .content .countdown .unit-block {
        width: 74px;
    }
    body.v2 main section.hero .content .countdown .unit-block .time-count {
        font-size: 46px;
    }
    body.v2 main section.hero .content .countdown .unit-block .time-unit {
        font-size: 11px;
        letter-spacing: 3px;
    }
    main section.hero .content .headlines h1 {
        font-size: 40px;
    }
    main section.hero .content .headlines h2 {
        font-size: 16px;
    }
    main section.hero .content .optin-inline .optin-form .btn-cta {
        width: 100%;
        border-radius: 900px;
    }
    main section.hero .content .optin-inline .optin-form .form-row>.col-12 + .col-12 {
        margin-top: 12px;
    }
    main section.hero .content .optin-inline .optin-form input[type=email] {
        width: 100%;
        margin-bottom: 12px;
    }
    main section.hero .badge {
        width: 161px;
        height: 161px;
        position: absolute;
        left: 23px;
        top: 23px;
    }
    main section.hero .offer {
        background-position: left bottom;
        /*background-size: 130%;
        height: 333px;*/
        background-size: 100%;
        height: 373px;
        margin: 40px auto 0;
    }
    main section.about .content h2 {
        font-size: 32px;
    }
    main section.schedule .section-header h2 {
        font-size: 32px;
    }
    main section.benefits .content .intro h2 {
        font-size: 32px;
    }
    main section.benefits .benefit {
        width: 100%;
    }
    main section.featured-speakers h2 {
        font-size: 32px;
    }
    main section.final-cta {
        padding: 56px 20px;
        background-image: none;
    }
    main section.faqs .get-in-touch p {
        font-size: 17px;
    }
}



/*** FOOTER ***/
.icon-social svg path {
    fill: #467CBF; /* Regular color */
    transition: fill 300ms ease-out;
}

.icon-social:hover svg path {
    fill: #33537A; /* Hover color */
}
footer {
    padding: 24px 0;
    border-top: 1px solid rgba(245, 245, 245, 0.10);
    background: transparent;
}
footer .brand {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
}
footer .brand img.logo {
    width: 152px;
}
footer .brand .legal {
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    opacity: 0.6;
}
footer .social {
    display: flex;
    align-items: center;
    gap: 16px;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    footer .social {
        justify-content: center;
        padding-top: 24px;
    }
}