


.platform-introduce-container {
    display: flex;
    width: 1618px;
    align-items: flex-start;
    gap: 91px;
}


.platform-introduce-left {
    display: flex;
    width: 609px;
    flex-direction: column;
    align-items: flex-start;
    gap: 72px;
    flex-shrink: 0;
}


.platform-introduce-header {
    color: #0A0A0A;
    font-family: Urbanist;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 82.8px */
    letter-spacing: -2px;
}


.platform-introduce-description {
    color: #3B3B3B;
    /* Body/18px/Regular */
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}


.platform-button-container button{
    border-radius: 1000px;
    border: 1px solid rgba(69, 65, 64, 0.30);
    
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 1000px;
    border: 1px solid rgba(69, 65, 64, 0.30);
}

.platform-button-container img{
    width: 31px;
    height: 31px;
}

.platform-button-container p{

    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.6px;
    margin: 0 !important;

    cursor: pointer;
    color: #0A0A0A;
}


.platform-introduce-right {
    display: flex;
    width: 918px;
    align-items: flex-end;
    flex-shrink: 0;
}


.platform-introduce-photo-background {
}


.platform-introduce-insight-background-wrapper {
    position: relative;
    width: 100%;
    height: 545px;

    z-index: 1;
    /* margin-left: 132px; */
    background-image: url(../images/design/platform-background.png);
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.platform-introduce-insight-wrapper{
    position: relative;
    left: 50%;
    display: flex;
    width: 390px;
    height: 186px;
    padding: 24px 32px 42px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 32px;
    background: rgba(240, 245, 246, 0.70);

    backdrop-filter: blur(10px);
    margin: 342px 20px;
}

.platform-introduce-insight-title {
    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


.platform-introduce-insight-title img{
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.platform-introduce-insight-title p{
    color: #0A0A0A;
    /* Body/16px/Regular */
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
}


.platform-introduce-insight-description {
}

.platform-introduce-insight-description p{
    color: #3B3B3B;
    /* Body/14px/Regular */
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}


.platform-advantage-container {
    margin-top: 70px;
}


.platform-advantage-header1 {
    color: #307BC4;
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 156.25% */
}


.platform-advantage-header2 {
    color: #0A0A0A;
    /* Headline/H2 */
    font-family: Urbanist;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 64.8px */
    letter-spacing: -1px;
}

.platform-advantage-cards-wrapper {
    width: 1620px;
    display: flex;

    border-radius: 32px;
    background: linear-gradient(202deg, #D2EAEF 22.96%, #86BBF1 85.63%);

    margin: 42px 0;
}

.platform-advantage-cards-inner{
}

.platform-advantage-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
    justify-content: center;
    align-items: center;
    padding: 60px 50px 42px 50px;
    position: relative;
}

.platform-advantage-card:hover
{
    top: -40px;
    border-radius: 20px;
    background: #FFF;
    /* Hover - Drop Shadow */
    box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}

.platform-advantage-card:hover .platform-advantage-card-title, 
.platform-advantage-card:hover .platform-advantage-card-description{
    color: #274760;
}

.platform-advantage-card-title {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 131.25% */

}


.platform-advantage-card-description {
    color: #FFF;
    text-align: center;
    /* Paragraph - 16pt Poppins Regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}


.platform-advantage-card-title {
}


.platform-advantage-card-description {
}


.platform-advantage-card-title {
}


.platform-advantage-card-description {
}

.platform-advantage-card-title {
}


.platform-advantage-card-description {
}


.platform-featrue-container {
    margin-top: 70px;
}


.platform-featrue-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}


.platform-featrue-title-left {
    display: flex;
    width: 628px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.platform-featrue-title-right {
    display: flex;
    max-width: 858px;
    padding: 8px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.platform-featrue-title-right p{
    color: #3B3B3B;
    /* Body/18px/Regular */
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}


.platform-featrue-title1 {
    color: #307BC4;
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 156.25% */
}


.platform-featrue-title2 {
    color: #0A0A0A;
    /* Headline/H2 */
    font-family: Urbanist;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 64.8px */
    letter-spacing: -1px;
}

.platform-featrue-cards-wrapper {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;

    width: 1700px;

    margin-top: 80px;
}


.platform-featrue-card {
    display: flex;
    width: fit-content;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;

    border-radius: 40px;
    background: #F0F5F6;
}


.platform-featrue-card-feature-title {
    max-width: 581px;

    color: #0A0A0A;
    /* Headline/H4 */
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.5px;
}


.platform-featrue-card-feature-description {
    max-width: 581px;

    color: #3B3B3B;
    /* Body/16px/Regular */
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
}


.platform-featrue-card-photo-wrapper {
    display: flex;
    width: fit-content;
    height: 466px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;

    border-radius: 32px;
    /* border: 16px solid #FFF; */
}

.platform-featrue-card-photo-wrapper img{

    max-height: 100%;
    display: block;
}

#platform-featrue-card-photo1{
    width: 581px;
    height: 466px;
}

#platform-featrue-card-photo2{
    width: 854px;
    height: 466px;
}

#platform-featrue-card-photo3{
    width: 854px;
    height: 466px;
}

