@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/GT-Walsheim-Regular.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/GT-Walsheim-Bold.woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/GT-Walsheim-Regular-Oblique.woff');
    font-weight: normal;
    font-style: oblique;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/GT-Walsheim-Bold-Oblique.woff');
    font-weight: bold;
    font-style: oblique;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'GT Walsheim', Arial, sans-serif;
}

.white-banner {
    background-color: #ffffff;
    padding: 5px 0;
    position: relative;
}

.wrapper {
    width: 60%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.wrapper.top {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.back-link {
    text-decoration: none;
    color: #3C3D6E;
    font-size: 1rem;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.logo-link,
.logo {
    display: inline-block;
    max-width: 120px;
}

.section-1 {
    background-color: #faedec;
    padding: 40px 0;
    overflow: hidden;
}

.section-1 .text-container {
    float: left;
    width: 40%;
    text-align: left;
    padding-top: 50px;
    padding-right: 20px;
}

.section-1 .text-container h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #5262f4;
    margin-bottom: 15px;
}

.section-1 .text-container h1 {
    font-size: 3.2rem;
    line-height: 1.1;
    max-width: 90%;
    word-break: break-word;
    color: #363f89;
}

.image-container {
    float: right;
    width: 45%;
    text-align: left;
    overflow: hidden;
    height: 360px;
}

.walrus-vector {
    max-width: 400px;
    margin-top: -30px;
    margin-right: -50px;
}

.section-2 {
    padding: 40px 0;
}

.section-2 * {
    font-family: 'Inter', Arial, sans-serif;
}

.section-2 .wrapper {
    margin: 0 auto;
    text-align: left;
}

.section-2 .container {
    padding: 0 140px 0 10px;
}

.section-2 h2 {
    font-family: 'GT Walsheim', Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    color: #363f89;
    margin-bottom: 15px;
}

.section-2 p {
    font-size: 1.1rem;
    color: #363f89;
    line-height: 1.6;
    margin-bottom: 45px;
}

.section-2 p.no-bottom-margin {
    margin-bottom: 0;
}

.section-2 ul {
    margin-top: 10px;
    margin-left: 15px;
    list-style-type: disc;
    padding-left: 20px;
}

.section-2 li {
    font-size: 1.1rem;
    color: #363f89;
    margin-bottom: 10px;
}

.section-video {
    padding: 80px 0;
    background-color: #f4f7ff;
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
    margin: 0 auto;
    border-radius: 10px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-3 {
    padding: 40px 0;
    text-align: center;
    color: #363f89;
}

.section-3 h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #363f89;
    margin-bottom: 35px;
}

.speakers-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    width: 85%;
    margin: 0 auto;
}

.speaker {
    text-align: center;
    max-width: 260px;
}

.speaker-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.speaker h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.speaker p {
    font-size: 1rem;
}

.cta-section {
    background-color: #3C52E3;
    padding: 130px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cta-section .text-container {
    max-width: 60%;
    text-align: left;
    color: #FFFFFF;
}

.text-container h2 {
    font-size: 2.4rem;
    font-weight: lighter;
    margin: 0;
    line-height: 1.5;
}

.button-container {
    text-align: right;
    margin-top: -99px;
}

.cta-button {
    display: inline-block;
    background-color: #FFFFFF;
    color: #3C52E3;
    padding: 12px 44px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #e6e6e6;
}

.custom-footer {
    background-color: #ffffff;
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid #dcdcdc;
}

.custom-footer p {
    padding: 5px 0;
    margin: 0;
}

.footer-logo {
    max-width: 60px;
}

.footer-text {
    font-size: 1rem;
    color: #3C3D6E;
}


/* Base styles for larger screens are already defined */



/* For tablets (widths up to 768px) */
@media (min-width: 1030px) {

    .cta-section {
        height: 200px;
    }

}

/* For tablets (widths up to 768px) */
@media (max-width: 1024px) {

    .white-banner .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .back-link {
        margin-bottom: 10px;
        position: static;
        transform: none;
        text-align: center;
    }    

    .wrapper {
        width: 90%; /* Adjust width for more space on smaller screens */
    }

    .section .text-container,
    .section .image-container {
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px 0;
    }

    .cta-section {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .cta-section .text-container {
        max-width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .button-container {
        text-align: center;
        margin-top: 10px;
    }

    .speakers-container {
        flex-direction: column;
        gap: 15px;
    }

    .speaker {
        max-width: 100%;
    }

    .cta-button {
        padding: 10px 30px;
    }
}

/* For mobile (widths up to 480px) */
@media (max-width: 500px) {
    .wrapper {
        width: 90%;
        padding: 0 15px;
    }

    .section-1 .text-container h1 {
        max-width: 100%;
    }

    .image-container {
        height: 245px;
    }

    .section.section-2 {
        padding: 0 20px;
    }

    .section.section-2 p, .section.section-2 li, .speaker p {
        font-size: 1.5rem;
    }

    .text-container h1,
    .text-container h2 {
        font-size: 1.8rem; /* Reduce font size */
        line-height: 1.3;
    }

    .walrus-vector {
        max-width: 200px;
        margin: 0;
    }

    .speaker-image {
        width: 150px;
        height: 150px;
    }

    .cta-section {
        padding: 35px;
        padding-left: 0;
    }

    .cta-section .text-container {
        text-align: center;
    }

    .cta-button {
        margin: 15px 0 10px;
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}
