@charset "UTF-8";
.Header {
  padding: 20px 0;
}
.Header.Type2 {
  padding: 16px 0 14px 0;
  border-bottom: 1px solid #EEE;
}
.Header .Logo > img {
  width: 180px;
}
.Header .TextInput_2 {
  position: relative;
  width: 450px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: var(--white);
  border-radius: 24px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--primary);
}
.Header .TextInput_2 > input {
  display: block;
  width: 0;
  flex: 1 1 0%;
  background-color: transparent;
  outline: none;
  border: none;
}
.Header .TextInput_2 > input::placeholder {
  color: rgba(61, 61, 61, 0.5);
}
.Header .TextInput_2 > button {
  width: 22px;
  height: 22px;
  -webkit-appearance: button;
}
.Header .TextInput_2.Focused {
  border-width: 1px;
  border-color: #EEE;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1023px) {
  .Header .TextInput_2.Focused {
    border-width: 2px;
    border-color: var(--primary);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: none;
  }
}
.Header .TextInput_2:focus-within {
  border-width: 1px;
  border-color: #EEE !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1023px) {
  .Header .TextInput_2:focus-within {
    border-width: 2px;
    border-color: var(--primary) !important;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: none;
  }
}
.Header .TextInput_2.NoFocused {
  border-color: var(--primary);
}
.Header .TextInput_2 .RecentSearches {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 100%;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background-color: var(--white);
  border: 1px solid #EEE;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.05), 0 5px 8px 0 rgba(0, 0, 0, 0.08);
}
.Header .TextInput_2 .RecentSearches .Searching {
  padding: 12px 0;
}
.Header .TextInput_2 .RecentSearches .Searching > li > a {
  display: block;
  padding: 13px 28px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 0.25s ease-in-out;
}
.Header .TextInput_2 .RecentSearches .Searching > li > a:hover {
  background-color: #F0F0F3;
}
.Header .TextInput_2 .RecentSearches .Searching > li > a .Text {
  flex: 1 1 0%;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Header .TextInput_2 .RecentSearches .Recent .Title {
  padding: 20px 28px;
  display: flex;
  justify-content: space-between;
}
.Header .TextInput_2 .RecentSearches .Recent .Title .Text {
  font-weight: 700;
}
.Header .TextInput_2 .RecentSearches .Recent .Title .BtnDelete {
  color: #F8F6F6;
}
.Header .TextInput_2 .RecentSearches .Recent .Content .Type1 {
  display: none;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.Header .TextInput_2 .RecentSearches .Recent .Content .Type2 {
  margin-bottom: 12px;
}
.Header .TextInput_2 .RecentSearches .Recent .Content .Type2 > li {
  padding: 0 14px 0 28px;
  transition: background-color 0.25s ease-in-out;
}
.Header .TextInput_2 .RecentSearches .Recent .Content .Type2 > li:hover {
  background-color: #F0F0F3;
}
.Header .TextInput_2 .RecentSearches .Recent .Content .Type2 > li > .Text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
}
.Header .TextInput_2 .RecentSearches .Recent .Content .Type2 > li > .Text .Word {
  flex: 1 1 0%;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
.Header .TextInput_2 .RecentSearches .Recent .Content .Type2 > li > .Text .Sub {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  color: #F8F6F6;
}
.Header .TextInput_2 .RecentSearches .Recent .BtnClose {
  height: 40px;
  padding: 0 28px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #F8F6F6;
  border-top: 1px solid #F0F0F3;
}
.Header .Ul-DVSXRFQ {
  display: flex;
}
.Header .Ul-DVSXRFQ > li > .Item {
  width: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}
.Header .Ul-DVSXRFQ > li > .Item .ImgBox {
  position: relative;
}
.Header .Ul-DVSXRFQ > li > .Item .ImgBox .Num {
  height: 16px;
  padding: 0 5px;
  position: absolute;
  top: -5px;
  left: 13px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
  background-color: #FF5B16;
  border-radius: 20px;
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO {
  position: relative;
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO .Layer-9CRSQAJ {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 52px;
  right: 0;
  z-index: 110;
  width: 220px;
  overflow: hidden;
  background-color: var(--white);
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.05), 0 5px 8px 0 rgba(0, 0, 0, 0.08);
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO .Layer-9CRSQAJ.On {
  opacity: 1;
  visibility: visible;
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO .Layer-9CRSQAJ > ul > li + li {
  border-top: 1px solid #F5F5F5;
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO .Layer-9CRSQAJ > ul > .User {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  background-color: #F0F0F3;
  border-bottom: 1px solid #E9ECEF;
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO .Layer-9CRSQAJ > ul > .Info {
  padding: 10px 0;
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO .Layer-9CRSQAJ > ul > .Info > ul > li > a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO .Layer-9CRSQAJ > ul > .Info > ul > li > a > span:first-child {
  color: #000;
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO .Layer-9CRSQAJ > ul > .Info > ul > li > a .Underline {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO .Layer-9CRSQAJ > ul > .Info > ul > li > a:hover {
  background-color: #F5F5F5;
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO .Layer-9CRSQAJ > ul > .Link {
  padding: 10px 0;
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO .Layer-9CRSQAJ > ul > .Link > ul > li > a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.Header .Ul-DVSXRFQ > li.Box-X64PPGRO .Layer-9CRSQAJ > ul > .Link > ul > li > a:hover {
  font-weight: 700;
  background-color: #F5F5F5;
}

.Footer .Ul-8RMYLOI {
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  background-color: #5E5E5E;
}
.Footer .Ul-8RMYLOI > .Line {
  width: 1px;
  height: 12px;
  background-color: var(--white);
}
.Footer .Ul-8RMYLOI .Strong {
  font-weight: 700;
}
.Footer .Ul-2XZ5OA0I {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 36px 0;
  font-size: 12px;
  font-weight: 400;
  color: #919191;
  background-color: #2E2E2E;
}
.Footer .Ul-2XZ5OA0I > .Company {
  font-size: 19px;
  font-weight: 700;
  color: var(--white);
}
.Footer .Ul-2XZ5OA0I > .Text > .Title {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}
.Footer .Ul-2XZ5OA0I > .Text > .Content {
  margin-top: 12px;
}
.Footer .Ul-2XZ5OA0I > .Text > .Content.Style2 > li::before {
  content: "·";
  display: inline-block;
  margin-right: 5px;
}
.Footer .Ul-2XZ5OA0I > .Text > .Content > li .Business {
  margin-left: 8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.Footer .Ul-2XZ5OA0I > .Text > .Content > li + li {
  margin-top: 8px;
}
.Footer .Ul-2XZ5OA0I > .Text > .BtnBox {
  margin-top: 20px;
}
.Footer .Ul-WGOUKTR {
  padding: 24px 0;
  font-size: 12px;
  font-weight: 400;
  color: #919191;
  text-align: center;
  background-color: #2E2E2E;
  border-top: 1px solid #919191;
}
.Footer .Ul-WGOUKTR > li:nth-child(1) {
  line-height: 16px;
}
.Footer .Ul-WGOUKTR > li:nth-child(2) {
  margin-top: 12px;
}
.Footer .Ul-WGOUKTR > li .BtnLayerIndustry {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.Footer .Ul-WGOUKTR > li .Modal_3 {
  display: none;
  position: absolute;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 420px;
  padding: 16px 20px 20px;
  text-align: left;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.12) inset, 0 0 2px 1px rgba(0, 0, 0, 0.05), 0 4px 20px 0 rgba(0, 0, 0, 0.22);
}
.Footer .Ul-WGOUKTR > li .Modal_3.On {
  display: block;
}
.Footer .Ul-WGOUKTR > li .Modal_3 .BtnBox {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
.Footer .Ul-WGOUKTR > li .Modal_3 .Head {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.Footer .Ul-WGOUKTR > li .Modal_3 .Body {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.Footer .Ul-WGOUKTR > li .Modal_3 .Body .ImgBox {
  margin-top: 20px;
  text-align: center;
}
.Footer .Ul-WGOUKTR > li .Modal_3 .Body .ImgBox > img {
  margin: 0 auto;
  width: 99px;
}
.Footer .Ul-WGOUKTR > li .Modal_3 .Foot {
  margin-top: 28px;
  font-size: 12px;
  font-weight: 400;
  color: #757575;
  line-height: 15px;
}

.TopNav {
  border-top: 1px solid #EEE;
  border-bottom: 2px solid var(--primary);
}
.TopNav .Box-I6VIE51L {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.TopNav .Box-I6VIE51L > .First {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap > .BtnHamburger {
  width: 56px;
  height: 50px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: var(--primary);
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap > .BtnHamburger > .Bar {
  width: 23px;
  height: 2px;
  background-color: var(--white);
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap:hover .MenuFirst {
  opacity: 1;
  visibility: visible;
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap .MenuFirst {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 100;
  width: 220px;
  padding-bottom: 20px;
  background: var(--white);
  border-radius: 0 0 0 20px;
  border: 1px solid var(--primary);
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap .MenuFirst > .SubTitle {
  padding: 25px 16px 4px;
  font-size: 11px;
  font-weight: 700;
  color: #959595;
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap .MenuFirst > li > .Item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding-left: 24px;
  padding-right: 12px;
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap .MenuFirst > li > .Item:hover {
  font-weight: 700;
  background-color: #F5F5F5;
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap .MenuFirst > li:hover .SubMenu {
  opacity: 1;
  visibility: visible;
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap .MenuFirst > li .SubMenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -1px;
  left: 218px;
  z-index: 10;
  width: 220px;
  height: calc(100% + 2px);
  overflow-y: auto;
  padding: 10px 0;
  background: var(--white);
  border: 1px solid var(--primary);
  border-left: 1px solid #BBB;
  border-bottom-right-radius: 20px;
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap .MenuFirst > li .SubMenu > li > a {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 16px;
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap .MenuFirst > li .SubMenu > li > a:hover {
  font-weight: 700;
  background-color: #F5F5F5;
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap .MenuFirst > li.BtnBox-I28H1KM {
  margin: 20px 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap .MenuFirst > li > .Btn-SB5MFZS {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 40px;
  border-top: 1px solid #BBB;
}
.TopNav .Box-I6VIE51L > .First > .MenuWrap .MenuFirst > li > .Btn-SB5MFZS > img {
  width: 24px;
  aspect-ratio: 1/1;
}
.TopNav .Box-I6VIE51L > .First .Ul-EJF97NJ {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.TopNav .Box-I6VIE51L > .First .Ul-EJF97NJ > li > a {
  position: relative;
  min-width: 60px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.TopNav .Box-I6VIE51L > .First .Ul-EJF97NJ > li > a > span {
  margin-left: -19px;
}
.TopNav .Box-I6VIE51L > .First .Ul-EJF97NJ > li > a > img {
  position: absolute;
  top: 17px;
  left: 29px;
}
.TopNav .Box-I6VIE51L > .Second > .Box-LZ40AJ1 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.TopNav .Box-I6VIE51L > .Second > .Box-LZ40AJ1 > .Line {
  width: 1px;
  height: 18px;
  background-color: #EEE;
}
.TopNav .Box-I6VIE51L > .Second > .Box-LZ40AJ1 > .RollingBanner {
  width: 216px;
  overflow: hidden;
  position: relative;
  height: 23px;
}
.TopNav .Box-I6VIE51L > .Second > .Box-LZ40AJ1 > .RollingBanner .BannerItem {
  opacity: 0;
  position: absolute;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 23px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.TopNav .Box-I6VIE51L > .Second > .Box-LZ40AJ1 > .RollingBanner .BannerItem.Active {
  transform: translateY(0);
  opacity: 1;
}
.TopNav .Box-I6VIE51L > .Second > .Box-LZ40AJ1 > .RollingBanner .BannerItem.Remove {
  transform: translateY(-100%);
  opacity: 0;
}
.TopNav .Box-I6VIE51L > .Second > .Box-LZ40AJ1 > .Swiper-7025OKI {
  margin: 0;
  width: 216px;
  height: 18px;
  overflow: hidden;
}
.TopNav .Box-I6VIE51L > .Second > .Box-LZ40AJ1 > .Swiper-7025OKI .swiper-wrapper .swiper-slide > .Item {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 23px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.TopNav .Box-I6VIE51L > .Second > .Box-LZ40AJ1 > .BtnMore > img {
  transition: transform 0.25s ease-in-out;
}
.TopNav .Box-I6VIE51L > .Second > .Box-LZ40AJ1 > .BtnMore.On img {
  transform: rotate(180deg);
}

.Layer-2OERKJY {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 40;
  width: 100%;
  padding: 12px 0;
  background-color: var(--white);
  border: 1px solid #EEE;
  border-radius: 12px;
  box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.05), 0 5px 8px 0 rgba(0, 0, 0, 0.08);
}
.Layer-2OERKJY.Open {
  opacity: 1;
  visibility: visible;
}
.Layer-2OERKJY > .Title {
  margin: 11px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.Layer-2OERKJY > .Ranking > li {
  border-top: 1px solid #EEE;
}
.Layer-2OERKJY > .Ranking > li > a {
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: block;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Layer-2OERKJY > .Ranking > li > a:hover {
  font-weight: 700;
  background-color: #F5F5F5;
}

.BtnChatbot.Sub {
  position: fixed;
  right: 24px;
  bottom: 84px;
  z-index: 20;
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 14px;
  font-weight: 500;
  color: #212224;
  background-color: var(--primary);
  border-radius: 26px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  cursor: pointer;
}

.BtnFloatingAi {
  position: fixed;
  right: 24px;
  bottom: 144px;
  z-index: 20;
}
.BtnFloatingAi .Tip {
  position: absolute;
  top: -20px;
  right: -8px;
  z-index: 110;
  width: 64px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background-color: var(--primary);
  border-radius: 20px;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.BtnFloatingAi .Tip::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 7px;
  z-index: 120;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 0 15px;
  border-color: transparent transparent transparent var(--primary);
  transform: rotate(-33deg);
}
.BtnFloatingAi > .Content {
  width: 52px;
  height: 52px;
  position: relative;
  min-width: 48px;
  padding: 0 18px;
  overflow: hidden;
  filter: drop-shadow(3px 2px 6px rgba(0, 0, 0, 0.16));
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  background-color: #fff;
  border: none;
  border-radius: 80px;
  transition: width 0.25s ease-in-out;
}
.BtnFloatingAi > .Content:hover {
  width: 240px;
}
.BtnFloatingAi > .Content:hover .Text {
  visibility: visible;
  opacity: 1;
}
.BtnFloatingAi > .Content .Text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  max-width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #4279E0;
}
.BtnFloatingAi > .Content .Icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 48px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #fff;
}
.BtnFloatingAi > .Content .Icon > img {
  width: 32px;
}
