@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes reveal-left {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 1;
  }
}
@keyframes reveal-left {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slide-in {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
.bs-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .bs-blog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bs-blog .bs-pagger {
  margin-bottom: 54px;
}
@media (min-width: 1200px) {
  .bs-blog .bs-pagger {
    margin-bottom: 0;
  }
}
.bs-blog__content {
  width: 100%;
}
@media (min-width: 1200px) {
  .bs-blog__content {
    max-width: 800px;
  }
}
.bs-blog__sidebar {
  width: 100%;
}
@media (min-width: 1200px) {
  .bs-blog__sidebar {
    width: 250px;
  }
}
.bs-blog__list__card {
  padding: 16px;
  width: 100%;
  border-radius: 5px;
  background-color: white;
  margin-bottom: 48px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .bs-blog__list__card {
    margin-bottom: 56px;
  }
}
.bs-blog__list__card__title {
  color: #262626;
  letter-spacing: 0.15px;
  line-height: 27px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .bs-blog__list__card__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.bs-blog__list__card__time {
  color: rgba(38, 38, 38, 0.6);
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .bs-blog__list__card__time {
    margin-bottom: 12px;
  }
}
.bs-blog__list__card__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .bs-blog__list__card__product {
    margin-bottom: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bs-blog__list__card__product__image {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .bs-blog__list__card__product__image {
    height: 164px;
    width: 279px;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.bs-blog__list__card__product__detail {
  width: 100%;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .bs-blog__list__card__product__detail {
    margin-bottom: 18px;
  }
}
.bs-blog__list__card__product__detail__description {
  color: #262626;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.bs-blog__list__card__product__detail__readmore {
  color: #262626;
  letter-spacing: 1.35px;
  line-height: 19px;
}
.bs-blog__list__card__product__detail__readmore .arrow-right {
  margin-left: 8px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 7px;
  height: 11px;
}
.bs-blog__list__card__remark__tag {
  height: 16px;
  border-radius: 8px;
  background-color: rgba(38, 38, 38, 0.1);
  padding: 0 7px;
  color: rgba(38, 38, 38, 0.6);
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 16px;
}
.bs-blog__list__card__remark > .bs-blog__list__card__remark__tag {
  margin-right: 8px;
}
.bs-blog__list__card__remark > .bs-blog__list__card__remark__tag:last-child {
  margin-right: 0;
}
.bs-blog__sidebar__category,
.bs-blog__sidebar__recent {
  padding: 16px 24px 16px 0;
  list-style: none;
}
.bs-blog__sidebar__category .bs-blog__sidebar__category__item_children,
.bs-blog__sidebar__recent .bs-blog__sidebar__category__item_children {
  list-style: none;
  margin-top: 4px;
}
.bs-blog__sidebar__category__title,
.bs-blog__sidebar__recent__title {
  color: #262626;
  letter-spacing: 0.15px;
  line-height: 27px;
  margin-bottom: 12px;
}
.bs-blog__sidebar__category__item {
  margin-bottom: 4px;
}
.bs-blog__sidebar__category__item:last-child {
  margin-bottom: 0;
}
.bs-blog__sidebar__category__item__title,
.bs-blog__sidebar__category__item__counter,
.bs-blog__sidebar__recent__item__title {
  color: #262626;
  letter-spacing: 0.4px;
  line-height: 16px;
}
.bs-blog__sidebar__category__item__title,
.bs-blog__sidebar__recent__item__title {
  color: #F56A00;
}
.bs-blog__sidebar__recent__item__title {
  display: block;
}
.bs-blog__sidebar__recent__item__title {
  margin-bottom: 0;
}
.bs-blog__sidebar__recent__item__time {
  color: rgba(38, 38, 38, 0.6);
  letter-spacing: 0.4px;
  line-height: 16px;
}
.bs-blog__sidebar__recent__item {
  margin-bottom: 8px;
}
.bs-blog__sidebar__recent__item:last-child {
  margin-bottom: 0;
}
.bs-blog__detail__title {
  color: #262626;
  letter-spacing: 0.15px;
  line-height: 27px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .bs-blog__detail__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.bs-blog__detail__time {
  color: rgba(38, 38, 38, 0.6);
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .bs-blog__detail__time {
    margin-bottom: 12px;
  }
}
.bs-blog__detail__content * {
  max-width: 100%;
  max-height: 100%;
}
.bs-blog__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 24px;
  padding-left: 0;
}
.bs-blog__breadcrumb__item {
  padding-left: 12px;
  position: relative;
}
.bs-blog__breadcrumb__item::before {
  content: '/';
  position: inline-block;
  padding-right: 12px;
}
.bs-blog__breadcrumb__item:first-child {
  padding-left: 0;
}
.bs-blog__breadcrumb__item:first-child::before {
  content: none;
}
.bs-blog__breadcrumb__item--link {
  color: #F56A00;
}
.blog-index .editor-pick-section {
  display: none;
}
@media (min-width: 1200px) {
  .blog-index .editor-pick-section {
    display: block;
  }
}
.blog-index .latest-section__title,
.blog-index .editor-pick-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  color: #262626;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .blog-index .latest-section__title,
  .blog-index .editor-pick-section__title {
    padding: 0 120px;
    font-size: 34px;
    letter-spacing: 0.25px;
    line-height: 46px;
    margin: 64px 0 48px 0;
  }
}
@media (min-width: 1720px) {
  .blog-index .latest-section__title,
  .blog-index .editor-pick-section__title {
    padding: 0 calc((100vw - 1440px) / 2);
  }
}
.blog-index .latest-section__title--loading,
.blog-index .editor-pick-section__title--loading {
  width: 40%;
  height: 30px;
  background-color: #cccccc;
  -webkit-animation: transparent 2s infinite alternate ease-out;
          animation: transparent 2s infinite alternate ease-out;
}
.blog-index .latest-section__grid,
.blog-index .editor-pick-section__grid {
  margin-top: 24px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 16px;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .blog-index .latest-section__grid,
  .blog-index .editor-pick-section__grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 24px;
    grid-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .blog-index .latest-section__grid,
  .blog-index .editor-pick-section__grid {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 88px;
    padding: 0;
  }
}
@media (min-width: 1680px) {
  .blog-index .latest-section__grid,
  .blog-index .editor-pick-section__grid {
    max-width: 1440px;
  }
}
.blog-index .latest-section__view-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 84px;
}
@media (min-width: 1200px) {
  .blog-index .latest-section__view-more {
    height: 124px;
  }
}
.blog-index .latest-section__view-more__loading {
  height: 60px;
  width: auto;
}
.blog-index .bs-blog-navbar--sticky + .featured-section {
  margin-top: 64px;
}
.blog-index .featured-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .blog-index .featured-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1680px) {
  .blog-index .featured-section {
    max-width: 1440px;
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1200px) and (max-aspect-ratio: 10/8) {
  .blog-index .featured-section__major {
    width: 60%;
  }
}
@media (min-width: 1200px) and (max-aspect-ratio: 10/8) {
  .blog-index .featured-section__major {
    width: 60%;
  }
}
@media (min-width: 1400px) {
}
@media (min-width: 1400px) and (max-aspect-ratio: 10/8) {
  .blog-index .featured-section__major {
    width: 60%;
  }
}
@media (min-width: 1720px) {
  .blog-index .featured-section__major {
    width: 60%;
  }
}
@media (min-height: 2160px) {
  .blog-index .featured-section__major {
    position: relative;
  }
}
.blog-index .bs-ad-001-container {
  width: 100%;
  height: 200px;
  margin-bottom: 48px;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 768px) {
  .blog-index .bs-ad-001-container {
    height: 350px;
    grid-column-end: 4;
  }
}
@media (min-width: 1200px) {
  .blog-index .bs-ad-001-container {
    margin-bottom: 0;
    height: 100%;
    grid-column-end: 2;
  }
}
.blog-index #bs-ad-001 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog-index #bs-ad-001 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .blog-index .bs-tutorial-card {
    min-height: 356px;
  }
}
.blog-index .tutorial-section--mobile {
  display: block;
}
@media (min-width: 1200px) {
  .blog-index .tutorial-section--mobile {
    display: none;
  }
}
.blog-index .tutorial-section--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .blog-index .tutorial-section--desktop {
    display: block;
  }
}

.bs-blog-navbar--sticky {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.bs-blog-navbar--sticky + .bs-container {
  padding-top: 64px;
}
.bs-blog-navbar--sticky .bs-blog-navbar__nav {
  -webkit-box-shadow: 0 10px 20px 0 rgba(38, 38, 38, 0.05);
          box-shadow: 0 10px 20px 0 rgba(38, 38, 38, 0.05);
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: solid 1px #ddd;
}
@media (max-width: 1199px) {
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav {
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.05);
}
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav .bs-blog-navbar__nav__list__item + .bs-blog-navbar__nav__list__item {
  margin-left: 0;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__wrapper {
  width: 1156px;
  margin: 0 auto;
  padding-left: 0px;
}
@media (max-width: 1199px) {
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__wrapper {
    width: 100%;
    margin: unset;
}
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item.selected::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-bottom: 2px solid #F56A00;
}
@media (max-width: 1199px) {
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item.selected::before {
    bottom: 4px;
}
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #676767;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text.bs-blog-navbar__nav__list__item__text--active,
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text:hover {
  color: #F56A00;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text.bs-blog-navbar__nav__list__item__text--active .bs-blog-navbar__nav__list__item__text__icon.explore,
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text:hover .bs-blog-navbar__nav__list__item__text__icon.explore {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%203.75C7.44365%203.75%203.75%207.44365%203.75%2012C3.75%2016.5563%207.44365%2020.25%2012%2020.25C16.5563%2020.25%2020.25%2016.5563%2020.25%2012C20.25%207.44365%2016.5563%203.75%2012%203.75ZM2.25%2012C2.25%206.61522%206.61522%202.25%2012%202.25C17.3848%202.25%2021.75%206.61522%2021.75%2012C21.75%2017.3848%2017.3848%2021.75%2012%2021.75C6.61522%2021.75%202.25%2017.3848%202.25%2012ZM12.7608%207.22356C12.5214%206.48652%2011.4786%206.48651%2011.2392%207.22356L10.4019%209.80036H7.69249C6.91752%209.80036%206.59529%2010.7921%207.22227%2011.2476L9.41422%2012.8401L8.57697%2015.4169C8.33749%2016.154%209.18107%2016.7669%209.80804%2016.3114L12%2014.7188L14.192%2016.3114C14.8189%2016.7669%2015.6625%2016.154%2015.423%2015.4169L14.5858%2012.8401L16.7777%2011.2476C17.4047%2010.7921%2017.0825%209.80036%2016.3075%209.80036H13.5981L12.7608%207.22356Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text.bs-blog-navbar__nav__list__item__text--active .bs-blog-navbar__nav__list__item__text__icon.expresscheckout,
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text:hover .bs-blog-navbar__nav__list__item__text__icon.expresscheckout {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.3534%2021.9994C19.2773%2021.9994%2021.6475%2019.6291%2021.6475%2016.7053C21.6475%2013.7814%2019.2773%2011.4111%2016.3534%2011.4111C13.4295%2011.4111%2011.0593%2013.7814%2011.0593%2016.7053C11.0593%2019.6291%2013.4295%2021.9994%2016.3534%2021.9994ZM19.4243%2015.8905C19.7053%2015.6569%2019.7438%2015.2397%2019.5102%2014.9586C19.2766%2014.6776%2018.8593%2014.6391%2018.5783%2014.8727L15.8165%2017.1682L14.7919%2016.3166C14.5109%2016.0829%2014.0936%2016.1214%2013.86%2016.4025C13.6264%2016.6835%2013.6649%2017.1008%2013.9459%2017.3344L15.8165%2018.8892L19.4243%2015.8905Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.51057%204.92285C8.87605%204.92285%209.17233%205.21913%209.17233%205.58462V7.7905C9.17233%208.15598%208.87605%208.45226%208.51057%208.45226C8.14508%208.45226%207.8488%208.15598%207.8488%207.7905V5.58462C7.8488%205.21913%208.14508%204.92285%208.51057%204.92285Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.687%204.92285C15.0525%204.92285%2015.3488%205.21913%2015.3488%205.58462V7.7905C15.3488%208.15598%2015.0525%208.45226%2014.687%208.45226C14.3216%208.45226%2014.0253%208.15598%2014.0253%207.7905V5.58462C14.0253%205.21913%2014.3216%204.92285%2014.687%204.92285Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.3556%203.44629C11.8646%203.28261%2011.3337%203.28261%2010.8427%203.44629C10.1354%203.68205%209.58491%204.23125%209.34206%204.92304H13.8562C13.6134%204.23125%2013.0629%203.68205%2012.3556%203.44629ZM15.2293%204.92304C14.9503%203.64475%2014.0184%202.60544%2012.7741%202.19068C12.0114%201.93644%2011.1868%201.93644%2010.4241%202.19068C9.17983%202.60544%208.24799%203.64475%207.96896%204.92304H7.07364C5.79619%204.92304%204.73752%205.91348%204.65254%207.1881L4.00548%2016.894C3.91212%2018.2945%205.02295%2019.4819%206.42658%2019.4819H8.06972C8.4352%2019.4819%208.73149%2019.1856%208.73149%2018.8201C8.73149%2018.4546%208.4352%2018.1583%208.06972%2018.1583H6.42658C5.78857%2018.1583%205.28364%2017.6186%205.32608%2016.982L5.97314%207.27614C6.01177%206.69677%206.49298%206.24657%207.07364%206.24657H16.1246C16.7053%206.24657%2017.1865%206.69677%2017.2251%207.27614L17.3359%208.93765C17.3602%209.30232%2017.6755%209.57824%2018.0402%209.55393C18.4049%209.52961%2018.6808%209.21428%2018.6565%208.84961L18.5457%207.1881C18.4607%205.91348%2017.4021%204.92304%2016.1246%204.92304H15.2293Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text.bs-blog-navbar__nav__list__item__text--active .bs-blog-navbar__nav__list__item__text__icon.boutique,
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text:hover .bs-blog-navbar__nav__list__item__text__icon.boutique {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.25708%202.66976C5.01054%201.94781%203.98947%201.94781%203.74293%202.66976L3.46975%203.46972L2.6698%203.7429C1.94784%203.98944%201.94784%205.01051%202.6698%205.25705L3.46975%205.53022L3.74293%206.33018C3.98947%207.05214%205.01054%207.05214%205.25708%206.33018L5.53025%205.53022L6.33021%205.25705C7.05217%205.01051%207.05217%203.98944%206.33021%203.7429L5.53025%203.46972L5.25708%202.66976ZM10.3439%204.02882C10.8832%202.44953%2013.1168%202.44954%2013.6561%204.02883L15.224%208.62017C15.249%208.69342%2015.3065%208.75095%2015.3798%208.77597L19.9711%2010.3439C21.5504%2010.8832%2021.5504%2013.1168%2019.9711%2013.6561L15.3798%2015.2239C15.3065%2015.249%2015.249%2015.3065%2015.224%2015.3797L13.6561%2019.9711C13.1168%2021.5504%2010.8832%2021.5504%2010.3439%2019.9711L8.77601%2015.3797C8.751%2015.3065%208.69347%2015.249%208.62022%2015.2239L4.02887%2013.6561C2.44958%2013.1167%202.44959%2010.8832%204.02887%2010.3439L8.62022%208.77597C8.69347%208.75095%208.751%208.69342%208.77601%208.62017L10.3439%204.02882ZM12.2366%204.51357C12.1595%204.28795%2011.8405%204.28796%2011.7634%204.51357L10.1955%209.10492C10.0204%209.61766%209.61771%2010.0204%209.10497%2010.1955L4.51362%2011.7634C4.288%2011.8404%204.28801%2012.1595%204.51361%2012.2365L9.10496%2013.8044C9.61771%2013.9795%2010.0204%2014.3822%2010.1955%2014.895L11.7634%2019.4863C11.8405%2019.712%2012.1595%2019.7119%2012.2366%2019.4863L13.8045%2014.895C13.9796%2014.3822%2014.3823%2013.9795%2014.895%2013.8044L19.4864%2012.2365C19.712%2012.1595%2019.712%2011.8404%2019.4864%2011.7634L14.895%2010.1955C14.3823%2010.0204%2013.9796%209.61766%2013.8045%209.10492L12.2366%204.51357ZM19.5%2017.5C18.3954%2017.5%2017.5%2018.3954%2017.5%2019.5C17.5%2020.6046%2018.3954%2021.5%2019.5%2021.5C20.6046%2021.5%2021.5%2020.6046%2021.5%2019.5C21.5%2018.3954%2020.6046%2017.5%2019.5%2017.5Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text.bs-blog-navbar__nav__list__item__text--active:hover,
  .bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text:hover:hover {
    color: #F56A00;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text.bs-blog-navbar__nav__list__item__text--active:hover .bs-blog-navbar__nav__list__item__text__icon.explore,
  .bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text:hover:hover .bs-blog-navbar__nav__list__item__text__icon.explore {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%203.75C7.44365%203.75%203.75%207.44365%203.75%2012C3.75%2016.5563%207.44365%2020.25%2012%2020.25C16.5563%2020.25%2020.25%2016.5563%2020.25%2012C20.25%207.44365%2016.5563%203.75%2012%203.75ZM2.25%2012C2.25%206.61522%206.61522%202.25%2012%202.25C17.3848%202.25%2021.75%206.61522%2021.75%2012C21.75%2017.3848%2017.3848%2021.75%2012%2021.75C6.61522%2021.75%202.25%2017.3848%202.25%2012ZM12.7608%207.22356C12.5214%206.48652%2011.4786%206.48651%2011.2392%207.22356L10.4019%209.80036H7.69249C6.91752%209.80036%206.59529%2010.7921%207.22227%2011.2476L9.41422%2012.8401L8.57697%2015.4169C8.33749%2016.154%209.18107%2016.7669%209.80804%2016.3114L12%2014.7188L14.192%2016.3114C14.8189%2016.7669%2015.6625%2016.154%2015.423%2015.4169L14.5858%2012.8401L16.7777%2011.2476C17.4047%2010.7921%2017.0825%209.80036%2016.3075%209.80036H13.5981L12.7608%207.22356Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text.bs-blog-navbar__nav__list__item__text--active:hover .bs-blog-navbar__nav__list__item__text__icon.expresscheckout,
  .bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text:hover:hover .bs-blog-navbar__nav__list__item__text__icon.expresscheckout {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.3534%2021.9994C19.2773%2021.9994%2021.6475%2019.6291%2021.6475%2016.7053C21.6475%2013.7814%2019.2773%2011.4111%2016.3534%2011.4111C13.4295%2011.4111%2011.0593%2013.7814%2011.0593%2016.7053C11.0593%2019.6291%2013.4295%2021.9994%2016.3534%2021.9994ZM19.4243%2015.8905C19.7053%2015.6569%2019.7438%2015.2397%2019.5102%2014.9586C19.2766%2014.6776%2018.8593%2014.6391%2018.5783%2014.8727L15.8165%2017.1682L14.7919%2016.3166C14.5109%2016.0829%2014.0936%2016.1214%2013.86%2016.4025C13.6264%2016.6835%2013.6649%2017.1008%2013.9459%2017.3344L15.8165%2018.8892L19.4243%2015.8905Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.51057%204.92285C8.87605%204.92285%209.17233%205.21913%209.17233%205.58462V7.7905C9.17233%208.15598%208.87605%208.45226%208.51057%208.45226C8.14508%208.45226%207.8488%208.15598%207.8488%207.7905V5.58462C7.8488%205.21913%208.14508%204.92285%208.51057%204.92285Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.687%204.92285C15.0525%204.92285%2015.3488%205.21913%2015.3488%205.58462V7.7905C15.3488%208.15598%2015.0525%208.45226%2014.687%208.45226C14.3216%208.45226%2014.0253%208.15598%2014.0253%207.7905V5.58462C14.0253%205.21913%2014.3216%204.92285%2014.687%204.92285Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.3556%203.44629C11.8646%203.28261%2011.3337%203.28261%2010.8427%203.44629C10.1354%203.68205%209.58491%204.23125%209.34206%204.92304H13.8562C13.6134%204.23125%2013.0629%203.68205%2012.3556%203.44629ZM15.2293%204.92304C14.9503%203.64475%2014.0184%202.60544%2012.7741%202.19068C12.0114%201.93644%2011.1868%201.93644%2010.4241%202.19068C9.17983%202.60544%208.24799%203.64475%207.96896%204.92304H7.07364C5.79619%204.92304%204.73752%205.91348%204.65254%207.1881L4.00548%2016.894C3.91212%2018.2945%205.02295%2019.4819%206.42658%2019.4819H8.06972C8.4352%2019.4819%208.73149%2019.1856%208.73149%2018.8201C8.73149%2018.4546%208.4352%2018.1583%208.06972%2018.1583H6.42658C5.78857%2018.1583%205.28364%2017.6186%205.32608%2016.982L5.97314%207.27614C6.01177%206.69677%206.49298%206.24657%207.07364%206.24657H16.1246C16.7053%206.24657%2017.1865%206.69677%2017.2251%207.27614L17.3359%208.93765C17.3602%209.30232%2017.6755%209.57824%2018.0402%209.55393C18.4049%209.52961%2018.6808%209.21428%2018.6565%208.84961L18.5457%207.1881C18.4607%205.91348%2017.4021%204.92304%2016.1246%204.92304H15.2293Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text.bs-blog-navbar__nav__list__item__text--active:hover .bs-blog-navbar__nav__list__item__text__icon.boutique,
  .bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text:hover:hover .bs-blog-navbar__nav__list__item__text__icon.boutique {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.25708%202.66976C5.01054%201.94781%203.98947%201.94781%203.74293%202.66976L3.46975%203.46972L2.6698%203.7429C1.94784%203.98944%201.94784%205.01051%202.6698%205.25705L3.46975%205.53022L3.74293%206.33018C3.98947%207.05214%205.01054%207.05214%205.25708%206.33018L5.53025%205.53022L6.33021%205.25705C7.05217%205.01051%207.05217%203.98944%206.33021%203.7429L5.53025%203.46972L5.25708%202.66976ZM10.3439%204.02882C10.8832%202.44953%2013.1168%202.44954%2013.6561%204.02883L15.224%208.62017C15.249%208.69342%2015.3065%208.75095%2015.3798%208.77597L19.9711%2010.3439C21.5504%2010.8832%2021.5504%2013.1168%2019.9711%2013.6561L15.3798%2015.2239C15.3065%2015.249%2015.249%2015.3065%2015.224%2015.3797L13.6561%2019.9711C13.1168%2021.5504%2010.8832%2021.5504%2010.3439%2019.9711L8.77601%2015.3797C8.751%2015.3065%208.69347%2015.249%208.62022%2015.2239L4.02887%2013.6561C2.44958%2013.1167%202.44959%2010.8832%204.02887%2010.3439L8.62022%208.77597C8.69347%208.75095%208.751%208.69342%208.77601%208.62017L10.3439%204.02882ZM12.2366%204.51357C12.1595%204.28795%2011.8405%204.28796%2011.7634%204.51357L10.1955%209.10492C10.0204%209.61766%209.61771%2010.0204%209.10497%2010.1955L4.51362%2011.7634C4.288%2011.8404%204.28801%2012.1595%204.51361%2012.2365L9.10496%2013.8044C9.61771%2013.9795%2010.0204%2014.3822%2010.1955%2014.895L11.7634%2019.4863C11.8405%2019.712%2012.1595%2019.7119%2012.2366%2019.4863L13.8045%2014.895C13.9796%2014.3822%2014.3823%2013.9795%2014.895%2013.8044L19.4864%2012.2365C19.712%2012.1595%2019.712%2011.8404%2019.4864%2011.7634L14.895%2010.1955C14.3823%2010.0204%2013.9796%209.61766%2013.8045%209.10492L12.2366%204.51357ZM19.5%2017.5C18.3954%2017.5%2017.5%2018.3954%2017.5%2019.5C17.5%2020.6046%2018.3954%2021.5%2019.5%2021.5C20.6046%2021.5%2021.5%2020.6046%2021.5%2019.5C21.5%2018.3954%2020.6046%2017.5%2019.5%2017.5Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav .bs-blog-navbar__nav__list__item__text__icon {
  margin-right: 12px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav .bs-blog-navbar__nav__list__item__text__icon.explore {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%203.75C7.44365%203.75%203.75%207.44365%203.75%2012C3.75%2016.5563%207.44365%2020.25%2012%2020.25C16.5563%2020.25%2020.25%2016.5563%2020.25%2012C20.25%207.44365%2016.5563%203.75%2012%203.75ZM2.25%2012C2.25%206.61522%206.61522%202.25%2012%202.25C17.3848%202.25%2021.75%206.61522%2021.75%2012C21.75%2017.3848%2017.3848%2021.75%2012%2021.75C6.61522%2021.75%202.25%2017.3848%202.25%2012ZM12.7608%207.22356C12.5214%206.48652%2011.4786%206.48651%2011.2392%207.22356L10.4019%209.80036H7.69249C6.91752%209.80036%206.59529%2010.7921%207.22227%2011.2476L9.41422%2012.8401L8.57697%2015.4169C8.33749%2016.154%209.18107%2016.7669%209.80804%2016.3114L12%2014.7188L14.192%2016.3114C14.8189%2016.7669%2015.6625%2016.154%2015.423%2015.4169L14.5858%2012.8401L16.7777%2011.2476C17.4047%2010.7921%2017.0825%209.80036%2016.3075%209.80036H13.5981L12.7608%207.22356Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav .bs-blog-navbar__nav__list__item__text__icon.expresscheckout {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.3534%2021.9994C19.2773%2021.9994%2021.6475%2019.6291%2021.6475%2016.7053C21.6475%2013.7814%2019.2773%2011.4111%2016.3534%2011.4111C13.4295%2011.4111%2011.0593%2013.7814%2011.0593%2016.7053C11.0593%2019.6291%2013.4295%2021.9994%2016.3534%2021.9994ZM19.4243%2015.8905C19.7053%2015.6569%2019.7438%2015.2397%2019.5102%2014.9586C19.2766%2014.6776%2018.8593%2014.6391%2018.5783%2014.8727L15.8165%2017.1682L14.7919%2016.3166C14.5109%2016.0829%2014.0936%2016.1214%2013.86%2016.4025C13.6264%2016.6835%2013.6649%2017.1008%2013.9459%2017.3344L15.8165%2018.8892L19.4243%2015.8905Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.51057%204.92285C8.87605%204.92285%209.17233%205.21913%209.17233%205.58462V7.7905C9.17233%208.15598%208.87605%208.45226%208.51057%208.45226C8.14508%208.45226%207.8488%208.15598%207.8488%207.7905V5.58462C7.8488%205.21913%208.14508%204.92285%208.51057%204.92285Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.687%204.92285C15.0525%204.92285%2015.3488%205.21913%2015.3488%205.58462V7.7905C15.3488%208.15598%2015.0525%208.45226%2014.687%208.45226C14.3216%208.45226%2014.0253%208.15598%2014.0253%207.7905V5.58462C14.0253%205.21913%2014.3216%204.92285%2014.687%204.92285Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.3556%203.44629C11.8646%203.28261%2011.3337%203.28261%2010.8427%203.44629C10.1354%203.68205%209.58491%204.23125%209.34206%204.92304H13.8562C13.6134%204.23125%2013.0629%203.68205%2012.3556%203.44629ZM15.2293%204.92304C14.9503%203.64475%2014.0184%202.60544%2012.7741%202.19068C12.0114%201.93644%2011.1868%201.93644%2010.4241%202.19068C9.17983%202.60544%208.24799%203.64475%207.96896%204.92304H7.07364C5.79619%204.92304%204.73752%205.91348%204.65254%207.1881L4.00548%2016.894C3.91212%2018.2945%205.02295%2019.4819%206.42658%2019.4819H8.06972C8.4352%2019.4819%208.73149%2019.1856%208.73149%2018.8201C8.73149%2018.4546%208.4352%2018.1583%208.06972%2018.1583H6.42658C5.78857%2018.1583%205.28364%2017.6186%205.32608%2016.982L5.97314%207.27614C6.01177%206.69677%206.49298%206.24657%207.07364%206.24657H16.1246C16.7053%206.24657%2017.1865%206.69677%2017.2251%207.27614L17.3359%208.93765C17.3602%209.30232%2017.6755%209.57824%2018.0402%209.55393C18.4049%209.52961%2018.6808%209.21428%2018.6565%208.84961L18.5457%207.1881C18.4607%205.91348%2017.4021%204.92304%2016.1246%204.92304H15.2293Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav .bs-blog-navbar__nav__list__item__text__icon.boutique {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.25708%202.66976C5.01054%201.94781%203.98947%201.94781%203.74293%202.66976L3.46975%203.46972L2.6698%203.7429C1.94784%203.98944%201.94784%205.01051%202.6698%205.25705L3.46975%205.53022L3.74293%206.33018C3.98947%207.05214%205.01054%207.05214%205.25708%206.33018L5.53025%205.53022L6.33021%205.25705C7.05217%205.01051%207.05217%203.98944%206.33021%203.7429L5.53025%203.46972L5.25708%202.66976ZM10.3439%204.02882C10.8832%202.44953%2013.1168%202.44954%2013.6561%204.02883L15.224%208.62017C15.249%208.69342%2015.3065%208.75095%2015.3798%208.77597L19.9711%2010.3439C21.5504%2010.8832%2021.5504%2013.1168%2019.9711%2013.6561L15.3798%2015.2239C15.3065%2015.249%2015.249%2015.3065%2015.224%2015.3797L13.6561%2019.9711C13.1168%2021.5504%2010.8832%2021.5504%2010.3439%2019.9711L8.77601%2015.3797C8.751%2015.3065%208.69347%2015.249%208.62022%2015.2239L4.02887%2013.6561C2.44958%2013.1167%202.44959%2010.8832%204.02887%2010.3439L8.62022%208.77597C8.69347%208.75095%208.751%208.69342%208.77601%208.62017L10.3439%204.02882ZM12.2366%204.51357C12.1595%204.28795%2011.8405%204.28796%2011.7634%204.51357L10.1955%209.10492C10.0204%209.61766%209.61771%2010.0204%209.10497%2010.1955L4.51362%2011.7634C4.288%2011.8404%204.28801%2012.1595%204.51361%2012.2365L9.10496%2013.8044C9.61771%2013.9795%2010.0204%2014.3822%2010.1955%2014.895L11.7634%2019.4863C11.8405%2019.712%2012.1595%2019.7119%2012.2366%2019.4863L13.8045%2014.895C13.9796%2014.3822%2014.3823%2013.9795%2014.895%2013.8044L19.4864%2012.2365C19.712%2012.1595%2019.712%2011.8404%2019.4864%2011.7634L14.895%2010.1955C14.3823%2010.0204%2013.9796%209.61766%2013.8045%209.10492L12.2366%204.51357ZM19.5%2017.5C18.3954%2017.5%2017.5%2018.3954%2017.5%2019.5C17.5%2020.6046%2018.3954%2021.5%2019.5%2021.5C20.6046%2021.5%2021.5%2020.6046%2021.5%2019.5C21.5%2018.3954%2020.6046%2017.5%2019.5%2017.5Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
@media (max-width: 1199px) {
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav {
    border-top: solid 1px #ddd;
    border-bottom: unset;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__category {
    display: none;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: unset;
    padding: 0;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__left,
  .bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__right {
    display: none;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item {
    padding: 12px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text {
    font-size: 14px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text--active .bs-blog-navbar__nav__list__item__text__icon.explore {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%203.75C7.44365%203.75%203.75%207.44365%203.75%2012C3.75%2016.5563%207.44365%2020.25%2012%2020.25C16.5563%2020.25%2020.25%2016.5563%2020.25%2012C20.25%207.44365%2016.5563%203.75%2012%203.75ZM2.25%2012C2.25%206.61522%206.61522%202.25%2012%202.25C17.3848%202.25%2021.75%206.61522%2021.75%2012C21.75%2017.3848%2017.3848%2021.75%2012%2021.75C6.61522%2021.75%202.25%2017.3848%202.25%2012ZM12.7608%207.22356C12.5214%206.48652%2011.4786%206.48651%2011.2392%207.22356L10.4019%209.80036H7.69249C6.91752%209.80036%206.59529%2010.7921%207.22227%2011.2476L9.41422%2012.8401L8.57697%2015.4169C8.33749%2016.154%209.18107%2016.7669%209.80804%2016.3114L12%2014.7188L14.192%2016.3114C14.8189%2016.7669%2015.6625%2016.154%2015.423%2015.4169L14.5858%2012.8401L16.7777%2011.2476C17.4047%2010.7921%2017.0825%209.80036%2016.3075%209.80036H13.5981L12.7608%207.22356Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text--active .bs-blog-navbar__nav__list__item__text__icon.expresscheckout {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.3534%2021.9994C19.2773%2021.9994%2021.6475%2019.6291%2021.6475%2016.7053C21.6475%2013.7814%2019.2773%2011.4111%2016.3534%2011.4111C13.4295%2011.4111%2011.0593%2013.7814%2011.0593%2016.7053C11.0593%2019.6291%2013.4295%2021.9994%2016.3534%2021.9994ZM19.4243%2015.8905C19.7053%2015.6569%2019.7438%2015.2397%2019.5102%2014.9586C19.2766%2014.6776%2018.8593%2014.6391%2018.5783%2014.8727L15.8165%2017.1682L14.7919%2016.3166C14.5109%2016.0829%2014.0936%2016.1214%2013.86%2016.4025C13.6264%2016.6835%2013.6649%2017.1008%2013.9459%2017.3344L15.8165%2018.8892L19.4243%2015.8905Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.51057%204.92285C8.87605%204.92285%209.17233%205.21913%209.17233%205.58462V7.7905C9.17233%208.15598%208.87605%208.45226%208.51057%208.45226C8.14508%208.45226%207.8488%208.15598%207.8488%207.7905V5.58462C7.8488%205.21913%208.14508%204.92285%208.51057%204.92285Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.687%204.92285C15.0525%204.92285%2015.3488%205.21913%2015.3488%205.58462V7.7905C15.3488%208.15598%2015.0525%208.45226%2014.687%208.45226C14.3216%208.45226%2014.0253%208.15598%2014.0253%207.7905V5.58462C14.0253%205.21913%2014.3216%204.92285%2014.687%204.92285Z%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.3556%203.44629C11.8646%203.28261%2011.3337%203.28261%2010.8427%203.44629C10.1354%203.68205%209.58491%204.23125%209.34206%204.92304H13.8562C13.6134%204.23125%2013.0629%203.68205%2012.3556%203.44629ZM15.2293%204.92304C14.9503%203.64475%2014.0184%202.60544%2012.7741%202.19068C12.0114%201.93644%2011.1868%201.93644%2010.4241%202.19068C9.17983%202.60544%208.24799%203.64475%207.96896%204.92304H7.07364C5.79619%204.92304%204.73752%205.91348%204.65254%207.1881L4.00548%2016.894C3.91212%2018.2945%205.02295%2019.4819%206.42658%2019.4819H8.06972C8.4352%2019.4819%208.73149%2019.1856%208.73149%2018.8201C8.73149%2018.4546%208.4352%2018.1583%208.06972%2018.1583H6.42658C5.78857%2018.1583%205.28364%2017.6186%205.32608%2016.982L5.97314%207.27614C6.01177%206.69677%206.49298%206.24657%207.07364%206.24657H16.1246C16.7053%206.24657%2017.1865%206.69677%2017.2251%207.27614L17.3359%208.93765C17.3602%209.30232%2017.6755%209.57824%2018.0402%209.55393C18.4049%209.52961%2018.6808%209.21428%2018.6565%208.84961L18.5457%207.1881C18.4607%205.91348%2017.4021%204.92304%2016.1246%204.92304H15.2293Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav__list__item__text--active .bs-blog-navbar__nav__list__item__text__icon.boutique {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.25708%202.66976C5.01054%201.94781%203.98947%201.94781%203.74293%202.66976L3.46975%203.46972L2.6698%203.7429C1.94784%203.98944%201.94784%205.01051%202.6698%205.25705L3.46975%205.53022L3.74293%206.33018C3.98947%207.05214%205.01054%207.05214%205.25708%206.33018L5.53025%205.53022L6.33021%205.25705C7.05217%205.01051%207.05217%203.98944%206.33021%203.7429L5.53025%203.46972L5.25708%202.66976ZM10.3439%204.02882C10.8832%202.44953%2013.1168%202.44954%2013.6561%204.02883L15.224%208.62017C15.249%208.69342%2015.3065%208.75095%2015.3798%208.77597L19.9711%2010.3439C21.5504%2010.8832%2021.5504%2013.1168%2019.9711%2013.6561L15.3798%2015.2239C15.3065%2015.249%2015.249%2015.3065%2015.224%2015.3797L13.6561%2019.9711C13.1168%2021.5504%2010.8832%2021.5504%2010.3439%2019.9711L8.77601%2015.3797C8.751%2015.3065%208.69347%2015.249%208.62022%2015.2239L4.02887%2013.6561C2.44958%2013.1167%202.44959%2010.8832%204.02887%2010.3439L8.62022%208.77597C8.69347%208.75095%208.751%208.69342%208.77601%208.62017L10.3439%204.02882ZM12.2366%204.51357C12.1595%204.28795%2011.8405%204.28796%2011.7634%204.51357L10.1955%209.10492C10.0204%209.61766%209.61771%2010.0204%209.10497%2010.1955L4.51362%2011.7634C4.288%2011.8404%204.28801%2012.1595%204.51361%2012.2365L9.10496%2013.8044C9.61771%2013.9795%2010.0204%2014.3822%2010.1955%2014.895L11.7634%2019.4863C11.8405%2019.712%2012.1595%2019.7119%2012.2366%2019.4863L13.8045%2014.895C13.9796%2014.3822%2014.3823%2013.9795%2014.895%2013.8044L19.4864%2012.2365C19.712%2012.1595%2019.712%2011.8404%2019.4864%2011.7634L14.895%2010.1955C14.3823%2010.0204%2013.9796%209.61766%2013.8045%209.10492L12.2366%204.51357ZM19.5%2017.5C18.3954%2017.5%2017.5%2018.3954%2017.5%2019.5C17.5%2020.6046%2018.3954%2021.5%2019.5%2021.5C20.6046%2021.5%2021.5%2020.6046%2021.5%2019.5C21.5%2018.3954%2020.6046%2017.5%2019.5%2017.5Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}
.bs-blog-navbar--product-sharing .bs-blog-navbar__nav .bs-blog-navbar__nav__list__item__text__icon {
    margin-right: 8px;
}
}
.bs-blog-navbar__nav {
  position: relative;
  z-index: 70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 20px 20px 0 rgba(38, 38, 38, 0.05);
          box-shadow: 0 20px 20px 0 rgba(38, 38, 38, 0.05);
  padding: 0 16px;
}
@media (min-width: 1200px) {
.bs-blog-navbar__nav {
    height: 64px;
}
}
.bs-blog-navbar__nav__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
}
@media (min-width: 1200px) {
.bs-blog-navbar__nav__category {
    display: none;
}
}
.bs-blog-navbar__nav__category__title {
  color: rgba(38, 38, 38, 0.87);
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: normal;
  margin-right: 12px;
}
.bs-blog-navbar__nav__category__icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20viewBox%3D%220%200%2020%2013%22%20width%3D%2220%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.667%201.71c0%20.232.079.467.238.664l8.463%2010.263c.205.25.516.395.845.395.329%200%20.641-.145.845-.395l8.417-10.22A1.04%201.04%200%200019.309.93a1.104%201.104%200%2000-1.524.163l-7.572%209.192-7.618-9.239A1.102%201.102%200%20001.071.884a1.05%201.05%200%2000-.404.826%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 11px;
  height: 7px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.bs-blog-navbar__nav__category__icon--open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bs-blog-navbar__nav__search {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
.bs-blog-navbar__nav__search {
    width: 20%;
}
}
.bs-blog-navbar__nav__search__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bs-blog-navbar__nav__search__link__icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.765%2018.627l-4.591-4.59a8.536%208.536%200%20001.969-5.466A8.57%208.57%200%20008.57%200%208.57%208.57%200%20000%208.571a8.57%208.57%200%20008.571%208.572%208.536%208.536%200%20005.467-1.97l4.591%204.592a.804.804%200%20001.138%200%20.81.81%200%2000-.002-1.138zm-8.484-3.638a6.892%206.892%200%2001-2.71.546%206.948%206.948%200%2001-4.924-2.04%206.948%206.948%200%2001-2.04-4.924%206.948%206.948%200%20012.04-4.924%206.948%206.948%200%20014.924-2.04%206.948%206.948%200%20014.924%202.04%206.948%206.948%200%20012.04%204.924%206.948%206.948%200%2001-2.04%204.924%206.924%206.924%200%2001-2.214%201.494z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.bs-blog-navbar__nav__search__link__text {
  display: none;
  margin-left: 8px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: normal;
}
@media (min-width: 1200px) {
.bs-blog-navbar__nav__search__link__text {
    display: inline-block;
}
}
.bs-blog-navbar__nav__list {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bs-blog-navbar__nav__list::-webkit-scrollbar {
  display: none;
}
.bs-blog-navbar__nav__list__wrapper {
  display: none;
  position: relative;
  height: 100%;
  width: 60%;
  margin-left: 20%;
  padding: 0 24px;
}
@media (min-width: 1200px) {
.bs-blog-navbar__nav__list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}
.bs-blog-navbar__nav__list__left {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
  height: 30px;
  width: 4px;
  background-image: -webkit-gradient(linear, right top, left top, from(#cfcece), color-stop(57%, #eaeaea), to(rgba(212, 211, 211, 0.18)));
  background-image: linear-gradient(to left, #cfcece, #eaeaea 57%, rgba(212, 211, 211, 0.18));
  visibility: hidden;
}
.bs-blog-navbar__nav__list__left--show {
  opacity: 1;
  visibility: visible;
}
.bs-blog-navbar__nav__list__left__icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23A5A5A5%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.322%200c-.232%200-.468.079-.664.238L.394%208.701c-.25.206-.394.516-.394.846%200%20.328.145.64.394.844l10.22%208.418c.456.375%201.122.3%201.488-.166a1.104%201.104%200%2000-.163-1.525L2.747%209.547l9.239-7.618a1.102%201.102%200%2000.162-1.524A1.05%201.05%200%200011.322%200%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 7px;
  height: 11px;
}
.bs-blog-navbar__nav__list__right {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
  height: 30px;
  width: 4px;
  background-image: -webkit-gradient(linear, right top, left top, from(#cfcece), color-stop(57%, #eaeaea), to(rgba(212, 211, 211, 0.18)));
  background-image: linear-gradient(to left, #cfcece, #eaeaea 57%, rgba(212, 211, 211, 0.18));
  visibility: hidden;
}
.bs-blog-navbar__nav__list__right--show {
  opacity: 1;
  visibility: visible;
}
.bs-blog-navbar__nav__list__right__icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23A5A5A5%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 7px;
  height: 11px;
}
.bs-blog-navbar__nav__list__item {
  display: inline-block;
}
.bs-blog-navbar__nav__list__item__text {
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.bs-blog-navbar__nav__list__item__text--active {
  color: #F56A00;
}
.bs-blog-navbar__nav__list__item__text:focus {
  text-decoration: none;
}
.bs-blog-navbar__nav__list__item + .bs-blog-navbar__nav__list__item {
  margin-left: 44px;
}
.bs-blog-navbar__panel__category__mask,
.bs-blog-navbar__panel__search__mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.bs-blog-navbar__panel__category {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  z-index: 65;
  border-radius: 0 0 20px 20px;
  background-color: white;
  overflow: hidden;
  border-top: 1px solid rgba(38, 38, 38, 0.15);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
@media (min-width: 1200px) {
.bs-blog-navbar__panel__category {
    display: none;
}
}
.bs-blog-navbar__panel__category::after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bs-blog-navbar__panel__category__list {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-height: 50vh;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bs-blog-navbar__panel__category__list::-webkit-scrollbar {
  display: none;
}
.bs-blog-navbar__panel__category__list__item {
  height: 48px;
  width: 100%;
  display: block;
  padding: 0 16px;
}
.bs-blog-navbar__panel__category__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: normal;
}
.bs-blog-navbar__panel__category__list__item__link:focus {
  text-decoration: none;
}
.bs-blog-navbar__panel__category__list__item__link--active {
  color: #F56A00;
}
.bs-blog-navbar__panel__category__mask {
  z-index: 64;
}
.bs-blog-navbar__panel__search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 105;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  background-color: white;
}
@media (min-width: 1200px) {
.bs-blog-navbar__panel__search {
    height: 65vh;
    max-height: 80%;
}
}
.bs-blog-navbar__panel__search__close {
  position: absolute;
  top: 24px;
  left: 30px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.443%209.94l7.535-7.799a1.233%201.233%200%20000-1.703%201.131%201.131%200%2000-1.644%200L9.796%208.233%202.257.435a1.131%201.131%200%2000-1.643%200%201.233%201.233%200%20000%201.703l7.535%207.798-7.535%207.801a1.233%201.233%200%20000%201.703%201.132%201.132%200%20001.644%200l7.538-7.798%207.538%207.801a1.134%201.134%200%20001.644%200%201.233%201.233%200%20000-1.703l-7.535-7.8z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 1200px) {
.bs-blog-navbar__panel__search__close {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23262626%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.443%209.94l7.535-7.799a1.233%201.233%200%20000-1.703%201.131%201.131%200%2000-1.644%200L9.796%208.233%202.257.435a1.131%201.131%200%2000-1.643%200%201.233%201.233%200%20000%201.703l7.535%207.798-7.535%207.801a1.233%201.233%200%20000%201.703%201.132%201.132%200%20001.644%200l7.538-7.798%207.538%207.801a1.134%201.134%200%20001.644%200%201.233%201.233%200%20000-1.703l-7.535-7.8z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    top: 160px;
    left: 148px;
}
}
.bs-blog-navbar__panel__search__bar {
  position: absolute;
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  border-bottom: 1px solid #676767;
  padding: 0 20px 8px 0;
  max-width: 608px;
}
@media (min-width: 1200px) {
.bs-blog-navbar__panel__search__bar {
    top: 453px;
    border-bottom: 2px solid #262626;
    width: 100%;
    padding: 0 36px 0 0;
}
}
.bs-blog-navbar__panel__search__bar__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bs-blog-navbar__panel__search__bar__icon {
  cursor: pointer;
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.765%2018.627l-4.591-4.59a8.536%208.536%200%20001.969-5.466A8.57%208.57%200%20008.57%200%208.57%208.57%200%20000%208.571a8.57%208.57%200%20008.571%208.572%208.536%208.536%200%20005.467-1.97l4.591%204.592a.804.804%200%20001.138%200%20.81.81%200%2000-.002-1.138zm-8.484-3.638a6.892%206.892%200%2001-2.71.546%206.948%206.948%200%2001-4.924-2.04%206.948%206.948%200%2001-2.04-4.924%206.948%206.948%200%20012.04-4.924%206.948%206.948%200%20014.924-2.04%206.948%206.948%200%20014.924%202.04%206.948%206.948%200%20012.04%204.924%206.948%206.948%200%2001-2.04%204.924%206.924%206.924%200%2001-2.214%201.494z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 12px;
}
@media (min-width: 1200px) {
.bs-blog-navbar__panel__search__bar__icon {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.765%2018.627l-4.591-4.59a8.536%208.536%200%20001.969-5.466A8.57%208.57%200%20008.57%200%208.57%208.57%200%20000%208.571a8.57%208.57%200%20008.571%208.572%208.536%208.536%200%20005.467-1.97l4.591%204.592a.804.804%200%20001.138%200%20.81.81%200%2000-.002-1.138zm-8.484-3.638a6.892%206.892%200%2001-2.71.546%206.948%206.948%200%2001-4.924-2.04%206.948%206.948%200%2001-2.04-4.924%206.948%206.948%200%20012.04-4.924%206.948%206.948%200%20014.924-2.04%206.948%206.948%200%20014.924%202.04%206.948%206.948%200%20012.04%204.924%206.948%206.948%200%2001-2.04%204.924%206.924%206.924%200%2001-2.214%201.494z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    bottom: 14px;
}
}
.bs-blog-navbar__panel__search__bar__input {
  border: 0;
  width: 100%;
  background-color: transparent;
  color: #676767;
  font-size: 16px;
  letter-spacing: 0.1px;
  padding: 0;
  color: #262626;
}
@media (min-width: 1200px) {
.bs-blog-navbar__panel__search__bar__input {
    font-size: 34px;
    letter-spacing: 0.25px;
    font-weight: normal;
    padding: 0;
}
}
.bs-blog-navbar__panel__search__bar__input:focus {
  outline: 0;
}
.bs-blog-navbar__panel__search__bar__input::-webkit-input-placeholder {
  color: rgba(38, 38, 38, 0.6);
}
.bs-blog-navbar__panel__search__bar__input::-moz-placeholder {
  color: rgba(38, 38, 38, 0.6);
}
.bs-blog-navbar__panel__search__bar__input:-ms-input-placeholder {
  color: rgba(38, 38, 38, 0.6);
}
.bs-blog-navbar__panel__search__bar__input::-ms-input-placeholder {
  color: rgba(38, 38, 38, 0.6);
}
.bs-blog-navbar__panel__search__bar__input::placeholder {
  color: rgba(38, 38, 38, 0.6);
}
.bs-blog-navbar__panel__search__bar__input:-webkit-autofill,
.bs-blog-navbar__panel__search__bar__input:-webkit-autofill:hover,
.bs-blog-navbar__panel__search__bar__input:-webkit-autofill:focus,
.bs-blog-navbar__panel__search__bar__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.bs-blog-navbar__panel__search__mask {
  z-index: 104;
}
.bs-blog-navbar__transition__slide-enter-active,
.bs-blog-navbar__transition__slide-leave-active {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.bs-blog-navbar__transition__slide-enter,
.bs-blog-navbar__transition__slide-leave-to {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.bs-article-card {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.bs-article-card:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.bs-article-card--loading {
  -webkit-animation: transparent 2s infinite alternate ease-out;
          animation: transparent 2s infinite alternate ease-out;
}
@-webkit-keyframes transparent {
from {
    opacity: 1;
}
to {
    opacity: 0.1;
}
}
@keyframes transparent {
from {
    opacity: 1;
}
to {
    opacity: 0.1;
}
}
.bs-article-card__media {
  display: block;
  padding-top: 75%;
  position: relative;
  background-color: #e3e3e3;
}
.bs-article-card__media > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
.bs-article-card__media {
    padding-top: 56.2%;
}
}
.bs-article-card__media--loading {
  width: 100%;
  height: auto;
  background-color: #cccccc;
}
.bs-article-card__content {
  padding: 16px;
  height: 182px;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 1200px) {
.bs-article-card__content {
    padding: 16px 32px;
    height: 146px;
}
}
.bs-article-card__content__category {
  min-height: 18px;
}
.bs-article-card__content__category__link {
  color: #F56A00;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
@media (min-width: 1200px) {
.bs-article-card__content__category__link {
    font-size: 10px;
}
}
.bs-article-card__content__category__loading {
  border-radius: 2px;
  display: inline-block;
  width: 100px;
  height: 18px;
  background-color: #e3e3e3;
}
.bs-article-card__content__title {
  color: #262626;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
@media (min-width: 1200px) {
.bs-article-card__content__title {
    font-size: 20px;
    line-height: 27px;
    -webkit-line-clamp: 2;
    margin-top: 4px;
}
}
.bs-article-card__content__title__loading {
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  height: 27px;
  background-color: #e3e3e3;
}
.bs-article-card__content__date {
  color: rgba(38, 38, 38, 0.38);
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 16px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 16px;
  font-weight: bold;
}
@media (min-width: 1200px) {
.bs-article-card__content__date {
    font-size: 14px;
    padding: 0 32px;
}
}
.bs-article-card__content__date__loading {
  border-radius: 2px;
  display: inline-block;
  width: 130px;
  height: 21px;
  background-color: #e3e3e3;
}
@media (max-width: 768px) {
.bs-article-card__col__one {
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
}
.bs-article-card__col__one .bs-article-card__media {
    padding-top: 56.2%;
    border-radius: 6px 6px 0 0;
}
.bs-article-card__col__one .bs-article-card__media > img {
    border-radius: 6px 6px 0 0;
}
.bs-article-card__col__one .bs-article-card__content {
    height: 143px;
}
.bs-article-card__col__one .bs-article-card__content__category {
    display: block;
    height: 16px;
    min-height: 16px;
}
.bs-article-card__col__one .bs-article-card__content__category__link {
    line-height: 16px;
    letter-spacing: 0.4px;
}
.bs-article-card__col__one .bs-article-card__content__title {
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
}
.bs-article-card__col__one .bs-article-card__content__title > span {
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

@-webkit-keyframes transparent {
from {
    opacity: 1;
}
to {
    opacity: 0.1;
}
}
@keyframes transparent {
from {
    opacity: 1;
}
to {
    opacity: 0.1;
}
}
.bs-tutorial-carousel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
}
.bs-tutorial-carousel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.bs-tutorial-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 16px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 120px;
  background-color: #FBFBFB;
}
@media (min-width: 768px) {
.bs-tutorial-card {
    background-size: auto 100%;
    padding-bottom: 29px;
}
}
@media (min-width: 1200px) {
.bs-tutorial-card {
    height: 100%;
    background-size: auto 187px;
    padding: 32px 24px;
}
}
.bs-tutorial-card--skeleton {
  width: 100%;
  height: 100%;
  background-color: #E5E5E5;
  -webkit-animation: transparent 2s infinite alternate ease-out;
          animation: transparent 2s infinite alternate ease-out;
}
.bs-tutorial-card--step1 {
  background-image: url(../img/tutorialAD/delivery@3x.png);
}
@media (min-width: 1200px) {
.bs-tutorial-card--step1 {
    background-image: url(../img/tutorialAD/delivery@2x.png);
}
}
.bs-tutorial-card--step2 {
  background-image: url(../img/tutorialAD/overseas@2x.png), -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fefefe), to(#2694e5));
  background-image: url(../img/tutorialAD/overseas@2x.png), linear-gradient(180deg, #fefefe 20%, #2694e5 100%);
  background-size: 340px 150px,
			100% 100%;
  background-position: 120% 133%;
}
@media (min-width: 768px) {
.bs-tutorial-card--step2 {
    background-size: auto 100%,
				100% 100%;
    background-position: right bottom;
}
}
@media (min-width: 1200px) {
.bs-tutorial-card--step2 {
    height: 100%;
    background-size: auto 205px,
				100% 255px;
    background-position: right bottom;
    padding: 32px 24px;
}
}
.bs-tutorial-card--step3 {
  background-image: url(../img/tutorialAD/shop@2x.png);
}
.bs-tutorial-card--step4 {
  background-image: url(../img/tutorialAD/declaration@2x.png);
}
.bs-tutorial-card--step5 {
  background-image: url(../img/tutorialAD/order@2x.png);
}
.bs-tutorial-card__caption {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: rgba(38, 38, 38, 0.6);
}
@media (min-width: 1200px) {
.bs-tutorial-card__caption {
    font-size: 10px;
}
}
.bs-tutorial-card__title {
  font-size: 20px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.85);
  max-width: 85%;
}
.bs-tutorial-card__button {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 68px;
  position: relative;
  display: inline-block;
}
.bs-tutorial-card__button:after {
  content: '';
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  margin-left: 15px;
}
@media (min-width: 768px) {
.bs-tutorial-card__button {
    margin-top: 88px;
}
}
@media (min-width: 1200px) {
.bs-tutorial-card__button {
    margin-top: 36px;
}
}
.bs-tutorial-blank {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bs-tutorial-blank > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-prev-enter-active,
.carousel-prev-leave-active,
.carousel-next-enter-active,
.carousel-next-leave-active {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.carousel-next-enter,
.carousel-prev-leave-to {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel-next-leave-to,
.carousel-prev-enter {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.bs-blog-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  position: relative;
}
@media (min-width: 1200px) {
.bs-blog-carousel {
    display: block;
    width: 1440px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
}
.bs-blog-carousel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
@media (min-width: 1200px) {
.bs-blog-carousel-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}
.bs-blog-carousel-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-bottom: 48px;
  background-color: #F6F6F6;
}
@media (min-width: 1200px) {
.bs-blog-carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 460px;
    padding-bottom: 0;
}
}
.bs-blog-carousel__media {
  padding-top: 56.2%;
  position: relative;
  display: block;
  overflow: hidden;
}
.bs-blog-carousel__media > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: zoom-out;
          animation-name: zoom-out;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1200px) {
.bs-blog-carousel__media > img {
    height: 460px;
    width: 920px;
}
}
.bs-blog-carousel__media:after {
  content: '';
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: reveal-left;
          animation-name: reveal-left;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
.bs-blog-carousel__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 920px;
            flex: 0 0 920px;
}
}
.bs-blog-carousel__content {
  padding: 16px 16px 12px 16px;
  background-color: #F6F6F6;
}
@media (min-width: 1200px) {
.bs-blog-carousel__content {
    padding: 82px 62px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 520px;
            flex: 0 0 520px;
}
}
.bs-blog-carousel__content__category {
  display: block;
  color: #F56A00;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.4px;
  line-height: 16px;
  -webkit-animation-name: slide-in, fade-in;
          animation-name: slide-in, fade-in;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1200px) {
.bs-blog-carousel__content__category {
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 24px;
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
}
}
@media (min-height: 1440px) {
.bs-blog-carousel__content__category {
    font-size: 24px;
}
}
.bs-blog-carousel__content__link {
  display: none;
}
@media (min-width: 1200px) {
.bs-blog-carousel__content__link {
    display: inline-block;
    position: relative;
    margin-top: 98px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1.35px;
    color: rgba(38, 38, 38, 0.87);
    font-weight: 600;
    text-transform: uppercase;
}
.bs-blog-carousel__content__link__icon {
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 8px;
    height: 12px;
}
}
.bs-blog-carousel__content__link:hover {
  color: #ff9e1b;
  cursor: pointer;
}
.bs-blog-carousel__content__title {
  display: block;
  color: #262626;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 32px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  line-height: 27px;
  -webkit-animation-name: slide-in, fade-in;
          animation-name: slide-in, fade-in;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1200px) {
.bs-blog-carousel__content__title {
    margin-top: 12px;
    font-size: 34px;
    letter-spacing: 0.25px;
    line-height: 46px;
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
}
}
.bs-blog-carousel__dot {
  display: block;
  margin-right: 3px;
  margin-left: 3px;
  width: 7px;
  height: 7px;
  background: rgba(38, 38, 38, 0.3);
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1200px) {
.bs-blog-carousel__dot {
    display: none;
}
}
.bs-blog-carousel__dot-group {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  bottom: 24px;
  left: 0;
}
@media (min-width: 1200px) {
.bs-blog-carousel__dot-group {
    display: none;
}
}
.bs-blog-carousel__dot-group .active {
  background: #4e4e4e;
}

.bs-loading {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 88px;
}
.bs-loading__animation > img {
  width: 88px;
  height: 82px;
}

