section {
    width: 100%;
    float: left;
    background-color: #ffffff;
}

.mex-fullWidth {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.mex-padding-0 {
    padding: 0;
}

.mex-padding-x {
    padding: 0 45px;
}

section.mex-eventHighlightCarouselWrap, section.mex-showToppersCarouselWrap, section.mex-toyotaMobilityCarouselWrap, section.mex-eventHighlightVideoWrap {
    padding: 30px 0;
}

section.mex-showToppersCarouselWrap, section.mex-eventHighlightVideoWrap {
    background-color: #333333;
}

.swiper.mex-eventHighlight, .swiper.mex-toyotaMobility {
    padding: 30px;
}

.mex-bannerImage img {
    width: 100%;
}

.swiper.mex-carouselBanners {
    width: 100%;
    float: left;
}

.swiper.mex-carouselBanners .swiper-slide img {
    width: 100%;
}

.mex-carouselControls {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.mex-carouselControls a {
    display: flex;
    outline: none;
    transition: all .5s ease-in-out;
}

.mex-carouselControls a.swiper-button-disabled {
    opacity: .2;
    cursor: not-allowed;
}

section.mex-textStrip {
    padding: 20px 0;
}

section.mex-textStrip h4 {
    font-family:ToyotaType-Semibold;
    text-align: center;
    color: #535252;
    font-size: 30px;
    line-height: 1.1;
}

.mex-titleWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.mex-titleWrap:not(.mex-showToppersCarouselWrap .mex-titleWrap) {
    margin-bottom: 30px;
}

.mex-titleWrap h2 {
    margin: 10px 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 45px;
    font-family: ToyotaType-Bold;
    color: #484848;
}

section.mex-showToppersCarouselWrap .mex-titleWrap h2, section.mex-eventHighlightVideoWrap .mex-titleWrap h2 {
    color: #ffffff;
}

.mex-resgistrationFormWrap .row {
    display: flex;
}

.mex-resgistrationFormWrap .row  .col-md-6 {
    padding: 50px 70px;
}

.mex-resgistrationFormWrap .mex-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mex-resgistrationFormWrap .row  .col-md-6:last-child {
    background-color: #000000;
    color: #ffffff;
}

.mex-formwrap {
    max-width: 90%;
    width: 100%;
}

.mex-formwrap .form-control {
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    height: 45px;
    outline: none;
    box-shadow: none;
}

.mex-formwrap .form-control:focus {
    outline: none;
}

.mex-formwrap .checkbox {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.mex-formwrap .checkbox label{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
}

.mex-formwrap .checkbox input[type=checkbox], .mex-formwrap .checkbox-inline input[type=checkbox], .mex-formwrap .radio input[type=radio], .mex-formwrap .radio-inline input[type=radio] {
    position: static;
    margin-top: 0;
    margin-left: -20px;
    width: 25px;
    height: 25px;
}

.mex-formwrap .mex-submitBtn {
    background: #D12D29;
    font-size: 18px !important;
    width: 150px;
    outline: none;
    box-shadow: none;
    border: none;
}


.mex-formwrap .mex-submitBtn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.mex-formwrap h4 {
    color: #ffffff;
    flex-grow: 1;
    width: 100%;
}

.mex-resgistrationFormWrap .mex-titleWrap h2 {
    color: #ffffff;
}

.mex-card {
    -webkit-box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.23);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mex-card img.mex-card-img {
    width: 100%;
    max-width: 100%;
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.mex-card-body {
    padding: 20px;
}

h3.mex-card-title {
    text-transform: uppercase;
    font-family: ToyotaType-Semibold;
    color: #333333;
    margin: 10px 0 15px;
    position: relative;
    top: 45px;
    transition: all .5s ease-in-out;
    font-size: 27px;
}

h3.mex-card-title span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #484848;
    text-transform: none;
}

a.mex-cardCTA {
    opacity: 0;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    border-bottom:1px solid transparent;
    max-width: fit-content;
    padding: 0 0 3px;
}

a.mex-cardCTA svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: 3px;
}

a.mex-cardCTA:hover {
    gap: 10px;
    border-bottom:1px solid #333333;
}

.mex-card:hover img.mex-card-img {
    transform: scale(1.1);
}

.mex-card:hover a.mex-cardCTA {
    opacity: 1;
}

.mex-card:hover h3.mex-card-title {
    top: 0;
}


section.mex-showToppersCarouselWrap .mex-titleWrap {
    align-items: baseline;
    padding: 0;
    flex-direction: column;
    gap: 40px;
}

.mex-showStopperCard {
    position: relative;
}

.mexHoverCard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 85%);
    opacity: 0;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: baseline;
    justify-content: end;
    padding: 20px;
    flex-direction: column;
    color: #fff;
}

h4.mexShowsToppersTitleSlide {
    color: #ffffff;
    font-size: 20px;
    font-family: ToyotaType-Bold;
}

.mexHoverCard p {
    color: #ffffff;
    line-height: 1.1;
    font-size: 18px;
}

.mex-eventHighlight .swiper-wrapper, .mex-toyotaMobility .swiper-wrapper {
    align-items: stretch;
}

.mex-eventHighlight .swiper-slide, .mex-toyotaMobility .swiper-slide {
    height: auto;
}

.mex-showStopperCard:hover .mexHoverCard {
    opacity: 1;
}

.mex-showStopperCard a.mex-cardCTA {
    opacity: 1;
    color: #ffffff;
}

.mex-showStopperCard a.mex-cardCTA:hover {
    gap: 10px;
    border-bottom: 1px solid #ffffff;
}

section.mex-resgistrationFormWrap .mex-titleWrap {
    padding: 0;
}

/*new update - 20-01-2025*/
.embed-responsive-9by16 {
    padding-bottom: 177.78%; /* 9/16 * 100 */
}