.poppins_regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins_regular_italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins_extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins_extrabold_italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.inter_400 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter_500 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.inter_600 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.inter_700 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.inter_800 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.montserrat_400 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.montserrat_600 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.montserrat_700 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.montserrat_800 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.work_sans_700 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.font_bebas_neue {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.txt_brand {
    color: #f6d72e;
}

.txt_brand_link {
    color: #5AC5ED;
}

.txt_grey {
    color: #bbbbbb;
}

.color_brand {
    color: #558b79;
}

.color_tiffanyDark {
    color: #1097A0;
}

.color_yellowLight {
    color: #fbcd71;
}

.color_second {
    color: #B3893F;
}

.color_third {
    color: #F1C282;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding: 0%
}

.cursorPointer {
    cursor: pointer
}

@media(max-width: 500px) {
    .m_txt_center {
        text-align: center
    }
}

#HeroSection {
    position: relative;
    overflow: hidden;
    background-repeat: repeat repeat !important;
    background-position: center bottom !important;
    background: url("../images/bg-Hero.jpg") #000;
    background-size: contain;
    z-index: 1;
}

#HeroSection .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#HeroSection .container {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}

#HeroSection .underline {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0%);
}

#HeroSection .hero-color {
    color: #FFC110;
    font-weight: 900;
}

#HeroSection u.hero-wrong {
    text-decoration-line: underline;
    text-decoration-color: #c81b1b;
    text-decoration-thickness: 5px;
}

#HeroSection .lineThree {
    position: absolute;
    top: -37px;
    left: -85px;
}

#HeroSection .promo {
    position: absolute;
    bottom: -90px;
    right: -70px;
    z-index: 1;
}

[data-title*=Section] {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    position: relative
}

#CustomProgram {
    padding-top: 3vw !important;
    padding-bottom: 10vw !important;
    position: relative
}

#Misconception {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center top;
    background-image: url(../images/bg-Misconcept.jpg);
}

#LookingFor {
    position: relative;
}


#Customer {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center top;
    background-image: url(../images/Background-Customer.jpg);
    z-index: 0;
    padding: 0px 0px 40px;
}

#ProgramReview {
    position: relative;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center top;
    background: url(../images/drywall-14.png) white;
    z-index: 1;
}

.branchBenefit {
    display: flex;
    justify-content: space-evenly;
    width: 78%;
    margin: 25px auto 0px;
}

.branchBenefit .list {
    display: flex;
    align-content: center;
    align-items: center;
}

.branchBenefit .list img {
    width: 32px;
    height: auto;
    margin-right: 10px;
}

.branchBenefit .list .text {
    font-size: 26px;
    line-height: 1.3em;
    letter-spacing: -1px;
    font-weight: 500;
}

#LocationContact {
    background: #161616;
}

#StickyCta .whatsapp .inner {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.5rem 0.5rem;
    color: white;
    background-color: #25d366;
    gap: 1rem;

}

@media screen and (min-width: 700px) {
    #StickyCta {
        display: none;
    }
}

[data-title*=Upage] {
    padding-top: 0px !important;
    padding-bottom: 35px !important;
}

@media(min-width: 768px) {
    [data-title*=Upage] {
        padding-top: 0 !important;
        padding-bottom: 45px !important
    }
}

@media(min-width: 992px) {
    [data-title*=Upage] {
        padding-top: 45px !important;
        padding-bottom: 80px !important;
        background-size: cover !important;
    }

    [data-title*=Section] {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    #PTPragramme {
        padding-top: 140px !important;
        padding-bottom: 175px !important;
    }

    #CustomProgram {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    #Misconception {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    #LookingFor {}

    #TrainerProfile {
        padding: 150px 0px 0px;
    }

    #TrainerSpecialist {
        padding: 460px 0px 120px;
    }

    #Customer {
        padding: 120px 0px;
    }

    #Award {
        padding-top: 120px !important;
        padding-bottom: 0px !important;
    }

    #ProgramReview {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
        margin-top: -107px;
    }

    #LocationContact {
        padding: 80px 0 0 0;
    }
}

