.header {
    background-color: #333;
    padding: 5px 0;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    left: 0;
    width: 100vw;
    height: 38px;
    z-index: 1000;
}

.header-scrolled .header {
    top: var(--site-header-offset, 3.9vw);
}

.nav-buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 9.5vw;
    align-items: center;
}
#content1 {
    margin-top: 38px;
}
.nav-buttonsTit {
    font-family: 'PoppinsBold';
    font-size: 1.08vw;
    line-height: 1.08vw;
    color: #fff;
}
.nav-btn {
    background: transparent;
    color: white;
    border: none;
    padding: 6px 30px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.nav-btn.active {
    background-color: #3b7af3;
    transform: translateY(-2px);
}

.content-container {
    max-width: 100%;
    margin: 0 auto;
    background-color: white;
    min-height: calc(100vh - 80px);
    overflow-x: hidden;
}

.content-section {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.content-section.active {
    display: block; 
}

.m200cStyli {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 7.13vw 17.55vw 12.5vw 18.12vw;
}
.m200cStyliFlex {
    display: flex;
    justify-content: center;
    gap: 3.64vw;
    margin-top: 5.2vw;
}
.m200cStyliGrid {
    display: grid;
    gap: 1.51vw;
    font-size: 1.25vw;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }   
}

@media (max-width: 768px) {
    .nav-buttons {
        flex-direction: column;
        align-items: center;
    }
    .header {
        height: 58px;
    }
    #content1 {
        margin-top: 58px;
    }
    .nav-buttonsTit {
        font-size: 4.08vw;
        line-height: 4.08vw;
    }
}


@font-face {
    font-family: PoppinsBold;
    src: url(/wp-content/uploads/et-fonts/Poppins-Bold.otf);
    font-weight: bold;
}
@font-face {
    font-family: PoppinsRegular;
    src: url(/wp-content/uploads/et-fonts/Poppins-Regular.otf);
    font-weight: normal;
}
@font-face {
    font-family: PoppinsMedium;
    src: url(/wp-content/uploads/et-fonts/Poppins-Medium.otf);
    font-weight: medium;
}
.m200cAb {
    background: url('/wp-content/uploads/2025/07/m200c_02.webp') no-repeat top center;
    background-size: cover;
    padding: 7.24vw 16.51vw 40.1vw 16.51vw;
    text-align: center;
    color: #fff;
}
.m200cAbTit {
    font-size: 3.798vw;
    line-height: 3.702vw;
    font-family: PoppinsBold;
}
.m200cAbSubTit {
    font-size: 1.09vw;
    line-height: 1.5vw;
    font-family: PoppinsRegular;
}
.m200cSubTop {
    padding-top: 1.4vw;
}
.m200cPow {
    background: url(/wp-content/uploads/2025/07/m200c_72.webp) no-repeat center center;
    background-size: cover;
    padding: 6.09vw 25vw 8.75vw 25vw;
}
.m200cPowGrid {
    display: grid;
    gap: 1.56vw;
}
.m200cPowFlex {
    display: flex;
    column-gap: 1.56vw;
    justify-content: center;
}
.m200cPowPos {
    position: relative;
    overflow: hidden;
}
.m200cPowPos img {
    transition: transform 0.3s ease;
    width: 100%;
    display: block;
}
.m200cPowPos img:hover {
    transform: scale(1.05);
}
.m200cPowAbs {
    font-family: PoppinsRegular;
    position: absolute;
    top: 1.4vw;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 0.98vw;
    line-height: 1.48vw;
    white-space: nowrap;
    z-index: 2;
    text-align: center;
}
.m200cSm {
    background: url('/wp-content/uploads/2025/07/m200c_29.webp') no-repeat top center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 4.84vw 0 57.7vw 0;
}
.m200cSea {
    background: url('/wp-content/uploads/2025/07/m200c_30.webp') no-repeat top center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 4.84vw 0 7.7vw 0;
}
.m200cMax {
    background: url('/wp-content/uploads/2025/07/m200c_32.webp') no-repeat top center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 11.97vw 0 39.32vw 0;
}
.m200cSafe {
    background: url('/wp-content/uploads/2025/07/m200c_33.webp') no-repeat top center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 6.11vw 8.07vw 4.42vw 8.54vw;
}
.m200cSafeFlex {
    display: flex;
    gap: 5.46vw;
    padding-top: 2.03vw;
}
.m200cSafeGird {
    font-size: 1.35vw;
    line-height: 1.67vw;
    font-family: PoppinsMedium;
    display: grid;
    gap: 2.08vw;
}
.m200cBru {
    background: url('/wp-content/uploads/2025/07/m200c_34.webp') no-repeat top center;
    background-size: cover;
    color: #fff;
}
.m200cBruPad {
    padding: 9.74vw 58.54vw 30.99vw 4.16vw;
}
.m200cFun {
    background: url('/wp-content/uploads/2025/07/m200c_37.webp') no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 7.03vw 14.42vw 5.99vw 11.87vw;
}
.m200cFunCon {
    text-align: center;
}
.m200cDiyFlex {
    display: flex;
    gap: 10vw;
}
.m200cFunFlex {
    display: flex;
    column-gap: 4.68vw;
}
.m200cFunTit {
    font-family: PoppinsBold;
    font-size: 3.22vw;
    line-height: 4.37vw;
}
.m200cFunSubTit {
    font-family: PoppinsRegular;
    font-size: 1.09vw;
}
.m200cFunGrid {
    display: grid;
    text-align: center;
    justify-items: center;
}
.m200cGridTit {
    font-size: 1.09vw;
    line-height: 1.06vw;
    font-family: PoppinsRegular;
}
.m200cSeaFlex {
    display: flex;
    column-gap: 2.34vw;
    align-items: center;
    justify-content: center;
    padding-top: 2.03vw;
}
.m200cSeaSlider {
    width: 62.24vw;
    overflow: hidden;
    position: relative;
}

