.bs-download {
  height: 80%;
  max-width: auto;
}
@media (min-width: 1200px) {
.bs-download {
    padding-right: 0;
}
}
.bs-download-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (min-width: 1200px) {
.bs-download-wrap {
    max-width: 1200px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
}
}
.bs-download-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 44px 0;
}
@media (min-width: 1200px) {
.bs-download-m {
    width: 50%;
    padding: 24px 0;
}
}
.bs-download-title {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
.bs-download-title {
    font-size: 34px;
}
}
.bs-download-pc {
  display: none;
}
@media (min-width: 1200px) {
.bs-download-pc {
    width: 50%;
    background-color: #e4f1f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
}
.bs-download-pc-title {
  text-align: center;
  margin-bottom: 2px;
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.bs-download-graphic {
  height: 150px;
  width: auto;
  margin-bottom: 25px;
}
.bs-download-remark {
  margin-bottom: 23px;
}
.bs-download-subtitle-link {
  color: #F56A00;
}
.bs-download-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  text-align: center;
  margin: 24px 0;
  width: 30%;
}
.bs-download-separator:before {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background-color: #C3C3C3;
  position: relative;
  top: 10px;
}
.bs-download-separator:after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background-color: #C3C3C3;
  position: relative;
  top: 10px;
}
.bs-download-separator-center {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  color: #A5A5A5;
}
.bs-download-platform {
  margin-bottom: 12px;
}
.qrcode-img {
  width: 167px;
  height: 167px;
}
.bs-download-subtitle {
  display: none;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
.bs-download-subtitle {
    display: block;
}
}

.bs-horizontal-card-arrow-right {
  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;
  margin-left: 8px;
}
.bs-horizontal-card__image {
  height: 159px;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 1200px) {
.bs-horizontal-card__image {
    position: absolute;
    border-radius: 5px;
    width: 447px;
    height: 151px;
    overflow: hidden;
}
}
.bs-horizontal-card__image .bs-horizontal-card__image__sm {
  width: 100%;
  height: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
@media (min-width: 1200px) {
.bs-horizontal-card__image .bs-horizontal-card__image__sm {
    display: none;
}
}
.bs-horizontal-card__image .bs-horizontal-card__image__sm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bs-horizontal-card__image .bs-horizontal-card__image__lg {
  display: none;
}
@media (min-width: 1200px) {
.bs-horizontal-card__image .bs-horizontal-card__image__lg {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    position: absolute;
    width: 202px;
    height: 100%;
    right: 0;
    top: 0;
}
.bs-horizontal-card__image .bs-horizontal-card__image__lg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
}
.bs-horizontal-card__image .bs-horizontal-card__image__lg .prdouct_lg_image__cover {
  position: absolute;
  top: 0;
  right: 144px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 151px 0 0 58px;
  border-color: transparent transparent transparent white;
}
.bs-horizontal-card__content {
  height: 151px;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: white;
  -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-horizontal-card__content {
    border-radius: 5px;
    width: 447px;
    height: 151px;
}
}
@media (any-hover: hover) {
.bs-horizontal-card__content.bs-horizontal-card--clickable:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
}
@media (any-hover: none) {
.bs-horizontal-card__content.bs-horizontal-card--clickable:active {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
}
.bs-horizontal-card__content__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px 16px 0 16px;
}
@media (min-width: 1200px) {
.bs-horizontal-card__content__wrapper {
    height: 100%;
    padding: 16px calc(100% - 244px) 0 33px;
}
}
.bs-horizontal-card__content__title > h3 {
  max-height: 48px;
  margin-bottom: 6px;
  line-height: 1.2;
}
.bs-horizontal-card__content__content {
  color: rgba(0, 0, 0, 0.85);
}
.bs-horizontal-card__content__content > p {
  position: relative;
  margin-bottom: 0;
  max-height: 41px;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
}
.bs-horizontal-card__content__content > p::after {
  content: '...';
  font-weight: bold;
  position: absolute;
  line-height: 22px;
  bottom: 0;
  right: 0;
  padding: 0 20px 0 45px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
@media (min-width: 1200px) {
.bs-horizontal-card__content__content > p {
    max-height: 44px;
}
}
.bs-horizontal-card__content__url {
  position: absolute;
  left: 19px;
  bottom: 16px;
}
@media (min-width: 1200px) {
.bs-horizontal-card__content__url {
    left: 32px;
}
}
.bs-horizontal-card__content__url > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bs-horizontal-card__content__url__word {
  position: relative;
  font-weight: bold;
  letter-spacing: 1.35px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bs-vertical-card-arrow-right {
  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;
  margin-left: 8px;
}
.bs-vertical-card {
  position: relative;
  height: 336px;
  width: 100%;
}
@media (min-width: 1200px) {
.bs-vertical-card {
    height: 410px;
    width: 260px;
}
}
.bs-vertical-card__under {
  z-index: 0;
  height: 124px;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
.bs-vertical-card__under {
    height: 124px;
    width: 261px;
}
}
.bs-vertical-card__under.bs-vertical-card__under--blue {
  background: linear-gradient(161.38deg, rgba(136, 186, 250, 0.8) 0%, #6babf7 100%);
  background-size: 100% 100%;
  background-image: url(../img/product_blue.jpg);
}
@media (min-width: 768px) {
.bs-vertical-card__under.bs-vertical-card__under--blue {
    background-image: url(../img/product_blue@2x.jpg);
}
}
@media (min-width: 1200px) {
.bs-vertical-card__under.bs-vertical-card__under--blue {
    background-image: url(../img/product_blue@3x.jpg);
}
}
.bs-vertical-card__under.bs-vertical-card__under--orange {
  background: linear-gradient(161.38deg, rgba(255, 239, 200, 0.8) 0%, #ff9e1b 100%);
  background-size: 100% 100%;
  background-image: url(../img/product_orange.jpg);
}
@media (min-width: 768px) {
.bs-vertical-card__under.bs-vertical-card__under--orange {
    background-image: url(../img/product_orange@2x.jpg);
}
}
@media (min-width: 1200px) {
.bs-vertical-card__under.bs-vertical-card__under--orange {
    background-image: url(../img/product_orange@3x.jpg);
}
}
.bs-vertical-card__cover {
  z-index: 1;
  height: 281px;
  width: calc(100% - 15px);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px 24px 0 35px;
  border-radius: 5px;
  background-color: white;
  -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-vertical-card__cover {
    height: 355px;
    width: 246px;
    padding: 32px 20px 0 35px;
}
}
.bs-vertical-card__cover::after {
  content: '';
  display: block;
  position: absolute;
  top: 27px;
  left: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}
.bs-vertical-card__cover.bs-vertical-card__cover--blue::after {
  border-color: transparent transparent #5da2d5 transparent;
}
.bs-vertical-card__cover.bs-vertical-card__cover--orange::after {
  border-color: transparent transparent #F56A00 transparent;
}
@media (any-hover: hover) {
.bs-vertical-card__cover.bs-vertical-card--clickable:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
}
@media (any-hover: none) {
.bs-vertical-card__cover.bs-vertical-card--clickable:active {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
}
.bs-vertical-card__cover__title > h3 {
  max-height: 90px;
  margin-bottom: 8px;
  line-height: 32px;
}
.bs-vertical-card__cover__content {
  color: rgba(0, 0, 0, 0.85);
}
.bs-vertical-card__cover__content > p {
  position: relative;
  max-height: 96px;
  overflow: hidden;
  margin-bottom: 0;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-size: 14px;
}
.bs-vertical-card__cover__content > p::after {
  content: '...';
  font-weight: bold;
  position: absolute;
  line-height: 20px;
  bottom: 0;
  right: 0;
  padding: 0 20px 0 45px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
@media (min-width: 1200px) {
.bs-vertical-card__cover__content > p {
    max-height: 156px;
}
}
.bs-vertical-card__cover__url {
  position: absolute;
  left: 35px;
  bottom: 16px;
}
@media (min-width: 1200px) {
.bs-vertical-card__cover__url {
    bottom: 19px;
}
}
.bs-vertical-card__cover__url > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bs-vertical-card__cover__url__word {
  position: relative;
  font-weight: bold;
  letter-spacing: 1.35px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bs-gallery__titile__icon-sms {
  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%22M18%200H2C.9%200%200%20.9%200%202v18l4-4h14c1.1%200%202-.9%202-2V2c0-1.1-.9-2-2-2zm0%2014H4l-2%202V2h16v12zM5%207h2v2H5V7zm4%200h2v2H9V7zm4%200h2v2h-2V7z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 23px;
  height: 20px;
  margin-right: 12px;
}
.bs-gallery-wrapper {
  background-color: #F6F6F6;
  padding: 26px 0 36px 0;
}
@media (min-width: 1200px) {
.bs-gallery-wrapper {
    background-color: #ffffff;
    padding: 44px 0 0 0;
}
}
.bs-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
.bs-gallery {
    padding-bottom: 120px;
}
}
.bs-gallery__titile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
.bs-gallery__titile {
    margin-bottom: 20px;
    padding: 0 162px;
}
}
.bs-gallery__subtitle {
  margin-bottom: 10px;
  padding: 0 16px;
  text-align: center;
}
@media (min-width: 1200px) {
.bs-gallery__subtitle {
    font-size: 34px;
    margin-bottom: 7px;
    padding: 0 162px;
}
}
.bs-gallery__scroll-container {
  width: 100%;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 25px;
}
.bs-gallery__scroll-container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
.bs-gallery__scroll-container {
    overflow-x: hidden;
}
}
.bs-gallery__scroll-container__wrapper {
  min-height: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1200px) {
.bs-gallery__scroll-container__wrapper {
    min-width: calc(100% - 54px * 2 - 58px * 2);
}
}
.scroll-item {
  scroll-snap-align: start;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.bs-gallery__icon-arrow {
  display: none;
}
@media (min-width: 1200px) {
.bs-gallery__icon-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(38, 38, 38, 0.3);
            box-shadow: 0 3px 6px 0 rgba(38, 38, 38, 0.3);
    border-radius: 50%;
}
.bs-gallery__icon-arrow:first-child {
    margin-left: 58px;
}
.bs-gallery__icon-arrow:last-child {
    margin-right: 58px;
}
.bs-gallery__icon-arrow .bs-gallery__icon-arrow__left {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23C3C3C3%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: 12px;
    height: 19px;
}
.bs-gallery__icon-arrow .bs-gallery__icon-arrow__right {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23C3C3C3%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: 19px;
}
}
.bs-gallery__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 5px;
  bottom: -10px;
  z-index: 1;
}
@media (min-width: 1200px) {
.bs-gallery__counter {
    height: 13px;
    bottom: 41px;
}
}
.bs-gallery__counter .bs-gallery__counter__dot {
  display: block;
  height: 5px;
  width: 5px;
  min-height: 5px;
  min-width: 5px;
  border-radius: 50%;
  margin-right: 2px;
  border: 0.8px solid #979797;
  background-color: rgba(255, 255, 255, 0.2);
}
.bs-gallery__counter .bs-gallery__counter__dot.bs-gallery__counter__dot--active {
  border: none;
  background-color: rgba(38, 38, 38, 0.2);
}
.bs-gallery__counter .bs-gallery__counter__dot:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
.bs-gallery__counter .bs-gallery__counter__dot {
    height: 13px;
    width: 13px;
    min-height: 13px;
    min-width: 13px;
    margin-right: 12px;
}
}

.bs-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px 9px 16px;
}
@media (min-width: 1200px) {
.bs-gallery-item {
    background-color: transparent;
    padding: 0 162px;
}
}
.bs-gallery-item__content__description > p {
  max-width: 635px;
  text-align: center;
  color: #262626;
}
@media (min-width: 1200px) {
.bs-gallery-item__content__description > p {
    margin-bottom: 40px;
}
}
.bs-gallery-item__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px 25px 25px 25px;
  -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-gallery-item__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
}
.bs-gallery-item__content__author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 4px 13px;
}
@media (min-width: 1200px) {
.bs-gallery-item__content__author {
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
    left: auto;
    padding: 0;
}
}
.bs-gallery-item__content__author__avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 11px;
}
.bs-gallery-item__content__author__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (min-width: 1200px) {
.bs-gallery-item__content__author__avatar {
    width: 48px;
    height: 48px;
}
}
.bs-gallery-item__content__author__name {
  font-weight: bold;
  color: #262626;
}
.bs-gallery-item__content__author__name > * {
  white-space: nowrap;
}
.bs-gallery-item__content__author__name .bs-gallery-item__content__author__name__deco {
  display: none;
}
@media (min-width: 1200px) {
.bs-gallery-item__content__author__name .bs-gallery-item__content__author__name__deco {
    display: inline-block;
}
}

.bs-download {
  height: 80%;
  max-width: auto;
}
@media (min-width: 1200px) {
  .bs-download {
    padding-right: 0;
  }
}
.bs-download-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .bs-download-wrap {
    max-width: 1200px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.bs-download-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 44px 0;
}
@media (min-width: 1200px) {
  .bs-download-m {
    width: 50%;
    padding: 24px 0;
  }
}
.bs-download-title {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .bs-download-title {
    font-size: 34px;
  }
}
.bs-download-pc {
  display: none;
}
@media (min-width: 1200px) {
  .bs-download-pc {
    width: 50%;
    background-color: #e4f1f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.bs-download-pc-title {
  text-align: center;
  margin-bottom: 2px;
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.bs-download-graphic {
  height: 150px;
  width: auto;
  margin-bottom: 25px;
}
.bs-download-remark {
  margin-bottom: 23px;
}
.bs-download-subtitle-link {
  color: #F56A00;
}
.bs-download-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  text-align: center;
  margin: 24px 0;
  width: 30%;
}
.bs-download-separator:before {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background-color: #C3C3C3;
  position: relative;
  top: 10px;
}
.bs-download-separator:after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background-color: #C3C3C3;
  position: relative;
  top: 10px;
}
.bs-download-separator-center {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  color: #A5A5A5;
}
.bs-download-platform {
  margin-bottom: 12px;
}
.qrcode-img {
  width: 167px;
  height: 167px;
}
.bs-download-subtitle {
  display: none;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .bs-download-subtitle {
    display: block;
  }
}

