* {
  margin: 0;
  padding: 0;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
html,
body {
  font-size: 16px;
  background: #000;
}
/* .layoutGroup{background: #000;} */
ul,
li {
  list-style: none;
}

:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
  border-radius: 4px;
  z-index: 1;
}
h2,
h3,
div,
p,
span,
ul,
li {
  font-family: Montserrat, sans-serif;
}
.pc-show {
  display: block;
}
.sp-show {
  display: none;
}
.tableBoxMain {
  font-family: Montserrat, sans-serif;
  max-width: 1920px;
  margin: 0 auto;
}
.tableBoxMain img {
  max-height: none;
}
.tableBoxMainBanner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  max-height: 821px;
  margin: 0 auto;
  overflow: hidden;
}
.tbmb_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  object-fit: cover;
}
.tbmb_bg-before {
  transition: all 0.2s ease;
}
.tbmb_bg.bg-show {
  opacity: 1;
}
.tbmb_content-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.tbmb_cc-logo {
  position: absolute;
  width:100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  display: flex;
  gap: 40px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.tbmb_cc-logo p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
  transition: all 0.8s ease;
}
.tbmb_cc-logo img {
  width: 303px;
  transition: all 0.8s ease;
}
.tbmb_cc-logo.moved {
  top: 22%;
  height: 108px;
  transition: all 0.8s ease;
}
.tbmb_cc-logo.moved img {
  width: 260px;
}
.tbmb_cc-logo.moved p {
  font-size: 66px;
}
.tbmb_bottom-slideUp {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  transition: all 0.8s ease;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  width: 100%;
}
.tbmb_cc-pg {
  width: 85%;
  max-width: 1462px;
  display: block;
  margin: 0 auto;
}
.tbmb_cc-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.tbmb_btn {
  font-family: Montserrat, sans-serif;
  box-sizing: border-box;
  padding: 12px 24px;
  box-shadow: 0px 6px 33.5px rgba(107, 18, 142, 0.89);
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  cursor: pointer;
}
.tbmb_btn.bmb_btn-blue {
  background: #2a4d92;
  border: 1px solid #ffffff;
}
.tbmb_btn.bmb_btn-black {
  background: #000000;
  border: 1px solid #ffffff;
}
.tbmb_btn.bmb_btn-blue:hover,
.tbmb_btn.bmb_btn-black:hover {
  background: #e6e6e6;
  border: 1px solid #000000;
  color: #000;
}
.tableBoxMainBlade {
  width: 100%;
  position: relative;
  min-height: 550px;
}
.tableBoxMainBlade .tbmb_blade-background {
  width: 100%;
  height: auto;
  display: block;
}
.tableBoxMainBlade .tbmb_blade-background.pc-show {
  display: block;
}
.tableBoxMainBlade .tbmb_blade-background.sp-show {
  display: none;
}
.tbmb_blade-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(29, 2, 36, 0.8);
}
.blade_content-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 0 100px;
}
.blade_logo-container {
  display: flex;
  gap: 30px;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 30px;
  width: 100%;
  justify-content: left;
}
.blade_logo-container img {
  max-height: 90px;
}
.blade_logo-container p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.blade_content-horizontal {
  display: flex;
  flex-direction: row;
}
.blade_content_01 {
  gap: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
}
.blade_content_01 p {
  flex: 1;
}
.blade_content-container01 {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.blade_content-linetop {
  padding-top: 30px;
  border-top: 1px #fff solid;
}
.blade_content_02 {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.blade_content-button {
  display: flex;
  flex-direction: row;
}
.blade_content-button button {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 325;
  font-size: 24px;
  text-decoration-line: underline;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  background: none;
  cursor: pointer;
}
.blade_content-button button:hover {
  background: linear-gradient(rgb(0, 255, 255)) text;
  -webkit-text-fill-color: transparent;
}
.blade_content-button button:nth-of-type(1) {
  padding-right: 15px;
  border-right: 1px #fff solid;
}
.blade_content-button button:nth-of-type(2) {
  padding-left: 15px;
}
.ofp-fe-2c-hotspotcarousel
  .carouselHotspot
  .carousel-container
  .swiper-button-prev,
.ofp-fe-2c-hotspotcarousel
  .carouselHotspot
  .carousel-container
  .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background: #3f3f3f !important;
  border: 2px #fff solid;
}
/* section 3 */
.app
  .commonText
  .commonTextSeven
  .commonTextSevenContent
  .content
  .textContent {
  gap: 100px;
  align-items: center;
}
.app
  .commonText
  .commonTextSeven
  .commonTextSevenContent
  .content
  .textContent
  .contentLeft {
  width: 50%;
}
.pcWrap .banner-two-rectangle-content .banner-container {
  padding: 0 !important;
}
.pcWrap .banner-two-rectangle-content .beside-container {
  background: #000 !important;
}
.blade_h3 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 36px !important;
  line-height: 1.3;
  background: linear-gradient(
      91.61deg,
      rgb(0, 255, 255) 0.88%,
      rgb(201, 208, 240) 45.67%,
      rgb(241, 225, 237) 89.61%
    )
    text;
  -webkit-text-fill-color: transparent;
}
.blade_content-wraper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 40px 100px;
}
.blade_content-wraper.blade_content-wraper02 {
  background-image: url(https://p3-ofp.static.pub/ShareResource/lenovo-legion-monitors/legionpro-feature2-2.png);
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 50px;
  margin: 0 50px;
  border-radius: 30px;
}
.blade_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blade_content h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.blade_content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 550;
  color: #fff;
}
.smallCoontainer .small_content {
  background: #000 !important;
}
.pcWrap .banner-two-rectangle-content .banner-container .product-desc {
  margin-bottom: 0 !important;
}
.ofp-fe-2c-hotspotcarousel
  .carouselHotspot
  .carousel-title
  .carousel-title-headline {
  color: #00ffff;
}
/* gameroom experience */
.gameroom-experience-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  box-sizing: border-box;
  padding: 0 100px;
}
.gameroom-experience {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  justify-content: space-between;
}
.gameroom-experience:nth-of-type(1) {
  background-image: url(https://p3-ofp.static.pub/ShareResource/lenovo-legion-monitors/gameroom-experience/gamingroom-experience-bg01.jpg);
}
.gameroom-experience:nth-of-type(2) {
  background-image: url(//p2-ofp.static.pub/ShareResource/lenovo-legion-monitors/gameroom-experience/gamingroom-experience-bg02.jpg);
}
.gameroom-experience:nth-of-type(3) {
  background-image: url(//p1-ofp.static.pub/ShareResource/lenovo-legion-monitors/gameroom-experience/gamingroom-experience-bg03.jpg);
}
.gameroom-experience:nth-of-type(4) {
  background-image: url(https://p3-ofp.static.pub/ShareResource/lenovo-legion-monitors/gameroom-experience/gamingroom-experience-bg01.jpg);
  background-position-x: left;
  background-position-y: center;
}
.gameroom-experience__top,
.gameroom-experience__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.gameroom-experience__top {
  padding: 20px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.gameroom-experience__bottom{height: 185px;}
.gameroom-experience__bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gameroom-experience__video {
  width: 100%;
  height: 100%;
  position: relative;
}
.gameroom-experience__bottom iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 120%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
.gameroom-experience__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
.gameroom-experience__desc {
  font-size: 14px;
  line-height: 1.4;
}
.gameroom-experience-title {
  font-size: 36px;
  font-family: Montserrat;
  color: #00ffff;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.pcWrap {
  background-color: #171717 !important;
}
.banner-two-rectangle-content.opaque-area-position-right .beside-container {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.banner-two-rectangle-content.opaque-area-position-left .beside-container {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
/* GamingExperience */
.tableBoxMainVideoBox {
    max-width: 1920px;
    overflow: hidden;
    padding: 50px 0;
    margin: 0 auto;
	box-sizing: border-box;
}
.ge_swiper-container{
    width: 1000px;
    overflow: initial;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px
}
.tableBoxMainVideoBox .swiper-wrapper{
    width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0px;
    isolation: isolate;
}
.tableBoxMainVideoBox .swiper-slide {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
	overflow: initial;
}
.tableBoxMainVideoBox .swiper-slide .swiper-slide-video {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.tableBoxMainVideoBox .swiper-slide .swiper-slide-video .slide-video_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide-paragaph {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 78%;
    margin: 0 auto;
}
.swiper-slide-paragaph h3 {
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 12px;
}
.swiper-slide-paragaph p {
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    color: #fff;
}
.swiper-slide-paragaph h3 span {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    background: linear-gradient(90.65deg, rgb(0, 255, 255) 0.56%, rgb(255, 255, 255) 81.91%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.custom-swiper-nav {
    width: 100%;
    position: absolute;
    top: initial;
    z-index: 10;
    left: 0;
    height: 40px;
    bottom: 0;
}
.custom-swiper-nav .my-prev.csn-button {
    left: initial;
    right: 64px
}
.my-next.csn-button {
    right: 0;
}
.csn-button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    border: 2px #fff solid;
}

.csn-button[aria-disabled="true"] {
    background-color: #3f3f3f;
    opacity: .4;
}

.csn-button[aria-disabled="false"] {
    background-color: #3f3f3f;
}

.csn-button[aria-disabled="false"]:hover {
    background-color: #3f3f3f;
    opacity: .8;
}

.my-prev.csn-button {
    background-image: url(https://p4-ofp.static.pub/ShareResource/lenovo-software-assets/smart-connect/icon/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center
}

.my-next.csn-button {
    background-image: url(https://p1-ofp.static.pub/ShareResource/lenovo-software-assets/smart-connect/icon/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center
}

.my-next.csn-button {
    right: 0
}
/* GamingExperience */
@media (min-width: 1750px) {
  .tbmb_bottom-slideUp {
    gap: 30px;
  }
  .tbmb_cc-pg {
    width: 73%;
  }
  .gameroom-experience__bottom iframe{width: 140%;height:130%;}
}
@media (min-width: 1650px) {
  .tbmb_bottom-slideUp {
    gap: 30px;
  }
  .tbmb_cc-pg {
    width: 78%;
  }
  .tbmb_cc-logo.moved {
    top: 18%;
  }
}

@media (min-width: 1350px) {
	.tableBoxMainBanner{min-height: 730px;}
}
@media (min-width: 1480px) {
	.tableBoxMainBanner{min-height: 800px;}
}
@media (max-width: 1450px) {
  .tbmb_cc-logo.moved {
    top: 20%;
	height: 108px;
  }
  .tbmb_btn {
    font-size: 20px;
    padding: 10px 20px;
  }
  .tbmb_bottom-slideUp {
    gap: 15px;
  }
  .blade_content-container01 {
    gap: 20px;
  }
  .blade_content-container {
    padding: 0 50px;
  }
  .blade_logo-container {
    margin-bottom: 20px;
  }
  .blade_logo-container img {
    max-height: 90px;
  }
  .blade_logo-container p {
    font-size: 52px;
  }
  .blade_content-linetop {
    padding-top: 20px;
  }
  .blade_content_01 {
    font-size: 14px;
    line-height: 1.3;
  }
  .blade_content_02 {
    font-size: 18px;
    line-height: 1.3;
  }
  .blade_content-button button {
    font-size: 22px;
  }
  .gameroom-experience-list{padding: 0 50px;}
  .gameroom-experience__bottom iframe{width: 115%;height:120%;}
  .gameroom-experience__title{font-size: 20px;line-height: 1.2;}
  .gameroom-experience__top{gap: 10px;}
}
@media (max-width: 1350px) {
	.gameroom-experience-list{padding: 0 20px;}
	.gameroom-experience__top{padding: 10px 15px;}
	.gameroom-experience__bottom{height: 145px;}
	.gameroom-experience__title{font-size: 18px;line-height: 1.2;}
}
@media (max-width: 1250px) {
  .tableBoxMainBanner {
    height: 600px;
  }
  .tbmb_btn {
    font-size: 20px;
    padding: 8px 15px;
  }
  .tbmb_bottom-slideUp {
    gap: 30px;
    bottom: 15px;
  }
  .tbmb_cc-logo {
    gap: 30px;
  }
  .tbmb_cc-logo img {
    width: 230px;
  }
  .tbmb_cc-logo p {
    font-size: 56px;
  }
  .tbmb_cc-logo.moved img {
    width: 190px;
  }
  .tbmb_cc-logo.moved p {
    font-size: 52px;
  }
  .tbmb_cc-logo.moved {
    top: 20%;
	height: 80px;
  }
  .blade_logo-container img {
    max-height: 72px;
  }
  .blade_logo-container p {
    font-size: 46px;
  }
  .tbmb_blade-container {
    width: 65%;
  }
  .blade_logo-container {
    margin-bottom: 0;
  }
  .tableBoxMainBlade {
    min-height: auto;
  }
}
@media (max-width: 1000px) {
  .tableBoxMainBanner {
    height: 540px;
  }
  .tbmb_cc-pg {
    width: 95%;
  }
  .tbmb_cc-logo {
    gap: 30px;
  }
  .tbmb_cc-logo img {
    width: 180px;
  }
  .tbmb_cc-logo p {
    font-size: 48px;
  }
  .tbmb_cc-logo.moved img {
    width: 160px;
  }
  .tbmb_cc-logo.moved p {
    font-size: 44px;
  }
  .tbmb_cc-logo.moved {
    top: 20%;
	height: 66px;
  }
  .blade_logo-container {
    gap: 20px;
  }
  .blade_logo-container img {
    height: 50px;
  }
  .blade_logo-container p {
    font-size: 30px;
  }
  .blade_logo-container {
    margin-bottom: 0;
  }
  .blade_content-container01 {
    gap: 15px;
    padding: 0 30px;
  }
  .tbmb_blade-container {
    width: 70%;
  }
  .blade_content_02 {
    font-size: 16px;
  }
  .blade_content_01 {
    font-size: 14px;
  }
  .blade_content-button button {
    font-size: 18px;
    padding: 2px 0;
  }
  .tableBoxMainBlade {
    min-height: auto;
    height: 440px;
  }
  .tableBoxMainBlade .tbmb_blade-background {
    height: 100%;
    object-fit: cover;
  }
  .tableBoxMainVideoBox{
	  width: 100%;
  }
  .ge_swiper-container{width: calc(100% - 100px);}
  .tableBoxMainVideoBox .swiper-slide .swiper-slide-video{height: 400px;}
}
@media (max-width: 760px) {
  .tableBoxMainBanner {
    height: 420px;
  }
  .tbmb_cc-logo {
    gap: 20px;
  }
  .tbmb_cc-logo img {
    width: 160px;
  }
  .tbmb_cc-logo p {
    font-size: 42px;
  }
  .tbmb_cc-logo.moved img {
    width: 140px;
  }
  .tbmb_cc-logo.moved p {
    font-size: 36px;
  }
  .tbmb_cc-logo.moved {
    top: 20%;
	height: 58px;
  }
  .tbmb_btn {
    font-size: 14px;
    padding: 8px 14px;
  }
  .tbmb_cc-cta {
    gap: 15px;
  }
  .tbmb_cc-pg {
    width: 90%;
  }
  .tbmb_bottom-slideUp {
    gap: 20px;
    bottom: 15px;
  }
  .blade_content-container {
    padding: 0 30px;
  }
  .blade_logo-container img {
    max-height: 50px;
  }
  .blade_logo-container p {
    font-size: 30px;
  }
  .blade_logo-container {
    gap: 15px;
    margin-bottom: 0;
  }
  .blade_content-container01 {
    gap: 15px;
  }
  .blade_content-horizontal {
    flex-direction: column;
  }
  .blade_content_02 {
    font-size: 16px;
  }
  .blade_content-button button {
    font-size: 18px;
  }
  .tbmb_blade-container {
    width: 100%;
    background: none;
  }
  .pc-show {
    display: none;
  }
  .sp-show {
    display: block;
  }
  .tableBoxMainBlade {
    min-height: 560px;
  }
  .tableBoxMainBlade .tbmb_blade-background.pc-show {
    display: none;
  }
  .tableBoxMainBlade .tbmb_blade-background.sp-show {
    display: block;
  }
  .blade_content-wraper {
    padding: 0 30px;
    gap: 15px;
  }
  .blade_content-wraper.blade_content-wraper02 {
    padding: 20px 30px;
    margin: 0 10px;
  }
  .ofp-fe-2c-hotspotcarousel
    .carouselHotspot
    .carousel-title
    .carousel-title-headline {
    text-align: center;
  }
  .ofp-fe-2c-hotspotcarousel
    .carouselHotspot
    .carousel-title
    .carousel-title-headline
    strong
    span {
    font-size: 22px !important;
  }
  .gameroom-experience-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .gameroom-experience-list {
    flex-direction: column;
  }
  .gameroom-experience__top,
  .gameroom-experience__bottom {
    flex: initial;
    height: 200px;
  }
  .gameroom-experience__title {
    font-size: 20px;
  }
  .blade_h3 {
    font-size: 24px !important;
  }
  .blade_content h4 {
    font-size: 20px;
  }
  .blade_content p {
    font-size: 14px;
  }
  .widgetsTitle .headline_box .title-content .shopAll {
    display: none;
  }
  .tableBoxMainVideoBox{
	  padding:0 30px;
  }
  .fas_swiper-container, .wac_swiper-container {
	  width: 100%;
	  gap: 20px;
  }
  .tableBoxMainVideoBox .swiper-wrapper, .tableBoxMainContentCarousel .swiper-wrapper {
	  width: 100%;
	  padding-bottom: 30px;
  }
.tableBoxMainVideoBox .swiper-slide {
	  gap: 20px
  }
.tableBoxMainVideoBox .swiper-slide .swiper-slide-video {
	width: 100%;
	height: 240px;
	border-radius: 20px;
}
.ge_swiper-container {
	width: 100%;
	gap: 20px;
	padding-bottom: 0;
}
.tableBoxMainVideoBox .swiper-slide .swiper-slide-video .slide-video_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .swiper-slide-paragaph {
	  width: 92%
  }
  .swiper-slide-paragaph p {
	  font-size: 16px
  }

  .custom-swiper-nav {
	  width: 100%;
	  height: 30px
  }
  .custom-swiper-nav .my-prev.csn-button {
	  left: 0;
	  right: initial
  }

  .csn-button {
	  width: 30px;
	  height: 30px
  }
  .swiper-slide-paragaph h3 {
	  gap: 8px
  }
  .swiper-slide-paragaph h3 span {
	  font-size: 22px
  }
  .custom-swiper-nav {
	  width: 100%;
	  height: 30px;
  }
  .custom-swiper-nav .my-prev.csn-button {
	  left: 0;
	  right: initial;
  }
  .my-next.csn-button, .my-prev.csn-button {
	  background-size: 20px 20px;
  }
  .swiper-slide-paragaph h3 span {
          font-size: 22px;
      }
.carouselHotspot .swiper.imagSwiper .swiper-slide.imageSilde{display: none !important;}
.swiper.spotSwiper .swiper-wrapper{justify-content: center;}
.carouselHotspot .carousel-title .select-down{display: none !important;}
}
@media (max-width: 650px) {
  .tableBoxMainBanner {
    height: 350px;
  }
  .tbmb_cc-pg{width:85%;}
  .tbmb_btn{padding: 5px 14px;}
  .tbmb_bottom-slideUp{gap: 15px;}
}
@media (max-width: 430px) {
  .tableBoxMainBanner {
    height: 300px;
  }
  .tbmb_cc-logo {
    gap: 20px;
  }
  .tbmb_cc-logo img {
    width: 140px;
  }
  .tbmb_cc-logo p {
    font-size: 36px;
  }
  .tbmb_cc-logo.moved img {
    width: 120px;
  }
  .tbmb_cc-logo.moved p {
    font-size: 32px;
  }
  .tbmb_cc-logo.moved {
    top: 24%;
	height: 50px;
  }
  .tbmb_cc-cta {
    gap: 10px;
  }
  .tbmb_bottom-slideUp {
    bottom: 15px;
    gap: 15px;
  }
  .tbmb_cc-pg {
    width: 92%;
  }
  .tbmb_btn {
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 5px;
  }
  .blade_logo-container img {
    max-height: 40px;
  }
  .blade_logo-container p {
    font-size: 24px;
  }
  .blade_content_01 {
    gap: 8px;
  }
  .blade_content-container01 {
    gap: 12px;
  }
  .blade_content_02 {
    padding-top: 10px;
  }
  .tableBoxMainBlade {
    height: 560px;
  }
  .tableBoxMainBlade .tbmb_blade-background {
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 300px) {
  .tbmb_cc-logo {
    width: 200px;
  }
}