@media(min-width: 767px) and (max-width:991px) {
    [data-title*=Section] {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    #PTPragramme {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    #CustomProgram {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    #Misconception {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }
}

[data-title*=cf-vimeo-video] .elVideo {
    border-radius: 15px;
    /* box-shadow: 0px 4px 41px 0px #FFFFFF85; */
}

[data-title*=cf-vimeo-video] .fluid-width-video-wrapper {
    padding-top: 56.25%;
    border-radius: 15px;
}

.fluid-width-video-wrapper iframe {
    border-radius: 0px
}

@media(max-width: 500px) {
    [data-title*=Upage] {
        background-size: cover !important;
    }

    [data-title*=cf-vimeo-video] .elVideo {
        border-radius: 0px;
    }

    [data-title*=cf-vimeo-video] .fluid-width-video-wrapper {
        border: none;
        background-color: transparent;
        padding-top: 56.25%;
        border-radius: 0px;
    }

    .fluid-width-video-wrapper iframe {
        border-radius: 0px;
    }
}

.txt_uppercase {
    text-transform: uppercase
}

.txt_capitalize {
    text-transform: capitalize
}

.txt_white {
    color: #fff;
}

.txt_black {
    color: black;
}

.txt_lightblue {
    color: #e8eef6;
}

.txt_grey_indrak {
    color: #9fa4b9;
}

@media(max-width: 500px) {
    .m_txt_uppercase {
        text-transform: uppercase
    }

    .m_txt_capitalize {
        text-transform: capitalize
    }

    .m-txt_white {
        color: #fff
    }
}

.elButton span {
    pointer-events: none
}

.elButton i {
    margin-right: 10px
}

@media(max-width: 500px) {
    .elButton {
        font-weight: 400
    }

    .elButtonMain {
        font-weight: 600;
        letter-spacing: 1px
    }

    .elButton i {
        margin-right: 5px
    }
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

.elBulletList {
    padding: 0;
    list-style-type: none
}

.elBulletListNew li {
    position: relative;
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 1.6em
}

.elBulletListNew li i {
    position: absolute;
    top: 0;
    left: 0
}

.elBulletList li:before {
    left: 10px !important;
    position: absolute
}

.elBulletListNew li img {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 20px
}

@media(max-width: 500px) {
    .elBulletList {
        padding-left: 0;
        margin-bottom: 0
    }

    .elBulletListNew li {
        margin-bottom: 0;
        padding-left: 33px;
        padding-bottom: 10px;
        font-size: 16px !important;
        line-height: 24px
    }

    .elBulletListNew li i {
        margin-left: -20px
    }

    .elBulletList li:before {
        left: 10px !important
    }

    .elBulletListNew li img {
        top: 1px
    }
}

.iframeBlocker,
.iframeUnmute {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.video-sound-overlay {
    width: 100%;
    height: 100%;
    background-image: url(../images/big-play-button.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: 10%;
    background-position: center
}

@media(max-width: 500px) {
    .video-sound-overlay {
        background-size: 14%
    }
}

.video-sound-overlay img {
    margin-top: 5px;
    margin-left: 10px;
    animation: pulse 2s infinite;
    animation-timing-function: ease-out
}

.video-sound-overlay img {
    width: 18%;
    padding: 10px;
    position: absolute
}

.video-sound-overlay .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px
}

@media(min-width: 700px) {
    .fluid-width-video-wrapper {
        box-shadow: 0 0 20px 0 rgb(233 233 233/8%) !important;
        overflow: hidden
    }

    .ultv-video__play-icon {
        width: 65px;
    }

    .ultv-video__play-icon.subtract {
        width: 65px;
    }
}

.ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
    padding-bottom: 56.25%;
    border-radius: 0
}

.ultv-video__outer-wrap:before {
    opacity: .1;
}

.heroFilter {
    display: flex;
    justify-content: space-between;
    z-index: -1;
    background: url("../images/Tile.png");
    opacity: 0.50;
    mix-blend-mode: multiply;
}

.heroFilter .list {
    position: absolute;
    mix-blend-mode: multiply;
}

.heroFilter .list:nth-child(1) {
    width: 18%;
    bottom: 350px;
    left: 10px;
}

.heroFilter .list:nth-child(2) {
    bottom: 465px;
    left: 260px;
}

.heroFilter .list:nth-child(3) {
    bottom: 465px;
    right: 260px;
}

.heroFilter .list:nth-child(4) {
    width: 18%;
    bottom: 350px;
    right: 10px;
}

.heroFilter .list img {
    display: block;
    width: 100%;
    opacity: 0.5;
    mix-blend-mode: color-dodge;
}

@media(min-width:501px) {
    .EllipseShape {
        background: #11bcc88a;
        width: 170px;
        height: 170px;
        position: absolute;
        border-radius: 50%;
        mix-blend-mode: multiply;
        filter: blur(80px);
    }

    .EllipseShape.One {
        bottom: 360px;
        left: 110px;
    }

    .EllipseShape.Two {
        bottom: 360px;
        right: 119px;
    }
}

.whatsAppButton {
    border-radius: 50px;
    box-shadow: 0px 4px 21.5px 0px #0000005c;
    padding: 15px 40px 15px 35px;
    display: inline-flex;
    color: #121516 !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(92.29deg, #05858E 7.71%, #12A9B4 21.77%, #16C5D1 38.91%, #22B6C0 58.51%, #1097A0 80.56%, #067A82 96.54%);
    background: linear-gradient(90deg, #DF9108 0%, #FFB433 47.51%, #DF9108 100%);
}

.whatsAppButton.blackShadow {
    box-shadow: 0px 4px 23px 0px #00000040;
}

.whatsAppButton.whiteShadow {
    box-shadow: 0px 4px 19px 0px rgb(239 239 239 / 33%);
}

.whatsAppButton i {
    font-size: 46px;
    line-height: 58px;
    margin-right: 15px;
    pointer-events: none;
}

.whatsAppButton .text {
    display: inline-flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.whatsAppButton .text .maintitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

.whatsAppButton .text .subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}

#JapanOffer {
    overflow: hidden;
    position: relative;
    padding: 55px 0px 60px;
    background: radial-gradient(68.2% 68.2% at 50% 39.08%, #10D5E2 6.96%, #027881 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

#JapanOffer .cover {
    position: absolute;
    width: 100%;
    top: 13%;
}

#JapanOffer .cover img {
    //
    Image: 32237070_sl_072622_51930_17;
    opacity: 0.70;
    mix-blend-mode: multiply;
    /* width: 100%; */
    /* display: block; */
}

#JapanOffer .container {
    position: relative;
}

.JapanborderTop {
    background: linear-gradient(90deg, #494949 0%, #636363 14.43%, #EAEAEA 50.85%, #646464 85.99%, #535353 100%);
    height: 16px;
}

.DealLogo {
    display: flex;
    justify-content: space-evenly;
    padding: 50px 0px 0px;
    margin: 0px auto;
    width: 94%;
}

.DealLogo .list {
    display: flex;
    width: 32%;
    color: white;
    justify-content: space-between;
}

.DealLogo .list:nth-child(1) {
    width: 29%;
}

.DealLogo .list:nth-child(2) {
    width: 28%;
}

.DealLogo .list:nth-child(3) {
    width: 32%;
}

.DealLogo .list .image {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000000b0;
    box-shadow: 0px 4px 34.5px 0px #00edf62e;
    border: 3px dashed #00edf69c;
}

.DealLogo .list:nth-child(1) .image {}

.DealLogo .list:nth-child(2) .image {}

.DealLogo .list:nth-child(3) .image {}

.DealLogo .list img {
    width: auto;
    height: auto;
    display: block;
}

.DealLogo .list:nth-child(1) img {
    width: 71%;
}

.DealLogo .list:nth-child(2) img {
    width: 60%;
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7500%) hue-rotate(67deg) brightness(110%) contrast(102%);
}

.DealLogo .list:nth-child(3) img {
    width: 66%;
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7500%) hue-rotate(67deg) brightness(110%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(78%) sepia(65%) saturate(967%) hue-rotate(331deg) brightness(102%) contrast(101%);
}

.DealLogo .list .right {
    width: 68%;
}

.DealLogo .list:nth-child(1) .right {
    width: 67%;
}

.DealLogo .list:nth-child(2) .right {
    width: 67%;
}

.DealLogo .list:nth-child(3) .right {
    width: 71%;
}

.DealLogo .list .title {
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
    padding: 0px 0px 10px;
    width: 100%;
}

.DealLogo .list .text {
    font-size: 16px;
}

#CustomProgram {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center bottom;
    background-image: url(../images/bg-Lack-Knowledge.jpg);
    z-index: 1;
}

