@charset "utf-8";

.omniverse {
    max-width: 1200px;
    margin: 0 auto;

  font-family: 'Microsoft JhengHei', 'Arial', sans-serif;
  background: linear-gradient(135deg, #0a1f3d 0%, #00152a 100%);
      background: #004087;
      background: #00377a;
  color: #fff;
      color: #e2e2e2;
  line-height: 1.6;
  overflow-x: hidden;
      font-size: 15px;
}

.container {
      width: 1200px;
      max-width: 90%;
      max-width: 100%;
      margin: 0 auto;

    }

 /* 背景科技光線 */
    .bg-effect{
      position:fixed;top:0;left:0;width:100%;height:100%;
      /*background:
        radial-gradient(circle at 20% 80%, rgba(0,170,255,0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0,255,255,0.3) 0%, transparent 50%),
        linear-gradient(135deg, #0a1f3d 0%, #00152a 100%);*/
      z-index:-2;

      background: #0f1114;

      /*animation: pulse 8s infinite alternate;*/

    }
    @keyframes pulse{
      0%{opacity:0.8;}
      100%{opacity:1;}
    }
    .bg-lines{
      position:fixed;top:0;left:0;width:100%;height:100%;
      /*background:repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(0,85,136,0.1) 35px, rgba(0,85,136,0.1) 70px);*/
      z-index:-1;
    }

    /* Hero Banner */
    .hero{
      position:relative;
      text-align:center;
      
          
      /*background:url('../img/adv-omv-kv-bg.jpg') center/cover no-repeat;
      box-shadow:0 15px 40px rgba(0,0,0,0.6);*/
      overflow:hidden;
      background-position: top;
          background-size: cover;
              background-size: contain;

              background: 
  linear-gradient(to top, #001833, #00377a),
  url(../img/adv-omv-kv-bg.jpg) center / cover no-repeat;


        padding-bottom: 0;

            background-color: #00377a;
    }

    .hero-bg{
        padding: 180px 0 60px;

        background:url('../img/adv-omv-kv-bg.png') center/cover no-repeat;
      /*box-shadow:0 15px 40px rgba(0,0,0,0.6);*/
      overflow:hidden;
      background-position: top;
          background-size: cover;
              background-size: contain;
                  padding-bottom: 50px;
    }
    /*.hero::before{
      content:'';position:absolute;top:0;left:0;width:100%;height:100%;
      background:linear-gradient(to bottom, rgba(0,20,50,0.8), rgba(0,10,30,0.9));
    }*/
    .hero h1{
      font-size:52px;font-weight:900;margin-bottom:12px;
      background:linear-gradient(90deg,#00ffff,#00aaff);
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent;
      text-shadow:0 0 30px rgba(0,255,255,0.6);
      position:relative;z-index:2;
    }
    .hero h2{
      font-size:32px;margin-bottom:16px;position:relative;z-index:2;color:#a0f0ff;
    }
    .hero p{
      font-size:19px;margin-bottom:25px;opacity:0.95;position:relative;z-index:2;
    }
    .date{
      font-size:23px;
      font-weight:bold;
      color:#00ffff;
      margin-bottom:30px;
      text-shadow:0 0 15px #00ffff;
      position:relative;
      z-index:2;
        margin-top: 3%;
        color: #fefefe;
            text-shadow: 2px 3px 5px #033d78;
    }
    .date span{
        font-size:20px;
        position: relative;
        top: -2px;
    }
    .date-com{
      font-size:20px;
      font-weight:bold;
      color:#00ffff;
      color: #fefefe;
      margin-bottom:0px;
      position:relative;
    }

    .date-com-tt{
        font-weight:normal;
    }
    .date-com-img img{
        width: 115px;
    }
    .date span.date-com-img-01{
        
        position: relative;
        display: inline-block;
        top: 5px;
            top: 10px;
    }

    .date-com-img img.date-com-img-01-img{
             width: 48px; 
        width: 55px;
      
    }

    .date span.date-com-img-02{
        top: 2px;
    }

    .btn-register{
      display:inline-block;
      /*background:linear-gradient(45deg,#00aaff,#00ffff);*/

      color:#000;font-weight:bold;padding:16px 42px;border-radius:50px;
      font-size:20px;box-shadow:0 6px 20px rgba(0,170,255,0.5);
      text-decoration:none;transition:all 0.3s;position:relative;z-index:2;

      background-color: #021124;
      color: #fefefe;

      border: 2px solid #5aedf3;
        padding: 1% 8%;
    }
    .btn-register:hover{
      transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,255,255,0.6);
    }

    /* 區塊標題 */
    h3{
      font-size:36px;text-align:center;margin:60px 0 45px;
      color:#00ffff;text-shadow:0 0 15px #00ffff;
      position:relative;
    }
    h3::after{
      content:'';display:block;width:80px;height:4px;
      background:linear-gradient(90deg,#00aaff,#00ffff);margin:15px auto 0;
      border-radius:2px;
    }

    /* 課程亮點 */
    .features{
      display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:60px;
    }
    .features-01{
            grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .feature-item{
      background:rgba(0,40,90,0.7);padding:30px;border-radius:18px;
      border:2px solid #00aaff;
      /*box-shadow:0 8px 25px rgba(0,170,255,0.2);*/
      text-align:center;transition:all 0.4s;
    }
    /*.feature-item:hover{
      transform:translateY(-12px);box-shadow:0 15px 40px rgba(0,255,255,0.4);
      border-color:#00ffff;
    }*/
    .feature-item img{
      width:70px;height:70px;margin-bottom:18px;
      filter:drop-shadow(0 0 15px #00ffff);
    }
    .feature-item h4{
      font-size:20px;
      margin-bottom:5px;
      color:#00ffff;
            margin-top: 1%;
            color: #ffffff;

        position: relative;
        display: inline-block;
    }

    .feature-item h4::before{
          content: '';
  position: absolute;
  bottom: -2px; /* 與文字的間距，可自行調整 */
  left: 0;
  width: 0; /* 初始寬度為 0 */
  height: 2px;
  background-color: blue; /* 底線顏色 */
  background-color: #016577;
      background-color: #115da6;
    transition: width 0.3s ease-in-out;width: 100%;
    height: 8px;
    }

    /* 角色區塊 */
    .roles{
      display:flex;
      justify-content:space-between;
      gap:25px;
      margin:60px 0;
      margin-bottom: 0;
          margin-top: 0%;
              margin-top: -2%;

    }
    .role{
      /*flex:1;background:rgba(0,60,120,0.6);*/
      padding:20px;
          padding: 20px;
      border-radius:18px;
      /*border:2px solid #00aaff;*/
      text-align:center;
      min-height:220px;
      display:flex;
      flex-direction:column;
      justify-content:center;
      width: 33%;
    }
    .role h4{
      font-size:20px;
      color:#fefefe;
      margin-bottom:0px;
    }
    .role h4 span{
        color:#00ffff;
            font-style: italic;
    }
    .role ul{
      list-style:none;text-align:left;font-size:15px;line-height:1.8;
        background-color: #00274d5c;
        border-radius: 15px;
        padding: 5%;
        min-height: 220px;
    }
    .role ul li{
      position:relative;padding-left:22px;
    }
    .role ul li span{
        font-weight: bold;
        color: #fefefe;
    }
    .role ul li::before{
      content:'▸';color:#00ffff;position:absolute;left:0;
    }

    /* 議程時間軸 */
    .timeline{
      position:relative;
      /*max-width:1000px;*/
      margin:0 auto;

        
    }
    /*.timeline::before{
      content:'';position:absolute;left:50%;transform:translateX(-50%);
      width:5px;height:100%;background:linear-gradient(to bottom,#00aaff 0%,#00ffff 100%);
      border-radius:3px;box-shadow:0 0 15px rgba(0,255,255,0.6);
    }*/
    .event{
      position:relative;margin:3% 0;
      display:flex;
      align-items:center;
      justify-content:space-between;
      background:rgba(0,40,80,0.85);
          background: rgb(0 40 80 / 45%);

      box-shadow:0 0 20px rgba(0,170,255,0.4);

      display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
            padding: 2%;
    }
    /*.event:nth-child(odd){flex-direction:row-reverse;}*/
    .event-time{
      /*background:#001f40;
      padding:12px 25px;*/
      border-radius:50px;
      font-weight:bold;
      color:#00ffff;
      /*border:3px solid #00aaff;
      min-width:160px;*/
      text-align:center;
      font-size:17px;
      /*box-shadow:0 0 20px rgba(0,170,255,0.4);*/
    }
    .event-content{
      
      /*padding:25px;
      width:48%;*/
      border-radius:18px;
      /*border:2px solid #00aaff;
      box-shadow:0 8px 25px rgba(0,170,255,0.3);*/
    }
    .event-content h4{
      color:#00ffff;font-size:20px;margin-bottom:10px;
        color:#fefefe;
        margin-top: 0;
    }
    .event-content h4 span{
        color:#00ffff;
    }

    .event-content p{
        padding-right: 10%;
        padding-left: 2%;
            color: #bababa;
    }

    /* 講者 */
    .speakers{
      display:flex;justify-content:center;gap:40px;flex-wrap:wrap;
    }
    .speaker{
      background:rgba(0,50,100,0.7);padding:25px;width:320px;
      border-radius:20px;border:2px solid #00aaff;text-align:center;
      box-shadow:0 10px 30px rgba(0,170,255,0.25);
    }
    .speaker img{
      width:130px;height:130px;border-radius:50%;
      border:4px solid #00ffff;margin-bottom:18px;
      box-shadow:0 0 25px rgba(0,255,255,0.6);
    }
    .speaker h4{color:#00ffff;font-size:19px;margin-bottom:8px;}
    .speaker p{font-size:14px;opacity:0.9;margin:6px 0;}
    .more-btn{
      background:transparent;border:2px solid #00aaff;color:#00ffff;
      padding:10px 20px;border-radius:25px;font-size:15px;
      margin-top:15px;cursor:pointer;transition:all 0.3s;
    }
    .more-btn:hover{
      background:#00aaff;color:#000;transform:scale(1.05);
    }

    /* 硬體展示 */
    .hardware{
      text-align:center;
      /*padding:80px 0;*/
    }
    .hardware img{
      max-width:100%;border-radius:20px;
      
    }

    /* 倒數計時 */
    .countdown{
      display:flex;
      justify-content:center;
      gap:25px;
      /*margin:60px 0;*/
      flex-wrap:wrap;
      margin-top: 5%;
          margin-bottom: 5%;
    }
    .time-box{
      background:rgba(0,80,150,0.8);padding:25px 20px;
      border-radius:20px;text-align:center;min-width:120px;
      border:3px solid #00ffff;box-shadow:0 0 30px rgba(0,255,255,0.4);
            background: rgb(0 80 150 / 39%);
                background: rgb(0 80 150 / 31%);
    }
    .time-box span{
      display:block;font-size:42px;font-weight:900;color:#00ffff;
      text-shadow:0 0 15px #00ffff;
          color: #fefefe;
    }
    .time-box span.span-green{
        color:#00ffff;
    }   
    .time-box small{font-size:16px;opacity:0.9;}

    /* 聯絡 */
    .contact{
      text-align:center;
      padding:50px 0;
      /*border-top:2px solid #00aaff;*/
      background:rgba(0,20,50,0.4);
    }
    .contact a{color:#00ffff;text-decoration:none;}
    .contact a:hover{text-decoration:underline;}

    /**訂製**/
    .mi-ov-into-con{
        margin: auto;
        max-width:90%;
        margin-top:7%;
        margin-bottom: 5%;
    }

    .mi-ov-title{
        margin: auto;
        max-width:80%;
    }

    .mi-ov-ft-img{
        width: 50%;
        width: 75%;
        margin-bottom: 3%;
    }
    .mi-ov-ft-img img{
        width:100%;
    }

    .mi-ov-img-100{
        width:100%;
    }

    .ov-ft-con{
        text-align: left;
    }

    .ov-ft-con-det{
        font-size: 15px;
        line-height: 30px;

    }

    .ov-ft-con-det span{
        font-weight: bold;
        font-size: 18px;
            color: #fefefe;
    }

    .mi-ov-pr-box{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;

        padding-bottom: 2%;
    }

    .mi-ov-pr-box-top{
        align-items: flex-start;
    }

    .features-01{
        width:60%;
    }

    .mi-ov-pr-box-img{
        width:40%;
    }

    .feature-item{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;

        background: none;
        border: none;
        padding: 2%;
    }
    .feature-item-icon{
        width:20%;
    }
    .feature-item-con{
        width:80%;
        text-align: left;
    }
    .feature-item-con-p{
            margin-bottom: 1%;
            margin-top: 0%;
            font-size: 15px;
    }

    .mi-ov-90box{
        margin: auto;
        width:90%;
    }

    .mi-ov-bg-01{
        background-color: #001833;
    }
    .mi-ov-bg-02{
        background-color: #000b1b;

        background: linear-gradient(to top, #000b1b, #001833);
        padding-bottom: 5%;
    }
    .mi-ov-bg-03{
        background-color: #0f1115;

        background: linear-gradient(to top, #0f1115, #000b1b);
            background: linear-gradient(to top, #020202, #000b1b);
    }
    .mi-ov-bg-04{
        background-color: #0f1115;

         background: linear-gradient(to top, #00377a, #020202);
            background: linear-gradient(to top, #01316d, #020202);
    }

    .mi-ov-bg-05{
        background: linear-gradient(to top, #020202, #01316d);
    }

    .mi-ov-bg-06{
        background: linear-gradient(to top, #01316d, #020202);
        background: linear-gradient(to top, #01316d, #01316c);
         padding-top: 5%;
    }

    .mi-ov-bg-07{
        background: linear-gradient(to top, #01316d, #01316d);
        padding-bottom: 0;

    }

    .mi-ov-time-handbg{
        background: url(../img/adv-omv-hand-bg.png) center / cover no-repeat;
        overflow: hidden;
        background-position: center;
          background-position: top;
       
            background-size: contain;
             background-size: cover;
    }

    .mi-ov-bg-08{
        background: linear-gradient(to top, #020202, #01316d);
           
    }

    .mi-ov-spk-spbg{
        background: url(../img/adv-omv-spk-bg.png) center / cover no-repeat;
        overflow: hidden;
        background-position: center;

        background-size: cover;
            background-size: contain;
            padding-bottom: 2%;
    }

    .mi-ov-lesson-bg{
        background: url(../img/adv-omv-lesson-gd.png) center / cover no-repeat;
        overflow: hidden;
        background-position: center;
        background-size: cover;
            
    }

    .event-content{
        width:87%;
            margin-top: 1%;
    }
    .event-time{
        width:13%;
    }
    .event{
        margin-bottom: 0;
        padding: 1%;
        border-radius: 15px;
            background: rgb(8 25 42 / 45%);

                background: rgb(20 23 26);
                background: rgb(20 23 26 / 75%);
    box-shadow: 0 0 20px rgb(137 137 137 / 40%);
    }
    .event-02{
        background: none;
        box-shadow: none;
        margin: 0% 0;
        padding: 1%;
    }


    .speakers{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        gap: 0;
        width: 80%;
         margin: auto;
            padding-top: 4%;
    }

    .speakers-img{
        width: 25%;
         margin-right: 5%;
    }

    .speakers-img img{
        width:100%;
    }

    .speaker-con{
        width:70%;
    }

    .ad-img{
        width: 42%;
    margin-right: 2%;
    }
    .ad-img img{
        width:100%;
    }
    .ad-con{
        width:56%;
            text-align: left;
    }

    .mi-ov-time-con{
        font-size: 15px;
    }

    .mi-ov-spk-name{
        font-size: 18px;
        color: #fefefe;
    }
    .mi-ov-spk-name span{
        font-size: 22px;
    }
    .mi-ov-spk-car{
        font-size: 18px;
            margin-bottom: 1%;
    }
    .mi-ov-spk-det{
        background-color: #222222c2;
        background: linear-gradient(to right, #222222c2, transparent);
            padding: 2%;
            margin-bottom: 2%;
                border-radius: 15px;

    }
    .mi-ov-spk-det-02{
        background: no-repeat;
            background-color: #003b81d4;
    }
    .ad-con .mi-ov-spk-name{
            margin-bottom: 2%;
    }
    .ad-con .mi-ov-spk-det{
            margin-bottom: 3%;
    }
    .mi-ov-spk-det div{
            margin-bottom: 0%;
    }
    .mi-ov-more-btn{
        display: inline-flex;
        cursor: pointer;
      user-select: none;
      transition: background 0.3s;
    width: 30%;
            margin-bottom: 2%;
    }

    /* CSS 三角形箭頭 */
    .mi-ov-more-btn::after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid white; /* 預設向下 */
          border-top: 6px solid #03ffff;
      transition: transform 0.3s ease;

          margin-left: 4%;
    margin-top: 4%;
    }

    /* 展開時旋轉 180 度 */
    .mi-ov-more-btn.active::after {
      transform: rotate(180deg);
    }
    
    .mi-ov-spk-more{
        margin-top: 1%;
        background-color: #222;
        padding: 3%;
        border-radius: 15px;

    }

    .mi-ov-spk-det div {
      position: relative;
      padding-left: 16px;
      color: #bababa;
      font-size: 14px;
    }

    .mi-ov-spk-det div::before {
      content: "•";
      position: absolute;
      left: 0;
      color: #3498db;
    }


    /* 更多內容 - 預設隱藏 */
    .mi-ov-spk-more {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background: #f2f7ff;
      color: #2c3e50;
      line-height: 1.7;
      transition: max-height 0.4s ease, padding 0.4s ease;
      /*border-top: 1px solid #ddd;*/

      background: #115da7;
            color: fefefe;
    }

    .mi-ov-spk-more.show {
      max-height: 300px; /* 足夠容納內容 */
      padding: 20px;
    }

    /* 箭頭旋轉動畫 */
    .mi-ov-more-btn.active .arrow {
      transform: rotate(180deg);
    }

    .mi-ov-title-time{
            margin: auto;
        text-align: center;
        width: 70%;
    }
    .mi-ov-title-time img{
        width: 100%;
    }

    .mi-ov-clas-info{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    .mi-ov-clas-info-box{
        width: 49%;

        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }
    .mi-ov-clas-info-box-line{
        border-right: 1px solid;
    }
    .mi-ov-clas-info-box-icon{
        width: 20%;
    }
    .mi-ov-clas-info-box-icon img{
        width: 70%;
    }
    .mi-ov-clas-info-box-con{
        width: 80%;
            width: 60%;
            text-align: left;
    }

    .mi-ov-clas-info-box .tt-div{
            font-size: 20px;
    }
    .mi-ov-clas-info-box p{
        margin: 0;
    }
    .mi-ov-clas-warm{
            margin-top: 3%;
    }
    .mi-ov-clas-warm-tt{

        text-align: left;
        text-align: center;
        margin: auto;
        width: 82%;
        margin-bottom: 1%;
        font-size: 20px;
    }
    .mi-ov-clas-warm-ul{
        background: linear-gradient(to right, #222222c2, transparent);
        margin: auto;
        margin-top: 1%;
        padding: 2%;
        margin-bottom: 2%;
        border-radius: 15px;
        text-align: left;
        padding-left: 4%;
        width: 77%;
        position: relative;
    }
    .mi-ov-clas-warm-ul-stk{
            position: absolute;
        right: 0;
        bottom: -30px;
        width: 22%;
    }

    .mi-ov-clas-warm-ul li{
        line-height: 30px;
        color: #bababa;
            font-size: 14px;
    }
    .mi-ov-clas-warm-end{

    }

    .mi-ov-btn-gp{
        margin: auto;
        text-align: center;
        margin-top: 3%;
        padding-bottom: 1%;
    }
    .mi-ov-btn-gp a{
            margin: 0 1%;
    }

    .mi-ov-end-bg{
        background: url(../img/adv-omv-end-bg.png) center / cover no-repeat;
        overflow: hidden;
        background-position: bottom;
        background-size: cover;
        padding-top: 5%;
        padding-bottom: 10%;
    }

     .pc-only{
            display: block;
        }
        .mb-only{
            display: none;
        }

    /* 響應式 */
    @media (max-width:1240px){
      .container{
        width:100%;
        padding:0;
    }

      .roles{
        /*flex-direction:column;*/
        gap:10px;}

      .role{
        /*width:100%;
        max-width:500px;*/
        margin:0 auto;
        width: 33%;
                padding: 10px;
        }
        .role ul{
            min-height: 300px;
        }
        .role h4{
                    min-height: 60px;
        }
        .mi-ov-end-bg{
                padding-top: 5%;
            padding-bottom: 10%;
        }
    }
    @media (max-width:768px){
      .hero h1{font-size:38px;}.hero h2{font-size:24px;}
      .features{grid-template-columns:1fr;}
      .event{flex-direction:column !important;}
      .event-time,.event-content{width:100%;margin:15px 0;}
      .timeline::before{left:15px;}

      .speakers{flex-direction:column;align-items:center;}
    }


    /* 響應式 */
    @media (max-width:1240px){
        .hero-bg{
            padding-top: 17%;
        }
        .mi-ov-clas-warm-ul-stk{
            display: none;
        }
    }

    @media (max-width:768px){
        .date{
                font-size: 18px;
        }
        .date span{
            font-size: 18px;
        }
        .hero-bg{
            padding-top: 17%;
            padding-bottom: 8%;
        }
        .container{
            padding: 0;
        }

        .mi-ov-pr-box-img{
            display: none;
        }
        .feature-item img{
            width: 100%;
         height: auto;
        }
        .feature-item-icon{
            width: 16%;
        margin-right: 4%;
        }
        .features-01{
                width: 100%;
        }
        .feature-item h4{
                font-size: 16px;
        }
        .roles{
            flex-direction: column;
            gap: 0px;
        }
        .role{
            width: 100%;
            height: auto;
            padding: 0;
        }
        .mi-ov-ft-img{
            width: 100%;
        }
        .features-01{
                    margin-bottom: 10%;
        }
        .role ul{
                    min-height: auto;
        }
        .mi-ov-bg-03{
                    padding-top: 8%;
        }
        .mi-ov-time-con{
            margin-bottom: 8%;
        }
        .event-time, .event-content{
            margin: auto;
                    margin-top: 3%;
        }
        .event-time .mi-ov-img-100{
                    width: 40%;
        }
        .speakers{
            width: 100%;
        }
        .speaker-con{
            width: 90%;
        }
        .mi-ov-spk-more.show{
                    width: 80%;
        }
        .mi-ov-title-time{
            width: 100%;
        }
        .mi-ov-clas-info-box{
            width: 100%;
            margin-bottom: 5%;
        }
        .mi-ov-clas-info-box-line{
                    border: none;
        }
        .mi-ov-clas-warm-ul{
                width:95%;
                padding-left: 8%;
        }
        .mi-ov-clas-warm-ul li{
            width: 90%;
        }
        .mi-ov-end-bg{
                    padding-top: 10%;
        }
        .ad-img{
            width: 90%;
        }
        .ad-con{
            width: 90%;
            margin-bottom: 15%;

        }
        .ad-con .mi-ov-spk-det{
            margin-bottom: 9%;
            }
            .ad-con .mi-ov-spk-name{
             margin-top: 5%;
                margin-bottom: 5%;
            }
        .role div img{
            width: 60%;
        }

        .omniverse{
            font-size: 12px;
            line-height: 22px;
        }

        .ov-ft-con-det{
            font-size: 12px;
            line-height: 22px;
        }
        .ov-ft-con-det span{
            font-size: 16px;
        }
        .mi-ov-spk-name{
            margin-top: 5%;
            line-height: 25px;
        }
        .time-box span{
            margin-bottom: 10%;
        }
        .mi-ov-clas-warm-tt{
            margin-top: 8%;
            margin-bottom: 6%;
        }
        .mi-ov-btn-gp a{
            font-size: 16px;
        }
        .mi-ov-spk-car{
            margin-bottom: 5%;
        }

        .pc-only{
            display: none;
        }
        .mb-only{
            display: block;
        }
    }