/*
*  Overwrite intercom style
*/
#intercom-container .intercom-ytk0w4 {
  position: absolute;
  left: calc(100vw - 500px);
  bottom: 0;
}
.intercom-lightweight-app {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}
.intercom-lightweight-app .intercom-lightweight-app-launcher {
  right: 20px;
  bottom: 20px;
}
@media (min-width: 1200px) {
  .bs-container {
    min-width: 1200px;
  }
}
/*
*  Overwrite intercom style
*/
.icon-user-black {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2219%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.318%202.41a2.28%202.28%200%20012.273%202.272%202.28%202.28%200%2001-2.273%202.273%202.28%202.28%200%2001-2.273-2.273%202.28%202.28%200%20012.273-2.273m0%2010.227c3.068%200%206.591%201.466%206.818%202.273v1.136H2.5v-1.124c.227-.82%203.75-2.285%206.818-2.285m0-12.5a4.544%204.544%200%2000-4.545%204.546%204.544%204.544%200%20004.545%204.545%204.544%204.544%200%20004.546-4.545A4.544%204.544%200%20009.318.136m0%2010.228c-3.033%200-9.09%201.522-9.09%204.545v3.41h18.181v-3.41c0-3.023-6.057-4.545-9.09-4.545%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.icon-hamburger-black {
  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%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.879.74a1.06%201.06%200%20000%202.117h6.349a1.058%201.058%200%20000-2.117H6.879zM1.588%206.031a1.058%201.058%200%20100%202.116h16.931a1.058%201.058%200%20000-2.116H1.588zm5.291%205.292a1.06%201.06%200%20000%202.116h6.349a1.057%201.057%200%20100-2.116H6.879z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 16px;
}
.icon-close-black {
  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: 20px;
  height: 18px;
}
.icon-index-check-circle {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22null%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%22M11.694.14A10.014%2010.014%200%2000.14%2011.695c.681%204.143%204.023%207.485%208.166%208.166A10.014%2010.014%200%200019.86%208.306C19.18%204.163%2015.837.82%2011.694.14m-.126%2017.71C5.943%2018.926%201.074%2014.057%202.15%208.432c.601-3.144%203.137-5.68%206.282-6.282%205.625-1.075%2010.493%203.793%209.418%209.418-.602%203.145-3.138%205.68-6.282%206.282M13.88%206.29L8%2012.17l-1.885-1.877a.999.999%200%2000-1.41%201.413l2.593%202.592a.992.992%200%20001.404%200l6.593-6.593A1%201%200%200013.88%206.29%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.bs-header--sticky {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bs-header--sticky .header-member-icon {
  margin-right: 16px;
}
.bs-header--sticky .header-member-sign {
  display: inline-block;
}
@media (max-width: 1199px) {
  .bs-header--sticky .bs-logo {
    display: none;
  }
  .bs-header--sticky .header-bars.bs-icon {
    display: block;
  }
  .bs-header--sticky .header-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bs-header--sticky .header-logo {
    display: block;
  }
}
.bs-header--show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}
.desktop-show {
  display: none;
}
@media (min-width: 768px) {
  .desktop-show {
    display: block;
  }
}
.float-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 15px 9px;
  border-color: transparent transparent rgba(93, 162, 213, 0.8) transparent;
  position: absolute;
  -webkit-animation-name: float-position;
          animation-name: float-position;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translate(0) rotate(45deg);
          transform: translate(0) rotate(45deg);
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  z-index: 1;
}
@media (max-width: 1199px) {
  .float-triangle {
    display: none;
  }
}
.float-triangle.float-triangle--orange {
  border-width: 0 15px 26px 15px;
  border-color: transparent transparent #F56A00 transparent;
}
.float-circle {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #F56A00;
  position: absolute;
  -webkit-animation-name: float-position;
          animation-name: float-position;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translate(0) rotate(45deg);
          transform: translate(0) rotate(45deg);
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  z-index: 1;
}
@media (max-width: 1199px) {
  .float-circle {
    display: none;
  }
}
@-webkit-keyframes float-position {
  0% {
    -webkit-transform: translate(0) rotate(45deg);
            transform: translate(0) rotate(45deg);
  }
  10% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  30% {
    -webkit-transform: translate(0, -3em) rotate(-120deg);
            transform: translate(0, -3em) rotate(-120deg);
  }
  40% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  57% {
    -webkit-transform: translate(0, -3.5em) rotate(180deg);
            transform: translate(0, -3.5em) rotate(180deg);
  }
  65% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  79.5% {
    -webkit-transform: translate(0, -4.5em) rotate(-100deg);
            transform: translate(0, -4.5em) rotate(-100deg);
  }
  85% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  94% {
    -webkit-transform: translate(0, -4em) rotate(80deg);
            transform: translate(0, -4em) rotate(80deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(45deg);
            transform: translate(0) rotate(45deg);
  }
}
@keyframes float-position {
  0% {
    -webkit-transform: translate(0) rotate(45deg);
            transform: translate(0) rotate(45deg);
  }
  10% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  30% {
    -webkit-transform: translate(0, -3em) rotate(-120deg);
            transform: translate(0, -3em) rotate(-120deg);
  }
  40% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  57% {
    -webkit-transform: translate(0, -3.5em) rotate(180deg);
            transform: translate(0, -3.5em) rotate(180deg);
  }
  65% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  79.5% {
    -webkit-transform: translate(0, -4.5em) rotate(-100deg);
            transform: translate(0, -4.5em) rotate(-100deg);
  }
  85% {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  94% {
    -webkit-transform: translate(0, -4em) rotate(80deg);
            transform: translate(0, -4em) rotate(80deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(45deg);
            transform: translate(0) rotate(45deg);
  }
}
.index-title--pc {
  display: none;
}
@media (min-width: 1200px) {
  .index-title--pc {
    display: block;
  }
}
.index-title--m {
  display: block;
}
@media (min-width: 1200px) {
  .index-title--m {
    display: none;
  }
}
.section--feature {
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
}
.section--tutorial {
  padding-top: 120px;
  padding-bottom: 88px;
  position: relative;
}
.section--tutorial .float-triangle {
  left: 75%;
  bottom: 10%;
}
@media (min-width: 1200px) {
  .section--tutorial {
    height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section--tutorial:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
}
.section--support {
  padding-top: 120px;
  position: relative;
}
.section--support .bs-container {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .section--support .bs-container {
    position: relative;
    padding-bottom: 0;
  }
}
.section--support .float-triangle {
  left: calc((100% - 1200px) / 2);
  bottom: 5%;
}
@media (min-width: 1200px) {
  .section--support {
    height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.section--buyandshop {
  padding-top: 120px;
}
@media (min-width: 1200px) {
  .section--buyandshop {
    padding-top: 128px;
  }
}
.buyandshop__title {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .buyandshop__title {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0.25px;
    font-weight: normal;
    color: #262626;
    margin-bottom: 66px;
  }
}
.buyandshop__container {
  padding-bottom: 32px;
}
@media (min-width: 1200px) {
  .buyandshop__container {
    padding-bottom: 100px;
  }
}
.buyandshop__view-all {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .buyandshop__view-all {
    margin-bottom: 40px;
    text-align: right;
    position: relative;
    right: 52px;
  }
}
.buyandshop__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px 12px;
}
@media (min-width: 1200px) {
  .buyandshop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.buyandshop__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
@media (min-width: 1200px) {
  .buyandshop__list__item {
    width: 33%;
  }
  .buyandshop__list__item + .buyandshop__list__item {
    margin-left: 16px;
  }
  .buyandshop__list__item:last-child {
    display: none;
  }
}
.buyandshop__list__item--noprice .buyandshop__list__item__badge,
.buyandshop__list__item--noprice .buyandshop__list__item__price__wrap {
  display: none;
}
.buyandshop__list__item__badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  max-width: calc(100% - 16px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.buyandshop__list__item__media {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 1200px) {
  .buyandshop__list__item__media {
    width: 280px;
    padding-top: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.buyandshop__list__item__media__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.buyandshop__list__item__vendor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 8px 16px;
}
@media (min-width: 1200px) {
  .buyandshop__list__item__vendor {
    padding: 16px 32px 8px 32px;
  }
}
.buyandshop__list__item__vendor__link {
  font-size: 12px;
  font-weight: bold;
  color: rgba(38, 38, 38, 0.38);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buyandshop__list__item__title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .buyandshop__list__item__title {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.15px;
    font-weight: 600;
    color: #262626;
    height: 54px;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .buyandshop__list__item__title {
    padding: 0 32px;
  }
}
.buyandshop__list__item__price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
}
@media (min-width: 1200px) {
  .buyandshop__list__item__price__wrap {
    padding: 24px 32px 16px 32px;
  }
}
.buyandshop__list__item__price {
  font-size: 12px;
  font-weight: bold;
  color: #F56A00;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .buyandshop__list__item__price {
    font-size: 14px;
  }
}
.buyandshop__list__item__price__origin {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: rgba(38, 38, 38, 0.6);
  font-size: 12px;
  text-decoration: line-through;
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.buyandshop__divider {
  height: 1px;
  width: 100%;
  background-color: rgba(38, 38, 38, 0.2);
}
.section__viewall {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  letter-spacing: 1.35px;
  line-height: 19px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .section__viewall {
    margin-left: auto;
  }
}
.section__viewall__icon {
  margin-left: 16px;
  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: 14px;
  height: 14px;
}
.section--promote .bs-container {
  padding: 0;
}
.section--promote__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .section--promote__title {
    margin-bottom: 20px;
  }
}
.section--promote__title__icon-sms {
  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%22M18%200H2C.9%200%200%20.9%200%202v18l4-4h14c1.1%200%202-.9%202-2V2c0-1.1-.9-2-2-2zm0%2014H4l-2%202V2h16v12zM5%207h2v2H5V7zm4%200h2v2H9V7zm4%200h2v2h-2V7z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 56px;
  height: 56px;
  margin-right: 12px;
}
.section--promote__title__text {
  letter-spacing: 0.15px;
  line-height: 27px;
}
.section--promote__subtitle {
  padding: 0 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .section--promote__subtitle {
    font-size: 34px;
    letter-spacing: 0.25px;
    line-height: 46px;
  }
}
.section--promote .promote-gallery-warp {
  padding-top: 36px;
  background-color: #F6F6F6;
}
@media (min-width: 1200px) {
  .section--promote .promote-gallery-warp {
    background-color: white;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
  }
}
.section--blog {
  padding-top: 120px;
  padding-bottom: 66px;
}
@media (min-width: 768px) {
  .section--blog {
    padding-top: 128px;
  }
}
.category-section {
  position: relative;
  padding: 64px 0 0;
}
@media (min-width: 1200px) {
  .category-section {
    padding: 88px 0;
  }
}
.category-section__title {
  letter-spacing: 0;
  line-height: 32px;
  padding: 0;
  margin: 0;
}
.category-section__subtitle {
  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) {
  .category-section__subtitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 28px;
  }
}
.category-section__subtitle__desc {
  color: rgba(38, 38, 38, 0.6);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .category-section__subtitle__desc {
    color: #262626;
    margin-bottom: 0;
  }
}
.category-section__subtitle__divider {
  display: none;
  height: 21px;
  width: 1px;
  opacity: 0.2;
  background-color: #262626;
  margin: 0 32px;
}
@media (min-width: 1200px) {
  .category-section__subtitle__divider {
    display: inline-block;
  }
}
.category-section__subtitle .bs-dropdown-selector {
  display: none;
}
@media (min-width: 1200px) {
  .category-section__subtitle .bs-dropdown-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.category-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .category-section__content {
    display: block;
    padding: 0 48px;
  }
}
.category-section__content__icon__baby {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fkids_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fkids%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22kids_24px%22%20transform%3D%22translate(5.000000%2C%201.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.7984%2C9.4967%20C12.7984%2C9.9327%2012.4444%2C10.2867%2012.0084%2C10.2867%20L2.0424%2C10.2867%20C1.6064%2C10.2867%201.2514%2C9.9327%201.2514%2C9.4967%20L1.2514%2C6.3207%20C1.2514%2C5.8857%201.6064%2C5.5307%202.0424%2C5.5307%20L3.1574%2C5.5307%20C3.1754%2C5.5327%203.1934%2C5.5337%203.2104%2C5.5337%20C3.2164%2C5.5337%203.2224%2C5.5307%203.2294%2C5.5307%20L12.0084%2C5.5307%20C12.4444%2C5.5307%2012.7984%2C5.8857%2012.7984%2C6.3207%20L12.7984%2C9.4967%20Z%20M11.6744%2C13.0897%20L10.8734%2C13.0897%20C10.5974%2C13.0897%2010.3734%2C13.3127%2010.3734%2C13.5897%20C10.3734%2C13.8657%2010.5974%2C14.0897%2010.8734%2C14.0897%20L11.6744%2C14.0897%20L11.6744%2C15.7387%20L10.8734%2C15.7387%20C10.5974%2C15.7387%2010.3734%2C15.9627%2010.3734%2C16.2387%20C10.3734%2C16.5157%2010.5974%2C16.7387%2010.8734%2C16.7387%20L11.6744%2C16.7387%20L11.6744%2C18.1917%20C11.6744%2C18.6237%2011.3234%2C18.9747%2010.8924%2C18.9747%20L3.1584%2C18.9747%20C2.7264%2C18.9747%202.3754%2C18.6237%202.3754%2C18.1917%20L2.3754%2C11.2867%20L11.6744%2C11.2867%20L11.6744%2C13.0897%20Z%20M12.0084%2C4.5307%20L3.8494%2C4.5307%20C4.2044%2C3.5157%205.0894%2C2.7227%206.1684%2C2.5207%20C6.4054%2C2.4757%206.5764%2C2.2697%206.5764%2C2.0287%20L6.5764%2C1.5237%20C6.5764%2C1.2767%206.7774%2C1.0757%207.0254%2C1.0757%20C7.2724%2C1.0757%207.4734%2C1.2767%207.4734%2C1.5237%20L7.4734%2C2.0287%20C7.4734%2C2.2697%207.6444%2C2.4757%207.8814%2C2.5207%20C8.6494%2C2.6637%209.3274%2C3.0947%209.7924%2C3.7317%20C9.9554%2C3.9557%2010.2704%2C4.0037%2010.4904%2C3.8427%20C10.7144%2C3.6797%2010.7634%2C3.3667%2010.6014%2C3.1427%20C10.0694%2C2.4127%209.3234%2C1.8877%208.4734%2C1.6367%20L8.4734%2C1.5237%20C8.4734%2C0.7257%207.8234%2C0.0757%207.0254%2C0.0757%20C6.2264%2C0.0757%205.5764%2C0.7257%205.5764%2C1.5237%20L5.5764%2C1.6357%20C4.2014%2C2.0417%203.1534%2C3.1437%202.8064%2C4.5307%20L2.0424%2C4.5307%20C1.0544%2C4.5307%200.2514%2C5.3337%200.2514%2C6.3207%20L0.2514%2C9.4967%20C0.2514%2C10.2477%200.7174%2C10.8897%201.3754%2C11.1547%20L1.3754%2C18.1917%20C1.3754%2C19.1747%202.1744%2C19.9747%203.1584%2C19.9747%20L10.8924%2C19.9747%20C11.8744%2C19.9747%2012.6744%2C19.1747%2012.6744%2C18.1917%20L12.6744%2C11.1557%20C13.3324%2C10.8907%2013.7984%2C10.2477%2013.7984%2C9.4967%20L13.7984%2C6.3207%20C13.7984%2C5.3337%2012.9954%2C4.5307%2012.0084%2C4.5307%20L12.0084%2C4.5307%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.8497%2C4.5309%20C4.2037%2C3.5159%205.0897%2C2.7219%206.1687%2C2.5209%20C6.4057%2C2.4759%206.5767%2C2.2699%206.5767%2C2.0289%20L6.5767%2C1.5239%20C6.5767%2C1.2769%206.7777%2C1.0759%207.0247%2C1.0759%20C7.2717%2C1.0759%207.4737%2C1.2769%207.4737%2C1.5239%20L7.4737%2C2.0289%20C7.4737%2C2.2699%207.6447%2C2.4759%207.8817%2C2.5209%20C8.6487%2C2.6639%209.3277%2C3.0939%209.7927%2C3.7319%20C9.9557%2C3.9559%2010.2697%2C4.0039%2010.4907%2C3.8429%20C10.7147%2C3.6789%2010.7637%2C3.3669%2010.6007%2C3.1429%20C10.0687%2C2.4129%209.3237%2C1.8869%208.4737%2C1.6359%20L8.4737%2C1.5239%20C8.4737%2C0.7249%207.8237%2C0.0759%207.0247%2C0.0759%20C6.2267%2C0.0759%205.5767%2C0.7249%205.5767%2C1.5239%20L5.5767%2C1.6349%20C4.2017%2C2.0419%203.1537%2C3.1439%202.8067%2C4.5309%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6744%2C13.0895%20L10.8734%2C13.0895%20C10.5974%2C13.0895%2010.3734%2C13.3135%2010.3734%2C13.5895%20C10.3734%2C13.8655%2010.5974%2C14.0895%2010.8734%2C14.0895%20L11.6744%2C14.0895%20L11.6744%2C13.0895%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6744%2C15.7389%20L10.8734%2C15.7389%20C10.5974%2C15.7389%2010.3734%2C15.9629%2010.3734%2C16.2389%20C10.3734%2C16.5149%2010.5974%2C16.7389%2010.8734%2C16.7389%20L11.6744%2C16.7389%20L11.6744%2C15.7389%20Z%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__baby {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fkids_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fkids%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22kids_24px%22%20transform%3D%22translate(5.000000%2C%201.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.7984%2C9.4967%20C12.7984%2C9.9327%2012.4444%2C10.2867%2012.0084%2C10.2867%20L2.0424%2C10.2867%20C1.6064%2C10.2867%201.2514%2C9.9327%201.2514%2C9.4967%20L1.2514%2C6.3207%20C1.2514%2C5.8857%201.6064%2C5.5307%202.0424%2C5.5307%20L3.1574%2C5.5307%20C3.1754%2C5.5327%203.1934%2C5.5337%203.2104%2C5.5337%20C3.2164%2C5.5337%203.2224%2C5.5307%203.2294%2C5.5307%20L12.0084%2C5.5307%20C12.4444%2C5.5307%2012.7984%2C5.8857%2012.7984%2C6.3207%20L12.7984%2C9.4967%20Z%20M11.6744%2C13.0897%20L10.8734%2C13.0897%20C10.5974%2C13.0897%2010.3734%2C13.3127%2010.3734%2C13.5897%20C10.3734%2C13.8657%2010.5974%2C14.0897%2010.8734%2C14.0897%20L11.6744%2C14.0897%20L11.6744%2C15.7387%20L10.8734%2C15.7387%20C10.5974%2C15.7387%2010.3734%2C15.9627%2010.3734%2C16.2387%20C10.3734%2C16.5157%2010.5974%2C16.7387%2010.8734%2C16.7387%20L11.6744%2C16.7387%20L11.6744%2C18.1917%20C11.6744%2C18.6237%2011.3234%2C18.9747%2010.8924%2C18.9747%20L3.1584%2C18.9747%20C2.7264%2C18.9747%202.3754%2C18.6237%202.3754%2C18.1917%20L2.3754%2C11.2867%20L11.6744%2C11.2867%20L11.6744%2C13.0897%20Z%20M12.0084%2C4.5307%20L3.8494%2C4.5307%20C4.2044%2C3.5157%205.0894%2C2.7227%206.1684%2C2.5207%20C6.4054%2C2.4757%206.5764%2C2.2697%206.5764%2C2.0287%20L6.5764%2C1.5237%20C6.5764%2C1.2767%206.7774%2C1.0757%207.0254%2C1.0757%20C7.2724%2C1.0757%207.4734%2C1.2767%207.4734%2C1.5237%20L7.4734%2C2.0287%20C7.4734%2C2.2697%207.6444%2C2.4757%207.8814%2C2.5207%20C8.6494%2C2.6637%209.3274%2C3.0947%209.7924%2C3.7317%20C9.9554%2C3.9557%2010.2704%2C4.0037%2010.4904%2C3.8427%20C10.7144%2C3.6797%2010.7634%2C3.3667%2010.6014%2C3.1427%20C10.0694%2C2.4127%209.3234%2C1.8877%208.4734%2C1.6367%20L8.4734%2C1.5237%20C8.4734%2C0.7257%207.8234%2C0.0757%207.0254%2C0.0757%20C6.2264%2C0.0757%205.5764%2C0.7257%205.5764%2C1.5237%20L5.5764%2C1.6357%20C4.2014%2C2.0417%203.1534%2C3.1437%202.8064%2C4.5307%20L2.0424%2C4.5307%20C1.0544%2C4.5307%200.2514%2C5.3337%200.2514%2C6.3207%20L0.2514%2C9.4967%20C0.2514%2C10.2477%200.7174%2C10.8897%201.3754%2C11.1547%20L1.3754%2C18.1917%20C1.3754%2C19.1747%202.1744%2C19.9747%203.1584%2C19.9747%20L10.8924%2C19.9747%20C11.8744%2C19.9747%2012.6744%2C19.1747%2012.6744%2C18.1917%20L12.6744%2C11.1557%20C13.3324%2C10.8907%2013.7984%2C10.2477%2013.7984%2C9.4967%20L13.7984%2C6.3207%20C13.7984%2C5.3337%2012.9954%2C4.5307%2012.0084%2C4.5307%20L12.0084%2C4.5307%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.8497%2C4.5309%20C4.2037%2C3.5159%205.0897%2C2.7219%206.1687%2C2.5209%20C6.4057%2C2.4759%206.5767%2C2.2699%206.5767%2C2.0289%20L6.5767%2C1.5239%20C6.5767%2C1.2769%206.7777%2C1.0759%207.0247%2C1.0759%20C7.2717%2C1.0759%207.4737%2C1.2769%207.4737%2C1.5239%20L7.4737%2C2.0289%20C7.4737%2C2.2699%207.6447%2C2.4759%207.8817%2C2.5209%20C8.6487%2C2.6639%209.3277%2C3.0939%209.7927%2C3.7319%20C9.9557%2C3.9559%2010.2697%2C4.0039%2010.4907%2C3.8429%20C10.7147%2C3.6789%2010.7637%2C3.3669%2010.6007%2C3.1429%20C10.0687%2C2.4129%209.3237%2C1.8869%208.4737%2C1.6359%20L8.4737%2C1.5239%20C8.4737%2C0.7249%207.8237%2C0.0759%207.0247%2C0.0759%20C6.2267%2C0.0759%205.5767%2C0.7249%205.5767%2C1.5239%20L5.5767%2C1.6349%20C4.2017%2C2.0419%203.1537%2C3.1439%202.8067%2C4.5309%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6744%2C13.0895%20L10.8734%2C13.0895%20C10.5974%2C13.0895%2010.3734%2C13.3135%2010.3734%2C13.5895%20C10.3734%2C13.8655%2010.5974%2C14.0895%2010.8734%2C14.0895%20L11.6744%2C14.0895%20L11.6744%2C13.0895%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6744%2C15.7389%20L10.8734%2C15.7389%20C10.5974%2C15.7389%2010.3734%2C15.9629%2010.3734%2C16.2389%20C10.3734%2C16.5149%2010.5974%2C16.7389%2010.8734%2C16.7389%20L11.6744%2C16.7389%20L11.6744%2C15.7389%20Z%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__women {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fwomen%20_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fwomen-%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22women_24px%22%20transform%3D%22translate(2.000000%2C%206.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.025%2C4.6837%20L1.62%2C4.6837%20C2.781%2C4.0957%204.142%2C3.3447%205.027%2C2.6557%20C6.462%2C1.5397%208.441%2C1.0807%209.634%2C2.5727%20C9.647%2C2.5887%209.665%2C2.5967%209.679%2C2.6107%20C9.692%2C2.6227%209.699%2C2.6397%209.713%2C2.6517%20C9.725%2C2.6607%209.739%2C2.6627%209.751%2C2.6707%20C9.781%2C2.6907%209.812%2C2.7057%209.845%2C2.7187%20C9.873%2C2.7297%209.9%2C2.7397%209.93%2C2.7457%20C9.962%2C2.7517%209.993%2C2.7537%2010.025%2C2.7537%20C10.058%2C2.7537%2010.089%2C2.7517%2010.121%2C2.7457%20C10.15%2C2.7397%2010.178%2C2.7297%2010.207%2C2.7187%20C10.239%2C2.7057%2010.27%2C2.6907%2010.299%2C2.6717%20C10.311%2C2.6627%2010.326%2C2.6607%2010.337%2C2.6517%20C10.353%2C2.6397%2010.36%2C2.6217%2010.374%2C2.6077%20C10.387%2C2.5947%2010.404%2C2.5877%2010.416%2C2.5727%20C11.607%2C1.0787%2013.588%2C1.5397%2015.022%2C2.6557%20C15.905%2C3.3427%2017.266%2C4.0947%2018.43%2C4.6837%20L10.025%2C4.6837%20Z%20M19.507%2C4.1027%20C18.284%2C3.5047%2016.62%2C2.6317%2015.635%2C1.8667%20C13.668%2C0.3327%2011.447%2C0.2457%2010.025%2C1.5567%20C8.603%2C0.2457%206.381%2C0.3337%204.414%2C1.8667%20C3.426%2C2.6347%201.763%2C3.5067%200.542%2C4.1027%20C0.192%2C4.2737%200.009%2C4.6577%200.097%2C5.0367%20C0.185%2C5.4177%200.521%2C5.6837%200.913%2C5.6837%20L10.025%2C5.6837%20L19.137%2C5.6837%20C19.529%2C5.6837%2019.864%2C5.4167%2019.953%2C5.0357%20C20.04%2C4.6567%2019.857%2C4.2727%2019.507%2C4.1027%20L19.507%2C4.1027%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.2877%2C11.4283%20C5.9667%2C11.4283%204.1287%2C8.6543%203.5357%2C7.4803%20L16.5147%2C7.4523%20C16.0847%2C8.6483%2014.6167%2C11.4283%2010.2877%2C11.4283%20M16.5277%2C6.4803%20L3.5227%2C6.4803%20C3.1797%2C6.4803%202.8657%2C6.6543%202.6837%2C6.9453%20C2.5057%2C7.2323%202.4867%2C7.5843%202.6367%2C7.8893%20C3.3077%2C9.2543%205.3967%2C12.4283%2010.2877%2C12.4283%20C15.2507%2C12.4283%2016.9537%2C9.1853%2017.4557%2C7.7913%20C17.5627%2C7.4923%2017.5177%2C7.1583%2017.3357%2C6.8993%20C17.1507%2C6.6363%2016.8497%2C6.4803%2016.5277%2C6.4803%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__women {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fwomen%20_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fwomen-%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22women_24px%22%20transform%3D%22translate(2.000000%2C%206.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.025%2C4.6837%20L1.62%2C4.6837%20C2.781%2C4.0957%204.142%2C3.3447%205.027%2C2.6557%20C6.462%2C1.5397%208.441%2C1.0807%209.634%2C2.5727%20C9.647%2C2.5887%209.665%2C2.5967%209.679%2C2.6107%20C9.692%2C2.6227%209.699%2C2.6397%209.713%2C2.6517%20C9.725%2C2.6607%209.739%2C2.6627%209.751%2C2.6707%20C9.781%2C2.6907%209.812%2C2.7057%209.845%2C2.7187%20C9.873%2C2.7297%209.9%2C2.7397%209.93%2C2.7457%20C9.962%2C2.7517%209.993%2C2.7537%2010.025%2C2.7537%20C10.058%2C2.7537%2010.089%2C2.7517%2010.121%2C2.7457%20C10.15%2C2.7397%2010.178%2C2.7297%2010.207%2C2.7187%20C10.239%2C2.7057%2010.27%2C2.6907%2010.299%2C2.6717%20C10.311%2C2.6627%2010.326%2C2.6607%2010.337%2C2.6517%20C10.353%2C2.6397%2010.36%2C2.6217%2010.374%2C2.6077%20C10.387%2C2.5947%2010.404%2C2.5877%2010.416%2C2.5727%20C11.607%2C1.0787%2013.588%2C1.5397%2015.022%2C2.6557%20C15.905%2C3.3427%2017.266%2C4.0947%2018.43%2C4.6837%20L10.025%2C4.6837%20Z%20M19.507%2C4.1027%20C18.284%2C3.5047%2016.62%2C2.6317%2015.635%2C1.8667%20C13.668%2C0.3327%2011.447%2C0.2457%2010.025%2C1.5567%20C8.603%2C0.2457%206.381%2C0.3337%204.414%2C1.8667%20C3.426%2C2.6347%201.763%2C3.5067%200.542%2C4.1027%20C0.192%2C4.2737%200.009%2C4.6577%200.097%2C5.0367%20C0.185%2C5.4177%200.521%2C5.6837%200.913%2C5.6837%20L10.025%2C5.6837%20L19.137%2C5.6837%20C19.529%2C5.6837%2019.864%2C5.4167%2019.953%2C5.0357%20C20.04%2C4.6567%2019.857%2C4.2727%2019.507%2C4.1027%20L19.507%2C4.1027%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.2877%2C11.4283%20C5.9667%2C11.4283%204.1287%2C8.6543%203.5357%2C7.4803%20L16.5147%2C7.4523%20C16.0847%2C8.6483%2014.6167%2C11.4283%2010.2877%2C11.4283%20M16.5277%2C6.4803%20L3.5227%2C6.4803%20C3.1797%2C6.4803%202.8657%2C6.6543%202.6837%2C6.9453%20C2.5057%2C7.2323%202.4867%2C7.5843%202.6367%2C7.8893%20C3.3077%2C9.2543%205.3967%2C12.4283%2010.2877%2C12.4283%20C15.2507%2C12.4283%2016.9537%2C9.1853%2017.4557%2C7.7913%20C17.5627%2C7.4923%2017.5177%2C7.1583%2017.3357%2C6.8993%20C17.1507%2C6.6363%2016.8497%2C6.4803%2016.5277%2C6.4803%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__men {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fmen_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fmen%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22men_24px%22%20transform%3D%22translate(2.000000%2C%208.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.3008%2C6.5898%20C14.8788%2C6.7838%2013.3348%2C6.3408%2012.1688%2C5.3998%20C11.5248%2C4.8788%2010.7428%2C3.9618%2010.4518%2C3.0868%20C10.3838%2C2.8828%2010.1928%2C2.7448%209.9778%2C2.7448%20C9.7628%2C2.7448%209.5718%2C2.8828%209.5028%2C3.0868%20C9.2108%2C3.9618%208.4298%2C4.8788%207.7848%2C5.3998%20C6.6178%2C6.3408%205.0738%2C6.7838%203.6538%2C6.5898%20C3.1308%2C6.5178%202.5948%2C6.3818%202.0268%2C6.1788%20C3.5138%2C5.5888%204.6868%2C4.4008%205.4198%2C2.6868%20C5.8608%2C1.6228%206.4048%2C1.1408%207.3018%2C1.0228%20C8.0828%2C0.9208%209.0768%2C1.1568%209.4588%2C1.8128%20C9.4588%2C1.8138%209.5208%2C1.9458%209.5208%2C1.9468%20C9.6008%2C2.1278%209.7858%2C2.2288%209.9838%2C2.2288%20L9.9888%2C2.2288%20C10.1878%2C2.2268%2010.3738%2C2.0918%2010.4508%2C1.9078%20C10.4638%2C1.8768%2010.4768%2C1.8448%2010.4948%2C1.8128%20C10.8768%2C1.1568%2011.8708%2C0.9208%2012.6528%2C1.0228%20C13.5488%2C1.1408%2014.0938%2C1.6228%2014.5518%2C2.7288%20C14.5528%2C2.7308%2014.5668%2C2.7618%2014.5708%2C2.7728%20C15.2768%2C4.4208%2016.4418%2C5.5928%2017.9258%2C6.1788%20C17.3578%2C6.3828%2016.8218%2C6.5178%2016.3008%2C6.5898%20M15.4578%2C2.3038%20C15.0968%2C1.4318%2014.4268%2C0.2478%2012.7828%2C0.0308%20C11.8688%2C-0.0902%2010.6978%2C0.1358%209.9768%2C0.8608%20C9.2548%2C0.1348%208.0838%2C-0.0902%207.1708%2C0.0308%20C5.5278%2C0.2478%204.8578%2C1.4318%204.4638%2C2.3788%20C3.9148%2C3.6608%202.7758%2C5.2508%200.4588%2C5.5568%20C0.4408%2C5.5588%200.4218%2C5.5618%200.4038%2C5.5658%20C0.1388%2C5.6168%20-0.0372%2C5.8688%200.0068%2C6.1358%20C0.0458%2C6.3788%200.2548%2C6.5538%200.4938%2C6.5558%20C0.5978%2C6.5928%200.8248%2C6.7228%200.9398%2C6.7868%20C1.0758%2C6.8648%201.1958%2C6.9298%201.2618%2C6.9568%20C2.0578%2C7.2768%202.7948%2C7.4808%203.5168%2C7.5798%20C5.2058%2C7.8168%207.0368%2C7.2898%208.4138%2C6.1768%20C8.9048%2C5.7788%209.5218%2C5.1378%209.9778%2C4.3968%20C10.4328%2C5.1368%2011.0488%2C5.7788%2011.5398%2C6.1768%20C12.7018%2C7.1148%2014.1858%2C7.6348%2015.6348%2C7.6348%20C15.9048%2C7.6348%2016.1728%2C7.6168%2016.4378%2C7.5798%20C17.1588%2C7.4808%2017.8978%2C7.2768%2018.6938%2C6.9568%20C18.7588%2C6.9298%2018.8778%2C6.8648%2019.0148%2C6.7868%20C19.1288%2C6.7228%2019.3578%2C6.5928%2019.4598%2C6.5558%20C19.6988%2C6.5528%2019.9078%2C6.3788%2019.9468%2C6.1358%20C19.9908%2C5.8698%2019.8158%2C5.6168%2019.5508%2C5.5658%20C19.5308%2C5.5618%2019.5118%2C5.5588%2019.4918%2C5.5568%20C17.1778%2C5.2488%2016.0378%2C3.6608%2015.4898%2C2.3788%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.7583%2C4.8798%20C6.5423%2C4.8798%206.3433%2C4.7388%206.2793%2C4.5218%20C6.2003%2C4.2568%206.3513%2C3.9788%206.6163%2C3.9008%20C7.1463%2C3.7438%207.7243%2C2.8908%207.8843%2C2.6038%20C8.0193%2C2.3618%208.3253%2C2.2768%208.5653%2C2.4128%20C8.8063%2C2.5478%208.8923%2C2.8528%208.7573%2C3.0928%20C8.6733%2C3.2428%207.9093%2C4.5598%206.9003%2C4.8588%20C6.8533%2C4.8738%206.8053%2C4.8798%206.7583%2C4.8798%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.1958%2C4.8798%20C13.4118%2C4.8798%2013.6108%2C4.7388%2013.6748%2C4.5218%20C13.7538%2C4.2568%2013.6028%2C3.9788%2013.3378%2C3.9008%20C12.8078%2C3.7438%2012.2298%2C2.8908%2012.0698%2C2.6038%20C11.9348%2C2.3618%2011.6288%2C2.2768%2011.3888%2C2.4128%20C11.1478%2C2.5478%2011.0618%2C2.8528%2011.1968%2C3.0928%20C11.2808%2C3.2428%2012.0448%2C4.5598%2013.0538%2C4.8588%20C13.1008%2C4.8738%2013.1488%2C4.8798%2013.1958%2C4.8798%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__men {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fmen_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fmen%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22men_24px%22%20transform%3D%22translate(2.000000%2C%208.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.3008%2C6.5898%20C14.8788%2C6.7838%2013.3348%2C6.3408%2012.1688%2C5.3998%20C11.5248%2C4.8788%2010.7428%2C3.9618%2010.4518%2C3.0868%20C10.3838%2C2.8828%2010.1928%2C2.7448%209.9778%2C2.7448%20C9.7628%2C2.7448%209.5718%2C2.8828%209.5028%2C3.0868%20C9.2108%2C3.9618%208.4298%2C4.8788%207.7848%2C5.3998%20C6.6178%2C6.3408%205.0738%2C6.7838%203.6538%2C6.5898%20C3.1308%2C6.5178%202.5948%2C6.3818%202.0268%2C6.1788%20C3.5138%2C5.5888%204.6868%2C4.4008%205.4198%2C2.6868%20C5.8608%2C1.6228%206.4048%2C1.1408%207.3018%2C1.0228%20C8.0828%2C0.9208%209.0768%2C1.1568%209.4588%2C1.8128%20C9.4588%2C1.8138%209.5208%2C1.9458%209.5208%2C1.9468%20C9.6008%2C2.1278%209.7858%2C2.2288%209.9838%2C2.2288%20L9.9888%2C2.2288%20C10.1878%2C2.2268%2010.3738%2C2.0918%2010.4508%2C1.9078%20C10.4638%2C1.8768%2010.4768%2C1.8448%2010.4948%2C1.8128%20C10.8768%2C1.1568%2011.8708%2C0.9208%2012.6528%2C1.0228%20C13.5488%2C1.1408%2014.0938%2C1.6228%2014.5518%2C2.7288%20C14.5528%2C2.7308%2014.5668%2C2.7618%2014.5708%2C2.7728%20C15.2768%2C4.4208%2016.4418%2C5.5928%2017.9258%2C6.1788%20C17.3578%2C6.3828%2016.8218%2C6.5178%2016.3008%2C6.5898%20M15.4578%2C2.3038%20C15.0968%2C1.4318%2014.4268%2C0.2478%2012.7828%2C0.0308%20C11.8688%2C-0.0902%2010.6978%2C0.1358%209.9768%2C0.8608%20C9.2548%2C0.1348%208.0838%2C-0.0902%207.1708%2C0.0308%20C5.5278%2C0.2478%204.8578%2C1.4318%204.4638%2C2.3788%20C3.9148%2C3.6608%202.7758%2C5.2508%200.4588%2C5.5568%20C0.4408%2C5.5588%200.4218%2C5.5618%200.4038%2C5.5658%20C0.1388%2C5.6168%20-0.0372%2C5.8688%200.0068%2C6.1358%20C0.0458%2C6.3788%200.2548%2C6.5538%200.4938%2C6.5558%20C0.5978%2C6.5928%200.8248%2C6.7228%200.9398%2C6.7868%20C1.0758%2C6.8648%201.1958%2C6.9298%201.2618%2C6.9568%20C2.0578%2C7.2768%202.7948%2C7.4808%203.5168%2C7.5798%20C5.2058%2C7.8168%207.0368%2C7.2898%208.4138%2C6.1768%20C8.9048%2C5.7788%209.5218%2C5.1378%209.9778%2C4.3968%20C10.4328%2C5.1368%2011.0488%2C5.7788%2011.5398%2C6.1768%20C12.7018%2C7.1148%2014.1858%2C7.6348%2015.6348%2C7.6348%20C15.9048%2C7.6348%2016.1728%2C7.6168%2016.4378%2C7.5798%20C17.1588%2C7.4808%2017.8978%2C7.2768%2018.6938%2C6.9568%20C18.7588%2C6.9298%2018.8778%2C6.8648%2019.0148%2C6.7868%20C19.1288%2C6.7228%2019.3578%2C6.5928%2019.4598%2C6.5558%20C19.6988%2C6.5528%2019.9078%2C6.3788%2019.9468%2C6.1358%20C19.9908%2C5.8698%2019.8158%2C5.6168%2019.5508%2C5.5658%20C19.5308%2C5.5618%2019.5118%2C5.5588%2019.4918%2C5.5568%20C17.1778%2C5.2488%2016.0378%2C3.6608%2015.4898%2C2.3788%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.7583%2C4.8798%20C6.5423%2C4.8798%206.3433%2C4.7388%206.2793%2C4.5218%20C6.2003%2C4.2568%206.3513%2C3.9788%206.6163%2C3.9008%20C7.1463%2C3.7438%207.7243%2C2.8908%207.8843%2C2.6038%20C8.0193%2C2.3618%208.3253%2C2.2768%208.5653%2C2.4128%20C8.8063%2C2.5478%208.8923%2C2.8528%208.7573%2C3.0928%20C8.6733%2C3.2428%207.9093%2C4.5598%206.9003%2C4.8588%20C6.8533%2C4.8738%206.8053%2C4.8798%206.7583%2C4.8798%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.1958%2C4.8798%20C13.4118%2C4.8798%2013.6108%2C4.7388%2013.6748%2C4.5218%20C13.7538%2C4.2568%2013.6028%2C3.9788%2013.3378%2C3.9008%20C12.8078%2C3.7438%2012.2298%2C2.8908%2012.0698%2C2.6038%20C11.9348%2C2.3618%2011.6288%2C2.2768%2011.3888%2C2.4128%20C11.1478%2C2.5478%2011.0618%2C2.8528%2011.1968%2C3.0928%20C11.2808%2C3.2428%2012.0448%2C4.5598%2013.0538%2C4.8588%20C13.1008%2C4.8738%2013.1488%2C4.8798%2013.1958%2C4.8798%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__health {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fbeauty_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fbeauty%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22beauty_24px%22%20transform%3D%22translate(8.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.2698%2C18.8476%20C6.2698%2C18.8516%206.2658%2C18.8556%206.2618%2C18.8556%20L0.9998%2C18.8476%20L1.0088%2C18.2016%20L6.2698%2C18.2096%20L6.2698%2C18.8476%20Z%20M1.9478%2C8.2796%20L5.2768%2C8.2796%20L5.2768%2C7.6606%20L1.9478%2C7.6606%20L1.9478%2C8.2796%20Z%20M1.6888%2C17.2016%20L5.5358%2C17.2016%20L5.5358%2C9.2796%20L1.6888%2C9.2796%20L1.6888%2C17.2016%20Z%20M6.5358%2C17.2576%20L6.5358%2C8.7796%20C6.5358%2C8.5926%206.4288%2C8.4356%206.2768%2C8.3506%20L6.2768%2C7.4916%20C6.2768%2C7.1086%206.0108%2C6.7996%205.6578%2C6.7036%20L5.6578%2C3.4266%20C5.6578%2C2.5886%205.1058%2C1.0006%204.1078%2C0.3206%20C3.6058%2C-0.0214%203.0598%2C-0.0914%202.5228%2C0.1186%20C1.5678%2C0.4936%201.5678%2C1.6016%201.5678%2C2.0746%20L1.5678%2C5.6346%20C1.5678%2C5.9106%201.7918%2C6.1346%202.0678%2C6.1346%20C2.3448%2C6.1346%202.5678%2C5.9106%202.5678%2C5.6346%20L2.5678%2C2.0746%20C2.5678%2C1.4276%202.6588%2C1.1396%202.8888%2C1.0486%20C3.0288%2C0.9946%203.2488%2C0.9446%203.5438%2C1.1466%20C4.1898%2C1.5866%204.6578%2C2.8136%204.6578%2C3.4266%20L4.6578%2C6.6606%20L1.7778%2C6.6606%20C1.3198%2C6.6606%200.9478%2C7.0336%200.9478%2C7.4916%20L0.9478%2C8.3506%20C0.7958%2C8.4356%200.6888%2C8.5926%200.6888%2C8.7796%20L0.6888%2C17.2666%20C0.2908%2C17.4016%20-0.0002%2C17.7676%20-0.0002%2C18.2096%20L-0.0002%2C18.8476%20C-0.0002%2C19.4036%200.4528%2C19.8556%201.0088%2C19.8556%20L6.2618%2C19.8556%20C6.8178%2C19.8556%207.2698%2C19.4036%207.2698%2C18.8476%20L7.2698%2C18.2096%20C7.2698%2C17.7506%206.9558%2C17.3786%206.5358%2C17.2576%20L6.5358%2C17.2576%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.6575%2C6.7036%20L5.6575%2C3.4266%20C5.6575%2C2.5886%205.1055%2C1.0006%204.1075%2C0.3206%20C3.6055%2C-0.0214%203.0595%2C-0.0914%202.5235%2C0.1186%20C1.5685%2C0.4946%201.5685%2C1.6016%201.5685%2C2.0746%20L1.5685%2C5.6346%20C1.5685%2C5.9106%201.7915%2C6.1346%202.0685%2C6.1346%20C2.3445%2C6.1346%202.5685%2C5.9106%202.5685%2C5.6346%20L2.5685%2C2.0746%20C2.5685%2C1.4276%202.6585%2C1.1396%202.8885%2C1.0486%20C3.0295%2C0.9946%203.2485%2C0.9446%203.5445%2C1.1466%20C4.1905%2C1.5866%204.6575%2C2.8136%204.6575%2C3.4266%20L4.6575%2C6.6616%20L5.6575%2C6.7036%20Z%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__health {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fbeauty_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fbeauty%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22beauty_24px%22%20transform%3D%22translate(8.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.2698%2C18.8476%20C6.2698%2C18.8516%206.2658%2C18.8556%206.2618%2C18.8556%20L0.9998%2C18.8476%20L1.0088%2C18.2016%20L6.2698%2C18.2096%20L6.2698%2C18.8476%20Z%20M1.9478%2C8.2796%20L5.2768%2C8.2796%20L5.2768%2C7.6606%20L1.9478%2C7.6606%20L1.9478%2C8.2796%20Z%20M1.6888%2C17.2016%20L5.5358%2C17.2016%20L5.5358%2C9.2796%20L1.6888%2C9.2796%20L1.6888%2C17.2016%20Z%20M6.5358%2C17.2576%20L6.5358%2C8.7796%20C6.5358%2C8.5926%206.4288%2C8.4356%206.2768%2C8.3506%20L6.2768%2C7.4916%20C6.2768%2C7.1086%206.0108%2C6.7996%205.6578%2C6.7036%20L5.6578%2C3.4266%20C5.6578%2C2.5886%205.1058%2C1.0006%204.1078%2C0.3206%20C3.6058%2C-0.0214%203.0598%2C-0.0914%202.5228%2C0.1186%20C1.5678%2C0.4936%201.5678%2C1.6016%201.5678%2C2.0746%20L1.5678%2C5.6346%20C1.5678%2C5.9106%201.7918%2C6.1346%202.0678%2C6.1346%20C2.3448%2C6.1346%202.5678%2C5.9106%202.5678%2C5.6346%20L2.5678%2C2.0746%20C2.5678%2C1.4276%202.6588%2C1.1396%202.8888%2C1.0486%20C3.0288%2C0.9946%203.2488%2C0.9446%203.5438%2C1.1466%20C4.1898%2C1.5866%204.6578%2C2.8136%204.6578%2C3.4266%20L4.6578%2C6.6606%20L1.7778%2C6.6606%20C1.3198%2C6.6606%200.9478%2C7.0336%200.9478%2C7.4916%20L0.9478%2C8.3506%20C0.7958%2C8.4356%200.6888%2C8.5926%200.6888%2C8.7796%20L0.6888%2C17.2666%20C0.2908%2C17.4016%20-0.0002%2C17.7676%20-0.0002%2C18.2096%20L-0.0002%2C18.8476%20C-0.0002%2C19.4036%200.4528%2C19.8556%201.0088%2C19.8556%20L6.2618%2C19.8556%20C6.8178%2C19.8556%207.2698%2C19.4036%207.2698%2C18.8476%20L7.2698%2C18.2096%20C7.2698%2C17.7506%206.9558%2C17.3786%206.5358%2C17.2576%20L6.5358%2C17.2576%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.6575%2C6.7036%20L5.6575%2C3.4266%20C5.6575%2C2.5886%205.1055%2C1.0006%204.1075%2C0.3206%20C3.6055%2C-0.0214%203.0595%2C-0.0914%202.5235%2C0.1186%20C1.5685%2C0.4946%201.5685%2C1.6016%201.5685%2C2.0746%20L1.5685%2C5.6346%20C1.5685%2C5.9106%201.7915%2C6.1346%202.0685%2C6.1346%20C2.3445%2C6.1346%202.5685%2C5.9106%202.5685%2C5.6346%20L2.5685%2C2.0746%20C2.5685%2C1.4276%202.6585%2C1.1396%202.8885%2C1.0486%20C3.0295%2C0.9946%203.2485%2C0.9446%203.5445%2C1.1466%20C4.1905%2C1.5866%204.6575%2C2.8136%204.6575%2C3.4266%20L4.6575%2C6.6616%20L5.6575%2C6.7036%20Z%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__sport {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fsports_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fsports%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22sports_24px%22%20transform%3D%22translate(1.999600%2C%203.999943)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.283%2C1.3286568%20C0.56%2C1.1916568%207.144%2C-1.9603432%2013.398%2C1.9556568%20C19.816%2C5.9756568%2019.995%2C13.2446568%2020%2C13.6746568%20L20%2C13.6936568%20C20%2C13.7176568%2019.99%2C13.7376568%2019.987%2C13.7596568%20C19.982%2C13.8016568%2019.978%2C13.8416568%2019.964%2C13.8796568%20C19.952%2C13.9096568%2019.932%2C13.9336568%2019.915%2C13.9606568%20C19.898%2C13.9886568%2019.884%2C14.0176568%2019.862%2C14.0426568%20C19.835%2C14.0696568%2019.804%2C14.0876568%2019.772%2C14.1086568%20C19.75%2C14.1236568%2019.735%2C14.1426568%2019.71%2C14.1556568%20C19.539%2C14.2366568%2017.009%2C15.4056583%2013.601%2C15.4056583%20C11.392%2C15.4066568%208.814%2C14.9146568%206.269%2C13.3146568%20C0.274%2C9.5436568%200.011%2C2.6656568%200.001%2C1.8486568%20L0%2C1.7786568%20C0%2C1.7536568%200.012%2C1.7316568%200.015%2C1.7066568%20C0.021%2C1.6706568%200.024%2C1.6366568%200.037%2C1.6016568%20C0.049%2C1.5716568%200.067%2C1.5466568%200.084%2C1.5196568%20C0.102%2C1.4916568%200.117%2C1.4626568%200.14%2C1.4386568%20C0.163%2C1.4136568%200.192%2C1.3966568%200.221%2C1.3756568%20C0.242%2C1.3606568%200.259%2C1.3406568%200.283%2C1.3286568%20L0.283%2C1.3286568%20Z%20M17.467%2C7.9616568%20L13.446%2C14.3706568%20C16.09%2C14.3976568%2018.206%2C13.6736568%2018.97%2C13.3706568%20C18.909%2C12.5526568%2018.639%2C10.3316568%2017.467%2C7.9616568%20L17.467%2C7.9616568%20Z%20M7.574%2C1.0826568%20L2.95%2C8.4516568%20C3.804%2C9.9066568%205.033%2C11.3426568%206.808%2C12.4586568%20C8.663%2C13.6246568%2010.555%2C14.1456568%2012.288%2C14.3096568%20L16.909%2C6.9456568%20C16.007%2C5.4546568%2014.717%2C3.9756568%2012.861%2C2.8136568%20C11.083%2C1.6996568%209.255%2C1.2196568%207.574%2C1.0826568%20L7.574%2C1.0826568%20Z%20M6.406%2C1.0396568%20C3.835%2C1.0596568%201.766%2C1.8026568%201.026%2C2.1076568%20C1.071%2C2.9086568%201.304%2C5.0946568%202.404%2C7.4176568%20L6.406%2C1.0396568%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.301%2C4.8896568%20C8.453%2C4.6526568%208.764%2C4.5816568%209%2C4.7296568%20C9.237%2C4.8776568%209.308%2C5.1896568%209.159%2C5.4266568%20L8.658%2C6.2266568%20L9.833%2C6.9656568%20L10.335%2C6.1656568%20C10.486%2C5.9296568%2010.799%2C5.8566568%2011.033%2C6.0056568%20C11.27%2C6.1546568%2011.341%2C6.4656568%2011.194%2C6.7026568%20L10.692%2C7.5036568%20L11.71%2C8.1426568%20L12.212%2C7.3436568%20C12.361%2C7.1066568%2012.675%2C7.0346568%2012.909%2C7.1836568%20C13.147%2C7.3306568%2013.218%2C7.6436568%2013.069%2C7.8806568%20L12.567%2C8.6806568%20L13.062%2C8.9906568%20C13.299%2C9.1396568%2013.369%2C9.4526568%2013.221%2C9.6876568%20C13.124%2C9.8416568%2012.96%2C9.9256568%2012.792%2C9.9256568%20C12.7%2C9.9256568%2012.606%2C9.9006568%2012.523%2C9.8496568%20L12.03%2C9.5386568%20L11.528%2C10.3376568%20C11.43%2C10.4906568%2011.266%2C10.5746568%2011.098%2C10.5746568%20C11.006%2C10.5746568%2010.912%2C10.5506568%2010.829%2C10.4976568%20C10.593%2C10.3496568%2010.522%2C10.0366568%2010.669%2C9.8006568%20L11.171%2C8.9996568%20L10.153%2C8.3606568%20L9.651%2C9.1596568%20C9.555%2C9.3126568%209.391%2C9.3966568%209.223%2C9.3966568%20C9.131%2C9.3966568%209.037%2C9.3726568%208.954%2C9.3196568%20C8.717%2C9.1706568%208.645%2C8.8586568%208.794%2C8.6226568%20L9.296%2C7.8216568%20L8.12%2C7.0846568%20L7.618%2C7.8836568%20C7.521%2C8.0366568%207.357%2C8.1206568%207.189%2C8.1206568%20C7.097%2C8.1206568%207.003%2C8.0966568%206.92%2C8.0426568%20C6.683%2C7.8946568%206.611%2C7.5816568%206.76%2C7.3456568%20L7.262%2C6.5446568%20L6.866%2C6.2966568%20C6.63%2C6.1496568%206.559%2C5.8366568%206.706%2C5.5996568%20C6.858%2C5.3616568%207.171%2C5.2936568%207.405%2C5.4406568%20L7.8%2C5.6886568%20L8.301%2C4.8896568%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__sport {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fsports_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fsports%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22sports_24px%22%20transform%3D%22translate(1.999600%2C%203.999943)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.283%2C1.3286568%20C0.56%2C1.1916568%207.144%2C-1.9603432%2013.398%2C1.9556568%20C19.816%2C5.9756568%2019.995%2C13.2446568%2020%2C13.6746568%20L20%2C13.6936568%20C20%2C13.7176568%2019.99%2C13.7376568%2019.987%2C13.7596568%20C19.982%2C13.8016568%2019.978%2C13.8416568%2019.964%2C13.8796568%20C19.952%2C13.9096568%2019.932%2C13.9336568%2019.915%2C13.9606568%20C19.898%2C13.9886568%2019.884%2C14.0176568%2019.862%2C14.0426568%20C19.835%2C14.0696568%2019.804%2C14.0876568%2019.772%2C14.1086568%20C19.75%2C14.1236568%2019.735%2C14.1426568%2019.71%2C14.1556568%20C19.539%2C14.2366568%2017.009%2C15.4056583%2013.601%2C15.4056583%20C11.392%2C15.4066568%208.814%2C14.9146568%206.269%2C13.3146568%20C0.274%2C9.5436568%200.011%2C2.6656568%200.001%2C1.8486568%20L0%2C1.7786568%20C0%2C1.7536568%200.012%2C1.7316568%200.015%2C1.7066568%20C0.021%2C1.6706568%200.024%2C1.6366568%200.037%2C1.6016568%20C0.049%2C1.5716568%200.067%2C1.5466568%200.084%2C1.5196568%20C0.102%2C1.4916568%200.117%2C1.4626568%200.14%2C1.4386568%20C0.163%2C1.4136568%200.192%2C1.3966568%200.221%2C1.3756568%20C0.242%2C1.3606568%200.259%2C1.3406568%200.283%2C1.3286568%20L0.283%2C1.3286568%20Z%20M17.467%2C7.9616568%20L13.446%2C14.3706568%20C16.09%2C14.3976568%2018.206%2C13.6736568%2018.97%2C13.3706568%20C18.909%2C12.5526568%2018.639%2C10.3316568%2017.467%2C7.9616568%20L17.467%2C7.9616568%20Z%20M7.574%2C1.0826568%20L2.95%2C8.4516568%20C3.804%2C9.9066568%205.033%2C11.3426568%206.808%2C12.4586568%20C8.663%2C13.6246568%2010.555%2C14.1456568%2012.288%2C14.3096568%20L16.909%2C6.9456568%20C16.007%2C5.4546568%2014.717%2C3.9756568%2012.861%2C2.8136568%20C11.083%2C1.6996568%209.255%2C1.2196568%207.574%2C1.0826568%20L7.574%2C1.0826568%20Z%20M6.406%2C1.0396568%20C3.835%2C1.0596568%201.766%2C1.8026568%201.026%2C2.1076568%20C1.071%2C2.9086568%201.304%2C5.0946568%202.404%2C7.4176568%20L6.406%2C1.0396568%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.301%2C4.8896568%20C8.453%2C4.6526568%208.764%2C4.5816568%209%2C4.7296568%20C9.237%2C4.8776568%209.308%2C5.1896568%209.159%2C5.4266568%20L8.658%2C6.2266568%20L9.833%2C6.9656568%20L10.335%2C6.1656568%20C10.486%2C5.9296568%2010.799%2C5.8566568%2011.033%2C6.0056568%20C11.27%2C6.1546568%2011.341%2C6.4656568%2011.194%2C6.7026568%20L10.692%2C7.5036568%20L11.71%2C8.1426568%20L12.212%2C7.3436568%20C12.361%2C7.1066568%2012.675%2C7.0346568%2012.909%2C7.1836568%20C13.147%2C7.3306568%2013.218%2C7.6436568%2013.069%2C7.8806568%20L12.567%2C8.6806568%20L13.062%2C8.9906568%20C13.299%2C9.1396568%2013.369%2C9.4526568%2013.221%2C9.6876568%20C13.124%2C9.8416568%2012.96%2C9.9256568%2012.792%2C9.9256568%20C12.7%2C9.9256568%2012.606%2C9.9006568%2012.523%2C9.8496568%20L12.03%2C9.5386568%20L11.528%2C10.3376568%20C11.43%2C10.4906568%2011.266%2C10.5746568%2011.098%2C10.5746568%20C11.006%2C10.5746568%2010.912%2C10.5506568%2010.829%2C10.4976568%20C10.593%2C10.3496568%2010.522%2C10.0366568%2010.669%2C9.8006568%20L11.171%2C8.9996568%20L10.153%2C8.3606568%20L9.651%2C9.1596568%20C9.555%2C9.3126568%209.391%2C9.3966568%209.223%2C9.3966568%20C9.131%2C9.3966568%209.037%2C9.3726568%208.954%2C9.3196568%20C8.717%2C9.1706568%208.645%2C8.8586568%208.794%2C8.6226568%20L9.296%2C7.8216568%20L8.12%2C7.0846568%20L7.618%2C7.8836568%20C7.521%2C8.0366568%207.357%2C8.1206568%207.189%2C8.1206568%20C7.097%2C8.1206568%207.003%2C8.0966568%206.92%2C8.0426568%20C6.683%2C7.8946568%206.611%2C7.5816568%206.76%2C7.3456568%20L7.262%2C6.5446568%20L6.866%2C6.2966568%20C6.63%2C6.1496568%206.559%2C5.8366568%206.706%2C5.5996568%20C6.858%2C5.3616568%207.171%2C5.2936568%207.405%2C5.4406568%20L7.8%2C5.6886568%20L8.301%2C4.8896568%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__home {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Felectronics_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Felectronics%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22electronics_24px%22%20transform%3D%22translate(2.000000%2C%205.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.9116%2C13.0882%20C18.9116%2C13.4312%2018.6326%2C13.7112%2018.2886%2C13.7112%20L1.7116%2C13.7112%20C1.3676%2C13.7112%201.0886%2C13.4312%201.0886%2C13.0882%20L1.0886%2C1.7112%20C1.0886%2C1.3682%201.3676%2C1.0882%201.7116%2C1.0882%20L18.2886%2C1.0882%20C18.6326%2C1.0882%2018.9116%2C1.3682%2018.9116%2C1.7112%20L18.9116%2C13.0882%20Z%20M18.2886%2C0.0002%20L1.7116%2C0.0002%20C0.7676%2C0.0002%20-0.0004%2C0.7672%20-0.0004%2C1.7112%20L-0.0004%2C13.0882%20C-0.0004%2C14.0322%200.7676%2C14.7992%201.7116%2C14.7992%20L18.2886%2C14.7992%20C19.2326%2C14.7992%2019.9996%2C14.0322%2019.9996%2C13.0882%20L19.9996%2C1.7112%20C19.9996%2C0.7672%2019.2326%2C0.0002%2018.2886%2C0.0002%20L18.2886%2C0.0002%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0522%2C2.157%20L2.3322%2C2.157%20C2.0312%2C2.157%201.7872%2C2.401%201.7872%2C2.701%20C1.7872%2C3.002%202.0312%2C3.245%202.3322%2C3.245%20L14.5082%2C3.245%20L14.5082%2C11.319%20L2.3322%2C11.319%20C2.0312%2C11.319%201.7872%2C11.562%201.7872%2C11.863%20C1.7872%2C12.163%202.0312%2C12.407%202.3322%2C12.407%20L15.0522%2C12.407%20C15.3532%2C12.407%2015.5962%2C12.163%2015.5962%2C11.863%20L15.5962%2C2.701%20C15.5962%2C2.401%2015.3532%2C2.157%2015.0522%2C2.157%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.6733%2C4.6287%20L16.9633%2C4.6287%20C16.6623%2C4.6287%2016.4193%2C4.8727%2016.4193%2C5.1727%20C16.4193%2C5.4737%2016.6623%2C5.7167%2016.9633%2C5.7167%20L17.6733%2C5.7167%20C17.9743%2C5.7167%2018.2173%2C5.4737%2018.2173%2C5.1727%20C18.2173%2C4.8727%2017.9743%2C4.6287%2017.6733%2C4.6287%22%20id%3D%22Fill-6%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.6733%2C6.1546%20L16.9633%2C6.1546%20C16.6623%2C6.1546%2016.4193%2C6.3976%2016.4193%2C6.6986%20C16.4193%2C6.9996%2016.6623%2C7.2426%2016.9633%2C7.2426%20L17.6733%2C7.2426%20C17.9743%2C7.2426%2018.2173%2C6.9996%2018.2173%2C6.6986%20C18.2173%2C6.3976%2017.9743%2C6.1546%2017.6733%2C6.1546%22%20id%3D%22Fill-8%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.3184%2C9.5618%20C17.0174%2C9.5618%2016.7744%2C9.8048%2016.7744%2C10.1058%20L16.7744%2C10.1408%20C16.7744%2C10.4418%2017.0174%2C10.6678%2017.3184%2C10.6678%20C17.6194%2C10.6678%2017.8624%2C10.4068%2017.8624%2C10.1058%20C17.8624%2C9.8048%2017.6194%2C9.5618%2017.3184%2C9.5618%22%20id%3D%22Fill-10%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__home {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Felectronics_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Felectronics%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22electronics_24px%22%20transform%3D%22translate(2.000000%2C%205.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.9116%2C13.0882%20C18.9116%2C13.4312%2018.6326%2C13.7112%2018.2886%2C13.7112%20L1.7116%2C13.7112%20C1.3676%2C13.7112%201.0886%2C13.4312%201.0886%2C13.0882%20L1.0886%2C1.7112%20C1.0886%2C1.3682%201.3676%2C1.0882%201.7116%2C1.0882%20L18.2886%2C1.0882%20C18.6326%2C1.0882%2018.9116%2C1.3682%2018.9116%2C1.7112%20L18.9116%2C13.0882%20Z%20M18.2886%2C0.0002%20L1.7116%2C0.0002%20C0.7676%2C0.0002%20-0.0004%2C0.7672%20-0.0004%2C1.7112%20L-0.0004%2C13.0882%20C-0.0004%2C14.0322%200.7676%2C14.7992%201.7116%2C14.7992%20L18.2886%2C14.7992%20C19.2326%2C14.7992%2019.9996%2C14.0322%2019.9996%2C13.0882%20L19.9996%2C1.7112%20C19.9996%2C0.7672%2019.2326%2C0.0002%2018.2886%2C0.0002%20L18.2886%2C0.0002%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0522%2C2.157%20L2.3322%2C2.157%20C2.0312%2C2.157%201.7872%2C2.401%201.7872%2C2.701%20C1.7872%2C3.002%202.0312%2C3.245%202.3322%2C3.245%20L14.5082%2C3.245%20L14.5082%2C11.319%20L2.3322%2C11.319%20C2.0312%2C11.319%201.7872%2C11.562%201.7872%2C11.863%20C1.7872%2C12.163%202.0312%2C12.407%202.3322%2C12.407%20L15.0522%2C12.407%20C15.3532%2C12.407%2015.5962%2C12.163%2015.5962%2C11.863%20L15.5962%2C2.701%20C15.5962%2C2.401%2015.3532%2C2.157%2015.0522%2C2.157%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.6733%2C4.6287%20L16.9633%2C4.6287%20C16.6623%2C4.6287%2016.4193%2C4.8727%2016.4193%2C5.1727%20C16.4193%2C5.4737%2016.6623%2C5.7167%2016.9633%2C5.7167%20L17.6733%2C5.7167%20C17.9743%2C5.7167%2018.2173%2C5.4737%2018.2173%2C5.1727%20C18.2173%2C4.8727%2017.9743%2C4.6287%2017.6733%2C4.6287%22%20id%3D%22Fill-6%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.6733%2C6.1546%20L16.9633%2C6.1546%20C16.6623%2C6.1546%2016.4193%2C6.3976%2016.4193%2C6.6986%20C16.4193%2C6.9996%2016.6623%2C7.2426%2016.9633%2C7.2426%20L17.6733%2C7.2426%20C17.9743%2C7.2426%2018.2173%2C6.9996%2018.2173%2C6.6986%20C18.2173%2C6.3976%2017.9743%2C6.1546%2017.6733%2C6.1546%22%20id%3D%22Fill-8%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.3184%2C9.5618%20C17.0174%2C9.5618%2016.7744%2C9.8048%2016.7744%2C10.1058%20L16.7744%2C10.1408%20C16.7744%2C10.4418%2017.0174%2C10.6678%2017.3184%2C10.6678%20C17.6194%2C10.6678%2017.8624%2C10.4068%2017.8624%2C10.1058%20C17.8624%2C9.8048%2017.6194%2C9.5618%2017.3184%2C9.5618%22%20id%3D%22Fill-10%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__accessories {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Faccessory_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Faccessory%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22accessory_24px%22%20transform%3D%22translate(1.999900%2C%207.999600)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.8471%2C7.036%20C13.1141%2C7.036%2011.7031%2C5.675%2011.7031%2C4%20C11.7031%2C2.327%2013.1141%2C0.965%2014.8471%2C0.965%20C16.4171%2C0.965%2017.7111%2C2.085%2017.9431%2C3.54%20C17.7221%2C3.59%2017.5541%2C3.772%2017.5541%2C4%20C17.5541%2C4.229%2017.7221%2C4.411%2017.9431%2C4.461%20C17.7111%2C5.915%2016.4181%2C7.036%2014.8471%2C7.036%20M5.1831%2C7.036%20C3.6131%2C7.036%202.3201%2C5.915%202.0881%2C4.461%20C2.3081%2C4.411%202.4761%2C4.229%202.4761%2C4%20C2.4761%2C3.772%202.3081%2C3.59%202.0881%2C3.54%20C2.3201%2C2.085%203.6131%2C0.965%205.1831%2C0.965%20C6.9171%2C0.965%208.3271%2C2.327%208.3271%2C4%20C8.3271%2C5.675%206.9171%2C7.036%205.1831%2C7.036%20M19.5161%2C3.518%20L18.9391%2C3.518%20C18.6891%2C1.542%2016.9601%2C0%2014.8471%2C0%20C12.9091%2C0%2011.2901%2C1.298%2010.8401%2C3.037%20C10.5561%2C2.876%2010.2641%2C2.797%209.9821%2C2.809%20C9.6791%2C2.818%209.4151%2C2.915%209.1911%2C3.039%20C8.7431%2C1.299%207.1221%2C0%205.1831%2C0%20C3.0711%2C0%201.3421%2C1.542%201.0921%2C3.518%20L0.5141%2C3.518%20C0.2391%2C3.518%200.0151%2C3.734%200.0151%2C4%20C0.0151%2C4.267%200.2391%2C4.482%200.5141%2C4.482%20L1.0921%2C4.482%20C1.3421%2C6.459%203.0711%2C8%205.1831%2C8%20C7.3981%2C8%209.1991%2C6.307%209.3051%2C4.193%20C9.4431%2C4.033%209.7171%2C3.78%2010.0141%2C3.773%20C10.0171%2C3.773%2010.0211%2C3.772%2010.0251%2C3.772%20C10.2921%2C3.772%2010.5411%2C3.987%2010.7261%2C4.199%20C10.8361%2C6.31%2012.6341%2C8%2014.8471%2C8%20C16.9601%2C8%2018.6891%2C6.459%2018.9391%2C4.482%20L19.5161%2C4.482%20C19.7921%2C4.482%2020.0151%2C4.267%2020.0151%2C4%20C20.0151%2C3.734%2019.7921%2C3.518%2019.5161%2C3.518%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.9526%2C3.5004%20L19.5306%2C3.5004%20C19.8066%2C3.5004%2020.0306%2C3.7244%2020.0306%2C4.0004%20C20.0306%2C4.2764%2019.8066%2C4.5004%2019.5306%2C4.5004%20L18.9526%2C4.5004%20L18.9526%2C3.5004%20Z%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.078%2C3.5004%20L0.5%2C3.5004%20C0.224%2C3.5004%20-1.27675648e-14%2C3.7244%20-1.27675648e-14%2C4.0004%20C-1.27675648e-14%2C4.2764%200.224%2C4.5004%200.5%2C4.5004%20L1.078%2C4.5004%20L1.078%2C3.5004%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__accessories {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Faccessory_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Faccessory%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22accessory_24px%22%20transform%3D%22translate(1.999900%2C%207.999600)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.8471%2C7.036%20C13.1141%2C7.036%2011.7031%2C5.675%2011.7031%2C4%20C11.7031%2C2.327%2013.1141%2C0.965%2014.8471%2C0.965%20C16.4171%2C0.965%2017.7111%2C2.085%2017.9431%2C3.54%20C17.7221%2C3.59%2017.5541%2C3.772%2017.5541%2C4%20C17.5541%2C4.229%2017.7221%2C4.411%2017.9431%2C4.461%20C17.7111%2C5.915%2016.4181%2C7.036%2014.8471%2C7.036%20M5.1831%2C7.036%20C3.6131%2C7.036%202.3201%2C5.915%202.0881%2C4.461%20C2.3081%2C4.411%202.4761%2C4.229%202.4761%2C4%20C2.4761%2C3.772%202.3081%2C3.59%202.0881%2C3.54%20C2.3201%2C2.085%203.6131%2C0.965%205.1831%2C0.965%20C6.9171%2C0.965%208.3271%2C2.327%208.3271%2C4%20C8.3271%2C5.675%206.9171%2C7.036%205.1831%2C7.036%20M19.5161%2C3.518%20L18.9391%2C3.518%20C18.6891%2C1.542%2016.9601%2C0%2014.8471%2C0%20C12.9091%2C0%2011.2901%2C1.298%2010.8401%2C3.037%20C10.5561%2C2.876%2010.2641%2C2.797%209.9821%2C2.809%20C9.6791%2C2.818%209.4151%2C2.915%209.1911%2C3.039%20C8.7431%2C1.299%207.1221%2C0%205.1831%2C0%20C3.0711%2C0%201.3421%2C1.542%201.0921%2C3.518%20L0.5141%2C3.518%20C0.2391%2C3.518%200.0151%2C3.734%200.0151%2C4%20C0.0151%2C4.267%200.2391%2C4.482%200.5141%2C4.482%20L1.0921%2C4.482%20C1.3421%2C6.459%203.0711%2C8%205.1831%2C8%20C7.3981%2C8%209.1991%2C6.307%209.3051%2C4.193%20C9.4431%2C4.033%209.7171%2C3.78%2010.0141%2C3.773%20C10.0171%2C3.773%2010.0211%2C3.772%2010.0251%2C3.772%20C10.2921%2C3.772%2010.5411%2C3.987%2010.7261%2C4.199%20C10.8361%2C6.31%2012.6341%2C8%2014.8471%2C8%20C16.9601%2C8%2018.6891%2C6.459%2018.9391%2C4.482%20L19.5161%2C4.482%20C19.7921%2C4.482%2020.0151%2C4.267%2020.0151%2C4%20C20.0151%2C3.734%2019.7921%2C3.518%2019.5161%2C3.518%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.9526%2C3.5004%20L19.5306%2C3.5004%20C19.8066%2C3.5004%2020.0306%2C3.7244%2020.0306%2C4.0004%20C20.0306%2C4.2764%2019.8066%2C4.5004%2019.5306%2C4.5004%20L18.9526%2C4.5004%20L18.9526%2C3.5004%20Z%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.078%2C3.5004%20L0.5%2C3.5004%20C0.224%2C3.5004%20-1.27675648e-14%2C3.7244%20-1.27675648e-14%2C4.0004%20C-1.27675648e-14%2C4.2764%200.224%2C4.5004%200.5%2C4.5004%20L1.078%2C4.5004%20L1.078%2C3.5004%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__fashion {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F64px%2Fproduct%20category%2Fweb%2Findex%2Ffashion_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F64px%2Fproduct-category%2Fweb%2Findex%2Ffashion%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22fashion_24px%22%20transform%3D%22translate(3.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.0459%2C14.1145%20C16.0459%2C14.5785%2015.6679%2C14.9565%2015.2039%2C14.9565%20L12.6369%2C14.9565%20C12.1729%2C14.9565%2011.7949%2C14.5785%2011.7949%2C14.1145%20L11.7949%2C11.5465%20L16.0459%2C11.5465%20L16.0459%2C14.1145%20Z%20M16.5459%2C10.5465%20L11.2949%2C10.5465%20C11.0189%2C10.5465%2010.7949%2C10.7695%2010.7949%2C11.0465%20L10.7949%2C14.1145%20C10.7949%2C15.1305%2011.6209%2C15.9565%2012.6369%2C15.9565%20L15.2039%2C15.9565%20C16.2199%2C15.9565%2017.0459%2C15.1305%2017.0459%2C14.1145%20L17.0459%2C11.0465%20C17.0459%2C10.7695%2016.8219%2C10.5465%2016.5459%2C10.5465%20L16.5459%2C10.5465%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.8555%2C17.9583%20C17.8555%2C18.4183%2017.4805%2C18.7933%2017.0205%2C18.7933%20L9.9275%2C18.7933%20L9.9275%2C6.5543%20C9.9275%2C6.2773%209.7045%2C6.0543%209.4275%2C6.0543%20C9.1515%2C6.0543%208.9275%2C6.2773%208.9275%2C6.5543%20L8.9275%2C18.7933%20L1.8355%2C18.7933%20C1.3755%2C18.7933%201.0005%2C18.4183%201.0005%2C17.9583%20L1.0005%2C2.7733%20C1.0005%2C2.3123%201.3755%2C1.9373%201.8355%2C1.9373%20L5.4135%2C1.9373%20L7.2555%2C5.3923%20C7.3455%2C5.5603%207.5185%2C5.6563%207.6975%2C5.6563%20C7.7765%2C5.6563%207.8565%2C5.6373%207.9325%2C5.5983%20L9.4135%2C4.8073%20L10.8935%2C5.5973%20C10.9685%2C5.6373%2011.0485%2C5.6563%2011.1285%2C5.6563%20C11.3075%2C5.6563%2011.4805%2C5.5603%2011.5705%2C5.3923%20L13.4125%2C1.9373%20L17.0205%2C1.9373%20C17.4805%2C1.9373%2017.8555%2C2.3123%2017.8555%2C2.7733%20L17.8555%2C17.9583%20Z%20M7.2175%2C1.1773%20L8.7415%2C4.0323%20L7.9025%2C4.4793%20L6.3785%2C1.6243%20L7.2175%2C1.1773%20Z%20M11.6085%2C1.1773%20L12.4465%2C1.6243%20L10.9225%2C4.4793%20L10.0845%2C4.0323%20L11.6085%2C1.1773%20Z%20M9.4135%2C3.1673%20L8.2565%2C1.0003%20L10.5685%2C1.0003%20L9.4135%2C3.1673%20Z%20M13.2845%2C0.9373%20L11.6375%2C0.0593%20C11.6315%2C0.0563%2011.6245%2C0.0563%2011.6175%2C0.0533%20C11.5865%2C0.0383%2011.5545%2C0.0323%2011.5205%2C0.0233%20C11.4895%2C0.0163%2011.4595%2C0.0063%2011.4275%2C0.0053%20C11.4185%2C0.0043%2011.4115%2C0.0003%2011.4025%2C0.0003%20L7.4235%2C0.0003%20C7.4145%2C0.0003%207.4075%2C0.0043%207.3995%2C0.0053%20C7.3655%2C0.0063%207.3335%2C0.0163%207.3005%2C0.0243%20C7.2685%2C0.0333%207.2375%2C0.0393%207.2085%2C0.0533%20C7.2025%2C0.0563%207.1945%2C0.0563%207.1885%2C0.0593%20L5.5315%2C0.9433%20C5.5215%2C0.9433%205.5135%2C0.9373%205.5035%2C0.9373%20L1.8355%2C0.9373%20C0.8235%2C0.9373%200.0005%2C1.7613%200.0005%2C2.7733%20L0.0005%2C17.9583%20C0.0005%2C18.9703%200.8235%2C19.7933%201.8355%2C19.7933%20L17.0205%2C19.7933%20C18.0325%2C19.7933%2018.8555%2C18.9703%2018.8555%2C17.9583%20L18.8555%2C2.7733%20C18.8555%2C1.7613%2018.0325%2C0.9373%2017.0205%2C0.9373%20L13.2845%2C0.9373%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__fashion {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F64px%2Fproduct%20category%2Fweb%2Findex%2Ffashion_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F64px%2Fproduct-category%2Fweb%2Findex%2Ffashion%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22fashion_24px%22%20transform%3D%22translate(3.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.0459%2C14.1145%20C16.0459%2C14.5785%2015.6679%2C14.9565%2015.2039%2C14.9565%20L12.6369%2C14.9565%20C12.1729%2C14.9565%2011.7949%2C14.5785%2011.7949%2C14.1145%20L11.7949%2C11.5465%20L16.0459%2C11.5465%20L16.0459%2C14.1145%20Z%20M16.5459%2C10.5465%20L11.2949%2C10.5465%20C11.0189%2C10.5465%2010.7949%2C10.7695%2010.7949%2C11.0465%20L10.7949%2C14.1145%20C10.7949%2C15.1305%2011.6209%2C15.9565%2012.6369%2C15.9565%20L15.2039%2C15.9565%20C16.2199%2C15.9565%2017.0459%2C15.1305%2017.0459%2C14.1145%20L17.0459%2C11.0465%20C17.0459%2C10.7695%2016.8219%2C10.5465%2016.5459%2C10.5465%20L16.5459%2C10.5465%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17.8555%2C17.9583%20C17.8555%2C18.4183%2017.4805%2C18.7933%2017.0205%2C18.7933%20L9.9275%2C18.7933%20L9.9275%2C6.5543%20C9.9275%2C6.2773%209.7045%2C6.0543%209.4275%2C6.0543%20C9.1515%2C6.0543%208.9275%2C6.2773%208.9275%2C6.5543%20L8.9275%2C18.7933%20L1.8355%2C18.7933%20C1.3755%2C18.7933%201.0005%2C18.4183%201.0005%2C17.9583%20L1.0005%2C2.7733%20C1.0005%2C2.3123%201.3755%2C1.9373%201.8355%2C1.9373%20L5.4135%2C1.9373%20L7.2555%2C5.3923%20C7.3455%2C5.5603%207.5185%2C5.6563%207.6975%2C5.6563%20C7.7765%2C5.6563%207.8565%2C5.6373%207.9325%2C5.5983%20L9.4135%2C4.8073%20L10.8935%2C5.5973%20C10.9685%2C5.6373%2011.0485%2C5.6563%2011.1285%2C5.6563%20C11.3075%2C5.6563%2011.4805%2C5.5603%2011.5705%2C5.3923%20L13.4125%2C1.9373%20L17.0205%2C1.9373%20C17.4805%2C1.9373%2017.8555%2C2.3123%2017.8555%2C2.7733%20L17.8555%2C17.9583%20Z%20M7.2175%2C1.1773%20L8.7415%2C4.0323%20L7.9025%2C4.4793%20L6.3785%2C1.6243%20L7.2175%2C1.1773%20Z%20M11.6085%2C1.1773%20L12.4465%2C1.6243%20L10.9225%2C4.4793%20L10.0845%2C4.0323%20L11.6085%2C1.1773%20Z%20M9.4135%2C3.1673%20L8.2565%2C1.0003%20L10.5685%2C1.0003%20L9.4135%2C3.1673%20Z%20M13.2845%2C0.9373%20L11.6375%2C0.0593%20C11.6315%2C0.0563%2011.6245%2C0.0563%2011.6175%2C0.0533%20C11.5865%2C0.0383%2011.5545%2C0.0323%2011.5205%2C0.0233%20C11.4895%2C0.0163%2011.4595%2C0.0063%2011.4275%2C0.0053%20C11.4185%2C0.0043%2011.4115%2C0.0003%2011.4025%2C0.0003%20L7.4235%2C0.0003%20C7.4145%2C0.0003%207.4075%2C0.0043%207.3995%2C0.0053%20C7.3655%2C0.0063%207.3335%2C0.0163%207.3005%2C0.0243%20C7.2685%2C0.0333%207.2375%2C0.0393%207.2085%2C0.0533%20C7.2025%2C0.0563%207.1945%2C0.0563%207.1885%2C0.0593%20L5.5315%2C0.9433%20C5.5215%2C0.9433%205.5135%2C0.9373%205.5035%2C0.9373%20L1.8355%2C0.9373%20C0.8235%2C0.9373%200.0005%2C1.7613%200.0005%2C2.7733%20L0.0005%2C17.9583%20C0.0005%2C18.9703%200.8235%2C19.7933%201.8355%2C19.7933%20L17.0205%2C19.7933%20C18.0325%2C19.7933%2018.8555%2C18.9703%2018.8555%2C17.9583%20L18.8555%2C2.7733%20C18.8555%2C1.7613%2018.0325%2C0.9373%2017.0205%2C0.9373%20L13.2845%2C0.9373%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__books {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fbook_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fbook%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22book_24px%22%20transform%3D%22translate(4.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.428%2C17.9822%20C14.428%2C18.4312%2014.063%2C18.7962%2013.615%2C18.7962%20L1.814%2C18.7962%20C1.365%2C18.7962%201%2C18.4312%201%2C17.9822%20L1%2C17.5352%20L1.207%2C17.5352%20C1.483%2C17.5352%201.707%2C17.3112%201.707%2C17.0352%20C1.707%2C16.7582%201.483%2C16.5352%201.207%2C16.5352%20L1%2C16.5352%20L1%2C15.1122%20L1.207%2C15.1122%20C1.483%2C15.1122%201.707%2C14.8882%201.707%2C14.6122%20C1.707%2C14.3362%201.483%2C14.1122%201.207%2C14.1122%20L1%2C14.1122%20L1%2C9.7642%20L1%2C7.3412%20L1%2C5.4182%20L1.244%2C5.4182%20C1.52%2C5.4182%201.744%2C5.1942%201.744%2C4.9182%20C1.744%2C4.6412%201.52%2C4.4182%201.244%2C4.4182%20L1%2C4.4182%20L1%2C2.9952%20L1.318%2C2.9952%20C1.595%2C2.9952%201.818%2C2.7712%201.818%2C2.4952%20C1.818%2C2.2182%201.595%2C1.9952%201.318%2C1.9952%20L1%2C1.9952%20L1%2C1.8142%20C1%2C1.3652%201.365%2C1.0002%201.814%2C1.0002%20L13.615%2C1.0002%20C14.063%2C1.0002%2014.428%2C1.3652%2014.428%2C1.8142%20L14.428%2C17.9822%20Z%20M13.615%2C0.0002%20L1.814%2C0.0002%20C0.814%2C0.0002%200%2C0.8142%200%2C1.8142%20L0%2C7.3412%20L0%2C9.7642%20L0%2C17.9822%20C0%2C18.9832%200.814%2C19.7962%201.814%2C19.7962%20L13.615%2C19.7962%20C14.615%2C19.7962%2015.428%2C18.9832%2015.428%2C17.9822%20L15.428%2C1.8142%20C15.428%2C0.8142%2014.615%2C0.0002%2013.615%2C0.0002%20L13.615%2C0.0002%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.6331%2C1.6492%20C12.3571%2C1.6492%2012.1331%2C1.8732%2012.1331%2C2.1492%20L12.1331%2C17.6472%20C12.1331%2C17.9232%2012.3571%2C18.1472%2012.6331%2C18.1472%20C12.9091%2C18.1472%2013.1331%2C17.9232%2013.1331%2C17.6472%20L13.1331%2C2.1492%20C13.1331%2C1.8732%2012.9091%2C1.6492%2012.6331%2C1.6492%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.39%2C5.6374%20L9.084%2C5.6374%20L9.084%2C4.8824%20L5.39%2C4.8824%20L5.39%2C5.6374%20Z%20M4.89%2C3.8824%20C4.614%2C3.8824%204.39%2C4.1064%204.39%2C4.3824%20L4.39%2C6.1374%20C4.39%2C6.4134%204.614%2C6.6374%204.89%2C6.6374%20C5.80549769%2C6.6374%206.49212095%2C6.6374%206.94986979%2C6.6374%20C7.53523206%2C6.6374%208.41327546%2C6.6374%209.584%2C6.6374%20C9.861%2C6.6374%2010.084%2C6.4134%2010.084%2C6.1374%20L10.084%2C4.3824%20C10.084%2C4.1064%209.861%2C3.8824%209.584%2C3.8824%20L4.89%2C3.8824%20Z%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.5842%2C11.7918%20L5.2062%2C11.7918%20C4.9302%2C11.7918%204.7062%2C12.0158%204.7062%2C12.2918%20C4.7062%2C12.5678%204.9302%2C12.7918%205.2062%2C12.7918%20L9.5842%2C12.7918%20C9.8602%2C12.7918%2010.0842%2C12.5678%2010.0842%2C12.2918%20C10.0842%2C12.0158%209.8602%2C11.7918%209.5842%2C11.7918%22%20id%3D%22Fill-8%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.5842%2C13.5222%20L5.2062%2C13.5222%20C4.9302%2C13.5222%204.7062%2C13.7462%204.7062%2C14.0222%20C4.7062%2C14.2982%204.9302%2C14.5222%205.2062%2C14.5222%20L9.5842%2C14.5222%20C9.8602%2C14.5222%2010.0842%2C14.2982%2010.0842%2C14.0222%20C10.0842%2C13.7462%209.8602%2C13.5222%209.5842%2C13.5222%22%20id%3D%22Fill-9%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__books {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fbook_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fbook%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22book_24px%22%20transform%3D%22translate(4.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.428%2C17.9822%20C14.428%2C18.4312%2014.063%2C18.7962%2013.615%2C18.7962%20L1.814%2C18.7962%20C1.365%2C18.7962%201%2C18.4312%201%2C17.9822%20L1%2C17.5352%20L1.207%2C17.5352%20C1.483%2C17.5352%201.707%2C17.3112%201.707%2C17.0352%20C1.707%2C16.7582%201.483%2C16.5352%201.207%2C16.5352%20L1%2C16.5352%20L1%2C15.1122%20L1.207%2C15.1122%20C1.483%2C15.1122%201.707%2C14.8882%201.707%2C14.6122%20C1.707%2C14.3362%201.483%2C14.1122%201.207%2C14.1122%20L1%2C14.1122%20L1%2C9.7642%20L1%2C7.3412%20L1%2C5.4182%20L1.244%2C5.4182%20C1.52%2C5.4182%201.744%2C5.1942%201.744%2C4.9182%20C1.744%2C4.6412%201.52%2C4.4182%201.244%2C4.4182%20L1%2C4.4182%20L1%2C2.9952%20L1.318%2C2.9952%20C1.595%2C2.9952%201.818%2C2.7712%201.818%2C2.4952%20C1.818%2C2.2182%201.595%2C1.9952%201.318%2C1.9952%20L1%2C1.9952%20L1%2C1.8142%20C1%2C1.3652%201.365%2C1.0002%201.814%2C1.0002%20L13.615%2C1.0002%20C14.063%2C1.0002%2014.428%2C1.3652%2014.428%2C1.8142%20L14.428%2C17.9822%20Z%20M13.615%2C0.0002%20L1.814%2C0.0002%20C0.814%2C0.0002%200%2C0.8142%200%2C1.8142%20L0%2C7.3412%20L0%2C9.7642%20L0%2C17.9822%20C0%2C18.9832%200.814%2C19.7962%201.814%2C19.7962%20L13.615%2C19.7962%20C14.615%2C19.7962%2015.428%2C18.9832%2015.428%2C17.9822%20L15.428%2C1.8142%20C15.428%2C0.8142%2014.615%2C0.0002%2013.615%2C0.0002%20L13.615%2C0.0002%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.6331%2C1.6492%20C12.3571%2C1.6492%2012.1331%2C1.8732%2012.1331%2C2.1492%20L12.1331%2C17.6472%20C12.1331%2C17.9232%2012.3571%2C18.1472%2012.6331%2C18.1472%20C12.9091%2C18.1472%2013.1331%2C17.9232%2013.1331%2C17.6472%20L13.1331%2C2.1492%20C13.1331%2C1.8732%2012.9091%2C1.6492%2012.6331%2C1.6492%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.39%2C5.6374%20L9.084%2C5.6374%20L9.084%2C4.8824%20L5.39%2C4.8824%20L5.39%2C5.6374%20Z%20M4.89%2C3.8824%20C4.614%2C3.8824%204.39%2C4.1064%204.39%2C4.3824%20L4.39%2C6.1374%20C4.39%2C6.4134%204.614%2C6.6374%204.89%2C6.6374%20C5.80549769%2C6.6374%206.49212095%2C6.6374%206.94986979%2C6.6374%20C7.53523206%2C6.6374%208.41327546%2C6.6374%209.584%2C6.6374%20C9.861%2C6.6374%2010.084%2C6.4134%2010.084%2C6.1374%20L10.084%2C4.3824%20C10.084%2C4.1064%209.861%2C3.8824%209.584%2C3.8824%20L4.89%2C3.8824%20Z%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.5842%2C11.7918%20L5.2062%2C11.7918%20C4.9302%2C11.7918%204.7062%2C12.0158%204.7062%2C12.2918%20C4.7062%2C12.5678%204.9302%2C12.7918%205.2062%2C12.7918%20L9.5842%2C12.7918%20C9.8602%2C12.7918%2010.0842%2C12.5678%2010.0842%2C12.2918%20C10.0842%2C12.0158%209.8602%2C11.7918%209.5842%2C11.7918%22%20id%3D%22Fill-8%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.5842%2C13.5222%20L5.2062%2C13.5222%20C4.9302%2C13.5222%204.7062%2C13.7462%204.7062%2C14.0222%20C4.7062%2C14.2982%204.9302%2C14.5222%205.2062%2C14.5222%20L9.5842%2C14.5222%20C9.8602%2C14.5222%2010.0842%2C14.2982%2010.0842%2C14.0222%20C10.0842%2C13.7462%209.8602%2C13.5222%209.5842%2C13.5222%22%20id%3D%22Fill-9%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__mall {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fmall_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.5%2C0.906190476%20L0.452%2C0.908095238%20C0.195%2C0.93%200%2C1.1252381%200%2C1.37%20L0%2C1.37%20L0%2C19.4880952%20L0.003%2C19.5338095%20C0.026%2C19.7719048%200.236%2C19.9528571%200.5%2C19.9528571%20L0.5%2C19.9528571%20L3.5%2C19.9528571%20L3.549%2C19.9519048%20C3.805%2C19.9290476%204%2C19.7338095%204%2C19.4880952%20L4%2C19.4880952%20L4%2C19.0242857%20L16%2C19.0242857%20L16%2C19.4880952%20L16.003%2C19.5338095%20C16.026%2C19.7719048%2016.237%2C19.9528571%2016.5%2C19.9528571%20L16.5%2C19.9528571%20L19.5%2C19.9528571%20L19.549%2C19.9519048%20C19.805%2C19.9290476%2020%2C19.7338095%2020%2C19.4880952%20L20%2C19.4880952%20L20%2C1.37%20L19.998%2C1.3252381%20C19.974%2C1.08619048%2019.764%2C0.906190476%2019.5%2C0.906190476%20L19.5%2C0.906190476%20L0.5%2C0.906190476%20Z%20M1%2C7.92047619%20L19%2C7.92047619%20L19%2C1.8347619%20L1%2C1.8347619%20L1%2C7.92047619%20Z%20M17%2C19.0242857%20L19%2C19.0242857%20L19%2C8.80333333%20L17%2C8.80333333%20L17%2C19.0242857%20Z%20M4%2C18.0957143%20L16%2C18.0957143%20L16%2C8.80333333%20L4%2C8.80333333%20L4%2C18.0957143%20Z%20M1%2C19.0242857%20L3.001%2C19.0242857%20L3.001%2C8.80333333%20L1%2C8.80333333%20L1%2C19.0242857%20Z%20M12.207%2C9.89190476%20L8.043%2C13.762381%20C7.848%2C13.942381%207.848%2C14.237619%208.043%2C14.4185714%20L8.043%2C14.4185714%20L8.084%2C14.4519048%20C8.28%2C14.5995238%208.568%2C14.5871429%208.75%2C14.4185714%20L8.75%2C14.4185714%20L12.914%2C10.5490476%20C13.109%2C10.3690476%2013.109%2C10.0738095%2012.914%2C9.89190476%20L12.914%2C9.89190476%20C12.817%2C9.80238095%2012.689%2C9.75666667%2012.56%2C9.75666667%20L12.56%2C9.75666667%20C12.432%2C9.75666667%2012.305%2C9.80238095%2012.207%2C9.89190476%20L12.207%2C9.89190476%20Z%20M12%2C13.9147619%20C12%2C14.1709524%2012.225%2C14.3795238%2012.5%2C14.3795238%20L12.5%2C14.3795238%20C12.776%2C14.3795238%2013%2C14.1709524%2013%2C13.9147619%20L13%2C13.9147619%20C13%2C13.657619%2012.776%2C13.45%2012.5%2C13.45%20L12.5%2C13.45%20C12.225%2C13.45%2012%2C13.657619%2012%2C13.9147619%20L12%2C13.9147619%20Z%20M11.207%2C14.3785714%20L9.086%2C16.3490476%20C8.891%2C16.5309524%208.891%2C16.8252381%209.086%2C17.0061905%20L9.086%2C17.0061905%20L9.127%2C17.0404762%20C9.323%2C17.1871429%209.611%2C17.1757143%209.793%2C17.0061905%20L9.793%2C17.0061905%20L11.914%2C15.0357143%20C12.109%2C14.8538095%2012.109%2C14.5604762%2011.914%2C14.3785714%20L11.914%2C14.3785714%20C11.816%2C14.2871429%2011.688%2C14.242381%2011.56%2C14.242381%20L11.56%2C14.242381%20C11.432%2C14.242381%2011.304%2C14.2871429%2011.207%2C14.3785714%20L11.207%2C14.3785714%20Z%20M7%2C14.8433333%20C7%2C15.0995238%207.224%2C15.3080952%207.5%2C15.3080952%20L7.5%2C15.3080952%20C7.776%2C15.3080952%208%2C15.0995238%208%2C14.8433333%20L8%2C14.8433333%20C8%2C14.5861905%207.776%2C14.3795238%207.5%2C14.3795238%20L7.5%2C14.3795238%20C7.224%2C14.3795238%207%2C14.5861905%207%2C14.8433333%20L7%2C14.8433333%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fmall%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22mall_24px%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Clip-2%22%20fill%3D%22%23262626%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate(1.500000%2C%202.414500)%22%20fill%3D%22%23F4663A%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14%2C0.488%20L14%2C4.39%20C14%2C4.66%2014.224%2C4.878%2014.5%2C4.878%20L14.5%2C4.878%20L16.5%2C4.878%20C16.78%2C4.878%2017%2C4.664%2017%2C4.39%20L17%2C4.39%20C17%2C4.117%2016.78%2C3.902%2016.5%2C3.902%20L16.5%2C3.902%20L15%2C3.902%20L15%2C0.488%20C15%2C0.215%2014.78%2C7.81597009e-14%2014.5%2C7.81597009e-14%20L14.5%2C7.81597009e-14%20C14.22%2C7.81597009e-14%2014%2C0.215%2014%2C0.488%20L14%2C0.488%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2C0.488%20L10%2C4.39%20C10%2C4.66%2010.224%2C4.878%2010.5%2C4.878%20L10.5%2C4.878%20L12.5%2C4.878%20C12.78%2C4.878%2013%2C4.664%2013%2C4.39%20L13%2C4.39%20C13%2C4.117%2012.78%2C3.902%2012.5%2C3.902%20L12.5%2C3.902%20L11%2C3.902%20L11%2C0.488%20C11%2C0.215%2010.779%2C7.81597009e-14%2010.5%2C7.81597009e-14%20L10.5%2C7.81597009e-14%20C10.221%2C7.81597009e-14%2010%2C0.215%2010%2C0.488%20L10%2C0.488%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.5%2C1.56319402e-13%20C8.763%2C1.56319402e-13%208.974%2C0.19%208.997%2C0.441%20L8.997%2C0.441%20L9%2C0.488%20L9%2C4.39%20C9%2C4.664%208.78%2C4.878%208.5%2C4.878%20C8.236%2C4.878%208.026%2C4.688%208.002%2C4.438%20L8.002%2C4.438%20L8%2C4.39%20L8%2C2.927%20L6%2C2.927%20L6%2C4.39%20C6%2C4.664%205.78%2C4.878%205.5%2C4.878%20C5.236%2C4.878%205.026%2C4.688%205.002%2C4.438%20L5.002%2C4.438%20L5%2C4.39%20L5%2C0.488%20C5%2C0.231%205.195%2C0.025%205.451%2C0.003%20L5.451%2C0.003%20L5.5%2C1.56319402e-13%20Z%20M8%2C0.975%20L6%2C0.975%20L6%2C1.951%20L8%2C1.951%20L8%2C0.975%20Z%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.201%2C0.098%20L3%2C0.245%20L1.99%2C1.102%20L0.8%2C0.098%20C0.71%2C0.03%200.61%2C7.81597009e-14%200.5%2C7.81597009e-14%20L0.5%2C7.81597009e-14%20C0.35%2C7.81597009e-14%200.2%2C0.068%200.1%2C0.195%20L0.1%2C0.195%20C0.03%2C0.283%200%2C0.381%200%2C0.488%20L0%2C0.488%20L0%2C4.39%20C0%2C4.664%200.221%2C4.878%200.5%2C4.878%20L0.5%2C4.878%20C0.779%2C4.878%201%2C4.664%201%2C4.39%20L1%2C4.39%20L1%2C1.463%20L1.661%2C2.059%20C1.85%2C2.235%202.15%2C2.235%202.34%2C2.059%20L2.34%2C2.059%20L3%2C1.463%20L3%2C4.39%20C3%2C4.664%203.22%2C4.878%203.5%2C4.878%20L3.5%2C4.878%20C3.78%2C4.878%204%2C4.664%204%2C4.39%20L4%2C4.39%20L4%2C0.488%20C4%2C0.381%203.97%2C0.283%203.9%2C0.195%20L3.9%2C0.195%20C3.8%2C0.068%203.65%2C7.81597009e-14%203.5%2C7.81597009e-14%20L3.5%2C7.81597009e-14%20C3.39%2C7.81597009e-14%203.29%2C0.03%203.201%2C0.098%20L3.201%2C0.098%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__mall {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fmall_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.5%2C0.906190476%20L0.452%2C0.908095238%20C0.195%2C0.93%200%2C1.1252381%200%2C1.37%20L0%2C1.37%20L0%2C19.4880952%20L0.003%2C19.5338095%20C0.026%2C19.7719048%200.236%2C19.9528571%200.5%2C19.9528571%20L0.5%2C19.9528571%20L3.5%2C19.9528571%20L3.549%2C19.9519048%20C3.805%2C19.9290476%204%2C19.7338095%204%2C19.4880952%20L4%2C19.4880952%20L4%2C19.0242857%20L16%2C19.0242857%20L16%2C19.4880952%20L16.003%2C19.5338095%20C16.026%2C19.7719048%2016.237%2C19.9528571%2016.5%2C19.9528571%20L16.5%2C19.9528571%20L19.5%2C19.9528571%20L19.549%2C19.9519048%20C19.805%2C19.9290476%2020%2C19.7338095%2020%2C19.4880952%20L20%2C19.4880952%20L20%2C1.37%20L19.998%2C1.3252381%20C19.974%2C1.08619048%2019.764%2C0.906190476%2019.5%2C0.906190476%20L19.5%2C0.906190476%20L0.5%2C0.906190476%20Z%20M1%2C7.92047619%20L19%2C7.92047619%20L19%2C1.8347619%20L1%2C1.8347619%20L1%2C7.92047619%20Z%20M17%2C19.0242857%20L19%2C19.0242857%20L19%2C8.80333333%20L17%2C8.80333333%20L17%2C19.0242857%20Z%20M4%2C18.0957143%20L16%2C18.0957143%20L16%2C8.80333333%20L4%2C8.80333333%20L4%2C18.0957143%20Z%20M1%2C19.0242857%20L3.001%2C19.0242857%20L3.001%2C8.80333333%20L1%2C8.80333333%20L1%2C19.0242857%20Z%20M12.207%2C9.89190476%20L8.043%2C13.762381%20C7.848%2C13.942381%207.848%2C14.237619%208.043%2C14.4185714%20L8.043%2C14.4185714%20L8.084%2C14.4519048%20C8.28%2C14.5995238%208.568%2C14.5871429%208.75%2C14.4185714%20L8.75%2C14.4185714%20L12.914%2C10.5490476%20C13.109%2C10.3690476%2013.109%2C10.0738095%2012.914%2C9.89190476%20L12.914%2C9.89190476%20C12.817%2C9.80238095%2012.689%2C9.75666667%2012.56%2C9.75666667%20L12.56%2C9.75666667%20C12.432%2C9.75666667%2012.305%2C9.80238095%2012.207%2C9.89190476%20L12.207%2C9.89190476%20Z%20M12%2C13.9147619%20C12%2C14.1709524%2012.225%2C14.3795238%2012.5%2C14.3795238%20L12.5%2C14.3795238%20C12.776%2C14.3795238%2013%2C14.1709524%2013%2C13.9147619%20L13%2C13.9147619%20C13%2C13.657619%2012.776%2C13.45%2012.5%2C13.45%20L12.5%2C13.45%20C12.225%2C13.45%2012%2C13.657619%2012%2C13.9147619%20L12%2C13.9147619%20Z%20M11.207%2C14.3785714%20L9.086%2C16.3490476%20C8.891%2C16.5309524%208.891%2C16.8252381%209.086%2C17.0061905%20L9.086%2C17.0061905%20L9.127%2C17.0404762%20C9.323%2C17.1871429%209.611%2C17.1757143%209.793%2C17.0061905%20L9.793%2C17.0061905%20L11.914%2C15.0357143%20C12.109%2C14.8538095%2012.109%2C14.5604762%2011.914%2C14.3785714%20L11.914%2C14.3785714%20C11.816%2C14.2871429%2011.688%2C14.242381%2011.56%2C14.242381%20L11.56%2C14.242381%20C11.432%2C14.242381%2011.304%2C14.2871429%2011.207%2C14.3785714%20L11.207%2C14.3785714%20Z%20M7%2C14.8433333%20C7%2C15.0995238%207.224%2C15.3080952%207.5%2C15.3080952%20L7.5%2C15.3080952%20C7.776%2C15.3080952%208%2C15.0995238%208%2C14.8433333%20L8%2C14.8433333%20C8%2C14.5861905%207.776%2C14.3795238%207.5%2C14.3795238%20L7.5%2C14.3795238%20C7.224%2C14.3795238%207%2C14.5861905%207%2C14.8433333%20L7%2C14.8433333%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fmall%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22mall_24px%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Clip-2%22%20fill%3D%22%23262626%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate(1.500000%2C%202.414500)%22%20fill%3D%22%23F4663A%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14%2C0.488%20L14%2C4.39%20C14%2C4.66%2014.224%2C4.878%2014.5%2C4.878%20L14.5%2C4.878%20L16.5%2C4.878%20C16.78%2C4.878%2017%2C4.664%2017%2C4.39%20L17%2C4.39%20C17%2C4.117%2016.78%2C3.902%2016.5%2C3.902%20L16.5%2C3.902%20L15%2C3.902%20L15%2C0.488%20C15%2C0.215%2014.78%2C7.81597009e-14%2014.5%2C7.81597009e-14%20L14.5%2C7.81597009e-14%20C14.22%2C7.81597009e-14%2014%2C0.215%2014%2C0.488%20L14%2C0.488%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2C0.488%20L10%2C4.39%20C10%2C4.66%2010.224%2C4.878%2010.5%2C4.878%20L10.5%2C4.878%20L12.5%2C4.878%20C12.78%2C4.878%2013%2C4.664%2013%2C4.39%20L13%2C4.39%20C13%2C4.117%2012.78%2C3.902%2012.5%2C3.902%20L12.5%2C3.902%20L11%2C3.902%20L11%2C0.488%20C11%2C0.215%2010.779%2C7.81597009e-14%2010.5%2C7.81597009e-14%20L10.5%2C7.81597009e-14%20C10.221%2C7.81597009e-14%2010%2C0.215%2010%2C0.488%20L10%2C0.488%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.5%2C1.56319402e-13%20C8.763%2C1.56319402e-13%208.974%2C0.19%208.997%2C0.441%20L8.997%2C0.441%20L9%2C0.488%20L9%2C4.39%20C9%2C4.664%208.78%2C4.878%208.5%2C4.878%20C8.236%2C4.878%208.026%2C4.688%208.002%2C4.438%20L8.002%2C4.438%20L8%2C4.39%20L8%2C2.927%20L6%2C2.927%20L6%2C4.39%20C6%2C4.664%205.78%2C4.878%205.5%2C4.878%20C5.236%2C4.878%205.026%2C4.688%205.002%2C4.438%20L5.002%2C4.438%20L5%2C4.39%20L5%2C0.488%20C5%2C0.231%205.195%2C0.025%205.451%2C0.003%20L5.451%2C0.003%20L5.5%2C1.56319402e-13%20Z%20M8%2C0.975%20L6%2C0.975%20L6%2C1.951%20L8%2C1.951%20L8%2C0.975%20Z%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.201%2C0.098%20L3%2C0.245%20L1.99%2C1.102%20L0.8%2C0.098%20C0.71%2C0.03%200.61%2C7.81597009e-14%200.5%2C7.81597009e-14%20L0.5%2C7.81597009e-14%20C0.35%2C7.81597009e-14%200.2%2C0.068%200.1%2C0.195%20L0.1%2C0.195%20C0.03%2C0.283%200%2C0.381%200%2C0.488%20L0%2C0.488%20L0%2C4.39%20C0%2C4.664%200.221%2C4.878%200.5%2C4.878%20L0.5%2C4.878%20C0.779%2C4.878%201%2C4.664%201%2C4.39%20L1%2C4.39%20L1%2C1.463%20L1.661%2C2.059%20C1.85%2C2.235%202.15%2C2.235%202.34%2C2.059%20L2.34%2C2.059%20L3%2C1.463%20L3%2C4.39%20C3%2C4.664%203.22%2C4.878%203.5%2C4.878%20L3.5%2C4.878%20C3.78%2C4.878%204%2C4.664%204%2C4.39%20L4%2C4.39%20L4%2C0.488%20C4%2C0.381%203.97%2C0.283%203.9%2C0.195%20L3.9%2C0.195%20C3.8%2C0.068%203.65%2C7.81597009e-14%203.5%2C7.81597009e-14%20L3.5%2C7.81597009e-14%20C3.39%2C7.81597009e-14%203.29%2C0.03%203.201%2C0.098%20L3.201%2C0.098%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__food {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Ffood_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Ffood%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22food_24px%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.8643%2C13.7314737%20C1.3873%2C13.7314737%201.0003%2C14.1398947%201.0003%2C14.6409474%20C1.0003%2C17.8546316%203.3793%2C18.0177895%207.2603%2C18.0177895%20L12.3673%2C18.0177895%20C16.2733%2C18.0177895%2018.3123%2C17.8683158%2018.3123%2C14.6409474%20C18.3123%2C14.1398947%2017.9253%2C13.7314737%2017.4483%2C13.7314737%20L1.8643%2C13.7314737%20Z%20M12.3673%2C19.0704211%20L7.2603%2C19.0704211%20C3.8563%2C19.0704211%200.0003%2C19.0704211%200.0003%2C14.6409474%20C0.0003%2C13.5588421%200.8363%2C12.6788421%201.8643%2C12.6788421%20L17.4483%2C12.6788421%20C18.4763%2C12.6788421%2019.3123%2C13.5588421%2019.3123%2C14.6409474%20C19.3123%2C19.0704211%2015.7813%2C19.0704211%2012.3673%2C19.0704211%20L12.3673%2C19.0704211%20Z%22%20id%3D%22Fill-10%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.7071%2C1.05263158%20C3.5611%2C1.05263158%201.0001%2C3.74842105%201.0001%2C7.06105263%20L1.0001%2C7.64947368%20C1.0001%2C8.10315789%201.3521%2C8.47368421%201.7831%2C8.47368421%20L17.5301%2C8.47368421%20C17.9621%2C8.47368421%2018.3121%2C8.10315789%2018.3121%2C7.64947368%20L18.3121%2C7.06105263%20C18.3121%2C3.74842105%2015.7521%2C1.05263158%2012.6051%2C1.05263158%20L6.7071%2C1.05263158%20Z%20M17.5301%2C9.52631579%20L1.7831%2C9.52631579%20C0.8001%2C9.52631579%200.0001%2C8.68421053%200.0001%2C7.64947368%20L0.0001%2C7.06105263%20C0.0001%2C3.16736842%203.0091%2C0%206.7071%2C0%20L12.6051%2C0%20C16.3041%2C0%2019.3121%2C3.16736842%2019.3121%2C7.06105263%20L19.3121%2C7.64947368%20C19.3121%2C8.68421053%2018.5131%2C9.52631579%2017.5301%2C9.52631579%20L17.5301%2C9.52631579%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.6563%2C3.66473684%20C9.3803%2C3.66473684%209.1563%2C3.42894737%209.1563%2C3.13842105%20L9.1563%2C3.02789474%20C9.1563%2C2.73631579%209.3803%2C2.50157895%209.6563%2C2.50157895%20C9.9323%2C2.50157895%2010.1563%2C2.73631579%2010.1563%2C3.02789474%20L10.1563%2C3.13842105%20C10.1563%2C3.42894737%209.9323%2C3.66473684%209.6563%2C3.66473684%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.5704%2C3.13378947%20C7.2944%2C3.13378947%207.0704%2C2.898%207.0704%2C2.60747368%20L7.0704%2C2.49694737%20C7.0704%2C2.20536842%207.2944%2C1.97063158%207.5704%2C1.97063158%20C7.8464%2C1.97063158%208.0704%2C2.20536842%208.0704%2C2.49694737%20L8.0704%2C2.60747368%20C8.0704%2C2.898%207.8464%2C3.13378947%207.5704%2C3.13378947%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.1944%2C12.1906316%20C14.3394%2C12.1906316%2013.8824%2C11.8443158%2013.5144%2C11.5643158%20C13.1874%2C11.3169474%2012.9514%2C11.138%2012.4194%2C11.138%20C11.8884%2C11.138%2011.6524%2C11.3169474%2011.3274%2C11.5643158%20C10.9604%2C11.8432632%2010.5044%2C12.1906316%209.6494%2C12.1906316%20C8.7954%2C12.1906316%208.3394%2C11.8432632%207.9714%2C11.5643158%20C7.6464%2C11.3169474%207.4104%2C11.138%206.8804%2C11.138%20C6.3494%2C11.138%206.1134%2C11.3169474%205.7884%2C11.5643158%20C5.4214%2C11.8432632%204.9654%2C12.1906316%204.1104%2C12.1906316%20C3.2564%2C12.1906316%202.8004%2C11.8432632%202.4344%2C11.5643158%20C2.1094%2C11.3169474%201.8744%2C11.138%201.3434%2C11.138%20C1.0674%2C11.138%200.8434%2C10.9022105%200.8434%2C10.6116842%20C0.8434%2C10.3211579%201.0674%2C10.0853684%201.3434%2C10.0853684%20C2.1974%2C10.0853684%202.6544%2C10.4327368%203.0204%2C10.7116842%20C3.3454%2C10.9590526%203.5814%2C11.138%204.1104%2C11.138%20C4.6404%2C11.138%204.8774%2C10.9590526%205.2024%2C10.7116842%20C5.5694%2C10.4327368%206.0254%2C10.0853684%206.8804%2C10.0853684%20C7.7344%2C10.0853684%208.1904%2C10.4327368%208.5574%2C10.7116842%20C8.8824%2C10.9590526%209.1194%2C11.138%209.6494%2C11.138%20C10.1794%2C11.138%2010.4164%2C10.9590526%2010.7414%2C10.7116842%20C11.1084%2C10.4327368%2011.5644%2C10.0853684%2012.4194%2C10.0853684%20C13.2744%2C10.0853684%2013.7314%2C10.4327368%2014.0984%2C10.7116842%20C14.4254%2C10.9590526%2014.6624%2C11.138%2015.1944%2C11.138%20C15.7264%2C11.138%2015.9624%2C10.9590526%2016.2894%2C10.7116842%20C16.6564%2C10.4327368%2017.1134%2C10.0853684%2017.9684%2C10.0853684%20C18.2454%2C10.0853684%2018.4684%2C10.3211579%2018.4684%2C10.6116842%20C18.4684%2C10.9022105%2018.2454%2C11.138%2017.9684%2C11.138%20C17.4364%2C11.138%2017.2004%2C11.3169474%2016.8734%2C11.5643158%20C16.5064%2C11.8443158%2016.0484%2C12.1906316%2015.1944%2C12.1906316%22%20id%3D%22Fill-8%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6368%2C2.96768421%20C11.3608%2C2.96768421%2011.1368%2C2.73189474%2011.1368%2C2.44136842%20L11.1368%2C2.33084211%20C11.1368%2C2.03926316%2011.3608%2C1.80452632%2011.6368%2C1.80452632%20C11.9128%2C1.80452632%2012.1368%2C2.03926316%2012.1368%2C2.33084211%20L12.1368%2C2.44136842%20C12.1368%2C2.73189474%2011.9128%2C2.96768421%2011.6368%2C2.96768421%22%20id%3D%22Fill-13%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__food {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Ffood_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Ffood%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22food_24px%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.8643%2C13.7314737%20C1.3873%2C13.7314737%201.0003%2C14.1398947%201.0003%2C14.6409474%20C1.0003%2C17.8546316%203.3793%2C18.0177895%207.2603%2C18.0177895%20L12.3673%2C18.0177895%20C16.2733%2C18.0177895%2018.3123%2C17.8683158%2018.3123%2C14.6409474%20C18.3123%2C14.1398947%2017.9253%2C13.7314737%2017.4483%2C13.7314737%20L1.8643%2C13.7314737%20Z%20M12.3673%2C19.0704211%20L7.2603%2C19.0704211%20C3.8563%2C19.0704211%200.0003%2C19.0704211%200.0003%2C14.6409474%20C0.0003%2C13.5588421%200.8363%2C12.6788421%201.8643%2C12.6788421%20L17.4483%2C12.6788421%20C18.4763%2C12.6788421%2019.3123%2C13.5588421%2019.3123%2C14.6409474%20C19.3123%2C19.0704211%2015.7813%2C19.0704211%2012.3673%2C19.0704211%20L12.3673%2C19.0704211%20Z%22%20id%3D%22Fill-10%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.7071%2C1.05263158%20C3.5611%2C1.05263158%201.0001%2C3.74842105%201.0001%2C7.06105263%20L1.0001%2C7.64947368%20C1.0001%2C8.10315789%201.3521%2C8.47368421%201.7831%2C8.47368421%20L17.5301%2C8.47368421%20C17.9621%2C8.47368421%2018.3121%2C8.10315789%2018.3121%2C7.64947368%20L18.3121%2C7.06105263%20C18.3121%2C3.74842105%2015.7521%2C1.05263158%2012.6051%2C1.05263158%20L6.7071%2C1.05263158%20Z%20M17.5301%2C9.52631579%20L1.7831%2C9.52631579%20C0.8001%2C9.52631579%200.0001%2C8.68421053%200.0001%2C7.64947368%20L0.0001%2C7.06105263%20C0.0001%2C3.16736842%203.0091%2C0%206.7071%2C0%20L12.6051%2C0%20C16.3041%2C0%2019.3121%2C3.16736842%2019.3121%2C7.06105263%20L19.3121%2C7.64947368%20C19.3121%2C8.68421053%2018.5131%2C9.52631579%2017.5301%2C9.52631579%20L17.5301%2C9.52631579%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.6563%2C3.66473684%20C9.3803%2C3.66473684%209.1563%2C3.42894737%209.1563%2C3.13842105%20L9.1563%2C3.02789474%20C9.1563%2C2.73631579%209.3803%2C2.50157895%209.6563%2C2.50157895%20C9.9323%2C2.50157895%2010.1563%2C2.73631579%2010.1563%2C3.02789474%20L10.1563%2C3.13842105%20C10.1563%2C3.42894737%209.9323%2C3.66473684%209.6563%2C3.66473684%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.5704%2C3.13378947%20C7.2944%2C3.13378947%207.0704%2C2.898%207.0704%2C2.60747368%20L7.0704%2C2.49694737%20C7.0704%2C2.20536842%207.2944%2C1.97063158%207.5704%2C1.97063158%20C7.8464%2C1.97063158%208.0704%2C2.20536842%208.0704%2C2.49694737%20L8.0704%2C2.60747368%20C8.0704%2C2.898%207.8464%2C3.13378947%207.5704%2C3.13378947%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.1944%2C12.1906316%20C14.3394%2C12.1906316%2013.8824%2C11.8443158%2013.5144%2C11.5643158%20C13.1874%2C11.3169474%2012.9514%2C11.138%2012.4194%2C11.138%20C11.8884%2C11.138%2011.6524%2C11.3169474%2011.3274%2C11.5643158%20C10.9604%2C11.8432632%2010.5044%2C12.1906316%209.6494%2C12.1906316%20C8.7954%2C12.1906316%208.3394%2C11.8432632%207.9714%2C11.5643158%20C7.6464%2C11.3169474%207.4104%2C11.138%206.8804%2C11.138%20C6.3494%2C11.138%206.1134%2C11.3169474%205.7884%2C11.5643158%20C5.4214%2C11.8432632%204.9654%2C12.1906316%204.1104%2C12.1906316%20C3.2564%2C12.1906316%202.8004%2C11.8432632%202.4344%2C11.5643158%20C2.1094%2C11.3169474%201.8744%2C11.138%201.3434%2C11.138%20C1.0674%2C11.138%200.8434%2C10.9022105%200.8434%2C10.6116842%20C0.8434%2C10.3211579%201.0674%2C10.0853684%201.3434%2C10.0853684%20C2.1974%2C10.0853684%202.6544%2C10.4327368%203.0204%2C10.7116842%20C3.3454%2C10.9590526%203.5814%2C11.138%204.1104%2C11.138%20C4.6404%2C11.138%204.8774%2C10.9590526%205.2024%2C10.7116842%20C5.5694%2C10.4327368%206.0254%2C10.0853684%206.8804%2C10.0853684%20C7.7344%2C10.0853684%208.1904%2C10.4327368%208.5574%2C10.7116842%20C8.8824%2C10.9590526%209.1194%2C11.138%209.6494%2C11.138%20C10.1794%2C11.138%2010.4164%2C10.9590526%2010.7414%2C10.7116842%20C11.1084%2C10.4327368%2011.5644%2C10.0853684%2012.4194%2C10.0853684%20C13.2744%2C10.0853684%2013.7314%2C10.4327368%2014.0984%2C10.7116842%20C14.4254%2C10.9590526%2014.6624%2C11.138%2015.1944%2C11.138%20C15.7264%2C11.138%2015.9624%2C10.9590526%2016.2894%2C10.7116842%20C16.6564%2C10.4327368%2017.1134%2C10.0853684%2017.9684%2C10.0853684%20C18.2454%2C10.0853684%2018.4684%2C10.3211579%2018.4684%2C10.6116842%20C18.4684%2C10.9022105%2018.2454%2C11.138%2017.9684%2C11.138%20C17.4364%2C11.138%2017.2004%2C11.3169474%2016.8734%2C11.5643158%20C16.5064%2C11.8443158%2016.0484%2C12.1906316%2015.1944%2C12.1906316%22%20id%3D%22Fill-8%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6368%2C2.96768421%20C11.3608%2C2.96768421%2011.1368%2C2.73189474%2011.1368%2C2.44136842%20L11.1368%2C2.33084211%20C11.1368%2C2.03926316%2011.3608%2C1.80452632%2011.6368%2C1.80452632%20C11.9128%2C1.80452632%2012.1368%2C2.03926316%2012.1368%2C2.33084211%20L12.1368%2C2.44136842%20C12.1368%2C2.73189474%2011.9128%2C2.96768421%2011.6368%2C2.96768421%22%20id%3D%22Fill-13%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__icon__others {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fothers_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fothers%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22others_24px%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.7471579%2C17.0673333%20C18.7250526%2C17.0759048%2018.6987368%2C17.0854286%2018.664%2C17.0930476%20C18.6303158%2C17.101619%2018.5966316%2C17.1130476%2018.5650526%2C17.1273333%20L14.8829474%2C18.814%20C14.8071579%2C18.8330476%2014.7197895%2C18.8425714%2014.6292632%2C18.8425714%20L1.39136842%2C18.8425714%20C1.23663158%2C18.8425714%201.11873684%2C18.814%201.05242105%2C18.7882857%20L1.05242105%2C12.7844762%20L1.05242105%2C12.7844762%20L2.65978947%2C12.1520952%20L2.65978947%2C12.8330476%20C2.65978947%2C13.0959048%202.89452632%2C13.3092381%203.18610526%2C13.3092381%20L10.6882105%2C13.3092381%20C10.7345263%2C13.3092381%2010.7755789%2C13.2949524%2010.8176842%2C13.2854286%20C10.8461053%2C13.2892381%2010.8703158%2C13.3073333%2010.8997895%2C13.3073333%20L15.0903158%2C13.3073333%20C15.1629474%2C13.3073333%2015.2334737%2C13.294%2015.2997895%2C13.2682857%20L17.3461053%2C12.466381%20C17.5397895%2C12.3911429%2017.664%2C12.214%2017.664%2C12.0244762%20L17.664%2C11.1759048%20L18.4071579%2C11.1759048%20C18.7271579%2C11.1759048%2018.7461053%2C11.3701905%2018.7471579%2C11.3911429%20L18.7471579%2C17.0673333%20Z%20M3.71242105%2C10.7073333%20L5.97557895%2C10.7073333%20L5.97557895%2C8.60828571%20L3.71242105%2C8.60828571%20L3.71242105%2C10.7073333%20Z%20M5.67136842%2C5.23685714%20C5.89136842%2C5.17495238%206.04189474%2C4.99019048%206.04189474%2C4.78161905%20L6.04189474%2C1.90447619%20L7.83136842%2C1.90447619%20L7.83136842%2C4.78161905%20C7.83136842%2C4.99019048%207.98189474%2C5.17495238%208.20294737%2C5.23685714%20C9.39347368%2C5.5692381%2010.1618947%2C6.31685714%2010.1618947%2C7.14257143%20L10.1618947%2C10.9025714%20L10.1618947%2C12.0244762%20L10.1618947%2C12.3568571%20L3.71242105%2C12.3568571%20L3.71242105%2C11.6597143%20L6.50189474%2C11.6597143%20C6.79242105%2C11.6597143%207.02821053%2C11.4473333%207.02821053%2C11.1835238%20L7.02821053%2C8.13209524%20C7.02821053%2C7.8692381%206.79242105%2C7.65590476%206.50189474%2C7.65590476%20L3.71242105%2C7.65590476%20L3.71242105%2C7.14257143%20C3.71242105%2C6.31685714%204.48084211%2C5.56828571%205.67136842%2C5.23685714%20L5.67136842%2C5.23685714%20Z%20M13.9124211%2C9.04638095%20C15.3755789%2C9.04638095%2016.6113684%2C9.89685714%2016.6113684%2C10.9025714%20L16.6113684%2C11.7168571%20L14.9818947%2C12.3549524%20L11.2650526%2C12.3549524%20C11.2303158%2C12.2435238%2011.2145263%2C12.1330476%2011.2145263%2C12.0244762%20L11.2145263%2C10.9025714%20C11.2145263%2C9.89685714%2012.4503158%2C9.04638095%2013.9124211%2C9.04638095%20L13.9124211%2C9.04638095%20Z%20M18.4071579%2C10.2235238%20L17.5408421%2C10.2235238%20C17.1745263%2C9.1292381%2015.9545263%2C8.29590476%2014.4387368%2C8.134%20L14.4387368%2C7.80161905%20C14.4387368%2C7.53780952%2014.204%2C7.32542857%2013.9124211%2C7.32542857%20C13.6218947%2C7.32542857%2013.3861053%2C7.53780952%2013.3861053%2C7.80161905%20L13.3861053%2C8.134%20C12.5387368%2C8.22447619%2011.7808421%2C8.5187619%2011.2145263%2C8.96066667%20L11.2145263%2C7.14257143%20C11.2145263%2C5.98638095%2010.3124211%2C4.95685714%208.884%2C4.44447619%20L8.884%2C1.64066667%20C8.884%2C1.254%208.51663158%2C0.952095238%208.04715789%2C0.952095238%20L5.82715789%2C0.952095238%20C5.35768421%2C0.952095238%204.98926316%2C1.254%204.98926316%2C1.64066667%20L4.98926316%2C4.44447619%20C3.56189474%2C4.95685714%202.65978947%2C5.98638095%202.65978947%2C7.14257143%20L2.65978947%2C8.13209524%20L2.65978947%2C11.1130476%20L0.633473684%2C11.9111429%20C0.236631579%2C12.0673333%20-0.000210526316%2C12.3511429%20-0.000210526316%2C12.6692381%20L-0.000210526316%2C18.9025714%20C-0.000210526316%2C19.4197143%200.585052632%2C19.7949524%201.39136842%2C19.7949524%20L14.6292632%2C19.7949524%20C14.8134737%2C19.7949524%2014.9976842%2C19.7730476%2015.2597895%2C19.6978095%20L18.9945263%2C17.9987619%20C19.4934737%2C17.8597143%2019.7997895%2C17.5511429%2019.7997895%2C17.1825714%20L19.7997895%2C11.3911429%20C19.7997895%2C10.906381%2019.3682105%2C10.2235238%2018.4071579%2C10.2235238%20L18.4071579%2C10.2235238%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0907368%2C13.9720952%20C14.8002105%2C13.9720952%2014.5644211%2C14.1854286%2014.5644211%2C14.4482857%20L14.5644211%2C17.4587619%20C14.5644211%2C17.7225714%2014.8002105%2C17.9349524%2015.0907368%2C17.9349524%20C15.3812632%2C17.9349524%2015.6170526%2C17.7225714%2015.6170526%2C17.4587619%20L15.6170526%2C14.4482857%20C15.6170526%2C14.1854286%2015.3812632%2C13.9720952%2015.0907368%2C13.9720952%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.65957895%2C12.152%20L1.05326316%2C12.784381%20L1.05221053%2C12.784381%20L1.05221053%2C18.7881905%20C1.11852632%2C18.8139048%201.23642105%2C18.8424762%201.39115789%2C18.8424762%20L14.6290526%2C18.8424762%20C14.7195789%2C18.8424762%2014.8069474%2C18.8329524%2014.8827368%2C18.8139048%20L18.5648421%2C17.1281905%20C18.5974737%2C17.1129524%2018.6301053%2C17.1015238%2018.6637895%2C17.0929524%20C18.6985263%2C17.0853333%2018.7258947%2C17.0758095%2018.7469474%2C17.0672381%20L18.7469474%2C11.3910476%20C18.7458947%2C11.3700952%2018.728%2C11.1767619%2018.4069474%2C11.1767619%20L17.6637895%2C11.1767619%20L17.5406316%2C10.224381%20L18.4069474%2C10.224381%20C19.368%2C10.224381%2019.7995789%2C10.9062857%2019.7995789%2C11.3910476%20L19.7995789%2C17.1824762%20C19.7995789%2C17.5510476%2019.4932632%2C17.859619%2018.9953684%2C17.9986667%20L15.2606316%2C19.6977143%20C14.9985263%2C19.7729524%2014.8132632%2C19.7948571%2014.6290526%2C19.7948571%20L1.39115789%2C19.7948571%20C0.584842105%2C19.7948571%20-0.000421052632%2C19.419619%20-0.000421052632%2C18.9024762%20L-0.000421052632%2C12.6691429%20C-0.000421052632%2C12.3510476%200.236421053%2C12.0672381%200.633263158%2C11.9110476%20L2.65957895%2C11.1129524%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .category-section__content__icon__others {
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2Fproduct%20category%2Fweb%2Findex%2Fothers_outlined%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fproduct-category%2Fweb%2Findex%2Fothers%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22others_24px%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.7471579%2C17.0673333%20C18.7250526%2C17.0759048%2018.6987368%2C17.0854286%2018.664%2C17.0930476%20C18.6303158%2C17.101619%2018.5966316%2C17.1130476%2018.5650526%2C17.1273333%20L14.8829474%2C18.814%20C14.8071579%2C18.8330476%2014.7197895%2C18.8425714%2014.6292632%2C18.8425714%20L1.39136842%2C18.8425714%20C1.23663158%2C18.8425714%201.11873684%2C18.814%201.05242105%2C18.7882857%20L1.05242105%2C12.7844762%20L1.05242105%2C12.7844762%20L2.65978947%2C12.1520952%20L2.65978947%2C12.8330476%20C2.65978947%2C13.0959048%202.89452632%2C13.3092381%203.18610526%2C13.3092381%20L10.6882105%2C13.3092381%20C10.7345263%2C13.3092381%2010.7755789%2C13.2949524%2010.8176842%2C13.2854286%20C10.8461053%2C13.2892381%2010.8703158%2C13.3073333%2010.8997895%2C13.3073333%20L15.0903158%2C13.3073333%20C15.1629474%2C13.3073333%2015.2334737%2C13.294%2015.2997895%2C13.2682857%20L17.3461053%2C12.466381%20C17.5397895%2C12.3911429%2017.664%2C12.214%2017.664%2C12.0244762%20L17.664%2C11.1759048%20L18.4071579%2C11.1759048%20C18.7271579%2C11.1759048%2018.7461053%2C11.3701905%2018.7471579%2C11.3911429%20L18.7471579%2C17.0673333%20Z%20M3.71242105%2C10.7073333%20L5.97557895%2C10.7073333%20L5.97557895%2C8.60828571%20L3.71242105%2C8.60828571%20L3.71242105%2C10.7073333%20Z%20M5.67136842%2C5.23685714%20C5.89136842%2C5.17495238%206.04189474%2C4.99019048%206.04189474%2C4.78161905%20L6.04189474%2C1.90447619%20L7.83136842%2C1.90447619%20L7.83136842%2C4.78161905%20C7.83136842%2C4.99019048%207.98189474%2C5.17495238%208.20294737%2C5.23685714%20C9.39347368%2C5.5692381%2010.1618947%2C6.31685714%2010.1618947%2C7.14257143%20L10.1618947%2C10.9025714%20L10.1618947%2C12.0244762%20L10.1618947%2C12.3568571%20L3.71242105%2C12.3568571%20L3.71242105%2C11.6597143%20L6.50189474%2C11.6597143%20C6.79242105%2C11.6597143%207.02821053%2C11.4473333%207.02821053%2C11.1835238%20L7.02821053%2C8.13209524%20C7.02821053%2C7.8692381%206.79242105%2C7.65590476%206.50189474%2C7.65590476%20L3.71242105%2C7.65590476%20L3.71242105%2C7.14257143%20C3.71242105%2C6.31685714%204.48084211%2C5.56828571%205.67136842%2C5.23685714%20L5.67136842%2C5.23685714%20Z%20M13.9124211%2C9.04638095%20C15.3755789%2C9.04638095%2016.6113684%2C9.89685714%2016.6113684%2C10.9025714%20L16.6113684%2C11.7168571%20L14.9818947%2C12.3549524%20L11.2650526%2C12.3549524%20C11.2303158%2C12.2435238%2011.2145263%2C12.1330476%2011.2145263%2C12.0244762%20L11.2145263%2C10.9025714%20C11.2145263%2C9.89685714%2012.4503158%2C9.04638095%2013.9124211%2C9.04638095%20L13.9124211%2C9.04638095%20Z%20M18.4071579%2C10.2235238%20L17.5408421%2C10.2235238%20C17.1745263%2C9.1292381%2015.9545263%2C8.29590476%2014.4387368%2C8.134%20L14.4387368%2C7.80161905%20C14.4387368%2C7.53780952%2014.204%2C7.32542857%2013.9124211%2C7.32542857%20C13.6218947%2C7.32542857%2013.3861053%2C7.53780952%2013.3861053%2C7.80161905%20L13.3861053%2C8.134%20C12.5387368%2C8.22447619%2011.7808421%2C8.5187619%2011.2145263%2C8.96066667%20L11.2145263%2C7.14257143%20C11.2145263%2C5.98638095%2010.3124211%2C4.95685714%208.884%2C4.44447619%20L8.884%2C1.64066667%20C8.884%2C1.254%208.51663158%2C0.952095238%208.04715789%2C0.952095238%20L5.82715789%2C0.952095238%20C5.35768421%2C0.952095238%204.98926316%2C1.254%204.98926316%2C1.64066667%20L4.98926316%2C4.44447619%20C3.56189474%2C4.95685714%202.65978947%2C5.98638095%202.65978947%2C7.14257143%20L2.65978947%2C8.13209524%20L2.65978947%2C11.1130476%20L0.633473684%2C11.9111429%20C0.236631579%2C12.0673333%20-0.000210526316%2C12.3511429%20-0.000210526316%2C12.6692381%20L-0.000210526316%2C18.9025714%20C-0.000210526316%2C19.4197143%200.585052632%2C19.7949524%201.39136842%2C19.7949524%20L14.6292632%2C19.7949524%20C14.8134737%2C19.7949524%2014.9976842%2C19.7730476%2015.2597895%2C19.6978095%20L18.9945263%2C17.9987619%20C19.4934737%2C17.8597143%2019.7997895%2C17.5511429%2019.7997895%2C17.1825714%20L19.7997895%2C11.3911429%20C19.7997895%2C10.906381%2019.3682105%2C10.2235238%2018.4071579%2C10.2235238%20L18.4071579%2C10.2235238%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23262626%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0907368%2C13.9720952%20C14.8002105%2C13.9720952%2014.5644211%2C14.1854286%2014.5644211%2C14.4482857%20L14.5644211%2C17.4587619%20C14.5644211%2C17.7225714%2014.8002105%2C17.9349524%2015.0907368%2C17.9349524%20C15.3812632%2C17.9349524%2015.6170526%2C17.7225714%2015.6170526%2C17.4587619%20L15.6170526%2C14.4482857%20C15.6170526%2C14.1854286%2015.3812632%2C13.9720952%2015.0907368%2C13.9720952%22%20id%3D%22Fill-4%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.65957895%2C12.152%20L1.05326316%2C12.784381%20L1.05221053%2C12.784381%20L1.05221053%2C18.7881905%20C1.11852632%2C18.8139048%201.23642105%2C18.8424762%201.39115789%2C18.8424762%20L14.6290526%2C18.8424762%20C14.7195789%2C18.8424762%2014.8069474%2C18.8329524%2014.8827368%2C18.8139048%20L18.5648421%2C17.1281905%20C18.5974737%2C17.1129524%2018.6301053%2C17.1015238%2018.6637895%2C17.0929524%20C18.6985263%2C17.0853333%2018.7258947%2C17.0758095%2018.7469474%2C17.0672381%20L18.7469474%2C11.3910476%20C18.7458947%2C11.3700952%2018.728%2C11.1767619%2018.4069474%2C11.1767619%20L17.6637895%2C11.1767619%20L17.5406316%2C10.224381%20L18.4069474%2C10.224381%20C19.368%2C10.224381%2019.7995789%2C10.9062857%2019.7995789%2C11.3910476%20L19.7995789%2C17.1824762%20C19.7995789%2C17.5510476%2019.4932632%2C17.859619%2018.9953684%2C17.9986667%20L15.2606316%2C19.6977143%20C14.9985263%2C19.7729524%2014.8132632%2C19.7948571%2014.6290526%2C19.7948571%20L1.39115789%2C19.7948571%20C0.584842105%2C19.7948571%20-0.000421052632%2C19.419619%20-0.000421052632%2C18.9024762%20L-0.000421052632%2C12.6691429%20C-0.000421052632%2C12.3510476%200.236421053%2C12.0672381%200.633263158%2C11.9110476%20L2.65957895%2C11.1129524%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4663A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
  }
}
.category-section__content__country {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: 64px;
  height: 100%;
  margin-top: 20px;
  margin-right: 16px;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .category-section__content__country {
    display: none;
  }
}
.category-section__content__country:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.category-section__content__country__flag {
  width: 40px !important;
  height: 40px !important;
}
.category-section__content__country .bs-dropdown-selector__leading {
  width: 64px;
  height: 64px;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.category-section__content__country .bs-dropdown-selector__content {
  width: auto;
}
.category-section__content__country .bs-dropdown-selector__dropdown {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1199px) {
  .category-section__content__list {
    width: calc(100% - 80px);
  }
}
.category-section__content__list .bs-card-viewer__pagger--next {
  right: -48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.category-section__content__list .bs-card-viewer__pagger--pre {
  left: -48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.category-section__content__list__item {
  display: block;
  height: 100%;
  width: 100%;
}
.category-section__content__list__item + .category-section__content__list__item {
  margin-left: 36px;
}
.category-section__content__list__item__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .category-section__content__list__item__upper {
    margin-bottom: 16px;
  }
}
.category-section__content__list__item__upper__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  width: 64px;
}
@media (min-width: 1200px) {
  .category-section__content__list__item__upper__wrapper {
    height: 96px;
    width: 96px;
  }
}
.category-section__content__list__item__text {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .category-section__content__list__item__text {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.15px;
    font-weight: 600;
    color: #262626;
  }
}
.category-section__dropdown {
  width: 305px;
  border-radius: 27px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(38, 38, 38, 0.3);
          box-shadow: 0 2px 4px 0 rgba(38, 38, 38, 0.3);
}
.category-section__dropdown .bs-dropdown-selector-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-section__dropdown__icon--au {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20AUS%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-AUS%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22flag_aus%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0003%2C0.394073644%20C8.8163%2C-1.22992636%202.4493%2C2.30607364%200.5603%2C8.41407364%20L0.5603%2C8.51407364%20C0.3443%2C9.19607364%200.1903%2C9.89507364%200.1003%2C10.6040736%20L0.1003%2C10.9240736%20C0.1003%2C11.0240736%200.0503%2C11.6740736%200.0503%2C11.6740736%20L15.0703%2C12.0140736%20L15.0003%2C0.394073644%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23F9F9F9%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.4505%2C7.89407364%20C5.0675%2C7.87407364%204.6835%2C7.87407364%204.3005%2C7.89407364%20C3.0005%2C9.01407364%201.4005%2C10.1540736%200.0505%2C11.1740736%20L0.0005%2C11.6240736%20L0.2705%2C11.8740736%20L5.4505%2C7.89407364%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23C5312E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-5%22%20fill%3D%22%23C5312E%22%20points%3D%224.3602%203.81397364%203.7302%203.33397364%203.2702%203.79397364%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.8401%2C7.01417364%20L14.8401%2C4.67417364%20L7.8401%2C4.67417364%20L7.8401%2C0.784173644%20C7.3191%2C0.972173644%206.8111%2C1.19617364%206.3201%2C1.45417364%20L6.3201%2C4.68417364%20L2.5201%2C4.68417364%20C1.9631%2C5.40517364%201.4901%2C6.18617364%201.1101%2C7.01417364%20L6.2701%2C7.01417364%20L6.2701%2C11.7541736%20L7.8201%2C11.7541736%20L7.8201%2C7.03417364%20L14.8401%2C7.01417364%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23C5312E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-9%22%20fill%3D%22%23C5312E%22%20points%3D%229.5403%207.80417364%2010.7003%207.80417364%2014.7203%2010.7441736%2014.7203%2011.7041736%2014.6003%2011.7041736%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.6204%2C0.734373644%20L8.5504%2C3.86437364%20L9.6404%2C3.86437364%20C9.7604%2C3.79437364%209.9504%2C3.62437364%2010.1304%2C3.49437364%20L14.3904%2C0.254373644%20C14.0704%2C0.194373644%2013.7504%2C0.144373644%2013.3904%2C0.104373644%20L12.6204%2C0.734373644%20Z%22%20id%3D%22Fill-11%22%20fill%3D%22%23C5312E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.7405%2C1.78417364%20C5.3235%2C2.03917364%204.9225%2C2.32017364%204.5405%2C2.62417364%20L5.7405%2C3.54417364%20L5.7405%2C1.78417364%20Z%22%20id%3D%22Fill-13%22%20fill%3D%22%23212D6A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.0003%2C0.0141736442%20C10.7583%2C0.0141736442%209.5233%2C0.206173644%208.3403%2C0.584173644%20L8.3403%2C3.58417364%20L12.9003%2C0.0141736442%20L12.0003%2C0.0141736442%20Z%22%20id%3D%22Fill-15%22%20fill%3D%22%23212D6A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.68%2C0.314273644%20L14.68%2C1.41427364%20L11.73%2C3.66427364%20L11.46%2C3.87427364%20L14.64%2C3.87427364%20L14.64%2C7.79427364%20L11.44%2C7.79427364%20C11.51%2C7.85427364%2013.611%2C9.47427364%2014.56%2C10.1742736%20L14.611%2C11.7042736%20L12.93%2C11.7042736%20L8.64%2C8.36427364%20L8.35%2C8.15427364%20L8.35%2C11.6242736%20L5.76%2C11.6242736%20L5.76%2C8.15427364%20L5.48%2C8.35427364%20C4.14%2C9.35427364%202.81%2C10.4442736%201.48%2C11.4542736%20L1.23%2C11.6342736%20L5.15143483e-14%2C11.6342736%20L5.15143483e-14%2C12.0242736%20C0.005%2C18.6522736%205.381%2C24.0202736%2012.009%2C24.0162781%20C18.636%2C24.0112736%2024.005%2C18.6352736%2024%2C12.0082736%20C23.996%2C6.80127364%2020.636%2C2.19127364%2015.68%2C0.594273644%20C15.34%2C0.484273644%2014.991%2C0.394273644%2014.68%2C0.314273644%20Z%22%20id%3D%22Fill-17%22%20fill%3D%22%23212D6A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-20%22%20fill%3D%22%23F3F4F5%22%20points%3D%2212.0701%2017.9340736%2012.6401%2017.2240736%2011.7601%2017.3840736%2011.4501%2016.5240736%2011.1101%2017.3840736%2010.2101%2017.2240736%2010.7801%2017.9240736%2010.1901%2018.6240736%2011.1001%2018.4740736%2011.4001%2019.3140736%2011.7401%2018.4740736%2012.6701%2018.6440736%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-22%22%20fill%3D%22%23F3F4F5%22%20points%3D%2218.8607%2018.5639736%2019.1797%2018.1649736%2018.6797%2018.2539736%2018.5007%2017.7639736%2018.3097%2018.2539736%2017.7997%2018.1649736%2018.1307%2018.5639736%2017.7907%2018.9549736%2018.2997%2018.8749736%2018.4807%2019.3539736%2018.6707%2018.8749736%2019.1907%2018.9639736%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-24%22%20fill%3D%22%23F3F4F5%22%20points%3D%2218.8607%209.60397364%2019.1797%209.20397364%2018.6797%209.29397364%2018.5007%208.80397364%2018.3097%209.29397364%2017.7997%209.20397364%2018.1307%209.59397364%2017.7907%209.99397364%2018.2997%209.91397364%2018.4807%2010.3939736%2018.6707%209.91397364%2019.1907%2010.0039736%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-26%22%20fill%3D%22%23F3F4F5%22%20points%3D%2220.9603%2011.9243736%2021.2903%2011.5243736%2020.7803%2011.6143736%2020.6103%2011.1243736%2020.4203%2011.6143736%2019.9103%2011.5243736%2020.2313%2011.9143736%2019.8903%2012.3143736%2020.4103%2012.2343736%2020.5803%2012.7043736%2020.7703%2012.2343736%2021.3003%2012.3243736%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-28%22%20fill%3D%22%23F3F4F5%22%20points%3D%2217.0306%2012.9540736%2017.3606%2012.5540736%2016.8606%2012.6440736%2016.6796%2012.1540736%2016.4906%2012.6440736%2015.9806%2012.5540736%2016.3006%2012.9440736%2015.9696%2013.3440736%2016.4806%2013.2640736%2016.6606%2013.7340736%2016.8496%2013.2640736%2017.3706%2013.3540736%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.6204%2C7.87407364%20L0.7504%2C7.87407364%20C0.5214%2C8.48807364%200.3444%2C9.12107364%200.2204%2C9.76407364%20L2.7104%2C7.87407364%20L2.6204%2C7.87407364%20Z%22%20id%3D%22Fill-33%22%20fill%3D%22%23212D6A%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--cn {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20CN%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-CN%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22china%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval%22%20fill%3D%22%23D80027%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate(2.156250%2C%205.343750)%22%20fill%3D%22%23FFDA44%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%224.4109375%201.959375%205.446875%205.146875%208.7984375%205.146875%206.0890625%207.1203125%207.125%2010.3078125%204.4109375%208.3390625%201.696875%2010.3078125%202.7375%207.1203125%200.0234375%205.146875%203.375%205.146875%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%2212.0703125%2013.2421875%2011.278125%2012.2671875%2010.10625%2012.721875%2010.7859375%2011.6671875%209.99375%2010.6875%2011.2078125%2011.0109375%2011.8921875%209.95625%2011.9578125%2011.2125%2013.1765625%2011.5359375%2012%2011.9859375%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%2213.6453125%2010.3828125%2014.0203125%209.1828125%2012.99375%208.45625%2014.25%208.4375%2014.6203125%207.2375%2015.028125%208.428125%2016.284375%208.4140625%2015.2765625%209.1640625%2015.6796875%2010.3546875%2014.653125%209.628125%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%2215.76875%203.4640625%2015.215625%204.59375%2016.115625%205.4703125%2014.8734375%205.2921875%2014.3203125%206.4171875%2014.1046875%205.1796875%2012.8578125%205.0015625%2013.9734375%204.415625%2013.7578125%203.1734375%2014.6578125%204.05%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20points%3D%2212.103125%200.0421875%2012.009375%201.29375%2013.1765625%201.7671875%2011.953125%202.0671875%2011.8640625%203.3234375%2011.203125%202.2546875%209.9796875%202.5546875%2010.790625%201.59375%2010.125%200.5296875%2011.2921875%201.003125%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--ae {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20EA%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-EA%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22flag_ea%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C0%20C18.627%2C0%2024%2C5.373%2024%2C12%20C24%2C18.627%2018.627%2C24%2012%2C24%20C5.373%2C24%200%2C18.627%200%2C12%20C0%2C5.373%205.373%2C0%2012%2C0%22%20id%3D%22Fill-1%22%20fill%3D%22%23418C47%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.19744231e-14%2C12%20C0.006%2C16.658%202.708%2C20.892%206.93%2C22.86%20L6.93%2C1.14%20C2.708%2C3.108%200.006%2C7.342%203.19744231e-14%2C12%22%20id%3D%22Fill-3%22%20fill%3D%22%23CC252D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.9302%2C22.8604%20C12.9382%2C25.6574%2020.0762%2C23.0534%2022.8732%2C17.0464%20C22.9422%2C16.8984%2023.0082%2C16.7504%2023.0702%2C16.5994%20L6.9302%2C16.5994%20L6.9302%2C22.8604%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%23040000%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23%2C7.2798%20L6.93%2C7.2798%20L6.93%2C16.6108%20L23.08%2C16.6108%20C24.339%2C13.6268%2024.339%2C10.2628%2023.08%2C7.2798%20L23%2C7.2798%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23F7F7F7%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--hk {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20HK%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220.0002%200.0002%2024%200.0002%2024%2024%200.0002%2024%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-HK%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-14%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-2%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.0002%2C0.0002%20L12.0002%2C0.0002%20C5.3732%2C0.0002%200.0002%2C5.3732%200.0002%2C12.0002%20C0.0002%2C18.6272%205.3732%2C24.0002%2012.0002%2C24.0002%20C18.6272%2C24.0002%2024.0002%2C18.6272%2024.0002%2C12.0002%20C24.0002%2C5.3732%2018.6272%2C0.0002%2012.0002%2C0.0002%22%20id%3D%22Fill-1%22%20fill%3D%22%23E22727%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.2502%2C11.8201%20L8.0002%2C11.4701%20L7.6702%2C11.4701%20L7.9702%2C11.2601%20L7.8702%2C10.9001%20L8.1702%2C11.1201%20L8.4802%2C10.9101%20L8.3602%2C11.2601%20L8.6502%2C11.4901%20L8.3702%2C11.4901%20L8.2502%2C11.8201%20Z%20M10.3502%2C12.6801%20C9.6562%2C12.6921%208.9932%2C12.3951%208.5402%2C11.8701%20C8.5002%2C11.8281%208.5002%2C11.7621%208.5402%2C11.7201%20C8.5822%2C11.6801%208.6472%2C11.6801%208.6902%2C11.7201%20C9.3522%2C12.4441%2010.3992%2C12.6691%2011.3002%2C12.2801%20C11.0492%2C12.3071%2010.7962%2C12.2621%2010.5702%2C12.1501%20C9.7602%2C11.6201%2010.1302%2C11.0501%209.5702%2C10.3701%20C9.1682%2C9.8121%208.4462%2C9.5881%207.8002%2C9.8201%20C7.3182%2C9.9191%206.8482%2C9.6101%206.7492%2C9.1281%20C6.7452%2C9.1121%206.7422%2C9.0961%206.7402%2C9.0801%20C6.7272%2C9.0491%206.6912%2C9.0361%206.6612%2C9.0491%20C6.6472%2C9.0551%206.6362%2C9.0661%206.6302%2C9.0801%20C5.7002%2C11.6001%208.5002%2C14.7201%2011.3802%2C12.4801%20C11.0502%2C12.6031%2010.7022%2C12.6711%2010.3502%2C12.6801%20L10.3502%2C12.6801%20Z%22%20id%3D%22Fill-4%22%20fill%3D%22%23F5F5F5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.6096%2C10.4202%20L14.9106%2C10.6402%20L15.2106%2C10.4302%20L15.0896%2C10.7802%20L15.3806%2C11.0002%20L15.0096%2C11.0002%20L14.8896%2C11.3502%20L14.7796%2C11.0002%20L14.4106%2C11.0002%20L14.7106%2C10.7802%20L14.6096%2C10.4202%20Z%20M12.4096%2C11.0002%20C12.9596%2C10.5722%2013.6706%2C10.4112%2014.3496%2C10.5602%20C14.4076%2C10.5752%2014.4426%2C10.6322%2014.4296%2C10.6902%20C14.4156%2C10.7432%2014.3646%2C10.7772%2014.3096%2C10.7702%20C13.3466%2C10.5902%2012.3756%2C11.0392%2011.8896%2C11.8902%20C12.0766%2C11.7182%2012.3096%2C11.6032%2012.5596%2C11.5602%20C13.5596%2C11.5002%2013.5596%2C12.1702%2014.4106%2C12.4002%20C15.2596%2C12.6302%2015.6206%2C12.3202%2016.1606%2C11.7802%20C16.4986%2C11.4232%2017.0616%2C11.4092%2017.4186%2C11.7482%20C17.4286%2C11.7582%2017.4396%2C11.7692%2017.4506%2C11.7802%20C17.4786%2C11.7972%2017.5146%2C11.7872%2017.5326%2C11.7592%20C17.5396%2C11.7472%2017.5426%2C11.7332%2017.5406%2C11.7202%20C16.7696%2C9.1402%2012.6596%2C8.3302%2011.6996%2C11.8502%20C11.8846%2C11.5272%2012.1256%2C11.2392%2012.4096%2C11.0002%20L12.4096%2C11.0002%20Z%22%20id%3D%22Fill-6%22%20fill%3D%22%23F5F5F5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.8699%2C8.9802%20L11.1599%2C8.7502%20L10.9999%2C8.3102%20L11.3099%2C8.5102%20L11.5999%2C8.2802%20L11.5099%2C8.6402%20L11.8199%2C8.8502%20L11.4499%2C8.8502%20L11.3499%2C9.2102%20L11.2299%2C9.0002%20L10.8699%2C8.9802%20Z%20M10.8699%2C11.2502%20C10.5899%2C10.6082%2010.6119%2C9.8742%2010.9299%2C9.2502%20C10.9709%2C9.2162%2011.0299%2C9.2162%2011.0699%2C9.2502%20C11.1039%2C9.2912%2011.1039%2C9.3492%2011.0699%2C9.3902%20C10.6709%2C10.2822%2010.8799%2C11.3292%2011.5899%2C12.0002%20C11.4709%2C11.7762%2011.4189%2C11.5222%2011.4399%2C11.2702%20C11.6199%2C10.2702%2012.2899%2C10.4402%2012.7099%2C9.6902%20C13.0739%2C9.1052%2013.0039%2C8.3492%2012.5399%2C7.8402%20C12.2659%2C7.4322%2012.3729%2C6.8792%2012.7809%2C6.6052%20C12.7939%2C6.5962%2012.8069%2C6.5882%2012.8199%2C6.5802%20C12.8479%2C6.5622%2012.8549%2C6.5242%2012.8369%2C6.4972%20C12.8319%2C6.4902%2012.8269%2C6.4842%2012.8199%2C6.4802%20C10.1299%2C6.5802%208.3199%2C10.3602%2011.4899%2C12.1702%20C11.2309%2C11.9022%2011.0209%2C11.5902%2010.8699%2C11.2502%20L10.8699%2C11.2502%20Z%22%20id%3D%22Fill-8%22%20fill%3D%22%23F5F5F5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.2405%2C14.3703%20L14.1305%2C14.7203%20L14.4295%2C14.9393%20L14.0595%2C14.9393%20L13.9395%2C15.2903%20L13.8305%2C14.9393%20L13.4605%2C14.9393%20L13.7605%2C14.7203%20L13.6495%2C14.3703%20L13.9505%2C14.5903%20L14.2405%2C14.3703%20Z%20M13.0005%2C12.4703%20C13.5675%2C12.8613%2013.9335%2C13.4833%2014.0005%2C14.1703%20C14.0065%2C14.2303%2013.9615%2C14.2843%2013.9005%2C14.2903%20L13.8995%2C14.2903%20C13.8455%2C14.2913%2013.8005%2C14.2533%2013.7905%2C14.2003%20C13.6805%2C13.2093%2012.9465%2C12.4023%2011.9695%2C12.2003%20C12.1945%2C12.3213%2012.3785%2C12.5053%2012.5005%2C12.7303%20C12.8605%2C13.6303%2012.2405%2C13.8803%2012.2895%2C14.7293%20C12.3405%2C15.5803%2012.7405%2C15.8493%2013.4295%2C16.1893%20C13.8825%2C16.3833%2014.0925%2C16.9053%2013.8995%2C17.3573%20C13.8925%2C17.3723%2013.8865%2C17.3863%2013.8805%2C17.3993%20C13.8685%2C17.4313%2013.8855%2C17.4653%2013.9165%2C17.4763%20C13.9335%2C17.4833%2013.9545%2C17.4803%2013.9695%2C17.4703%20C16.1795%2C15.9303%2015.6605%2C11.7693%2011.9695%2C11.9603%20C12.3415%2C12.0653%2012.6905%2C12.2383%2013.0005%2C12.4703%20L13.0005%2C12.4703%20Z%22%20id%3D%22Fill-10%22%20fill%3D%22%23F5F5F5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.3098%2C15.2795%20L9.9198%2C15.2795%20L9.7998%2C15.6305%20L9.6898%2C15.2795%20L9.2198%2C15.2795%20L9.5198%2C15.0595%20L9.4098%2C14.7105%20L9.7098%2C14.9295%20L10.0098%2C14.7195%20L9.8898%2C15.0695%20L10.3098%2C15.2795%20Z%20M11.7498%2C13.5195%20C11.5538%2C14.1825%2011.0738%2C14.7235%2010.4398%2C15.0005%20C10.3988%2C15.0335%2010.3408%2C15.0335%2010.2998%2C15.0005%20C10.2778%2C14.9475%2010.2998%2C14.8865%2010.3498%2C14.8595%20C11.2358%2C14.4395%2011.7578%2C13.5045%2011.6498%2C12.5295%20C11.6018%2C12.7785%2011.4838%2C13.0075%2011.3098%2C13.1895%20C10.5598%2C13.8095%2010.1298%2C13.2905%209.3098%2C13.5995%20C8.4898%2C13.9105%208.3798%2C14.3705%208.3098%2C15.1305%20C8.2648%2C15.6195%207.8308%2C15.9785%207.3408%2C15.9335%20C7.3308%2C15.9325%207.3208%2C15.9305%207.3098%2C15.9295%20C7.2828%2C15.9485%207.2748%2C15.9855%207.2928%2C16.0125%20C7.2978%2C16.0195%207.3038%2C16.0255%207.3098%2C16.0295%20C9.4398%2C17.6605%2013.2498%2C15.8995%2011.9598%2C12.4895%20C11.9478%2C12.8425%2011.8768%2C13.1905%2011.7498%2C13.5195%20L11.7498%2C13.5195%20Z%22%20id%3D%22Fill-12%22%20fill%3D%22%23F5F5F5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--in {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20IN%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220.5321%200.8902%2021.4321%200.8902%2021.4321%207%200.5321%207%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-IN%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.98225%2C0.000167354019%20C7.68525%2C-0.0098%203.71125%2C2.2782%201.56225%2C6.0002%20L22.40225%2C6.0002%20C20.25325%2C2.2782%2016.27925%2C-0.0098%2011.98225%2C0.000167354019%22%20id%3D%22Fill-1%22%20fill%3D%22%23FF9832%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-5%22%20transform%3D%22translate(1.000150%2C%2017.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-4%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.9821%2C7.0002%20C15.3121%2C6.9982%2019.3061%2C4.6632%2021.4321%2C0.8902%20L0.5321%2C0.8902%20C2.6571%2C4.6632%206.6511%2C6.9982%2010.9821%2C7.0002%22%20id%3D%22Fill-3%22%20fill%3D%22%23118806%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.43205%2C8.8298%20C9.11705%2C8.8118%208.84405%2C9.0458%208.81205%2C9.3598%20C8.80005%2C9.4608%208.74105%2C9.5498%208.65205%2C9.5998%20C8.34905%2C9.6828%208.16905%2C9.9968%208.25205%2C10.2998%20C8.25705%2C10.3908%208.22005%2C10.4788%208.15205%2C10.5398%20C7.88705%2C10.6928%207.78605%2C11.0258%207.92205%2C11.2998%20C7.96505%2C11.3918%207.96505%2C11.4978%207.92205%2C11.5898%20C7.74205%2C11.8188%207.74205%2C12.1418%207.92205%2C12.3698%20C7.98205%2C12.4498%208.00405%2C12.5528%207.98205%2C12.6498%20C7.83205%2C12.9328%207.93405%2C13.2828%208.21205%2C13.4398%20C8.27305%2C13.4968%208.30605%2C13.5778%208.30205%2C13.6608%20C8.20705%2C13.9548%208.36905%2C14.2698%208.66305%2C14.3648%20C8.68305%2C14.3708%208.70305%2C14.3758%208.72205%2C14.3798%20C8.79405%2C14.4188%208.84605%2C14.4898%208.86205%2C14.5698%20C8.86205%2C14.9508%209.05205%2C15.0998%209.46205%2C15.1608%20C9.54505%2C15.1788%209.61505%2C15.2338%209.65205%2C15.3098%20C9.72005%2C15.6068%2010.01405%2C15.7918%2010.31005%2C15.7248%20C10.32805%2C15.7208%2010.34505%2C15.7158%2010.36205%2C15.7098%20C10.44705%2C15.7078%2010.52805%2C15.7458%2010.58205%2C15.8098%20C10.73405%2C16.0858%2011.08005%2C16.1868%2011.35605%2C16.0358%20C11.36505%2C16.0308%2011.37305%2C16.0258%2011.38205%2C16.0198%20C11.44905%2C15.9898%2011.52505%2C15.9898%2011.59205%2C16.0198%20C11.99205%2C16.2898%2012.09205%2C16.2898%2012.45205%2C16.0198%20C12.52805%2C15.9838%2012.61605%2C15.9838%2012.69205%2C16.0198%20C12.96605%2C16.1718%2013.31105%2C16.0798%2013.47305%2C15.8098%20C13.53205%2C15.7408%2013.62105%2C15.7038%2013.71205%2C15.7098%20C14.01505%2C15.7928%2014.32905%2C15.6138%2014.41205%2C15.3098%20C14.44605%2C15.2358%2014.51305%2C15.1798%2014.59205%2C15.1608%20C14.92505%2C15.1608%2015.19605%2C14.8928%2015.20205%2C14.5598%20C15.22705%2C14.4748%2015.29005%2C14.4048%2015.37205%2C14.3708%20C15.65905%2C14.2748%2015.82505%2C13.9738%2015.75205%2C13.6798%20C15.74705%2C13.5888%2015.78405%2C13.4998%2015.85205%2C13.4398%20C16.12405%2C13.2818%2016.21705%2C12.9328%2016.05805%2C12.6608%20C16.05705%2C12.6568%2016.05505%2C12.6538%2016.05205%2C12.6498%20C16.01705%2C12.5778%2016.01705%2C12.4928%2016.05205%2C12.4198%20C16.28705%2C12.2098%2016.30705%2C11.8498%2016.09805%2C11.6148%20C16.08305%2C11.5998%2016.06805%2C11.5838%2016.05205%2C11.5698%20C16.01605%2C11.4968%2016.01605%2C11.4128%2016.05205%2C11.3398%20C16.21305%2C11.0658%2016.12405%2C10.7138%2015.85205%2C10.5498%20C15.78405%2C10.4898%2015.74705%2C10.4008%2015.75205%2C10.3098%20C15.82805%2C10.0038%2015.64605%2C9.6928%2015.34205%2C9.6098%20C15.26805%2C9.5748%2015.21405%2C9.5088%2015.19205%2C9.4298%20C15.12205%2C9.0298%2014.98205%2C8.8898%2014.59205%2C8.8398%20C14.51305%2C8.8188%2014.44705%2C8.7638%2014.41205%2C8.6898%20C14.33805%2C8.3838%2014.02905%2C8.1968%2013.72405%2C8.2718%20C13.71305%2C8.2738%2013.70205%2C8.2768%2013.69205%2C8.2798%20C13.61805%2C8.2878%2013.54505%2C8.2618%2013.49205%2C8.2098%20C13.19205%2C7.8498%2013.09205%2C7.8298%2012.66205%2C7.9698%20C12.59505%2C7.9978%2012.51905%2C7.9978%2012.45205%2C7.9698%20C12.22305%2C7.7378%2011.84905%2C7.7358%2011.61805%2C7.9648%20C11.61605%2C7.9658%2011.61405%2C7.9678%2011.61205%2C7.9698%20C11.53605%2C8.0028%2011.44905%2C8.0028%2011.37205%2C7.9698%20C11.10605%2C7.8128%2010.76305%2C7.9008%2010.60505%2C8.1668%20C10.60005%2C8.1748%2010.59605%2C8.1828%2010.59205%2C8.1898%20C10.53705%2C8.2548%2010.45705%2C8.2918%2010.37205%2C8.2898%20C10.08405%2C8.1938%209.77205%2C8.3498%209.67705%2C8.6388%20C9.67105%2C8.6548%209.66605%2C8.6728%209.66205%2C8.6898%20C9.58205%2C8.7498%209.47205%2C8.7998%209.43205%2C8.8298%20L9.43205%2C8.8298%20Z%20M11.98205%2C7.23979118%20C14.60505%2C7.2348%2016.73605%2C9.3568%2016.7420627%2C11.9798%20C16.74805%2C14.6038%2014.62605%2C16.7348%2012.00205%2C16.7398127%20C9.37905%2C16.7458%207.24705%2C14.6228%207.24200725%2C11.9998%20C7.23105%2C9.3818%209.34405%2C7.2508%2011.96205%2C7.23979118%20L11.98205%2C7.23979118%20Z%22%20id%3D%22Fill-9%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.40225%2C6.05%20L1.56225%2C6.05%20C-0.52075%2C9.722%20-0.52075%2C14.218%201.56225%2C17.89%20L22.44225%2C17.89%20C24.52425%2C14.218%2024.52425%2C9.722%2022.44225%2C6.05%20L22.40225%2C6.05%20Z%22%20id%3D%22Fill-6%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.99205%2C11.1999%20C12.42905%2C11.1999%2012.78205%2C11.5539%2012.78205%2C11.9899%20C12.78205%2C12.4269%2012.42905%2C12.7799%2011.99205%2C12.7799%20C11.55505%2C12.7799%2011.20205%2C12.4269%2011.20205%2C11.9899%20C11.20205%2C11.5539%2011.55505%2C11.1999%2011.99205%2C11.1999%22%20id%3D%22Fill-11%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.98225%2C8.0002%20C11.84325%2C9.0792%2011.84325%2C10.1712%2011.98225%2C11.2502%20C11.98225%2C11.2502%2012.23225%2C11.0002%2011.98225%2C8.0002%22%20id%3D%22Fill-13%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.98225%2C16.0002%20C11.84325%2C14.9212%2011.84325%2C13.8292%2011.98225%2C12.7502%20C11.98225%2C12.7502%2012.23225%2C13.0002%2011.98225%2C16.0002%22%20id%3D%22Fill-15%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.98225%2C8.0798%20C12.57625%2C9.0878%2012.30025%2C10.1428%2012.16225%2C11.2198%20C12.16225%2C11.2198%2012.47225%2C11.0898%2012.98225%2C8.0798%22%20id%3D%22Fill-17%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.98225%2C15.8996%20C11.12125%2C14.8226%2011.39625%2C13.7676%2011.80225%2C12.7596%20C11.80225%2C12.7596%2011.98225%2C13.0006%2010.98225%2C15.8996%22%20id%3D%22Fill-19%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.04185%2C8.51%20C13.37585%2C9.366%2012.82185%2C10.304%2012.39185%2C11.3%20C12.39185%2C11.3%2012.70185%2C11.26%2014.04185%2C8.51%22%20id%3D%22Fill-21%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.98225%2C15.47%20C10.41125%2C14.474%2010.96525%2C13.536%2011.63225%2C12.68%20C11.63225%2C12.68%2011.69225%2C13%209.98225%2C15.47%22%20id%3D%22Fill-23%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.88175%2C9.1599%20C14.01575%2C9.8149%2013.23575%2C10.5779%2012.56175%2C11.4299194%20C12.56175%2C11.4299194%2012.87175%2C11.4599%2014.88175%2C9.1599%22%20id%3D%22Fill-25%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.10195%2C14.8%20C9.77595%2C13.947%2010.55595%2C13.185%2011.4219686%2C12.53%20C11.4219686%2C12.53%2011.45195%2C12.85%209.10195%2C14.8%22%20id%3D%22Fill-27%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.50185%2C10.0002%20C14.49785%2C10.4112%2013.55085%2C10.9492%2012.68185%2C11.6002%20C12.68185%2C11.6002%2012.98185%2C11.7002%2015.50185%2C10.0002%22%20id%3D%22Fill-29%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.47205%2C14.0002%20C9.34005%2C13.3492%2010.28805%2C12.8112%2011.29205%2C12.4002%20C11.29205%2C12.4002%2011.24205%2C12.6802%208.47205%2C14.0002%22%20id%3D%22Fill-31%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.91195%2C11.0002%20C14.83395%2C11.1222%2013.77495%2C11.3802%2012.76195%2C11.7702%20C12.76195%2C11.7702%2012.98195%2C12.0002%2015.91195%2C11.0002%22%20id%3D%22Fill-33%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.06185%2C12.9402%20C9.07485%2C12.5502%2010.13385%2C12.2922%2011.21185%2C12.1702%20C11.21185%2C12.1702%2011.08185%2C12.4502%208.06185%2C12.9402%22%20id%3D%22Fill-35%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.98225%2C8.0798%20C11.38725%2C9.0878%2011.66325%2C10.1428%2011.80225%2C11.2198%20C11.80225%2C11.2198%2011.50225%2C11.0898%2010.98225%2C8.0798%22%20id%3D%22Fill-37%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.98225%2C15.8996%20C12.84325%2C14.8226%2012.56725%2C13.7676%2012.16225%2C12.7596%20C12.16225%2C12.7596%2011.98225%2C13.0006%2012.98225%2C15.8996%22%20id%3D%22Fill-39%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.98225%2C8.51%20C10.64825%2C9.366%2011.20225%2C10.304%2011.63225%2C11.3%20C11.63225%2C11.3%2011.27225%2C11.26%209.98225%2C8.51%22%20id%3D%22Fill-41%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.04185%2C15.47%20C13.61285%2C14.474%2013.05885%2C13.536%2012.39185%2C12.68%20C12.39185%2C12.68%2012.28185%2C13%2014.04185%2C15.47%22%20id%3D%22Fill-43%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.09215%2C9.1599%20C9.95915%2C9.8149%2010.73815%2C10.5779%2011.41215%2C11.4299194%20C11.41215%2C11.4299194%2011.10215%2C11.4599%209.09215%2C9.1599%22%20id%3D%22Fill-45%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.87195%2C14.8%20C14.19795%2C13.947%2013.41895%2C13.185%2012.5519444%2C12.53%20C12.5519444%2C12.53%2012.53195%2C12.85%2014.87195%2C14.8%22%20id%3D%22Fill-47%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.47205%2C10.0002%20C9.47605%2C10.4112%2010.42405%2C10.9492%2011.29205%2C11.6002%20C11.29205%2C11.6002%2010.98205%2C11.7002%208.47205%2C10.0002%22%20id%3D%22Fill-49%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.50185%2C14.0002%20C14.63385%2C13.3492%2013.68685%2C12.8112%2012.68185%2C12.4002%20C12.68185%2C12.4002%2012.73185%2C12.6802%2015.50185%2C14.0002%22%20id%3D%22Fill-51%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.06185%2C11.0002%20C9.14085%2C11.1222%2010.19885%2C11.3802%2011.21185%2C11.7702%20C11.21185%2C11.7702%2010.98185%2C12.0002%208.06185%2C11.0002%22%20id%3D%22Fill-53%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.91195%2C12.9402%20C14.89895%2C12.5502%2013.84095%2C12.2922%2012.76195%2C12.1702%20C12.76195%2C12.1702%2012.89195%2C12.4502%2015.91195%2C12.9402%22%20id%3D%22Fill-55%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.98225%2C12.0002%20C14.90325%2C11.8612%2013.81125%2C11.8612%2012.73225%2C12.0002%20C12.73225%2C12.0002%2012.98225%2C12.2402%2015.98225%2C12.0002%22%20id%3D%22Fill-57%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.98225%2C12.0002%20C9.06125%2C11.8612%2010.15325%2C11.8612%2011.23225%2C12.0002%20C11.23225%2C12.0002%2010.98225%2C12.2402%207.98225%2C12.0002%22%20id%3D%22Fill-59%22%20fill%3D%22%23010187%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--it {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20IT%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22path-1%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-IT%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Mask%22%20fill%3D%22%23E6E6E6%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22italy%22%20mask%3D%22url(%23mask-2)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(0.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.9899747%2C0.685316456%20L14.5905316%2C4.56541772%20C15.8822785%2C8.82835443%2015.8822785%2C15.1555949%2014.5905316%2C19.4187342%20L15.9899747%2C23.2984304%20C20.6469367%2C21.6516962%2023.984%2C17.2126076%2023.984%2C11.9915949%20C23.984%2C6.77139241%2020.6469367%2C2.33210127%2015.9899747%2C0.685316456%20Z%22%20id%3D%22Path%22%20fill%3D%22%23DC2134%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(11.949367%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.04060759%2C4.56541772%20L4.04060759%2C0.685316456%20C2.78997468%2C0.243037975%201.44486076%2C0.000101265823%200.0425316456%2C0.000101265823%20C1.8916962%2C0.000101265823%20-0.672253165%2C6.26708861%204.04060759%2C4.56541772%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F3F4F5%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.0425316456%2C23.9838987%20C1.44481013%2C23.9838987%202.78997468%2C23.740962%204.04060759%2C23.2986329%20L4.04060759%2C19.4189367%20C-0.624911392%2C18.9533165%200.0425316456%2C23.9838987%200.0425316456%2C23.9838987%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F3F4F5%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C11.9917468%20C0%2C17.2302278%203.35974684%2C21.6810127%208.04081013%2C23.314481%20L8.04081013%2C0.669822785%20C3.35974684%2C2.30329114%200%2C6.75407595%200%2C11.9917468%20Z%22%20id%3D%22Path%22%20fill%3D%22%23139149%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.9899747%2C19.4188861%20L15.9899747%2C4.56541772%20C15.173519%2C1.87027848%2013.8410633%2C0.000101265823%2011.9918987%2C0.000101265823%20C10.607038%2C0.000101265823%209.27837975%2C0.237924051%208.04081013%2C0.669822785%20L8.04081013%2C23.3145823%20C9.27837975%2C23.746481%2010.607038%2C23.9839494%2011.9918987%2C23.9839494%20C13.8410633%2C23.9839494%2015.173519%2C22.1137215%2015.9899747%2C19.4188861%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F4F4F4%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--jp {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20jp%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-jp%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-5%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C0%20C18.627%2C0%2024%2C5.373%2024%2C12%20C24%2C18.627%2018.627%2C24%2012%2C24%20C5.373%2C24%200%2C18.627%200%2C12%20C0%2C5.373%205.373%2C0%2012%2C0%22%20id%3D%22Fill-1%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.04%2C5.1201%20C15.973%2C5.1201%2019.16%2C8.3081%2019.16%2C12.2401%20C19.16%2C16.1721%2015.973%2C19.3601%2012.04%2C19.3601%20C8.108%2C19.3601%204.92%2C16.1721%204.92%2C12.2401%20C4.92%2C8.3081%208.108%2C5.1201%2012.04%2C5.1201%22%20id%3D%22Fill-3%22%20fill%3D%22%23E5212C%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--kr {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FKR%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FKR%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-41%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M24%2C12%20C24%2C18.627%2018.627%2C24%2012%2C24%20C5.373%2C24%200%2C18.627%200%2C12%20C0%2C5.373%205.373%2C0%2012%2C0%20C18.627%2C0%2024%2C5.373%2024%2C12%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23F5F5F5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.2998%2C8.5601%20C12.3998%2C7.2911%209.8308%2C7.8011%208.5598%2C9.7001%20C7.8958%2C10.6301%208.1118%2C11.9231%209.0428%2C12.5871%20C9.9728%2C13.2521%2011.2658%2C13.0361%2011.9298%2C12.1051%20C11.9538%2C12.0711%2011.9778%2C12.0361%2011.9998%2C12.0001%20C12.5748%2C11.0121%2013.8428%2C10.6771%2014.8298%2C11.2521%20C15.8188%2C11.8281%2016.1538%2C13.0951%2015.5778%2C14.0831%20C15.5358%2C14.1541%2015.4898%2C14.2241%2015.4408%2C14.2901%20C16.7018%2C12.3921%2016.1928%2C9.8311%2014.2998%2C8.5601%22%20id%3D%22Fill-3%22%20fill%3D%22%23CF1E23%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.5601%2C9.7002%20C7.8961%2C10.6302%208.1121%2C11.9232%209.0421%2C12.5872%20C9.9731%2C13.2522%2011.2661%2C13.0362%2011.9301%2C12.1052%20C11.9541%2C12.0712%2011.9771%2C12.0352%2012.0001%2C12.0002%20C12.5751%2C11.0122%2013.8431%2C10.6772%2014.8301%2C11.2522%20C15.8181%2C11.8272%2016.1531%2C13.0952%2015.5781%2C14.0832%20C15.5361%2C14.1542%2015.4901%2C14.2232%2015.4401%2C14.2902%20C14.2641%2C16.2502%2011.7201%2C16.8862%209.7601%2C15.7092%20C7.7991%2C14.5322%207.1641%2C11.9892%208.3411%2C10.0282%20C8.4091%2C9.9152%208.4821%2C9.8062%208.5601%2C9.7002%22%20id%3D%22Fill-5%22%20fill%3D%22%23232E89%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-7%22%20fill%3D%22%23000000%22%20points%3D%2220.3799%209%2019.8399%209.36%2017.4299%205.78%2017.9999%205.42%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-9%22%20fill%3D%22%23000000%22%20points%3D%225.1401%204.8701%205.6801%205.2301%203.2701%208.8201%202.7301%208.4601%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-11%22%20fill%3D%22%23000000%22%20points%3D%224.1201%209.4399%203.5801%209.0799%206.0001%205.4899%206.5401%205.8499%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-13%22%20fill%3D%22%23000000%22%20points%3D%222.71%2015.54%203.25%2015.18%205.66%2018.769%205.12%2019.13%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-15%22%20fill%3D%22%23000000%22%20points%3D%226.8501%206.0601%207.3901%206.4201%205.0001%2010.0001%204.4601%209.6401%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-17%22%20fill%3D%22%23000000%22%20points%3D%226.8501%2017.9199%204.4301%2014.3299%205.0001%2013.9999%207.4101%2017.5899%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-19%22%20fill%3D%22%23000000%22%20points%3D%2216.5498%206.3501%2017.0798%206.0001%2018.2098%207.6801%2017.6798%208.0001%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-21%22%20fill%3D%22%23000000%22%20points%3D%2219.5098%209.6602%2018.9998%2010.0002%2017.8498%208.3402%2018.3798%208.0002%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-23%22%20fill%3D%22%23000000%22%20points%3D%226.5698%2018.2305%205.9998%2018.5895%204.9098%2016.9105%205.4498%2016.5495%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-25%22%20fill%3D%22%23000000%22%20points%3D%2220.3799%2014.9404%2019.2499%2016.6204%2018.7099%2016.2594%2019.8399%2014.5804%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-27%22%20fill%3D%22%23000000%22%20points%3D%2219.4404%2017.1299%2019.9804%2017.4899%2018.8494%2019.1699%2018.3094%2018.8099%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-29%22%20fill%3D%22%23000000%22%20points%3D%2218.54%2016.5801%2019.07%2016.9401%2018%2018.6201%2017.46%2018.2601%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-31%22%20fill%3D%22%23000000%22%20points%3D%2217.6602%2016%2018.2002%2016.36%2017.0702%2018%2016.5302%2017.64%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-33%22%20fill%3D%22%23000000%22%20points%3D%225.2402%2016.2695%204.7002%2016.6295%203.5802%2014.9505%204.1202%2014.5895%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-35%22%20fill%3D%22%23000000%22%20points%3D%2219%2014%2019.54%2014.36%2018.37%2016%2017.83%2015.64%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-37%22%20fill%3D%22%23000000%22%20points%3D%2220.7598%208.8599%2019.6298%207.1799%2020.1698%206.8199%2021.2898%208.4999%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-39%22%20fill%3D%22%23000000%22%20points%3D%2220.7402%2015.1396%2021.2802%2015.4996%2020.1502%2017.1796%2019.6102%2016.8206%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--mo {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FMO%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FMO%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-25%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C0%20C18.627%2C0%2024%2C5.373%2024%2C12%20C24%2C18.627%2018.627%2C24%2012%2C24%20C5.373%2C24%200%2C18.627%200%2C12%20C0%2C5.373%205.373%2C0%2012%2C0%22%20id%3D%22Fill-1%22%20fill%3D%22%230D7861%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C14.3496%20C10.269%2C16.1186%207.433%2C16.1476%205.665%2C14.4166%20C5.587%2C14.3406%205.512%2C14.2616%205.44%2C14.1796%20C5.72%2C14.1106%205.95%2C14.0196%206.23%2C14.2596%20C7.092%2C14.9886%208.206%2C15.3476%209.33%2C15.2596%20C7.515%2C15.1746%205.922%2C14.0256%205.27%2C12.3296%20C6.87%2C11.6596%208.696%2C11.8046%2010.17%2C12.7206%20C9.756%2C12.3656%209.282%2C12.0876%208.77%2C11.8996%20C8.232%2C11.6946%207.665%2C11.5796%207.09%2C11.5596%20C6.982%2C11.5426%206.884%2C11.4896%206.81%2C11.4106%20C6.708%2C11.2936%206.614%2C11.1706%206.53%2C11.0396%20C7.951%2C10.9716%209.34%2C11.4796%2010.38%2C12.4506%20C9.498%2C11.0386%209.444%2C9.2616%2010.24%2C7.7996%20C10.4%2C8.0596%2010.55%2C8.2796%2010.68%2C8.5096%20C10.68%2C8.5096%2010.68%2C8.6496%2010.62%2C8.7206%20C10.185%2C9.7666%2010.17%2C10.9426%2010.58%2C11.9996%20L10.66%2C12.1896%20C10.6%2C11.7996%2010.5%2C11.3706%2010.47%2C10.9306%20C10.39%2C9.6076%2010.908%2C8.3196%2011.88%2C7.4196%20C12.02%2C7.2796%2012.1%2C7.3596%2012.2%2C7.4196%20C13.457%2C8.6086%2013.913%2C10.4176%2013.37%2C12.0596%20L13.37%2C12.1496%20L13.43%2C12.1496%20C13.52%2C11.7796%2013.64%2C11.4196%2013.71%2C11.0396%20C13.842%2C10.2236%2013.734%2C9.3866%2013.4%2C8.6296%20C13.369%2C8.5566%2013.369%2C8.4736%2013.4%2C8.3996%20C13.51%2C8.2006%2013.64%2C8.0096%2013.79%2C7.7696%20C14.194%2C8.4636%2014.392%2C9.2576%2014.36%2C10.0596%20C14.345%2C10.8726%2014.113%2C11.6666%2013.69%2C12.3596%20C14.72%2C11.4206%2016.077%2C10.9256%2017.47%2C10.9796%20C17.32%2C11.3796%2017.16%2C11.4996%2016.78%2C11.5096%20C15.697%2C11.5886%2014.668%2C12.0086%2013.84%2C12.7096%20C15.303%2C11.7716%2017.131%2C11.6036%2018.74%2C12.2596%20C18.43%2C13.7196%2016.74%2C14.9106%2014.68%2C15.2096%20C15.771%2C15.2646%2016.841%2C14.9086%2017.68%2C14.2096%20C17.914%2C13.9566%2018.291%2C13.8996%2018.59%2C14.0706%20C16.926%2C15.9226%2014.074%2C16.0766%2012.221%2C14.4116%20C12.152%2C14.3506%2012.085%2C14.2866%2012.02%2C14.2196%20L12%2C14.3496%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C15.4502%20C11.33%2C16.0032%2010.514%2C16.3502%209.65%2C16.4502%20C9.474%2C16.4602%209.296%2C16.4602%209.12%2C16.4502%20L6.12%2C16.4502%20C5.74%2C16.4502%205.65%2C16.3892%205.49%2C15.9802%20L5.74%2C15.9802%20L8.83%2C15.9802%20C9.967%2C16.0122%2011.073%2C15.6082%2011.92%2C14.8492%20L12.03%2C14.7602%20L12.4%2C15.0592%20C13.176%2C15.6662%2014.135%2C15.9912%2015.12%2C15.9802%20L18.56%2C15.9802%20C18.544%2C16.2622%2018.304%2C16.4762%2018.022%2C16.4612%20C18.019%2C16.4612%2018.014%2C16.4602%2018.01%2C16.4602%20L15%2C16.4602%20C13.978%2C16.4772%2012.979%2C16.1452%2012.17%2C15.5192%20L12%2C15.4502%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.8398%2C17.5996%20L17.1798%2C17.5996%20C17.0168%2C17.8216%2016.7648%2C17.9606%2016.4898%2C17.9806%20C13.4968%2C17.9936%2010.5168%2C17.9996%207.5498%2C17.9996%20C7.2398%2C17.9996%207.0798%2C17.8096%206.8398%2C17.5996%22%20id%3D%22Fill-7%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.8701%2C18.29%20L16.1901%2C18.29%20C15.9341%2C18.549%2015.6001%2C18.714%2015.2401%2C18.76%20L8.9101%2C18.76%20C8.5191%2C18.728%208.1521%2C18.562%207.8701%2C18.29%22%20id%3D%22Fill-9%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.1802%2C16.9297%20L17.8402%2C16.9297%20C17.7692%2C17.1507%2017.6202%2C17.1797%2017.4402%2C17.1797%20L6.6202%2C17.1797%20C6.4322%2C17.2117%206.2482%2C17.1077%206.1802%2C16.9297%22%20id%3D%22Fill-11%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.1602%2C19%20L14.8802%2C19%20C13.8702%2C19.69%2010.2302%2C19.7%209.1602%2C19%22%20id%3D%22Fill-13%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-15%22%20fill%3D%22%23FFDE55%22%20points%3D%2212.0098%203.1499%2011.5998%204.3099%2010.4498%204.3199%2011.3798%205.0399%2011.0098%206.1699%2012.0098%205.4999%2013.0098%206.1599%2012.6298%205.0399%2013.5798%204.3199%2012.4298%204.3199%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-17%22%20fill%3D%22%23FFDE55%22%20points%3D%227.6201%205.1802%207.8201%205.9102%207.2501%206.3202%207.9701%206.3502%208.1701%207.0502%208.4401%206.3602%209.1801%206.3402%208.6001%205.9102%208.8201%205.2202%208.2401%205.6202%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-19%22%20fill%3D%22%23FFDE55%22%20points%3D%225.2002%208.1001%205.7502%208.6201%205.4602%209.2601%206.0902%208.9201%206.6302%209.4201%206.5102%208.6901%207.1302%208.3001%206.4102%208.2301%206.2502%207.5201%205.9602%208.1601%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-21%22%20fill%3D%22%23FFDE55%22%20points%3D%2216.3301%205.2402%2016.1201%205.9602%2016.7001%206.3702%2015.9801%206.4002%2015.7691%207.1002%2015.5101%206.4202%2014.7691%206.3902%2015.3501%205.9602%2015.1301%205.2702%2015.7001%205.6702%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-23%22%20fill%3D%22%23FFDE55%22%20points%3D%2218.75%208.1499%2018.2%208.6699%2018.49%209.3199%2017.85%208.9799%2017.32%209.4699%2017.44%208.7499%2016.82%208.3499%2017.54%208.2799%2017.7%207.5699%2017.99%208.2099%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--my {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FMy%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FMy%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22My%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.2633%2C12.0801%20L12.2633%2C0.0001%20L11.9333%2C0.0001%20C5.3063%2C0.0371%20-0.0367%2C5.4391%200.0003%2C12.0661%20C0.0033%2C12.6631%200.0513%2C13.2601%200.1433%2C13.8501%20L12.2633%2C13.8501%20L12.2633%2C12.0801%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%2320215D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.8834%2C7.0498%20L12.2634%2C7.0498%20L12.2634%2C8.7398%20L12.8834%2C8.7398%20L23.4844%2C8.7398%20C23.3264%2C8.1628%2023.1254%2C7.5968%2022.8834%2C7.0498%22%20id%3D%22Fill-3%22%20fill%3D%22%23C7232D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.8433%2C10.4502%20L12.2633%2C10.4502%20L12.2633%2C12.0802%20L23.9333938%2C12.0802%20L23.9333938%2C11.9702%20C23.9353%2C11.4622%2023.9053%2C10.9542%2023.8433%2C10.4502%22%20id%3D%22Fill-5%22%20fill%3D%22%23C7232D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.5338%2C3.6099%20L12.2628%2C3.6099%20L12.2628%2C5.2699%20L21.9328%2C5.2699%20C21.5178%2C4.6749%2021.0498%2C4.1199%2020.5338%2C3.6099%22%20id%3D%22Fill-7%22%20fill%3D%22%23C7232D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.2633%2C15.5498%20L0.5533%2C15.5498%20C0.7473%2C16.1688%200.9913%2C16.7708%201.2833%2C17.3498%20L22.6543%2C17.3498%20C22.9463%2C16.7708%2023.1903%2C16.1688%2023.3833%2C15.5498%20L12.2633%2C15.5498%20Z%22%20id%3D%22Fill-9%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.9337%2C23.9297129%20C13.9707%2C23.9327%2015.9747%2C23.4127%2017.7537%2C22.4197%20L6.1537%2C22.4197%20C7.9207%2C23.4067%209.9097%2C23.9257%2011.9337%2C23.9297129%22%20id%3D%22Fill-11%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.3033%2C19.0195%20C2.7623%2C19.6485%203.2823%2C20.2315%203.8533%2C20.7595%20L20.0833%2C20.7595%20C20.6563%2C20.2315%2021.1743%2C19.6485%2021.6333%2C19.0195%20L2.3033%2C19.0195%20Z%22%20id%3D%22Fill-13%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.2833%2C17.3496%20C1.5713%2C17.9326%201.9053%2C18.4916%202.2833%2C19.0196%20L21.6333%2C19.0196%20C22.0113%2C18.4916%2022.3463%2C17.9326%2022.6333%2C17.3496%20L1.2833%2C17.3496%20Z%22%20id%3D%22Fill-15%22%20fill%3D%22%23C7232D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.1534%2C22.4199%20L17.7834%2C22.4199%20C18.6104%2C21.9589%2019.3784%2C21.4009%2020.0734%2C20.7599%20L3.8534%2C20.7599%20C4.5514%2C21.4019%205.3234%2C21.9599%206.1534%2C22.4199%22%20id%3D%22Fill-17%22%20fill%3D%22%23C7232D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21.9332%2C5.27%20L12.2632%2C5.27%20L12.2632%2C7.05%20L22.8832%2C7.05%20C22.6182%2C6.431%2022.2992%2C5.835%2021.9332%2C5.27%22%20id%3D%22Fill-19%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.6031%2C12.0801%20L12.2631%2C12.0801%20L12.2631%2C13.8501%20L23.7841%2C13.8501%20C23.8771%2C13.2651%2023.9271%2C12.6731%2023.9331%2C12.0801%20L13.6031%2C12.0801%20Z%22%20id%3D%22Fill-21%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.6031%2C13.9297%20L23.7731%2C13.9297%20L13.6031%2C13.9297%20Z%22%20id%3D%22Fill-23%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.2633%2C13.9297%20L13.6033%2C13.9297%20L12.2633%2C13.9297%20Z%22%20id%3D%22Fill-25%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.484%2C8.7002%20L12.874%2C8.7002%20L12.254%2C8.7002%20L12.254%2C10.4102%20L23.843%2C10.4102%20C23.765%2C9.8322%2023.645%2C9.2602%2023.484%2C8.7002%22%20id%3D%22Fill-27%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.9337%2C7.8198%20C2.8857%2C6.9168%203.2807%2C6.0468%203.9937%2C5.4898%20C4.7107%2C4.9268%205.6457%2C4.7208%206.5337%2C4.9298%20C5.2047%2C4.2358%203.5727%2C4.5698%202.6237%2C5.7298%20C1.6307%2C6.9438%201.6557%2C8.6958%202.6837%2C9.8798%20C3.6157%2C10.9778%205.1797%2C11.2928%206.4637%2C10.6398%20C4.4337%2C10.7798%202.9337%2C9.6298%202.9337%2C7.8198%22%20id%3D%22Fill-29%22%20fill%3D%22%23FFD110%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-31%22%20fill%3D%22%23FFD110%22%20points%3D%229.9937%207.1802%2010.9337%206.0402%209.6037%206.6902%209.9537%205.2602%209.0437%206.4202%208.7237%204.9802%208.4137%206.4202%207.5037%205.2602%207.8537%206.6902%206.5237%206.0402%207.4637%207.1802%205.9837%207.1702%207.3237%207.7902%205.9837%208.4202%207.4637%208.4002%206.5237%209.5502%207.8537%208.8902%207.5037%2010.3302%208.4137%209.1702%208.7237%2010.6102%209.0437%209.1702%209.9537%2010.3302%209.6037%208.8902%2010.9337%209.5502%209.9937%208.4002%2011.4737%208.4202%2010.1337%207.7902%2011.4737%207.1702%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.2633%2C13.8398%20L0.1533%2C13.8398%20C0.2433%2C14.4178%200.3733%2C14.9898%200.5433%2C15.5498%20L23.3833%2C15.5498%20C23.5533%2C14.9898%2023.6833%2C14.4178%2023.7733%2C13.8398%20L12.2633%2C13.8398%20Z%22%20id%3D%22Fill-33%22%20fill%3D%22%23C7232D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--sg {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FSG%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FSG%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-16%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%20transform%3D%22translate(0.000000%2C%2011.000000)%22%20fill%3D%22%23F4F4F4%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0.8301%20L0%2C1.0001%20C0%2C7.6271%205.373%2C13.0001%2012%2C13.0001%20C18.627%2C13.0001%2024%2C7.6271%2024%2C1.0001%20L24%2C0.8301%20L0%2C0.8301%20Z%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C0%20C5.438%2C0%200.093%2C5.269%200%2C11.83%20L24%2C11.83%20C23.907%2C5.269%2018.562%2C0%2012%2C0%22%20id%3D%22Fill-4%22%20fill%3D%22%23E03B3B%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.1802%2C2.2202%20C8.1342%2C2.7332%207.3192%2C3.6222%206.9002%2C4.7102%20C6.4612%2C5.7902%206.4612%2C6.9992%206.9002%2C8.0802%20C7.3232%2C9.1662%208.1412%2C10.0522%209.1902%2C10.5602%20C8.7012%2C10.6552%208.1992%2C10.6552%207.7102%2C10.5602%20C6.7632%2C10.3632%205.9152%2C9.8432%205.3102%2C9.0902%20C4.0732%2C7.6012%204.0072%2C5.4622%205.1502%2C3.9002%20C5.6862%2C3.1572%206.4522%2C2.6132%207.3302%2C2.3502%20C7.9282%2C2.1622%208.5612%2C2.1172%209.1802%2C2.2202%22%20id%3D%22Fill-6%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-8%22%20fill%3D%22%23FFFFFF%22%20points%3D%228.98%204.46%208.71%205.23%207.94%205.23%208.56%205.71%208.31%206.46%208.98%206.01%209.64%206.45%209.39%205.71%2010.02%205.24%209.26%205.24%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-10%22%20fill%3D%22%23FFFFFF%22%20points%3D%2213.6797%204.4502%2013.4097%205.2302%2012.6397%205.2302%2013.2597%205.7102%2013.0097%206.4602%2013.6797%206.0102%2014.3397%206.4502%2014.0897%205.7102%2014.7197%205.2302%2013.9597%205.2302%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-12%22%20fill%3D%22%23FFFFFF%22%20points%3D%229.8599%207.1899%209.5899%207.9699%208.8199%207.9699%209.4399%208.4499%209.1999%209.1999%209.8599%208.7499%2010.5299%209.1899%2010.2799%208.4499%2010.8999%207.9699%2010.1399%207.9699%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-14%22%20fill%3D%22%23FFFFFF%22%20points%3D%2212.79%207.1899%2012.52%207.9699%2011.76%207.9699%2012.38%208.4499%2012.13%209.1999%2012.79%208.7499%2013.46%209.1899%2013.21%208.4499%2013.84%207.9699%2013.07%207.9699%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--th {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FTH%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FTH%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.0215%2C0%20C8.8515%2C0%205.8095%2C1.255%203.5615%2C3.49%20L20.4815%2C3.49%20C18.2335%2C1.255%2015.1915%2C0%2012.0215%2C0%22%20id%3D%22Fill-1%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.0215%2C24%20C15.0575%2C24%2017.9805%2C22.85%2020.2015%2C20.78%20L3.8415%2C20.78%20C6.0625%2C22.85%208.9855%2C24%2012.0215%2C24%22%20id%3D%22Fill-3%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M24.0215026%2C12%20C24.0215026%2C10.508%2023.7435%2C9.03%2023.2015%2C7.64%20L0.8415%2C7.64%20C-0.2805%2C10.477%20-0.2805%2C13.634%200.8415%2C16.47%20L23.1615%2C16.47%20C23.7305%2C15.049%2024.0225%2C13.531%2024.0215026%2C12%22%20id%3D%22Fill-5%22%20fill%3D%22%23221C4D%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.4815%2C3.4902%20L3.5615%2C3.4902%20C2.3755%2C4.6692%201.4495%2C6.0822%200.8415%2C7.6402%20L23.2015%2C7.6402%20C22.5935%2C6.0822%2021.6675%2C4.6692%2020.4815%2C3.4902%22%20id%3D%22Fill-7%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.1611%2C16.4697%20L0.8811%2C16.4697%20C1.5511%2C18.1107%202.5761%2C19.5817%203.8811%2C20.7807%20L20.2011%2C20.7807%20C21.4931%2C19.5777%2022.5041%2C18.1067%2023.1611%2C16.4697%22%20id%3D%22Fill-9%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--id {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FIDN%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FIDN%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Indonesia%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C12%20C0%2C5.373%205.373%2C0%2012%2C0%20C18.627%2C0%2024%2C5.373%2024%2C12%20L0%2C12%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23FF0000%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C12%20C0%2C18.627%205.373%2C24%2012%2C24%20C18.627%2C24%2024%2C18.627%2024%2C12%20L0%2C12%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--tw {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FTW%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FTW%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-31%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C0%20C5.373%2C0%200%2C5.373%200%2C12%20L12%2C12%20L12%2C0%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%231717A5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C0%20L12%2C12%20L0%2C12%20C0%2C18.627%205.373%2C24%2012%2C24%20C18.627%2C24%2024%2C18.627%2024%2C12%20C24%2C5.373%2018.627%2C0%2012%2C0%22%20id%3D%22Fill-3%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.9399%2C4.8901%20C8.0669%2C4.8901%208.9799%2C5.8031%208.9799%2C6.9301%20C8.9799%2C8.0571%208.0669%2C8.9701%206.9399%2C8.9701%20C5.8139%2C8.9701%204.8999%2C8.0571%204.8999%2C6.9301%20C4.8999%2C5.8031%205.8139%2C4.8901%206.9399%2C4.8901%22%20id%3D%22Fill-5%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.7402%2C7.6499%20C4.8422%2C7.9559%205.0052%2C8.2389%205.2202%2C8.4799%20L3.4402%2C8.9999%20L4.7402%2C7.6499%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.21%2C4.73%20C5.903%2C4.832%205.621%2C4.995%205.38%2C5.21%20L4.9%2C3.43%20L6.21%2C4.73%20Z%22%20id%3D%22Fill-9%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.4902%2C5.2202%20C8.2522%2C5.0062%207.9732%2C4.8432%207.6702%2C4.7402%20L9.0002%2C3.4502%20L8.4902%2C5.2202%20Z%22%20id%3D%22Fill-11%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11%2C6.9399%20L9.21%2C7.4199%20C9.277%2C7.0899%209.277%2C6.7499%209.21%2C6.4199%20L11.01%2C6.8999%20L11%2C6.9399%20Z%22%20id%3D%22Fill-13%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.1299%2C7.6401%20L10.4399%2C9.0001%20L8.6499%2C8.4801%20C8.8659%2C8.2361%209.0289%2C7.9501%209.1299%2C7.6401%22%20id%3D%22Fill-15%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.6802%2C6.4399%20C4.6132%2C6.7699%204.6132%2C7.1099%204.6802%2C7.4399%20L2.8802%2C6.9399%20L4.6802%2C6.4399%20Z%22%20id%3D%22Fill-17%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.9502%2C2.8799%20L7.4302%2C4.6699%20C7.1002%2C4.6039%206.7602%2C4.6039%206.4302%2C4.6699%20L6.9102%2C2.8799%20L6.9502%2C2.8799%20Z%22%20id%3D%22Fill-19%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.4502%2C9.1802%20C6.7792%2C9.2512%207.1202%2C9.2512%207.4502%2C9.1802%20L6.9502%2C11.0002%20L6.4502%2C9.1802%20Z%22%20id%3D%22Fill-21%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.9102%2C10.4102%20L5.3902%2C8.6402%20C5.6282%2C8.8542%205.9072%2C9.0172%206.2102%2C9.1202%20L4.9102%2C10.4102%20Z%22%20id%3D%22Fill-23%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.4502%2C4.8999%20L5.2202%2C5.3799%20C5.0052%2C5.6209%204.8422%2C5.9039%204.7402%2C6.2099%20L3.4502%2C4.8999%20Z%22%20id%3D%22Fill-25%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9%2C10.4302%20L7.66%2C9.1202%20C7.966%2C9.0172%208.249%2C8.8542%208.49%2C8.6402%20L9%2C10.4302%20Z%22%20id%3D%22Fill-27%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.1299%2C6.2002%20C9.0269%2C5.8972%208.8639%2C5.6182%208.6499%2C5.3802%20L10.4199%2C4.9002%20L9.1299%2C6.2002%20Z%22%20id%3D%22Fill-29%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--uk {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FUK%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FUK%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.4846%2C7.925%20L1.8946%2C5.565%20C1.4106%2C6.327%201.0146%2C7.143%200.7146%2C7.995%20L4.4846%2C7.995%20L4.4846%2C7.925%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.4846%2C16.1052%20L4.4846%2C16.1052%20L0.7146%2C16.1052%20C1.0176%2C16.9432%201.4136%2C17.7452%201.8946%2C18.4952%20L4.4846%2C16.1052%20Z%22%20id%3D%22Fill-3%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.7346%2C7.2546%20L9.7346%2C0.2546%20C7.8596%2C0.6086%206.0966%2C1.4076%204.5946%2C2.5846%20L9.6546%2C7.1846%20L9.7346%2C7.2546%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.5945%2C21.4451%20C6.0955%2C22.6261%207.8585%2C23.4271%209.7345%2C23.7851%20L9.7345%2C16.7851%20L4.5945%2C21.4451%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.4451%2C7.9949%20L23.2551%2C7.9949%20C22.9501%2C7.1489%2022.5501%2C6.3409%2022.0641%2C5.5849%20L19.4951%2C7.8849%20L19.4451%2C7.9949%20Z%22%20id%3D%22Fill-9%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.3045%2C7.1648%20L19.3045%2C2.5748%20C17.8125%2C1.3988%2016.0605%2C0.5968%2014.1955%2C0.2348%20L14.1955%2C7.2348%20L14.3045%2C7.1648%20Z%22%20id%3D%22Fill-11%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.1951%2C23.7849%20C16.0771%2C23.4339%2017.8461%2C22.6349%2019.3541%2C21.4549%20L14.1951%2C16.7639%20L14.1951%2C23.7849%20Z%22%20id%3D%22Fill-13%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.4451%2C16.0945%20L19.5451%2C16.1955%20L22.0751%2C18.4945%20C22.5611%2C17.7395%2022.9601%2C16.9305%2023.2641%2C16.0845%20L19.4741%2C16.0845%20L19.4451%2C16.0945%20Z%22%20id%3D%22Fill-15%22%20fill%3D%22%23242472%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.2947%2C9.4348%20L13.2947%2C9.5948%20L23.7247%2C9.5948%20C23.6087%2C9.0518%2023.4547%2C8.5168%2023.2647%2C7.9948%20L19.4447%2C7.9948%20L19.4447%2C7.9348%20L22.0147%2C5.5948%20C21.6507%2C5.0248%2021.2387%2C4.4858%2020.7847%2C3.9848%20L16.5147%2C7.8648%20C16.4547%2C7.9198%2016.3767%2C7.9528%2016.2947%2C7.9548%20L14.4847%2C7.9548%20L14.5847%2C7.8548%20L19.8847%2C2.9948%20L19.3547%2C2.5548%20L14.3547%2C7.1448%20L14.2447%2C7.2448%20L14.2447%2C0.2448%20C13.9447%2C0.1848%2013.6447%2C0.1448%2013.3447%2C0.1148%20C13.3117%2C3.2148%2013.2947%2C6.3218%2013.2947%2C9.4348%22%20id%3D%22Fill-17%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.8348%2C3.9348%20C20.5358%2C3.6038%2020.2188%2C3.2898%2019.8848%2C2.9948%20L14.5948%2C7.8248%20L14.4948%2C7.9248%20L16.3048%2C7.9248%20L16.4248%2C7.9248%22%20id%3D%22Fill-19%22%20fill%3D%22%23D92138%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.1145%2C3.9949%20L7.3745%2C7.8449%20C7.4145%2C7.8869%207.4425%2C7.9379%207.4545%2C7.9949%20L5.6345%2C7.9949%20C5.5635%2C7.9919%205.4965%2C7.9629%205.4445%2C7.9149%20L2.2745%2C4.9949%20C2.1415%2C5.1819%202.0115%2C5.3709%201.8845%2C5.5649%20L4.4845%2C7.9249%20L4.4845%2C7.9949%20L0.7145%2C7.9949%20C0.5215%2C8.5139%200.3645%2C9.0449%200.2445%2C9.5849%20L10.6345%2C9.5849%20L10.6345%2C9.3749%20L10.6345%2C0.1049%20C10.3345%2C0.1389%2010.0345%2C0.1849%209.7345%2C0.2449%20L9.7345%2C7.2449%20L9.6445%2C7.1849%20L4.5945%2C2.5849%20C4.0625%2C3.0119%203.5675%2C3.4839%203.1145%2C3.9949%22%20id%3D%22Fill-21%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.6346%2C7.9949%20L7.4846%2C7.9949%20L7.3746%2C7.8749%20L3.1146%2C3.9949%20C2.8206%2C4.3129%202.5436%2C4.6469%202.2846%2C4.9949%20L5.4446%2C7.8749%20L5.5346%2C7.9949%20L5.6346%2C7.9949%20Z%22%20id%3D%22Fill-23%22%20fill%3D%22%23D92138%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.3045%2C9.595%20L13.3045%2C9.435%20L13.3045%2C0.115%20C12.4205%2C0.014%2011.5285%2C0.014%2010.6445%2C0.115%20L10.6445%2C9.385%20L10.6445%2C9.595%20L0.2445%2C9.595%20C-0.0815%2C11.192%20-0.0815%2C12.838%200.2445%2C14.435%20L10.6345%2C14.435%20L10.6345%2C23.925%20C11.5185%2C24.025%2012.4105%2C24.025%2013.2945%2C23.925%20L13.2945%2C14.445%20L23.7245%2C14.445%20C24.0505%2C12.848%2024.0505%2C11.202%2023.7245%2C9.605%20L13.3045%2C9.605%20L13.3045%2C9.595%20Z%22%20id%3D%22Fill-25%22%20fill%3D%22%23D92138%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.6346%2C14.4353%20L0.2446%2C14.4353%20C0.3586%2C14.9953%200.5116%2C15.5463%200.7046%2C16.0843%20L4.4846%2C16.0843%20L1.8946%2C18.4643%20C2.2586%2C19.0353%202.6706%2C19.5743%203.1246%2C20.0753%20L7.4246%2C16.1643%20C7.4756%2C16.1143%207.5426%2C16.0813%207.6146%2C16.0753%20L9.4646%2C16.0753%20L9.3646%2C16.1853%20L4.0646%2C20.9953%20L4.5946%2C21.4353%20L9.7346%2C16.7543%20L9.7346%2C23.7543%20C10.0286%2C23.8083%2010.3276%2C23.8553%2010.6346%2C23.8953%20L10.6346%2C14.4353%20Z%22%20id%3D%22Fill-28%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.4051%2C14.4353%20L13.2951%2C14.4353%20L13.2951%2C23.9143%20C13.6041%2C23.9143%2013.9051%2C23.8343%2014.2051%2C23.7753%20L14.2051%2C16.7753%20L19.3651%2C21.4643%20C19.8991%2C21.0503%2020.3971%2C20.5923%2020.8541%2C20.0943%20L16.5751%2C16.1953%20L16.4651%2C16.0943%20L18.3041%2C16.0943%20C18.3861%2C16.0973%2018.4651%2C16.1293%2018.5241%2C16.1853%20L21.6951%2C19.0653%20C21.8281%2C18.8783%2021.9581%2C18.6883%2022.0851%2C18.4953%20L19.5541%2C16.1953%20L19.4551%2C16.0943%20L23.2351%2C16.0943%20C23.4271%2C15.5603%2023.5811%2C15.0113%2023.6951%2C14.4553%20L13.4051%2C14.4353%20Z%22%20id%3D%22Fill-30%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.0647%2C20.9949%20L9.3647%2C16.1649%20L9.4647%2C16.0549%20L7.4647%2C16.0549%20L7.3747%2C16.1449%20L3.0747%2C20.0549%20C3.3867%2C20.3869%203.7167%2C20.7009%204.0647%2C20.9949%22%20id%3D%22Fill-32%22%20fill%3D%22%23D92138%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.5047%2C16.1648%20L18.4047%2C16.0748%20L16.4047%2C16.0748%20L16.5247%2C16.1858%20L20.8047%2C20.0848%20C21.1027%2C19.7678%2021.3827%2C19.4338%2021.6447%2C19.0848%20L18.5047%2C16.1648%20Z%22%20id%3D%22Fill-34%22%20fill%3D%22%23D92138%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--us {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FUSA%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220%200.0501%2011.9999%200.0501%2011.9999%2012.8501%200%2012.8501%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-3%22%20points%3D%220.63%200.4602%203.37%200.4602%203.37%201%200.63%201%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FUSA%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval%22%20fill%3D%22%23F0F0F0%22%20fill-rule%3D%22nonzero%22%20cx%3D%2212%22%20cy%3D%2212.05%22%20r%3D%2212%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-2%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.6099%2C0.9001%20L8.0599%2C1.0001%20L7.6899%2C1.3601%20L7.7799%2C1.8701%20L7.3199%2C1.6301%20L6.8599%2C1.8701%20L6.9499%2C1.3601%20L6.8499%2C1.2701%20C2.6879%2C3.2261%200.0229%2C7.4011%20-0.0001%2C12.0001%20L-0.0001%2C12.8501%20L11.9999%2C12.8501%20L11.9999%2C0.0501%20C10.4959%2C0.0561%209.0069%2C0.3441%207.6099%2C0.9001%22%20id%3D%22Fill-1%22%20fill%3D%22%231C1C7F%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.6299%2C23.9201%20L13.3699%2C23.9201%20C15.1799%2C23.7131%2016.9179%2C23.0941%2018.4499%2C22.1091%20L5.5499%2C22.1091%20C7.0829%2C23.0941%208.8199%2C23.7131%2010.6299%2C23.9201%22%20id%3D%22Fill-4%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.6699%2C14.6799%20L0.3299%2C14.6799%20C0.4699%2C15.3079%200.6609%2C15.9229%200.8999%2C16.5199%20L23.0999%2C16.5199%20C23.3399%2C15.9229%2023.5299%2C15.3079%2023.6699%2C14.6799%22%20id%3D%22Fill-6%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.8599%2C18.3898%20C2.2709%2C19.0398%202.7429%2C19.6498%203.2699%2C20.2098%20L20.7309%2C20.2098%20C21.2569%2C19.6498%2021.7299%2C19.0398%2022.1399%2C18.3898%20L1.8599%2C18.3898%20Z%22%20id%3D%22Fill-8%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-14%22%20transform%3D%22translate(10.000000%2C%2023.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-4%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-13%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2%2C1.0002%20C2.458%2C0.9992%202.915%2C0.9732%203.37%2C0.9202%20L0.63%2C0.9202%20C1.085%2C0.9732%201.542%2C0.9992%202%2C1.0002%22%20id%3D%22Fill-12%22%20fill%3D%22%23FFFFFF%22%20mask%3D%22url(%23mask-4)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-17%22%20fill%3D%22%23E8232E%22%20points%3D%2212%2012.8498%2023.94%2012.8498%2023.94%2012.0298%2023.94%2011.0298%2012%2011.0298%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C9.2102%20L23.64%2C9.2102%20C23.479%2C8.5702%2023.265%2C7.9442%2023%2C7.3402%20L12%2C7.3402%20L12%2C9.2102%20Z%22%20id%3D%22Fill-19%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%2C5.5402%20L22.06%2C5.5402%20C21.629%2C4.8762%2021.133%2C4.2562%2020.58%2C3.6902%20L12%2C3.6902%20L12%2C5.5402%20Z%22%20id%3D%22Fill-21%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-23%22%20fill%3D%22%23FFFFFF%22%20points%3D%224.3301%205.5402%204.5601%206.0002%205.0701%206.0702%204.7001%206.4302%204.7901%206.9402%204.3301%206.7002%203.8801%206.9402%203.9601%206.4302%203.5901%206.0702%204.1101%206.0002%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-25%22%20fill%3D%22%23FFFFFF%22%20points%3D%225.9102%204.34%206.1302%204.8%206.6402%204.88%206.2802%205.24%206.3602%205.75%205.9102%205.51%205.4502%205.75%205.5402%205.24%205.1702%204.88%205.6802%204.8%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-27%22%20fill%3D%22%23FFFFFF%22%20points%3D%227.3799%202.9299%207.6099%203.3999%208.1199%203.4699%207.7499%203.8299%207.8399%204.3399%207.3799%204.0999%206.9299%204.3399%207.0099%203.8299%206.6399%203.4699%207.1599%203.3999%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-29%22%20fill%3D%22%23FFFFFF%22%20points%3D%2210.4199%202.9299%2010.6499%203.3999%2011.1599%203.4699%2010.7899%203.8299%2010.8799%204.3399%2010.4199%204.0999%209.9599%204.3399%2010.0499%203.8299%209.6799%203.4699%2010.1899%203.3999%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-31%22%20fill%3D%22%23FFFFFF%22%20points%3D%228.9399%204.34%209.1699%204.8%209.6799%204.88%209.3099%205.24%209.3999%205.75%208.9399%205.51%208.4899%205.75%208.5699%205.24%208.1999%204.88%208.7099%204.8%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-33%22%20fill%3D%22%23FFFFFF%22%20points%3D%227.3198%205.5402%207.5498%206.0002%208.0598%206.0702%207.6898%206.4302%207.7798%206.9402%207.3198%206.7002%206.8598%206.9402%206.9498%206.4302%206.5798%206.0702%207.0898%206.0002%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-35%22%20fill%3D%22%23FFFFFF%22%20points%3D%225.9102%206.8601%206.1302%207.3301%206.6402%207.4001%206.2802%207.7601%206.3602%208.2701%205.9102%208.0301%205.4502%208.2701%205.5402%207.7601%205.1702%207.4001%205.6802%207.3301%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-37%22%20fill%3D%22%23FFFFFF%22%20points%3D%224.3301%208.03%204.5601%208.49%205.0701%208.56%204.7001%208.92%204.7901%209.43%204.3301%209.19%203.8801%209.43%203.9601%208.92%203.5901%208.56%204.1101%208.49%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-39%22%20fill%3D%22%23FFFFFF%22%20points%3D%222.8501%209.4001%203.0801%209.8601%203.5901%209.9301%203.2301%2010.2901%203.3101%2010.8001%202.8501%2010.5601%202.4001%2010.8001%202.4801%2010.2901%202.1201%209.9301%202.6301%209.8601%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-41%22%20fill%3D%22%23FFFFFF%22%20points%3D%221.29%2010.59%201.52%2011.05%202.03%2011.13%201.66%2011.49%201.75%2012%201.29%2011.76%200.83%2012%200.92%2011.49%200.55%2011.13%201.06%2011.05%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-43%22%20fill%3D%22%23FFFFFF%22%20points%3D%222.8501%206.8601%203.0801%207.3301%203.5901%207.4001%203.2301%207.7601%203.3101%208.2701%202.8501%208.0301%202.4001%208.2701%202.4801%207.7601%202.1201%207.4001%202.6301%207.3301%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-45%22%20fill%3D%22%23FFFFFF%22%20points%3D%221.29%208.03%201.52%208.49%202.03%208.56%201.66%208.92%201.75%209.43%201.29%209.19%200.83%209.43%200.92%208.92%200.55%208.56%201.06%208.49%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-47%22%20fill%3D%22%23FFFFFF%22%20points%3D%2210.4199%205.4602%2010.6499%205.9202%2011.1599%205.9902%2010.7899%206.3502%2010.8799%206.8602%2010.4199%206.6202%209.9599%206.8602%2010.0499%206.3502%209.6799%205.9902%2010.1899%205.9202%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-49%22%20fill%3D%22%23FFFFFF%22%20points%3D%228.9399%206.8601%209.1699%207.3301%209.6799%207.4001%209.3099%207.7601%209.3999%208.2701%208.9399%208.0301%208.4899%208.2701%208.5699%207.7601%208.1999%207.4001%208.7099%207.3301%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-51%22%20fill%3D%22%23FFFFFF%22%20points%3D%227.3198%208.03%207.5498%208.49%208.0598%208.56%207.6898%208.92%207.7798%209.43%207.3198%209.19%206.8598%209.43%206.9498%208.92%206.5798%208.56%207.0898%208.49%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-53%22%20fill%3D%22%23FFFFFF%22%20points%3D%225.9102%209.4299%206.1302%209.8999%206.6402%209.9699%206.2802%2010.3299%206.3602%2010.8399%205.9102%2010.5999%205.4502%2010.8399%205.5402%2010.3299%205.1702%209.9699%205.6802%209.8999%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-55%22%20fill%3D%22%23FFFFFF%22%20points%3D%224.3301%2010.59%204.5601%2011.05%205.0701%2011.13%204.7001%2011.49%204.7901%2012%204.3301%2011.76%203.8801%2012%203.9601%2011.49%203.5901%2011.13%204.1101%2011.05%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-57%22%20fill%3D%22%23FFFFFF%22%20points%3D%227.3198%2010.59%207.5498%2011.05%208.0598%2011.13%207.6898%2011.49%207.7798%2012%207.3198%2011.76%206.8598%2012%206.9498%2011.49%206.5798%2011.13%207.0898%2011.05%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-59%22%20fill%3D%22%23FFFFFF%22%20points%3D%228.9399%209.4299%209.1699%209.8999%209.6799%209.9699%209.3099%2010.3299%209.3999%2010.8399%208.9399%2010.5999%208.4899%2010.8399%208.5699%2010.3299%208.1999%209.9699%208.7099%209.8999%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-61%22%20fill%3D%22%23FFFFFF%22%20points%3D%2210.4702%208.09%2010.7002%208.55%2011.2102%208.62%2010.8402%208.98%2010.9302%209.49%2010.4702%209.25%2010.0102%209.49%2010.1002%208.98%209.7302%208.62%2010.2402%208.55%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-63%22%20fill%3D%22%23FFFFFF%22%20points%3D%2210.4199%2010.59%2010.6499%2011.05%2011.1599%2011.13%2010.7899%2011.49%2010.8799%2012%2010.4199%2011.76%209.9599%2012%2010.0499%2011.49%209.6799%2011.13%2010.1899%2011.05%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-65%22%20fill%3D%22%23FFFFFF%22%20points%3D%222.8501%204.34%203.0801%204.8%203.5901%204.88%203.2301%205.24%203.3101%205.75%202.8501%205.51%202.4001%205.75%202.4801%205.24%202.1201%204.88%202.6301%204.8%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-67%22%20fill%3D%22%23FFFFFF%22%20points%3D%224.3301%202.9299%204.5601%203.3999%205.0701%203.4699%204.7001%203.8299%204.7901%204.3399%204.3301%204.0999%203.8801%204.3399%203.9601%203.8299%203.5901%203.4699%204.1101%203.3999%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.8301%2C6.9401%20L1.7401%2C6.4301%20L2.1101%2C6.0701%20L1.5801%2C6.0001%20C1.4301%2C6.2501%201.3001%2C6.5501%201.1701%2C6.8101%20L1.3801%2C6.7101%20L1.8301%2C6.9401%20Z%22%20id%3D%22Fill-69%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.0596%2C5.5402%20L11.9996%2C5.5402%20L11.9996%2C7.3402%20L22.9996%2C7.3402%20C22.7386%2C6.7142%2022.4236%2C6.1122%2022.0596%2C5.5402%22%20id%3D%22Fill-71%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.6396%2C9.2102%20L11.9996%2C9.2102%20L11.9996%2C11.0002%20L23.9296%2C11.0002%20C23.8786%2C10.3972%2023.7826%2C9.7982%2023.6396%2C9.2102%22%20id%3D%22Fill-73%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--ph {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2FPH%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2FPH%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-17%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%20transform%3D%22translate(3.000000%2C%200.000000)%22%20fill%3D%22%231D429B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21.0001%2C12%20L12.0001%2C12%20L0.5201%2C3.52%20C2.6801%2C1.35%205.6901%2C0%209.0001%2C0%20C15.6301%2C0%2021.0001%2C5.37%2021.0001%2C12%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-6%22%20transform%3D%22translate(3.000000%2C%2012.000000)%22%20fill%3D%22%23CD2028%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21.0001%2C0%20C21.0001%2C6.63%2015.6301%2C12%209.0001%2C12%20C5.6901%2C12%202.6901%2C10.66%200.5201%2C8.49%20L0.5201%2C8.48%20L12.0001%2C0%20L21.0001%2C0%20Z%22%20id%3D%22Fill-4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0001%2C12%20L3.5201%2C20.48%20C1.3501%2C18.31%200.0001%2C15.32%200.0001%2C12%20C0.0001%2C8.68%201.3501%2C5.69%203.5201%2C3.52%20L15.0001%2C12%20Z%22%20id%3D%22Fill-7%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-9%22%20fill%3D%22%23FAD018%22%20points%3D%222.6349%205.606%203.0909%206%203.6189%205.71%203.3849%206.265%203.8249%206.677%203.2239%206.627%202.9679%207.172%202.8299%206.585%202.2319%206.51%202.7479%206.198%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-11%22%20fill%3D%22%23FAD018%22%20points%3D%2212.9025%2011.168%2012.9145%2011.771%2013.4845%2011.969%2012.9145%2012.167%2012.9025%2012.77%2012.5385%2012.289%2011.9615%2012.463%2012.3055%2011.969%2011.9615%2011.474%2012.5385%2011.648%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-13%22%20fill%3D%22%23FAD018%22%20points%3D%223.1554%2016.2759%203.4114%2016.8209%204.0124%2016.7709%203.5724%2017.1829%203.8064%2017.7389%203.2784%2017.4479%202.8224%2017.8419%202.9354%2017.2499%202.4204%2016.9379%203.0184%2016.8629%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.5909%2C8.7544%20L6.3949%2C8.9514%20L6.4919%2C10.4414%20C6.4589%2C10.4434%206.4259%2C10.4464%206.3929%2C10.4504%20L6.2149%2C9.0904%20L6.0539%2C9.2514%20L6.2959%2C10.4664%20C6.0969%2C10.5064%205.9119%2C10.5844%205.7489%2C10.6934%20L5.0609%2C9.6634%20L4.8339%2C9.6634%20L5.6689%2C10.7514%20C5.6429%2C10.7714%205.6169%2C10.7924%205.5919%2C10.8144%20L4.6079%2C9.6914%20L4.3289%2C9.6914%20L4.3289%2C9.9694%20L5.4519%2C10.9544%20C5.4299%2C10.9794%205.4089%2C11.0044%205.3889%2C11.0304%20L4.3009%2C10.1954%20L4.3009%2C10.4224%20L5.3309%2C11.1114%20C5.2229%2C11.2744%205.1439%2C11.4584%205.1049%2C11.6574%20L3.8899%2C11.4154%20L3.7289%2C11.5764%20L5.0889%2C11.7554%20C5.0849%2C11.7884%205.0809%2C11.8204%205.0789%2C11.8544%20L3.5889%2C11.7564%20L3.3919%2C11.9534%20L3.5889%2C12.1504%20L5.0789%2C12.0524%20C5.0809%2C12.0854%205.0849%2C12.1184%205.0889%2C12.1504%20L3.7289%2C12.3304%20L3.8899%2C12.4904%20L5.1049%2C12.2494%20C5.1439%2C12.4474%205.2219%2C12.6324%205.3309%2C12.7954%20L4.3009%2C13.4834%20L4.3009%2C13.7104%20L5.3889%2C12.8754%20C5.4089%2C12.9014%205.4299%2C12.9274%205.4519%2C12.9524%20L4.3289%2C13.9374%20L4.3289%2C14.2144%20L4.6079%2C14.2144%20L5.5919%2C13.0924%20C5.6169%2C13.1134%205.6429%2C13.1344%205.6689%2C13.1554%20L4.8339%2C14.2434%20L5.0609%2C14.2434%20L5.7499%2C13.2124%20C5.9119%2C13.3214%206.0969%2C13.4004%206.2959%2C13.4394%20L6.0539%2C14.6544%20L6.2149%2C14.8154%20L6.3929%2C13.4554%20C6.4259%2C13.4604%206.4589%2C13.4624%206.4919%2C13.4654%20L6.3949%2C14.9554%20L6.5909%2C15.1514%20L6.7879%2C14.9554%20L6.6909%2C13.4654%20C6.7229%2C13.4624%206.7569%2C13.4604%206.7889%2C13.4554%20L6.9679%2C14.8154%20L7.1289%2C14.6544%20L6.8869%2C13.4394%20C7.0859%2C13.4004%207.2709%2C13.3214%207.4329%2C13.2124%20L8.1209%2C14.2434%20L8.3479%2C14.2434%20L7.5139%2C13.1554%20C7.5399%2C13.1344%207.5649%2C13.1134%207.5899%2C13.0924%20L8.5749%2C14.2144%20L8.8529%2C14.2144%20L8.8529%2C13.9374%20L7.7299%2C12.9524%20C7.7519%2C12.9274%207.7729%2C12.9014%207.7929%2C12.8754%20L8.8819%2C13.7104%20L8.8819%2C13.4834%20L7.8509%2C12.7954%20C7.9599%2C12.6324%208.0379%2C12.4474%208.0769%2C12.2494%20L9.2929%2C12.4904%20L9.4529%2C12.3304%20L8.0929%2C12.1504%20C8.0979%2C12.1184%208.1009%2C12.0854%208.1029%2C12.0524%20L9.5929%2C12.1504%20L9.7899%2C11.9534%20L9.5929%2C11.7564%20L8.1029%2C11.8544%20C8.1009%2C11.8204%208.0979%2C11.7884%208.0929%2C11.7554%20L9.4529%2C11.5764%20L9.2929%2C11.4154%20L8.0769%2C11.6574%20C8.0379%2C11.4584%207.9599%2C11.2744%207.8509%2C11.1114%20L8.8819%2C10.4224%20L8.8819%2C10.1954%20L7.7929%2C11.0304%20C7.7729%2C11.0044%207.7519%2C10.9794%207.7299%2C10.9544%20L8.8529%2C9.9694%20L8.8529%2C9.6914%20L8.5749%2C9.6914%20L7.5899%2C10.8144%20C7.5649%2C10.7924%207.5399%2C10.7714%207.5129%2C10.7514%20L8.3479%2C9.6634%20L8.1209%2C9.6634%20L7.4329%2C10.6934%20C7.2699%2C10.5844%207.0859%2C10.5064%206.8869%2C10.4664%20L7.1289%2C9.2514%20L6.9679%2C9.0904%20L6.7889%2C10.4504%20C6.7569%2C10.4464%206.7229%2C10.4434%206.6909%2C10.4414%20L6.7879%2C8.9514%20L6.5909%2C8.7544%20Z%22%20id%3D%22Fill-15%22%20fill%3D%22%23FAD018%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.category-section__dropdown__icon--ca {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%23262626%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2057.1%20(83088)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F24px%2F%20flags%20%2F%20CA%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2F-flags-%2F-CA%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22CA%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C3.1%20C1.6%2C5.3%200%2C8.5%200%2C12%20C0%2C15.5%201.5%2C18.7%204%2C20.9%20L4%2C3.1%20Z%22%20id%3D%22Path%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20%2C20.9%20C22.5%2C18.7%2024%2C15.5%2024%2C12%20C24%2C8.5%2022.4%2C5.3%2020%2C3.1%20L20%2C20.9%20Z%22%20id%3D%22Path%22%20fill%3D%22%23E8232E%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C20.9%20C6.1%2C22.8%208.9%2C24%2012%2C24%20C15.1%2C24%2017.9%2C22.8%2020%2C20.9%20L20%2C3.1%20C17.9%2C1.2%2015.1%2C0%2012%2C0%20C8.9%2C0%206.1%2C1.2%204%2C3.1%20L4%2C20.9%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F4F4F4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Path%22%20fill%3D%22%23E8232E%22%20fill-rule%3D%22nonzero%22%20points%3D%2211.6%2015.7%2011.6%2019.4%2012.2%2019.4%2012.2%2015.6%2015.6%2016.3%2015.2%2015.2%2018.5%2012.1%2017.6%2011.9%2018.2%209.6%2016.3%2010%2015.9%208.9%2014.1%2010.7%2014.6%206.6%2013.4%207.1%2011.9%204.6%2010.6%207.2%209.2%206.4%209.9%2010.7%208%208.8%207.8%2010%205.8%209.5%206.5%2011.7%205.5%2012.1%208.7%2014.9%208.2%2016.1%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.tutorial-title {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .tutorial-title {
    margin-bottom: 10vh;
    font-size: 34px;
    font-weight: normal;
  }
}
.tutorial-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tutorial-box::-webkit-scrollbar {
  display: none;
}
.tutorial-box-inner {
  position: relative;
  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) {
  .tutorial-box-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .tutorial-box-item {
    width: 90%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tutorial-box-item-media-wrap {
  display: block;
  position: relative;
  min-height: 330px;
}
.tutorial-box-item-media-wrap:first-child {
  margin-top: 44px;
}
@media (min-width: 1200px) {
  .tutorial-box-item-media-wrap:first-child {
    margin-top: 34px;
  }
}
@media (min-width: 768px) {
  .tutorial-box-item-media-wrap {
    min-height: 630px;
  }
}
@media (min-width: 1200px) {
  .tutorial-box-item-media-wrap {
    min-height: 330px;
    margin-top: 34px;
    width: 45%;
  }
}
.tutorial-box-item-media {
  height: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .tutorial-box-item-media {
    margin-bottom: 0;
    width: 100%;
  }
  .tutorial-box-item-media--image {
    width: 38%;
  }
}
.tutorial-box-item-media__warehouses__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.tutorial-box-item-media__warehouses__back {
  position: absolute;
  top: 24px;
  right: 16px;
  width: 85%;
  height: auto;
}
.tutorial-box-item-media__warehouses__front {
  position: absolute;
  top: 20%;
  left: 0;
  width: 40%;
  height: auto;
}
.tutorial-box-item-media__shop__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.tutorial-box-item-media__shop__back {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 60%;
  height: auto;
}
.tutorial-box-item-media__shop__front {
  position: absolute;
  top: 10%;
  left: 0;
  width: 40%;
  height: auto;
}
.tutorial-box-item-media-media-container {
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.25);
}
.tutorial-box-item__flow {
  padding-top: 44px;
}
@media (min-width: 1200px) {
  .tutorial-box-item__flow {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .tutorial-box-item__flow .tutorial-box-item-media-wrap {
    width: 38%;
  }
}
.tutorial-box-item__flow > .tutorial-box-item-media {
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.25);
  margin-top: 44px;
}
@media (min-width: 1200px) {
  .tutorial-box-item-content {
    padding-left: 48px;
    padding-right: 120px;
    width: 55%;
    min-width: 55%;
    overflow-y: hidden;
  }
}
.tutorial-box-item-slogan {
  font-size: 24px;
  color: #F56A00;
  padding: 16px 0 8px 0;
  margin-top: 40px;
  margin-bottom: 16px;
  background-image: url(../img/index_dots.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left bottom;
}
@media (min-width: 1200px) {
  .tutorial-box-item-slogan {
    font-size: 34px;
    padding-top: 0;
    margin-top: 0;
  }
}
.tutorial-box-item-slogan-text:after {
  content: '';
  display: inline-block;
  height: 2px;
  width: 30px;
  background-color: #F56A00;
  border-radius: 15px;
  margin-bottom: 7px;
  margin-left: 4px;
}
@media (min-width: 1200px) {
  .tutorial-box-item-slogan-text:after {
    width: 40px;
  }
}
.tutorial-box-item-title {
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .tutorial-box-item-title {
    font-size: 24px;
    font-weight: normal;
  }
}
.tutorial-box-item-desc {
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .tutorial-box-item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.index-link {
  color: rgba(0, 0, 0, 0.85);
  position: relative;
  display: inline;
}
.index-link:after {
  content: '';
  position: absolute;
  right: -20px;
  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: 12px;
  height: 12px;
}
.tutorial-box-item-link {
  display: inline-block;
}
.support-title {
  margin-bottom: 52px;
}
@media (min-width: 1200px) {
  .support-title {
    margin-bottom: 10vh;
    font-size: 34px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .support-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.support-box + .support-box {
  margin-top: 84px;
}
@media (min-width: 1200px) {
  .support-box + .support-box {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .support-box {
    width: 31%;
  }
}
.support-box-media-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 70%;
}
.support-box-media {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  height: auto;
}
.support-box-slogan {
  padding-bottom: 12px;
  margin-bottom: 16px;
  margin-top: 32px;
  color: rgba(0, 0, 0, 0.85);
}
.support-box-slogan .text-subtitle-lg {
  position: relative;
  padding-bottom: 12px;
}
.support-box-slogan .text-subtitle-lg:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .support-box-slogan .text-subtitle-lg:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .support-box-slogan {
    text-align: center;
  }
  .support-box-slogan .text-subtitle-lg {
    font-size: 24px;
  }
}
.support-box-desc {
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
@media (min-width: 1200px) {
  .support-box-desc {
    text-align: center;
  }
}
.support-box-link {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .support-box-link {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .promote-gallery-warp {
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
  }
}
.blog-title--m {
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .blog-title--m {
    display: none;
  }
}
.blog-title--pc {
  display: none;
}
@media (min-width: 1200px) {
  .blog-title--pc {
    display: block;
    margin-bottom: 66px;
  }
}
@media (min-width: 1200px) {
  .blog-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-latest {
  padding-bottom: 56px;
}
.blog-latest .bs-vertical-card + .bs-vertical-card {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .blog-latest .bs-vertical-card + .bs-vertical-card {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .blog-latest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-latest .bs-vertical-card {
    margin-right: 46px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.blog-discount {
  position: relative;
  overflow: hidden;
}
.blog-discount .bs-horizontal-card {
  padding: 3px;
}
.blog-discount .bs-horizontal-card + .bs-horizontal-card {
  margin-top: 24px;
}
.dialog__download .bs-dialog-full-container {
  max-width: 1200px;
}
.dialog__download .bs-download {
  width: 100%;
}
@media (min-width: 1200px) {
  .dialog__download .bs-download {
    min-width: 80vw;
  }
}
.dialog__download .bs-download-pc {
  margin-top: -62px;
}
.main__banner {
  position: relative;
  height: 100%;
}
@media (min-width: 1200px) {
}
.main__banner__media {
  height: 100%;
}
.main__banner__media__background {
  width: 100%;
  height: auto;
}
.main__banner__media__background--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .main__banner__media__background--desktop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main__banner__media__background--mobile {
    display: none;
  }
}
.main__banner__media__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .main__banner__media__image {
    height: 600px;
    max-height: 64vh;
  }
}
.main__banner__content {
  position: relative;
  width: 100vw;
  height: 187px;
  background-color: #F6F6F6;
  padding: 16px;
}
@media (min-width: 1200px) {
  .main__banner__content {
    position: absolute;
    left: 45%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    width: 420px;
    height: 328px;
    background-color: #ffffff;
    padding: 28px;
  }
}
.main__banner__content__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: normal;
  color: #262626;
  max-height: 64px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .main__banner__content__title {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0.25px;
    font-weight: normal;
    color: #262626;
    max-height: 138px;
    overflow: hidden;
  }
}
.main__banner__content__text {
  color: rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-weight: bold;
  color: rgba(38, 38, 38, 0.6);
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .main__banner__content__text {
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
  }
}
.main__banner__content__action {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 32px);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .main__banner__content__action {
    bottom: 28px;
    width: auto;
    overflow: hidden;
  }
}
.index .main__banner__media {
  background-color: #F6F6F6;
}
.index .bs-global-image {
  height: 100%;
  width: 100%;
}
.index .bs-global-image > img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 38px;
}
@media (min-width: 1200px) {
  .index .bs-global-image {
    max-width: 80vw;
    margin: 0 auto;
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .index .bs-global-image > img {
    width: 50%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .index .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.index .feature-list__card {
  margin: 24px auto 0;
  max-height: 88px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.index .feature-list__card:last-child {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .index .feature-list__card {
    margin: 20px 0;
  }
  .index .feature-list__card:last-child {
    margin: 20px 0;
  }
  .index .feature-list__card + .feature-list__card:before {
    content: '';
    height: 38px;
    width: 1px;
    background-color: rgba(38, 38, 38, 0.1);
    -webkit-transform: translate(-16px, 50%);
            transform: translate(-16px, 50%);
  }
}
.index .feature-list__card__icon {
  margin-right: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.index .feature-list__card__icon.feature-list__card__icon--delivery {
  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%2218%22%20viewBox%3D%220%200%2020%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.208%204.577c.162%200%20.314.08.408.211l2.292%203.244c.06.084.092.187.092.29v7.011a.501.501%200%2001-.5.501h-.848v.02A2.144%202.144%200%200116.516%2018a2.143%202.143%200%2001-2.134-2.147v-.019h-2.86v.02A2.144%202.144%200%20019.385%2018a2.144%202.144%200%2001-2.136-2.147v-.019l-.534.024A2.143%202.143%200%20014.58%2018a2.143%202.143%200%2001-2.136-2.147v-.019H.5a.5.5%200%20010-1.003h2.444a.5.5%200%2001.5.502v.52c0%20.63.51%201.144%201.136%201.144.626%200%201.135-.514%201.135-1.144l.005-.525a.502.502%200%2001.5-.497h1.53c.276%200%20.501.224.501.502v.52c0%20.63.51%201.144%201.135%201.144s1.134-.514%201.134-1.144v-.52a.5.5%200%2001.5-.502h3.862c.276%200%20.501.224.501.502v.52c0%20.63.507%201.144%201.133%201.144.625%200%201.135-.514%201.135-1.144v-.52a.5.5%200%2001.5-.502c.02%200%20.035.01.054.012.018-.003.035-.012.055-.012H19V8.482L16.947%205.58h-.656l-.057%208.17a.501.501%200%2001-1-.009l.06-8.666a.501.501%200%2001.501-.498zM14.066%200c.27%200%20.484.248.484.56v13.101c0%20.301-.215.559-.484.559H2.641c-.268%200-.494-.258-.494-.559V9.143c0-.301.237-.538.537-.538h1.074c.3%200%20.537.237.537.538a.533.533%200%2001-.537.538h-.536v3.421h10.34V1.119H3.222v1.57a.533.533%200%2001-.538.538H.537A.532.532%200%20010%202.689c0-.301.236-.538.537-.538h1.61V.56c0-.312.226-.56.494-.56zM4.5%207a.5.5%200%20010%201h-4a.5.5%200%20010-1zm3%200a.5.5%200%20010%201h-1a.5.5%200%20010-1zm2-2a.5.5%200%20010%201h-7a.5.5%200%20010-1z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}
.index .feature-list__card__icon.feature-list__card__icon--fee {
  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%2218%22%20viewBox%3D%220%200%2020%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.858%206.817c5.436%200%209.858%204.423%209.858%209.858a.499.499%200%2011-1%200c0-4.884-3.973-8.858-8.858-8.858C4.973%207.817%201%2011.79%201%2016.675a.5.5%200%2011-1%200c0-5.435%204.422-9.858%209.858-9.858zm3.469%206.208a.5.5%200%2011.693.721l-3.411%203.29a.497.497%200%2001-.707-.014.5.5%200%2001.014-.707zM3.38%2011.177a.5.5%200%2001.707%200l.621.621a.5.5%200%2001-.707.707l-.62-.62a.5.5%200%20010-.708zm12.079-.22a.5.5%200%2001.706.707l-.62.621a.5.5%200%2011-.707-.707zM9.857%208.158a.5.5%200%2001.5.5v.878a.5.5%200%2001-1%200v-.878a.5.5%200%2001.5-.5zM12.526.201a.5.5%200%2001.803.597l-3.07%204.127a.501.501%200%2001-.371.2l-.03.001a.5.5%200%2001-.364-.157L7.704%203.07a.499.499%200%2011.728-.685l1.38%201.464z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}
.index .feature-list__card__icon.feature-list__card__icon--service {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2217%22%20height%3D%2221%22%20viewBox%3D%220%200%2017%2021%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.243%2014.97c3.432-2.604%205.031-2.265%204.719-.91-.099.423-4.98%205.77-6.285%205.847-.681.052-4.113-.928-5.474-1.319L3.096%2020.02a.5.5%200%2001-.261.07.532.532%200%2001-.326-.122c-.02-.026-.038-.043-.057-.069%200%200-2.378-2.977-2.387-2.986A.488.488%200%20010%2016.688c0-.156.084-.286.205-.364.028-.009%203.674-2.092%206.341-2.135%201.753-.017%203.17.642%204.569%201.293%200%200%201.315.46%201.091%201.431-.084.365-.467.73-1.193.686-.765-.052-2.425-.529-3.246-.78-.018-.009-.046-.018-.065-.027a.446.446%200%2001-.289-.399c0-.027%200-.06.01-.087l.027-.078a.483.483%200%2001.522-.26c.886.26%202.462.686%203.106.764.251.025.298-.105.186-.209l-.569-.26c-1.351-.634-2.657-1.24-4.131-1.206-2.042.034-4.457%201.231-5.418%201.753l1.791%202.247%202.098-1.423.215.061c2.321.676%204.932%201.336%205.371%201.344.643-.06%203.309-2.637%205.371-5.024.037-.043.186-.225-.075-.208-.429.035-1.743.816-3.086%201.822-.019.027-.047.044-.075.061a.468.468%200%2001-.252.07c-.251%200-.466-.19-.466-.435%200-.112.056-.225.14-.303a.168.168%200%2001.065-.052zM10%200c3.847%200%206.977%203.141%206.977%207%200%203.86-3.13%207-6.977%207-3.848%200-6.978-3.14-6.978-7%200-3.859%203.13-7%206.978-7zm-.351%2010.695c-.704.016-1.404.076-2.085.19.509%201.28%201.251%202.168%202.085%202.366zm.702%200v2.556c.833-.198%201.577-1.086%202.084-2.366-.68-.114-1.38-.174-2.084-.19zm-3.496.338c-.457.103-.899.228-1.327.376a6.292%206.292%200%20002.434%201.54c-.438-.496-.814-1.145-1.107-1.916zm6.289%200c-.293.771-.669%201.42-1.106%201.916a6.292%206.292%200%20002.434-1.54%2012.411%2012.411%200%2000-1.328-.376zm-6.962-3.68H3.743a6.262%206.262%200%20001.291%203.482%2012.628%2012.628%200%20011.594-.471%2011.945%2011.945%200%2001-.446-3.011zm10.076%200h-2.441a11.901%2011.901%200%2001-.445%203.011c.551.127%201.085.28%201.594.471a6.278%206.278%200%20001.292-3.482zm-6.609%200H6.884a11.06%2011.06%200%2000.446%202.854%2015.344%2015.344%200%20012.319-.216V7.353zm3.467%200h-2.765v2.638c.783.017%201.563.083%202.319.216.257-.85.416-1.823.446-2.854zM5.039%203.159a6.259%206.259%200%2000-1.296%203.489h2.439c.029-1.094.184-2.117.448-3.013a13.037%2013.037%200%2001-1.591-.476zm2.291.635c-.257.85-.416%201.822-.446%202.854h2.765V4.017a14.863%2014.863%200%2001-2.319-.223zm5.34%200c-.752.137-1.531.205-2.319.223v2.631h2.765a11.053%2011.053%200%2000-.446-2.854zm2.291-.635c-.509.191-1.042.347-1.591.476.264.896.419%201.919.447%203.013h2.441a6.275%206.275%200%2000-1.297-3.489zM9.649.75c-.831.197-1.574%201.082-2.081%202.356.68.114%201.379.174%202.081.19zm.702%200v2.546a14.62%2014.62%200%20002.081-.19C11.925%201.832%2011.181.947%2010.351.75zm-2.389.302a6.296%206.296%200%2000-2.427%201.531c.427.148.868.273%201.324.375.292-.766.667-1.413%201.103-1.906zm4.076%200c.435.493.81%201.14%201.102%201.906.457-.102.899-.227%201.325-.375a6.296%206.296%200%2000-2.427-1.531z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}
.index .feature-list__card__icon.feature-list__card__icon--support {
  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%2216%22%20viewBox%3D%220%200%2020%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%200c3.87%200%207%202.97%207%206.63V9c1.66%200%203%201.34%203%203s-1.34%203-3%203v.5c0%20.28-.22.5-.5.5h-6c-.28%200-.5-.22-.5-.5s.22-.5.5-.5H16V6.63C16%203.5%2013.31.95%2010%20.95S4%203.5%204%206.63V15H3c-1.66%200-3-1.34-3-3s1.34-3%203-3V6.63C3%202.97%206.13%200%2010%200zm7%2010v4c1.1%200%202-.9%202-2s-.9-2-2-2zM3%2010c-1.1%200-2%20.9-2%202s.9%202%202%202zm4-.98a1%201%200%20110%201.999%201%201%200%20010-2zM13%209a1%201%200%20110%202%201%201%200%20010-2zM9.887%201.89s2.66.1%204%202.12c1.15%201.72.88%203.57.7%204.52%200%200-1.87-.84-3.35-3.13C10.45%204.197%2010%202.376%209.906%201.971zm-.137%200S9.29%204.04%208.4%205.4C6.92%207.69%205.05%208.53%205.05%208.53c-.18-.95-.45-2.8.7-4.52%201.34-2.02%204-2.12%204-2.12zm1.567%201.34c.19.55.44%201.15.75%201.63a8.81%208.81%200%20001.68%201.9c-.03-.7-.21-1.47-.69-2.19-.46-.69-1.13-1.1-1.74-1.34zm-2.997%200c-.61.24-1.28.65-1.74%201.34-.48.72-.66%201.49-.69%202.19a8.81%208.81%200%20001.68-1.9c.31-.48.56-1.08.75-1.63z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
}
.index .feature-list__card__content__title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 600;
  max-height: 24px;
  overflow: hidden;
}
.index .feature-list__card__content__desc {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 1.5;
  max-height: 48px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .index-login .bs-container {
    min-width: auto;
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .index-login .bs-tutorial-card {
    min-height: 356px;
  }
}
@media (min-width: 1200px) {
  .index-login .tutorial-box {
    margin-top: 48px;
  }
}
.index-login .article-section {
  position: relative;
  padding: 64px 0 0 0;
}
.index-login .article-section--padding {
  padding-top: 40px;
}
.index-login .article-section:after {
  content: none;
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0px;
  left: 0px;
  background: white;
}
@media (min-width: 1200px) {
  .index-login .article-section:after {
    content: '';
  }
}
@media (min-width: 1200px) {
  .index-login .article-section {
    padding: 48px 0 88px 0;
  }
}
.index-login .article-section .article-section__tutorial {
  display: none;
}
@media (min-width: 1200px) {
  .index-login .article-section .article-section__tutorial {
    display: block;
  }
}
.index-login .article-section .section__viewall {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .index-login .article-section .section__viewall {
    margin-top: 0;
  }
}
.index-login .article-section__welcome {
  display: none;
}
@media (min-width: 1200px) {
  .index-login .article-section__welcome {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0.25px;
    font-weight: normal;
    color: #262626;
    display: block;
  }
}
@media (min-width: 1200px) {
  .index-login .article-section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-login .article-section__header__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: normal;
  color: #262626;
}
@media (min-width: 1200px) {
  .index-login .article-section__header__title {
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    font-weight: 600;
  }
}
.index-login .article-section__header__link {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
}
.index-login .article-section__header__link:hover {
  color: #F56A00;
}
.index-login .article-section__header__link:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 46%;
  -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%23FF9E1B%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;
}
@media (min-width: 1200px) {
  .index-login .article-section__header__link:after {
    top: 50%;
  }
}
.index-login .article-section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .index-login .article-section__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    margin: 40px -8px 0 -8px;
  }
}
.index-login .article-section__main .bs-tutorial-blank {
  height: 200px;
}
@media (min-width: 1200px) {
  .index-login .article-section__main .bs-tutorial-blank {
    height: 100%;
  }
}
.index-login .article-section__list {
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-bottom: 8px;
  padding-left: 0;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199px) {
  .index-login .article-section__list {
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .index-login .article-section__list::-webkit-scrollbar {
    display: none;
  }
}
.index-login .article-section__list .article-section__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  scroll-snap-align: start;
}
@media (min-width: 1200px) {
  .index-login .article-section__list .article-section__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    border-width: 8px;
    border-color: transparent;
    border-style: solid;
  }
}
.index-login .article-section__list .article-section__list__item--onboard {
  display: none;
}
@media (min-width: 1200px) {
  .index-login .article-section__list .article-section__list__item {
    display: block;
  }
}
.index-login .article-section__list .article-section__list__item + .article-section__list__item {
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .index-login .article-section__list .article-section__list__item + .article-section__list__item {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .index-login .article-section__list {
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.index-login .article-section__tutorial {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .index-login .article-section__tutorial {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 1200px) {
  .index-login .article-section__tutorial {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 33.3%;
    height: 50%;
    border-width: 8px;
    border-color: transparent;
    border-style: solid;
  }
}
.index-login .tutorial-section {
  position: relative;
  padding: 116px 0 36px 0;
}
.index-login .tutorial-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
}
@media (min-width: 1200px) {
  .index-login .tutorial-section:after {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .index-login .tutorial-section {
    padding: 136px 0;
  }
}
.index-login .tutorial-section__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: normal;
  color: #262626;
  margin-bottom: 0;
}
.index-login .tutorial-section__title--pc {
  display: none;
}
@media (min-width: 1200px) {
  .index-login .tutorial-section__title--pc {
    display: block;
    font-size: 34px;
    margin-bottom: 8px;
  }
}
.index-login .tutorial-section__title--mobile {
  display: block;
}
@media (min-width: 1200px) {
  .index-login .tutorial-section__title--mobile {
    display: none;
  }
}
.index-login .tutorial-section__subtitle {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .index-login .tutorial-section__subtitle {
    margin-top: 8px;
  }
}
.index-login .tutorial-section__subtitle--pc {
  display: none;
}
@media (min-width: 1200px) {
  .index-login .tutorial-section__subtitle--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.index-login .tutorial-section__subtitle--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .index-login .tutorial-section__subtitle--mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .index-login .tutorial-section__subtitle__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.index-login .benifit-section {
  position: relative;
  padding: 64px 0 36px 0;
}
.index-login .benifit-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
}
@media (min-width: 1200px) {
  .index-login .benifit-section:after {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .index-login .benifit-section {
    padding: 156px 0 160px 0;
  }
}
.index-login .support-container {
  margin-top: 52px;
}
@media (min-width: 1200px) {
  .index-login .support-container {
    margin-top: 88px;
  }
}
.index-login .onboard-section {
  display: block;
  padding: 64px 0 0 0;
}
@media (min-width: 1200px) {
  .index-login .onboard-section {
    padding: 88px 0 0 0;
    display: none;
  }
}
.index-login .onboard-section .bs-tutorial-card-container {
  margin: 0;
}
.index-login .bs-tutorial-card-container {
  overflow: hidden;
}
.index-login .bs-side,
.index-login .bs-drawer-panel {
  z-index: 950;
}
.dialog__download .bs-dialog-full-container {
  max-width: 1200px;
}
.dialog__download .bs-download {
  width: 100%;
}
@media (min-width: 1200px) {
  .dialog__download .bs-download {
    min-width: 75vw;
  }
}
.dialog__download .bs-download-pc {
  margin-top: -62px;
}
.product-sharing-section {
  margin-top: 40px;
  padding: 0;
}
@media (min-width: 1200px) {
  .product-sharing-section {
    margin-top: 47px;
  }
}
.product-sharing-section__wrapper {
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .product-sharing-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product-sharing-section__wrapper__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: normal;
  color: #262626;
}
.product-sharing-section__wrapper .section__viewall {
  margin-top: 20px;
}
.product-sharing-section .bs-product-sharing-post-list__content {
  padding: 27px 17.5px 0 17.5px;
}
@media (min-width: 1200px) {
  .product-sharing-section .bs-product-sharing-post-list__content {
    padding: 48px 17.5px 0 17.5px;
  }
}
.product-sharing-section .bs-product-sharing-post-list__view-more-wrapper {
  margin: 40px auto 64px auto;
}
@media (min-width: 1200px) {
  .product-sharing-section .bs-product-sharing-post-list__view-more-wrapper {
    margin-top: 88px;
    margin-bottom: 112px;
  }
}