#CustomProgram .container {
    position: relative;
}

.GuaranteedQuality {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 30px;
    column-gap: 25px;
    width: 100%;
    margin: 50px auto;
}

.GuaranteedQuality .list {
    border: 1px solid #FFFFFF30;
    background: #000000B8;
    border-radius: 8px;
    grid-column: span 2;
    grid-row: span 1;
}

.GuaranteedQuality .list:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
}

.GuaranteedQuality .list:nth-child(2) {
    grid-column: span 2;
    grid-row: span 1;
}

.GuaranteedQuality .list:nth-child(3) {
    grid-column: span 3;
    grid-row: span 1;
}

.GuaranteedQuality .list:nth-child(4) {
    grid-column: span 2;
    grid-row: span 1;
}

.GuaranteedQuality .list:nth-child(5) {
    grid-column: span 2;
    grid-row: span 1;
}

.GuaranteedQuality .list:nth-child(6) {
    grid-column: span 3;
    grid-row: span 1;
}

.GuaranteedQuality .list .inner {
    padding: 20px 30px 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.GuaranteedQuality .list .inner .number {
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
    color: #e7e7e7;
}

.GuaranteedQuality .list .inner .detail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 0px;
}

.GuaranteedQuality .list .inner .detail .icon {
    margin-right: 20px;
}

.GuaranteedQuality .list .inner .detail .icon img {
    display: inline-block;
    height: 36px;
}

.GuaranteedQuality .list .inner .detail .text {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #e7e7e7;
}

.bgWorthOne {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(60%, -78%);
    z-index: -1;
    opacity: 0.8;
    Color background-blend-mode: color-dodge;
    Color background-blend-mode: color-dodge;
    Color mix-blend-mode: color-dodge;
    Color mix-blend-mode: color-dodge;
    Color background-blend-mode: color-dodge;
    mix-blend-mode: color-dodge;
}

