body{
    font-family: Segoe UI, sans-serif;
    font-size: 16px;
    color: #000;
    position: relative;
}

img{
    max-width: 100%;
}

p{
    margin-bottom: 25px;
}

hr{
    opacity: 1;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: calc(980px + 1.5rem);
}

#header{
    width: 100%;
    position: absolute;
    background-color: #ffffff70;
    z-index: 99;
}

    #header img{
        margin: 30px 0;
        width: auto;
        height: auto;
    }

    #header img.pp{
        margin-right: 20px;
    }

#content{

}

    #content .btn{
        border: 1px solid #1D91D0;
        background-color: #004D77;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        white-space: inherit;
    }

    #content .banner{
        background: url(/assets/landing/wtwctw/img/banner.jpg) no-repeat top center;
        background-size: cover;
        padding-top: 190px;
        padding-bottom: 115px;
    }

        #content .banner h1{
            color: #1A5698;
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 25px;
        }

            #content .banner h1 strong{
                display: block;
                font-size: 50px;
                padding: 0 10px;
                margin-top: 10px;
                font-weight: 900;
            }

        #content .banner .info{
            background-color: #CF1F40;
            border-radius: 20px;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            padding: 15px;
            line-height: 1.1;
        }

            #content .banner .info hr{
                margin: 5px 0;
                border-color: #fff;
            }

            #content .banner .info small{
                font-size: 12px;
                font-weight: normal;
                display: block;
                margin-top:  5px;
            }

    #content .form form{
        background-color: #fff;
        border-radius: 20px;
        padding: 30px;
    }

        #content .form form h3{
            color: #1D91D0;
            font-size: 22px;
            font-weight: 700;
        }

        #content .form form input{
            border: 1px solid #1D91D0;
            border-radius: 10px;
            margin-bottom: 10px;
        }

    #content .speakers{
        padding-top: 40px;
        padding-bottom: 35px;
    }

        #content .speakers h2{
            color: #2590D1;
            font-size: 40px;
            font-weight: 900;
            margin-bottom: 50px;
        }


        #content .speakers .speaker{
            padding: 0 25px;
            line-height: 1.2;
            margin-bottom: 45px;
        }

            #content .speakers .speaker strong{
                margin-bottom: 10px;
            }

            #content .speakers .speaker img{
                min-width: 150px;
                height: 150px;
                margin-bottom: 20px;
            }

            #content .speakers .speaker hr{
                border-top: 3px solid #2590D1;
                width: 60%;
                margin-bottom: 17.5px;
            }

            #content .speakers .speaker p{
                margin-bottom: 17.5px;
            }

            #content .speakers .speaker span i{
                width: 20px;
                display: inline-block;
            }

    #content .slogan{
        padding-top: 60px;
        padding-bottom: 205px;
        background: url(/assets/landing/wtwctw/img/banner2.jpg) no-repeat top center;
        background-size: cover;
        font-size: 40px;
        font-weight: 900;
        color: #fff;
        margin: 0;
        line-height: 1.3;
    }

    #content .img_shadow{
        position: relative;
    }

        #content .img_shadow:before{
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            background-color: #2590D1;
            z-index: 0;
            border-radius: 100%;
            top: -40px;
        }

        #content .img_shadow img{
            position: relative;
            z-index: 1;
            border-radius: 100%;
        }

    #content .neil{
        margin-top: -150px;
        padding-bottom: 55px;
    }

        #content .neil h3{
            color: #2590D1;
            font-size: 30px;
            font-weight: 600;
        }

    #content .know_speakers{
        background: url(/assets/landing/wtwctw/img/footer_bg.jpg) no-repeat top center;
        background-size: cover;
        padding-top: 40px;
        padding-bottom: 180px;
    }

        #content .know_speakers h2{
            font-size: 40px;
            color: #fff;
            font-weight: 900;
            margin-bottom: 50px;
        }

        #content .know_speakers .speaker_item{
            margin-bottom: 30px;
            background-color: #fff;
            border-radius: 0 20px 20px 0;
            padding: 20px 40px 20px 0;
            position: relative;
        }

            #content .know_speakers .speaker_item > .row{
                height: 100%;
                min-height: 250px;
            }

            #content .know_speakers .speaker_item:before{
                content: "";
                display: block;
                aspect-ratio: 0.5/1;
                height: 100%;
                position: absolute;
                background-color: #2590D1;
                z-index: 0;
                border-radius: 100vw 0 0 100vw;
                top: 0;
                right: 100%;
            }

            #content .know_speakers .speaker_item:after{
                content: "";
                display: block;
                aspect-ratio: 0.5/1;
                height: 100%;
                position: absolute;
                background-color: #2590D1;
                z-index: 0;
                border-radius: 0 100vw 100vw 0;
                top: 0;
                left: 0;
            }

            #content .know_speakers .speaker_item:nth-child(odd):before,
            #content .know_speakers .speaker_item:nth-child(odd):after{
                background-color: #BEE7FE;
            }

            #content .know_speakers .speaker_item .img_shadow:before{
                top: -20px;
                display: none;
            }

            #content .know_speakers .speaker_item h3{
                font-size: 24px;
                font-weight: 600;
                color: #2590D1;
            }

            #content .know_speakers .speaker_item h4{
                font-size: 20px;
                font-weight: 600;
                color: #2590D1;
                margin-bottom: 15px;
            }

            #content .know_speakers .speaker_item p{
                margin: 0;
                line-height: 20px;
            }

#footer{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    bottom: 60px;
}

#thanks_popup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5E5E5E50;
    z-index: 100;
}


    #thanks_popup .content{
        background: url(/assets/landing/wtwctw/img/pupup_bg.png) no-repeat top center;
        background-size: contain;
        padding-top: 85px;
        padding-bottom: 85px;
        color: #fff;
        font-weight: 100;
        font-size: 25px;
        line-height: 1.4;
    }

        #thanks_popup .content h1{
            font-size: 50px;
            position: relative;
            font-weight: 100;
            z-index: 1;
        }

        #thanks_popup .content h1:before{
            content: "";
            display: block;
            height: 115px;
            width: 115px;
            background-color: #1A5698;
            border-radius: 100%;
            position: absolute;
            top: -55px;
            left: -75px;
            z-index: -1;
        }

        #thanks_popup .content a{
            color: #fff;
            transform: opacity 0.3s;
            text-decoration: none;
            font-weight: 400;
        }

        #thanks_popup .content a:hover{
            opacity: 0.8;
        }