.m200cSeaContainer {
    display: flex;
    width: 800%;
    transition: transform 0.5s ease;
}

.m200cSeaImg {
    border-radius: 20px;
    width: 12.5%;
    height: auto;
    flex-shrink: 0;
    object-fit: cover;
}
.m200cGridTit img {
    width: 5.93vw;
}
.m200cFunMar {
    margin: 0.36vw 0 0.78vw 0;
}
.m200cFunBac {
    background-color: #fff;
    border-radius: 15px;
    padding: 6px 20px;
    color: #000;
}
.m200cGridSubTit {
    font-family: PoppinsRegular;
    font-size: 0.93vw;
    line-height: 1.06vw;
}
.m200cFunPad {
    padding: 1.82vw 2.91vw;
}
.m200cGridSubTit img {
    margin-bottom: 1.56vw;
}
.m200cFunBold {
    font-family: PoppinsBold;
    margin: 0.93vw 0;
}
.m200cDiyGrid {
    display: grid;
    justify-items: center;
    gap: 4.63vw;
}
.m200cSty {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 7.55vw 17.55vw 12.5vw 18.12vw;
}
.m200cFlex {
    display: flex;
    column-gap: 3.64vw;
    padding-top: 5.2vw;
}
.m200cStyGrid {
    gap: 1.56vw;
    display: grid;
    font-size: 1.25vw;
    line-height: 1.5vw;
    justify-items: center;
    font-family: PoppinsRegular;
}
.m200cStyGrid img {
    transition: all .3s linear;
}
.m200cStyGrid:hover img {
    transform: translateY(-19px);
    cursor: pointer;
}
.m200cStyliGrid img {
    transition: all .3s linear;
}
.m200cStyliGrid:hover img {
    transform: translateY(-19px);
    cursor: pointer;
}
.m200cSafeGird video {
    width: 24.07vw;
    height: 37.91vw;
    object-fit: cover;
    border-radius: 15px;
}
.m200cDiyPos {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    column-gap: 1.14vw;
}
.m200cDiyIcon {
    width: 1.87vw;
    cursor: pointer;
    transition: transform 0.2s ease;
    user-select: none;
}
.m200cDiyIcon:hover {
    transform: scale(1.1);
}
.m200cDiyImg1 {
    width: 8vw;
    display: block;
    position: relative;
}
.m200cDiyImg3 {
    width: 27.65vw;
    display: block;
}
.m200cDiyAbs {
    left: 50%;
    top: 15.68vw;
    display: grid;
    position: absolute;
    justify-items: center;
    transform: translateX(-50%);
}
.m200cFire {
    background-color: #000;
    display: block;
    padding: 2.6vw 13.6vw 0.52vw 20.88vw;
}
.galleryFlexs {
    display: flex;
    justify-content: space-between;
}
.galleryImgs {
    width: 16.67vw;
    object-fit: contain;
}
.mobileContent {
    display: none;
}
@media screen and (max-width: 768px) {
    .m200cStyliGrid img {
        width: 15vw;
    }
    .mobileContent {
        display: block;
    }
    .m200cAb {
        padding: 7.24vw 6.5vw 40.1vw 6.5vw;
    }
    .m200cAbTit {
        font-size: 5.8vw;
        line-height: 4.7vw;
    }
    .m200cSubTop {
        padding-top: 2.4vw;
    }
    .m200cAbSubTit {
        font-size: 2.2vw;
        line-height: 2.5vw;
    }
    .m200cSafe {
        padding: 6.11vw 3.07vw 4.42vw 3.54vw;
    }
    .m200cSafeFlex {
        display: grid;
        justify-items: center;
    }
    .m200cSeaSlider {
        width: 81vw;
    }
    .m200cSafeGird, .m200cStyGrid, .m200cGridTit, .m200cPowAbs {
        font-size: 3.3vw;
        line-height: 3.3vw;
    }
    .m200cGridSubTit {
        font-size: 2.2vw;
        line-height: 2.5vw;
    }
    .m200cGridTit img {
        width: 15vw;
    }
    .m200cFunMar {
        margin: 1.36vw 0 1.78vw 0;
    }
    .m200cSafeGird video {
        width: 85vw;
        height: 85vw;
    }
    .m200cSty {
        padding: 7.55vw 7.5vw 12.5vw 7.5vw;
    }
    .m200cFlex {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5vw;
    }
    .m200cFun {
        padding: 7.03vw 3.8vw 5.99vw 3.8vw;
    }
    .m200cDiyFlex {
        display: grid;
    }
    .m200cFunSubTit {
        font-size: 3.2vw;
    }
    .m200cFunTit {
        font-size: 5.5vw;
    }
    .m200cDiyPos {
        justify-content: center;
    }
    .m200cDiyIcon {
        width: 5.8vw;
    }
    .m200cDiyImg3 {
        width: 65vw;
    }
    .m200cPow {
        padding: 6.09vw 5vw 8.75vw 5vw;
    }
    .m200cDiyImg1 {
        width: 30vw;
    }
    .m200cFire {
        padding: 2.6vw 2.6vw 0.52vw 2.6vw;
    }
    .m200cPowFlex {
        flex-wrap: wrap;
        gap: 2vw;
    }
    .m200cPowAbs {
        top: 3.4vw;
    }
    .galleryFlexs {
        flex-wrap: wrap;
        gap: 0;
    }
    .galleryImgs {
        flex: 0 0 calc(33.33%);
    }
    .pcContent {
        display: none;
    }
    .mPowFlex {
        display: flex;
        gap: 2vw;
    }
    .mPowGrid {
        display: grid;
        gap: 2vw;
        margin-top: 2vw;
    }
    .m200cStyli {
        padding: 7.13vw 3.07vw 12.5vw 3.07vw;
    }
    .m200cStyliFlex {
        justify-content: space-evenly;
        gap: 4vw 0;
    }
    .m200cStyliGrid {
        gap: 4vw 4vw;
        font-size: 3.25vw;
        justify-items: center;
    }
    .header-scrolled .header {
        top: 8.1vw;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .mobileContent {
        display: block;
    }
    .mPowGrid {
        display: grid;
        gap: 2vw;
        margin-top: 2vw;
    }
    .mPowFlex {
        display: flex;
        gap: 2vw;
    }
    .m200cAb {
        padding: 7.24vw 3.5vw 40.1vw 3.5vw;
    }
    #content1 {
        margin-top: 4.6vw;
    }
    .m200cAbTit {
        font-size: 4.5vw;
        line-height: 4.5vw;
    }
    .m200cAbSubTit, .m200cSafeGird, .m200cStyGrid {
        font-size: 2.5vw;
        line-height: 2.5vw;
    }
    .m200cPow {
        padding: 6.09vw 5vw 8.75vw 5vw;
    }
    .m200cPowAbs {
        top: 2.5vw;
        font-size: 1.8vw;
        line-height: 1.8vw;
    }
    .m200cFun {
        padding: 7.03vw 5vw 5.99vw 5vw;
    }
    .m200cSafeGird video {
        width: 50vw;
        height: 50vw;
    }
    .m200cFlex {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5vw;
    }
    .m200cSty {
        padding: 7.55vw 5vw 12.5vw 5vw;
    }
    .m200cFunTit {
        font-size: 5.22vw;
        line-height: 6.37vw;
    }
    .m200cFunSubTit {
        font-size: 2vw;
    }
    .m200cGridTit {
        font-size: 2vw;
        line-height: 2vw;
    }
    .m200cGridSubTit {
        font-size: 1.6vw;
        line-height: 1.6vw;
    }
    .m200cDiyAbs {
        top: 13.5vw;
    }
    .pcContent {
        display: none;
    }
    .header-scrolled .header {
        top: 8.9vw;
    }
}