.bgWorthTwo {
    position: absolute;
    top: 50%;
    right: -20%;
    transform: translate(100%, -74%);
    z-index: -1;
    opacity: 0.8;
    mix-blend-mode: color-dodge;
}

.ProfessInstaller {
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translate(87%, -57%);
    z-index: 0;
}

.MixFrontShop {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    margin: 70px auto 0px;
}

.MixFrontShop .list {
    width: 25%;
}

.MixFrontShop .list img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.MixFrontShop .list .name {
    color: #ffffffd6;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0px 0px;
}

/* TopNotchQuality */
#TopNotchQuality {
    padding: 90px 0px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center bottom;
    z-index: 1;
    background: url('../images/bg-Top-Notch.jpg');
}

#TopNotchQuality .floatLeft {
    position: absolute;
    top: 9%;
    left: 0px;
}

#TopNotchQuality .floatRight {
    position: absolute;
    bottom: 4%;
    right: 0px;
}

#TopNotchQuality .yellowLine {
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.notchWorkmanship {
    display: grid;
    grid-template-columns: repeat(50, 1fr);
    grid-gap: 20px;
}

.notchWorkmanship .list {
    grid-column: span 1;
    grid-row: span 1;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.notchWorkmanship .list:nth-child(1) {
    grid-column: span 33;
    grid-row: span 1;
    aspect-ratio: 765/444;
}

.notchWorkmanship .list:nth-child(2) {
    grid-column: span 17;
    grid-row: span 1;
    aspect-ratio: 387/444;
}

.notchWorkmanship .list:nth-child(3) {
    grid-column: span 14;
    grid-row: span 2;
    aspect-ratio: 316/421;
}

.notchWorkmanship .list:nth-child(4) {
    grid-column: span 12;
    grid-row: span 1;
    aspect-ratio: 268/201;
}

.notchWorkmanship .list:nth-child(5) {
    grid-column: span 12;
    grid-row: span 1;
    aspect-ratio: 268 / 201;
}

.notchWorkmanship .list:nth-child(6) {
    grid-column: span 12;
    grid-row: span 1;
    aspect-ratio: 268 / 201;
}

.notchWorkmanship .list:nth-child(7) {
    grid-column: span 12;
    grid-row: span 1;
    aspect-ratio: 268 / 201;
}

.notchWorkmanship .list:nth-child(8) {
    grid-column: span 12;
    grid-row: span 1;
    aspect-ratio: 268 / 201;
}

.notchWorkmanship .list:nth-child(9) {
    grid-column: span 12;
    grid-row: span 1;
    aspect-ratio: 268 / 201;
}

.notchWorkmanship .list:nth-child(10) {
    grid-column: span 1;
    grid-row: span 1;
}

.notchWorkmanship .list img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.EVLogo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    padding: 45px 0px 0px;
}

.EVLogo .list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.EVLogo .list img {
    display: block;
    width: 100%;
}

.EVLogo .list:nth-child(1) img {
    width: 75%;
}

.EVLogo .list:nth-child(2) img {}

.EVLogo .list:nth-child(3) img {
    width: 60%;
}

.EVLogo .list:nth-child(4) img {
    width: 95%;
}

.EVLogo .list:nth-child(5) img {
    width: 65%;
}

.EVLogo .list:nth-child(6) img {
    width: 68%;
}

.EVLogo .list:nth-child(7) img {
    width: 90%;
}

.EVLogo .list:nth-child(8) img {}

.EVLogo .list:nth-child(9) img {
    width: 80%;
}

.EVLogo .list:nth-child(10) img {}

#Introducing {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center bottom;
    background-image: url(../images/bg-Carbon.jpeg);
    z-index: 1;
    padding: 90px 0px 550px;
    margin-bottom: -190px;
}

#Introducing .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: radial-gradient(62.66% 62.66% at 50% 50%, rgba(5, 29, 39, 0.9215) 26.14%, rgba(20, 20, 20, 0.97) 100%);
}

.HybridPoint {
    display: none;
}

.Porsche {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -77%);
    z-index: 25;
}

.tifiniBG {
    position: relative;
    z-index: 5;
    padding: 97px 0px 90px;
    background: linear-gradient(179.97deg, #BF7901 46.26%, #FFB433 91.52%);
    clip-path: ellipse(78% 74% at 50% 75%);
    overflow: hidden;
}

.Mercedes {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 25;
}

.packageList {
    display: flex;
    justify-content: center;
    margin: 65px 0px 0px;
}

.packageList .list {
    position: relative;
    width: 31%;
}

.packageList .list:not(:last-child) {
    margin-right: 3.5%;
}

.packageList .list img {
    display: block;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 30%) 0px 0.602187px 0.602187px -1.25px, rgb(0 0 0 / 16%) 0px 2.28853px 2.28853px -2.5px, rgb(0 0 0 / 14%) 0px 10px 10px -3.75px;
}