#platform-featrue-card-photo4{
    width: 581px;
    height: 466px;
}

.platform-training-mode-container {
    margin-top: 70px;

    display: flex;
    width: 1619px;
    padding-bottom: 36px;
    flex-direction: column;
}

#platform-featrue-card-final{
}

.platform-training-mode-header1 {
    color: #307BC4;
    text-align: center;
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 156.25% */
}


.platform-training-mode-header2 {
    color: #0A0A0A;
    text-align: center;
    /* Headline/H2 */
    font-family: Urbanist;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 64.8px */
    letter-spacing: -1px;
}


.platform-training-mode-wrapper {
    margin-top: 80px;

    display: flex;
    align-items: center;
    gap: 80px;
}


.platform-training-mode-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
}

.platform-training-mode-left {

}

.platform-training-mode-left-title {
    color: #0A0A0A;
    /* Headline/H3 */
    font-family: Urbanist;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 50.4px */
    letter-spacing: -1px;

    width: max-content;
}

.platform-training-mode-card{
    border-radius: 40px;
    background: #F0F5F6;

    box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.10);

    width: 460px;
    height: 243px;   
    position: relative;
}

.platform-training-mode-card .platform-training-mode-card-title{
    color: #0A0A0A;
    /* Headline/H3 */
    font-family: Urbanist;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 50.4px */
    letter-spacing: -1px;

    margin-top: 22px;
    margin-left: 40px;

    width: 132px;
}

.platform-training-mode-card .platform-training-mode-card-description{
    color: #0A0A0A;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.5px;

    margin-top: 44px;
    margin-left: 40px;
}

.platform-training-mode-card-photo{

    width: 228px;
    height: 228px;
    aspect-ratio: 1/1;

    width: 228px;
    height: 228px; 
    position: absolute;
    left: 253px;
    top: -56px;

}

.platform-training-mode-card img{
    width: 228px;
    height: 228px;
    aspect-ratio: 1/1;
}

.platform-training-mode-right {
}


.platform-training-mode-right-title {
    color: #0A0A0A;
    /* Headline/H3 */
    font-family: Urbanist;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 50.4px */
    letter-spacing: -1px;
}


.platform-training-mode-right-descrption {
    color: #3B3B3B;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 30.6px */
}


.platform-catalogue-wrapper {
    margin: 60px 91px;
}


.platform-catalogue-title-wrapper {
    width: 1377px;
    height: 50px;
    flex-shrink: 0;

    margin-bottom: 79px;
}


.platform-catalogue-title {
    color: #0A0A0A;

    /* H3 - Header 3 - 40pt Figtree SemiBold */
    font-family: Figtree;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 125% */
}