.m200cApp {
    color: #000;
    font-family: Poppins;
    padding: 12.6vw 10.93vw 10.93vw 6.4vw;
}
.m200cAppGrid video {
    width: 46vw;
    border-radius: 15px;
}
.m200cAppFlex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.m200cAppTit {
    font-size: 2.08vw;
    line-height: 2.08vw;
    font-weight: bold;
}
.m200cAppSubTit {
    font-size: 1.3vw;
    margin: 1.4vw 0 2.86vw 0;
}
.m200cAppGrid {
    display: grid;
    justify-items: center;
    align-content: center;
}
.m200cTitFlex {
    display: flex;
    column-gap: 1vw;
    align-items: center;
}
.m200cCodeFlex {
    display: flex;
    column-gap: 5.6vw;
}
.m200cCodeGrid {
    display: grid;
}
.AppSubTit {
    font-size: 1.56vw;
    font-weight: bold;
}
.m200cAppSubTit1 {
    margin: 0.83vw 0 8.49vw 0;
}
.m200cOpe {
    padding: 0 23.69vw 2.7vw 21.45vw;
}
.m200cBlue {
    padding: 3.9vw 15.26vw 3.75vw 15.15vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6.35vw 0;
}
.m200cBt {
    color: #000;
    text-align: center;
    font-family: Poppins;
    padding: 0 17.65vw 0 18.07vw;
}
.m200cBtCon {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.m200cBtTit {
    font-size: 2.08vw;
    font-weight: bold;
}
.m200cBtSubTit {
    font-size: 1.3vw;
    line-height: 2.9vw;
}
.m200cBtFlex {
    display: flex;
    justify-content: center;
    gap: 3.64vw;
    margin-top: 1.87vw;
}
.m200cBtGrid {
    display: grid;
    justify-items: center;
    gap: 1.5vw;
    font-size: 1.24vw;
}
.BtTitTop1 {
    padding-top: 3.12vw;
}
.BtTitTop2 {
    padding-top: 5.99vw;
}
.BtTitTop3 {
    padding-bottom: 6.35vw;
}
.m200cPro {
    color: #000;
    font-family: Poppins;
    padding: 5.88vw 12.24vw 5.2vw 18.17vw;
}
.m200cProTit {
    margin-bottom: 4.63vw;
    font-size: 2.08vw;
    font-weight: bold;
    text-align: center;
}
.m200cProTits {
    font-size: 1.61vw;
    line-height: 2.29vw;
    font-weight: bold;
}
.m200cProFlex {
    display: flex;
    gap: 9.27vw;
}
.m200cProGrid {
    display: grid;
    gap: 2.5vw;
}
.m200cProCon {
    font-size: 1.14vw;
    display: flex;
}
.m200cProSubTit {
    font-weight: bold;
}
.m200cProSubCon {
    font-family: PoppinsMedium;
}
.m200cProFlex1 {
    display: flex;
    align-items: center;
    margin-top: 10.62vw;
    gap: 9.41vw;
}
.m200cProFlex2 {
    display: flex;
    gap: 4.74vw;
}
.m200cProGrid1 {
    display: grid;
    gap: 1.6vw;
    margin-top: 6.77vw;
}
.m200cProGrid2 {
    display: grid;
    gap: 3.33vw;
}
.m200cProGrid3 {
    display: grid;
    gap: 2.44vw;
}
.m200cProGrid4 {
    display: grid;
    margin-top: 12.5vw;
}
.grid4Img {
    margin-top: 2.08vw;
}
.m200cProFlex3 {
    display: grid;
    gap: 10.15vw;
    margin-top: 9.37vw;
}
@media only screen and (max-width: 768px) {
    .m200cApp {
        padding: 12.6vw 3vw 10.93vw 3vw;
    }
    .m200cAppGrid video {
        width: 100%;
    }
    .m200cAppTit {
        font-size: 4.08vw;
    }
    .m200cAppSubTit {
        font-size: 2.3vw;
    }
    .m200cAppFlex {
        flex-wrap: wrap;
        gap: 5vw;
    }
    .m200cCodeGrid {
        justify-items: center;
    }
    .AppSubTit {
        font-size: 4.56vw;
    }
    .m200cOpe {
        padding: 0 3vw 2.7vw 3vw;
    }
    .m200cBlue {
        padding: 3.9vw 3vw 3.75vw 3vw;
        grid-template-columns: 1fr;
    }
    .m200cBt {
        padding: 0 3vw;
    }
    .m200cBtTit, .m200cProTit {
        font-size: 3.5vw;
    }
    .m200cBtSubTit {
        font-size: 2.5vw;
    }
    .m200cBtFlex {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .m200cBtGrid {
        font-size: 2.5vw;
    }
    .m200cPro {
        padding: 5.88vw 3vw 5.2vw 3vw;
    }
    .m200cProFlex,
    .m200cProFlex1,
    .m200cProFlex2,
    .m200cProFlex3 {
        flex-wrap: wrap;
    }
    .m200cProGrid {
        flex: 1;
    }
    .m200cProCon {
        justify-content: space-between;
        font-size: 3vw;
    }
    .m200cProTits {
        font-size: 3.2vw;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .m200cApp {
        padding: 12.6vw 5vw 10.93vw 5vw;
    }
    .m200cAppGrid video {
        width: 100%;
    }
    .m200cAppFlex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 3vw;
    }
    .m200cOpe {
        padding: 0 5vw 2.7vw 5vw;
    }
    .m200cBlue {
        padding: 3.9vw 5vw 3.75vw 5vw;
        gap: 5vw;
    }
    .m200cBt {
        padding: 0 5vw;
    }
    .m200cProCon {
        justify-content: space-between;
        font-size: 2.1vw;
    }
    .m200cProFlex,
    .m200cProFlex1,
    .m200cProFlex2 {
        flex-wrap: wrap;
    }
    .m200cPro {
        padding: 5.88vw 5vw 5.2vw 5vw;
    }
}