.packageList .list .triangle {
    position: absolute;
    top: -15px;
    right: -15px;
    color: white;
    border-top: 0px solid transparent;
    border-right: 145px solid #343434;
    border-bottom: 100px solid transparent;
}

.packageList .list .triangle .from {
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    position: absolute;
    top: 15px;
    right: -155px;
    display: inline-block;
    width: 102px;
    transform: rotate(36deg);
}

.packageList .list .redCircle {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 18%);
    width: 205px;
    height: 205px;
    border: 10px solid #FF1818;
    border-radius: 50%;
}

#LowerPromo {
    position: relative;
    padding: 90px 0px;
    background-color: #fcfcfc;
    overflow: hidden;
}

#LowerPromo .underline {
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

#FeelingHot {
    position: relative;
    padding: 90px 0px;
    /* overflow: hidden; */
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-position: center top;
    background: url(../images/bg_youtube.jpg);
    z-index: 1;
    padding: 90px 0px;
}

.ProtectSunroof {
    border-radius: 30px 30px 0px 0px;
    background: linear-gradient(180deg, #BF7901 0%, #FFB433 100%);
    overflow: hidden;
    border: 3px solid transparent;
}

.ProtectSunroof .inner {
    padding: 14px 85px;
    border-radius: 30px 30px 0px 0px;
    box-sizing: border-box;
    background: linear-gradient(92.07deg, #FFB433 1.16%, #BF7901 99.28%);
    color: white;
}

.ProtectSunroof .inner .title {
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 5px;
}

.ProtectSunroof .inner .desc {
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}

@media(min-width:1000px) {
    #width48 {
        width: 48%;
    }

    #width52 {
        width: 52%;
    }
}

#Established {
    position: relative;
    background-color: #fcfcfc;
    overflow: hidden;
    padding: 60px 0px 0px;
}

#Established .graphicLine {
    position: absolute;
    top: -63px;
    left: 50%;
    transform: translateX(-50%) scale(1.25);
    opacity: 0.37;
}

.quadp10x {
    display: flex;
    width: 50%;
    margin: 35px auto 0px;
    justify-content: space-between;
}

.quadp10x img {
    display: block;
    width: 100%;
}

.quadp10x .left {
    width: 32%;
}

.quadp10x .left img {}

.quadp10x .times {
    font-weight: 200;
    font-size: 70px;
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quadp10x .right {
    width: 32%;
}

.quadp10x .right img {}

/* SPRFounder Float Section */
@media(min-width:991px) {
    .float-155 {
        margin-top: 50px;
        position: relative;
        z-index: 3;
    }
}

@media(max-width:500px) {
    .float-155 img {
        margin: 30px auto 0px;
        width: 65%;
    }
}

/* Founder Tag */
.FounderTag {
    z-index: 3;
    position: absolute;
    display: flex;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 195px;
    height: 52px;
    padding: 20px 21px 10px;
    align-items: center;
    justify-content: center;
}

.FounderTag .coverline {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    background: #f5f5f7;
    z-index: -1;
    right: -10px;
    transform: skew(338deg);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.FounderTag .coverline span:nth-child(1) {
    z-index: 0;
    position: absolute;
    width: 24px;
    height: 48px;
    left: -18px;
    top: -2px;
    border-left: 7px solid hsl(187.01deg 97% 51% / 69%);
}

.FounderTag .coverline span:nth-child(2) {
    z-index: 0;
    position: absolute;
    width: 54px;
    height: 75px;
    left: -31px;
    bottom: -16px;
    border-right: 11px solid #13bdc9;
}

.FounderTag .position {
    position: absolute;
    right: -11px;
    top: -14px;
    background: #0c0c0c;
    width: 174px;
    height: 28px;
    padding: 8px 0px;
    display: flex;
    color: white;
    z-index: -1;
    transform: skew(340deg);
    justify-content: center;
}

.FounderTag .position span {
    transform: skew(19deg);
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    font-weight: 500;
}

.FounderTag .name {
    font-size: 20px;
    font-weight: bold;
}

@media(min-width:1000px) {
    #Established .col-md-7 {
        padding: 0px 0px 35px;
    }
}

#threeMAuthorized {
    padding: 10px 0px 0px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center bottom;
    background-image: url(../images/bg-Lack-Knowledge.jpg);
}

.threep10x {
    display: flex;
    width: 50%;
    margin: 35px auto 0px;
    justify-content: space-between;
}

.threep10x img {
    display: block;
    width: 100%;
}

.threep10x .left {
    width: 34%;
}

.threep10x .left img {}

.threep10x .times {
    font-weight: 200;
    font-size: 70px;
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.threep10x .times img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(61%) saturate(0%) hue-rotate(139deg) brightness(111%) contrast(101%);
}