.platform-catalogue-item-container {
    margin-top: 70px;

    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 60px 118px;
    align-self: stretch;
    flex-wrap: wrap;
}


.platform-catalogue-item-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.platform-catalogue-item-wrapper img {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}


.platform-catalogue-item-text-wrapper {
    display: flex;
    width: 320px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
} 

.platform-seemore-container {
    margin-top: 70px;

}

.platform-seemore-header1 {
    color: #0A0A0A;
    text-align: center;
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    letter-spacing: -1px;
}


.platform-seemore-header2 {
    color: #3B3B3B;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 30.6px */
}

.platform-seemore-container .movie-content-show{
    width: 1345px;
    height: 853px;
}

.platform-seemore-container video{
    border-radius: 32px;
}


.platform-brochure-container{
    display: flex;
    width: 1113px;
    flex-direction: column;
    gap: 23px;

    margin: 98px 0;
}

.platform-brochure-header-wrapper{
    align-items: center;
    text-align: center;
}

.platform-brochure-header1{
    color: #0A0A0A;

    text-align: center;
    /* Headline/H3 */
    font-family: Urbanist;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 50.4px */
    letter-spacing: -1px;
}

.platform-brochure-header2{
    color: rgba(0, 0, 0, 0.40);
    /* Headline/H3 */
    font-family: Urbanist;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -1px;
}

.platform-brochure-button-container{
    display: flex;
    height: 55px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.platform-brochure-button-container button{

    padding: 12px 40px;
    border: none;
    border-radius: 1000px;
    border: 1px solid rgba(69, 65, 64, 0.30);

    background: #FFF;
}


/* Styles for iPad Pro */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .platform-introduce-container{
       flex-direction: column;
        width: 100%;
    }

    .platform-introduce-left, .platform-introduce-right{
        margin: 0 auto;    
        width: 100%;
    }

    .platform-advantage-container{
        margin-top: 24px;
    }

    .platform-advantage-cards-wrapper{
        width: 100%;
    }

    .platform-advantage-card {
        padding: 60px 10px 42px 10px;
    }

    .platform-featrue-container{
        margin-top: 24px;
    }

    .platform-featrue-cards-wrapper{
        width: 100%;
    }

    .platform-featrue-card{
        margin: 0 auto;
    }

    .platform-training-mode-wrapper{
        flex-direction: column;
    }

    .platform-training-mode-container{
        width: 100%;
        margin: 0 auto;
    }
    
    .platform-training-mode-right {
        width: 100%;
    }

    .platform-training-mode-right img{
        width: 100%;
    }

    .platform-catalogue-wrapper{
        margin: 0 auto;
    }

    .platform-seemore-container .movie-content-show {
        width: 100%;
        height: auto;
        margin: 60px auto;
    }
}

/* Styles for iPad Mini */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {

    body{
        overflow-x: hidden;
    }

    .platform-introduce-container{
       flex-direction: column;
        width: 100%;
    }

    .platform-introduce-left, .platform-introduce-right{
        margin: 0 auto;
        width: 100%;
    }

    .platform-advantage-container{
        margin-top: 24px;
    }


    .platform-advantage-cards-wrapper{
        width: 100%;
    }

    .platform-advantage-card {
        padding: 60px 10px 42px 10px;
    }

    .platform-featrue-container{
        margin-top: 24px;
    }

    .platform-featrue-cards-wrapper{
        width: 100%;
    }

    .platform-featrue-card{
        margin: 0 auto;
    }

    .platform-training-mode-wrapper{
        flex-direction: column;
    }

    .platform-training-mode-container{
        width: 100%;
        margin: 0 auto;
    }
    
    .platform-training-mode-right {
        width: 100%;
    }

    .platform-training-mode-right img{
        width: 100%;
    }

    .platform-catalogue-wrapper{
        margin: 0 auto;
    }

    .platform-seemore-container .movie-content-show {
        width: 100%;
        height: auto;
        margin: 60px auto;
    }
}

/* Styles for iPad Air */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
    
}