
/*width*/
#scrollbar::-webkit-scrollbar {
width:5px;
height: 0px;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  #scrollbar::-webkit-scrollbar { width:0px; height: 0px;}
}
/*track*/
#scrollbar::-webkit-scrollbar-track {
background:rgba(243, 246, 252, 0);
border-radius:25px;
}
/*thumb*/
#scrollbar::-webkit-scrollbar-thumb {
background:#e2e7f1;
border-radius:25px;
}
#scrollbar::-webkit-scrollbar-thumb:hover {
background: #090b19;
}

/* Blend modes */
.mbm-multiply{mix-blend-mode: multiply;}

.fixed-notification-block {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333133;
}

.text-block-31 {
  color: #fff;
  font-weight: 400;
}

.link-block-7 {
  padding: 7px;
}

.image-7 {
  width: 20px;
}

.d-none{
  display: none !important;
}

.slider-3{
  display: flex;
  left: 0;
}

.div-block-267 .w-icon-slider-left{
  margin: 6px 10px 5px 8px;
}

.div-block-267 .w-icon-slider-right{
  margin: 6px 8px 5px 10px;
}

/*.media-image{
  cursor: pointer;
}*/


@media screen and (max-width: 767px) {
  .fixed-notification-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu{
    position: relative;
    padding: 0;
  }

  .div-block-247{
    margin: 20px;
  }

  .div-block-248{
    width: 100%;
  }

  .text-block-104, .text-block-105, .link-block-2._32{
    margin-left: 0;
    margin-right: 0;
  }

  .top-menu-wrapper{
    width: 100%;
  }

  .div-block-249{
    min-height: auto;
  }
}

.text-block-99, .text-block-102, .text-block-103 {
  color: #9C9C9C;
}

.mc-back-button{
  position: absolute;
  right: 30px;
  top: 150px;
  display: flex;
  text-decoration: none;
  max-width: 100%;
}

.mc-back-button div{
  margin-right: 2px;
  padding-right: 4px;
  border-bottom: 1px solid #595757;
  font-size: 12px !important;
}

.mc-back-button img{
  width: 12px !important;
}

@media screen and (max-width: 767px) {
  .mc-back-button{
    position: unset;
    justify-content: flex-end;
    margin: 30px;
  }
}

.previous_next{
   display: flex;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 15px;
    justify-content: flex-end;
}

.previous_next > div > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    margin-right: 20px;
}

.previous_next > div > a > img {
  width: 14px;
}

.previous_next > div > a > div {
    margin-right: 2px;
    padding-right: 4px;
    border-bottom: 1px solid #595757;
    color: #595757;
}

.previous-button>a>div{
  margin-left: 2px;
  padding-left: 4px;
  margin-right: 0px;
  padding-right: 0px;
}

.previous-button>a>img{
  transform: rotate(180deg);
}

.text-block-115{
    text-align: justify;
}

@media screen and (max-width: 767px) {
  .previous_next{
    position: relative;
    justify-content: flex-end;
    margin-top: 50px;
  }
}

#press_home .div-block-254{
  width: 100%;
}

#press_home .div-block-254 .text-block-115{
  width: 100%;
  min-height: 50px;
  margin-bottom: 30px;
    text-align: justify;
}

#press_home .div-block-254 .link-block-2{
  align-self: flex-end;
}

#press_home .div-block-245 .text-block-104{
    font-size: 24px;
    text-decoration: underline;
    margin-bottom: 20px;
}

#press_home .div-block-245 .text-block-105 p{
    margin-bottom: 10px;
}

.div-block-233a{
  transform: none;
  right: 20px;
  width: auto;
  height: auto;
}

.text-block-99a{
  position: relative;
  line-height: 50px;
  width: auto;
  color: #b6b6b6;
  font-family: DFQianLongXingHK, sans-serif !important;
}

@font-face {
  font-family: 'DFQianLongXingHK';
  src: url('../fonts/DFQianLongXingHK-W7.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

.text-block-102{
  margin-bottom: 20px;
}
.div-block-236 {
  padding: 40px 45px 40px 25px !important;
  justify-content: flex-start !important;
}

.mc_menu.menu .social-block{
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: start;
    display: grid;
}

.mc_menu.menu .social-block .link-16{
    grid-area: span 1 / span 1 / span 1 / span 1;
    width: 25px;
    height: 25px;
    background-image: url(../fe_images/facebook-3.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.mc_menu.menu .social-block .link-16.ig{
    background-image: url(../fe_images/ig-icon2.svg);
}

@media screen and (max-width: 767px){
  .div-block-236 {
    padding: 40px 32px !important;
  }

  .image-26{
    height: 300px;
  }
}