.threep10x .right {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.threep10x .right img {}

/* float_kelvin */
@media(min-width:991px) {
    .float_kelvin {
        margin-top: 50px;
        position: relative;
        z-index: 3;
    }
}

@media(max-width:500px) {
    .float_kelvin img {
        margin: 30px auto 0px;
        width: 65%;
    }
}

#PromoPackage {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center bottom;
    background-image: url(../images/bg-Carbon.jpeg);
    z-index: 1;
    padding: 90px 0px 380px;
    margin-bottom: -190px;
}

#PromoPackage .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: radial-gradient(62.66% 62.66% at 50% 50%, rgba(5, 29, 39, 0.9215) 26.14%, rgba(20, 20, 20, 0.97) 100%);
}

#PromoPackage .underline {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.HybridCoating {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 50px 0px 10px;
}

.HybridCoating .list {
    color: white;
}

.HybridCoating .list.left {
    border-radius: 30px 0px 30px 0px;
    background: linear-gradient(180deg, #BF7901 0%, #FFB433 100%);
    overflow: hidden;
    border: 3px solid transparent;
}

.HybridCoating .list.left .inner {
    padding: 18px 50px;
    border-radius: 30px 0px 30px 0px;
    box-sizing: border-box;
    background: linear-gradient(92.07deg, #FFB433 1.16%, #BF7901 99.28%);
}

.HybridCoating .list.right {
    border-radius: 0px 30px 0px;
    background: linear-gradient(180deg, #FFB433 0%, #BF7901 100%);
    overflow: hidden;
    border: 3px solid transparent;
}

.HybridCoating .list.right .inner {
    background: rgb(4 17 23);
    padding: 18px 50px;
    border-radius: 0px 30px 0px;
    box-sizing: border-box;
}

.HybridCoating .list .title {
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.HybridCoating .list .desc {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}

.HybridCoating .plus {
    display: flex;
    width: 80px;
    justify-content: center;
    align-items: center;
}

.HybridCoating .plus img {
    width: 30px;
}

#ServedYears {
    padding: 90px 0px;
    position: relative;
    background-color: #fcfcfc;
    overflow: hidden;
}

.graphicLine {
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
}

.ServedOver {
    display: grid;
    grid-template-columns: repeat(33, 1fr);
    grid-gap: 15px;
}

.ServedOver .list {
    border-radius: 5px;
    grid-column: span 11;
    grid-row: span 1;
    aspect-ratio: 397/446;
    position: relative;
}

.ServedOver .list img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(min-width:1100px) {
    .ServedOver .list:nth-child(7) {
        grid-column: span 10;
        grid-row: span 2;
        aspect-ratio: 523/641;
    }

    .ServedOver .list:nth-child(8) {
        grid-column: span 6;
        aspect-ratio: 1/1;
    }

    .ServedOver .list:nth-child(9) {
        grid-column: span 6;
        aspect-ratio: 1 / 1;
    }

    .ServedOver .list:nth-child(10) {
        grid-column: span 11;
        grid-row: span 2;
        aspect-ratio: 397 / 437;
    }

    .ServedOver .list:nth-child(11) {
        grid-column: span 6;
        aspect-ratio: 1 / 1;
    }

    .ServedOver .list:nth-child(12) {
        grid-column: span 6;
        aspect-ratio: 1 / 1;
    }
}

.CTA {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background: url(../images/bg-CTA.jpg);
    border-radius: 15px;
    box-sizing: border-box;
    margin: 25px auto 0px;
}

.CTA .cover {
    background: linear-gradient(83.96deg, rgba(9, 28, 36, 0.765) 13.51%, rgba(7, 26, 34, 0.81) 64.85%, rgba(24, 24, 24, 0.846) 94.42%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.CTA .inner {
    position: relative;
    display: flex;
    padding: 65px 60px;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.CTA .inner .left {
    width: 25%;
}

.CTA .inner .left img {
    display: block;
    width: 100%;
}

.CTA .inner .right {
    width: 73%;
}

.CTA .inner .right .title {
    font-family: Inter;
    font-size: 44px;
    font-style: italic;
    font-weight: 800;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.CTA .inner .right img {
    margin: 20px auto 18px;
}

.CTA .inner .right .subtitle {
    font-family: Inter;
    font-size: 32px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.ReviewTitle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ReviewTitle .number {
    font-family: Bebas Neue;
    font-size: 96px;
    font-weight: 400;
    line-height: 106px;
    text-align: center;
}

.ReviewTitle .middle {
    text-align: center;
    margin: 0px 20px;
}

.ReviewTitle .middle .stars img {
    display: block;
}

.ReviewTitle .middle .text {
    font-family: "Bebas Neue", sans-serif;
    font-size: 48px;
    line-height: 56px;
}

.ReviewTitle .google img {
    display: block;
    width: 100%;
}

.swiper.swiper_Reviews {
    overflow: visible;
}

/* ReviewsFlexGroup */
.ReviewsFlexGroup {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
}

.ReviewsFlexGroup .selfCard {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 25px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 30px;
    position: relative;
    background-color: rgb(255, 255, 255);
    transition: background-color 0.5s ease;
    width: 100%;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.063) 0px 10px 10px -3.75px;
}

.ReviewsFlexGroup .selfCard:hover {
    background-color: #FAFAFA;
}

.ReviewsFlexGroup .selfCard .person {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.ReviewsFlexGroup .selfCard .person .img {
    width: 50px;
}

.ReviewsFlexGroup .selfCard .person .img img {
    display: block;
    width: 50px;
}

.ReviewsFlexGroup .selfCard .person .info {
    width: 67%;
}

.ReviewsFlexGroup .selfCard .person .info .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.ReviewsFlexGroup .selfCard .person .info .stars {
    display: flex;
    gap: 4px;
}

.ReviewsFlexGroup .selfCard .person .info .stars i {
    font-size: 14px;
    line-height: 20px;
    color: #ffc54e;
}

.ReviewsFlexGroup .selfCard .person .logo {
    width: 13%;
}

.ReviewsFlexGroup .selfCard .person .logo img {
    display: block;
    width: 100%;
}

.ReviewsFlexGroup .selfCard .text {
    font-size: 17px;
    line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: auto !important;
    overflow-x: hidden !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

/* Misconception */
#Misconception .underTitleline {
    margin-left: 313px;
}

.misImage {
    border-radius: 10px;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.ConceptClick {
    background: linear-gradient(90deg, #FFB433 0%, #BF7901 103.81%);
    position: relative;
    border-radius: 5px 50px 0px 0px;
    margin: 0px auto;
    display: block;
}

.ConceptClick .group {
    padding: 30px 65px;
    text-align: center;
    color: white;
}

.ConceptClick .group .tag {
    font-family: Poppins;
    font-size: 66px;
    font-weight: 800;
    line-height: 68px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #11BCC8;
    margin-top: -63px;
}

.ConceptClick .group .tag img {
    margin: 0px 20px 0px 0px;
}

.ConceptClick .group .title {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    padding: 10px 0px 10px;
}

.ConceptClick .group .desc {
    width: 1020px;
    margin: 0px auto;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
}

.misconceptAnswer {
    padding: 50px 20px;
    background: #222222;
    width: 100%;
    margin: 0px auto;
    box-shadow: 0px 4px 34.5px 0px #00EDF699;
    border: 3px solid #11BCC8;
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(134.77deg, #EFEFEF 1.51%, #FFFFFF 45.6%, #F0F0F0 97.8%);
}

.accordion-button::after {
    position: absolute;
    display: inline;
    width: 5.25rem;
    height: 5.25rem;
    /* font-size: 3rem; */
    top: 45%;
    right: 0%;
    transform: translate(-18%, -100%);
    transition: all 0.5s;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-size: cover;
    filter: invert(1);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    background-size: cover;
    transform: translate(-18%, -100%);
}

.ReallyBorder {
    border-radius: 15px;
    border: 2px solid #1097A0;
    padding: 30px 30px 35px;
    background-color: white;
}

.coverImage {
    aspect-ratio: 7 / 4;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.withWrongTitle {
    height: 40px;
    margin-right: 10px;
    margin-top: -6px;
}

.withRightTitle {
    height: 40px;
    margin-right: 10px;
    margin-top: -10px;
}

.borderLine {
    width: 145px;
    border-top: 2px solid #11BCC8;
    margin: 0px auto;
}

.groupTeam {
    padding: 100px 0px 70px;
    margin: 50px 0px 0px;
}

.groupTeam .logo {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
}

.groupTeam .cloud {
    position: absolute;
    bottom: 0px;
}

.groupTeam .team {}

#ExpertEV {
    position: relative;
    padding: 100px px;
    background: radial-gradient(78.29% 56.64% at 53.3% 28.92%, #FFFFFF 1.16%, #FFFFFF 21.45%, #FFFFFF 68.24%, #E8E8E8 98.1%);
}

#ExpertEV div.container {
    padding-bottom: 50px;
}

#ExpertEV .floatLeft {
    position: absolute;
    top: 9%;
    left: 0px;
}

#ExpertEV .floatRight {
    position: absolute;
    top: 44%;
    right: 0px;
}

#ExpertEV .floatEV {
    position: absolute;
    top: 1%;
    right: 0px;
}

span.ev_icon {
    margin-right: 20px;
    display: inline-block;
}

span.ev_icon img {
    display: inline-flex;
    width: 90px;
}

.EVlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.EVlist .list {
    position: relative;
    overflow: hidden;
}

@media(min-width:1000px) {
    .EVlist .list:nth-child(1) {
        aspect-ratio: 1/1;
    }

    .EVlist .list:nth-child(2) {
        aspect-ratio: 1/1;
    }

    .EVlist .list:nth-child(3) {
        aspect-ratio: 1/1;
    }

    .EVlist .list:nth-child(4) {
        aspect-ratio: 409/503;
    }

    .EVlist .list:nth-child(5) {
        aspect-ratio: 409/503;
    }

    .EVlist .list:nth-child(6) {
        aspect-ratio: 409/503;
    }

    .EVlist .list img {
        display: block;
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.EVlist .list span {
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background: url('../images/P10X-Logo-White.png');
    width: 82px;
    height: 24px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#FirstAcademy {
    padding: 90px 0px;
    background: url('../images/bg_first_academy.png');
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center top;
    background-color: #21242c;
}

.swiper_Academy {
    padding: 0px 0px 50px !important;
}

.swiper-pagination-bullet {
    background-color: #DADADA !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #006066 !important;
}

.swiper_Academy .swiper-slide {
    width: auto;
    height: 380px;
}

.swiper_Academy .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
}

#OurTeam {
    position: relative;
    padding: 80px 0px;
    background: radial-gradient(49.97% 72.09% at 50.03% 43.01%, #FFFFFF 1.66%, #FFFFFF 60.83%, #D7D7D7 98.1%);
}

#OurTeam .floatLeft {
    position: absolute;
    top: 10%;
    left: 0px;
}

#OurTeam .floatRight {
    position: absolute;
    top: 10%;
    right: 0px;
}

.TeamList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 50px auto 0px;
    width: 100%;
}

.TeamList .list {
    width: 21%;
}

.TeamList .list.space {
    margin: 0px 0px 108px;
}

.TeamList .list .top {
    position: relative;
}

.TeamList .list .top .bg {
    background: radial-gradient(50% 50% at 50% 50%, #F7F7F7 0%, #0897A1 100%);
    height: 264px;
    border-radius: 100px 0px 50px 0px;
    width: 90%;
    margin: 0px auto;
}

.TeamList .list .top .image {}

.TeamList .list .top .image img {
    display: block;
    width: auto;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.TeamList .list .bottom {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    margin: 10px 0px 0px;
}

.TeamList .list .bottom .name {}

#Youtube {
    position: relative;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-position: center top;
    background: url(../images/bg_youtube.jpg);
    z-index: 1;
    padding: 90px 0px;
}

#Youtube .cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

span.youtube_icon {
    margin-right: 20px;
}

span.youtube_icon img {
    display: inline-flex;
    width: 58px;
}

.font_lightred {
    color: #FEEBEB;
}

.lessonTube {
    width: 60%;
    margin: 30px auto 0px;
    display: flex;
    justify-content: space-evenly;
}

.lessonTube .list {
    border-radius: 30px 0px 30px 0px;
    display: inline-flex;
    padding: 6px 38px;
    background: linear-gradient(90.35deg, #838383 0.2%, #FFFFFF 32.27%, #BFBFBF 49.85%, #FFFFFF 68.53%, #A8A8A8 97.8%);
    min-width: 190px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.lessonTube .list:not(:last-child) {}

.lessonTube .list .text {
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

/* LocationContact */
@media(min-width:1400px) {
    #LocationContact .col-md-5 {
        padding: 0px 70px;
    }
}

#LocationContact .social {
    display: flex;
    justify-content: flex-end;
}

#LocationContact .social .icon:not(:last-child) {
    margin-right: 22px;
}

#LocationContact .social .icon img {
    display: block;
    width: 40px;
}

/* branchLocation */
.branchLocation {
    display: flex;
    justify-content: center;

}

.branchLocation .list {
    width: 50%;
    color: white;
    text-align: left;
}

.branchLocation .list:nth-child(1) {}

.branchLocation .list:nth-child(2) {}

.branchLocation .list:nth-child(3) {}

.branchLocation .list:nth-child(4) {}

.branchLocation .list:not(:last-child) {
    padding: 0px 0px 50px;
}

.branchLocation .list .locationImage {
    position: relative;
}

.branchLocation .list .locationImage img {
    display: block;
    width: 100%;
}

.branchLocation .list .locationImage .newBranch {
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    color: white;
    background-color: #d2100a;
    padding: 4px 10px;
    border-radius: 4px;
    top: 3px;
    left: -15px;
    transform: rotate(-15deg);
}

.branchLocation .list .mapLinks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 20px 0px 15px;
}

.branchLocation .list .mapLinks .google {
    margin-right: 10px;
}

.branchLocation .list .mapLinks .google a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.branchLocation .list .mapLinks .google a img {
    width: 35px;
}

.branchLocation .list .location {
    padding: 0px 0px 14px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.branchLocation .list .address {
    padding: 0px 0px 22px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.branchLocation .list .opening {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.branchLocation .list .weekend {
    padding: 10px 0px 0px;
}

.branchLocation .list .weekend .list {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    width: 80%;
    padding: 0px 0px 6px;
}

.branchLocation .list .weekend .list .day {
    width: 60%;
}

.branchLocation .list .weekend .list .time {
    width: 40%;
}