@import url("https://fonts.googleapis.com/css2?family=Clicker+Script&family=Noto+Sans+TC:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Yuji+Boku&family=Zen+Kurenaido&display=swap");
* {
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
}

body {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}
body header {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #424242;
  font-size: 0.8rem;
  padding: 0 10rem;
  position: relative;
}
@media (max-width: 1080px) {
  body header {
    padding: 0 2rem;
  }
}
@media (max-width: 860px) {
  body header {
    display: none;
  }
}
body header .active {
  background-color: rgb(235, 235, 235);
  border: 1px dotted rgb(22, 22, 22);
}
body header .header-left {
  display: flex;
  align-items: center;
}
body header .header-left .header-left-one {
  padding-right: 10px;
}
body header .header-left .header-left-one img {
  width: 130px;
  padding: 16px 6px 16px 10px;
}
body header .header-left span {
  padding: 16px 8px 10px;
  cursor: pointer;
  position: relative;
}
body header .header-left span:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (max-width: 870px) {
  body header .header-left span.less {
    display: none;
  }
}
body header .header-left span.more {
  display: none;
}
@media (max-width: 870px) {
  body header .header-left span.more {
    display: inline;
    position: relative;
  }
}
body header .header-left span.more:hover {
  text-decoration: none;
}
body header .header-left span.more .sub {
  z-index: 99;
  padding-top: 0;
  padding-left: 0px;
  position: absolute;
  width: 150px;
  left: -1px;
  top: 34px;
  background-color: rgb(235, 235, 235);
  list-style-type: none;
  border-bottom: 2px solid rgb(49, 49, 49);
}
body header .header-left span.more .sub .sub-menu {
  padding: 20px 10px 20px 18px;
  display: block;
}
body header .header-left span.more .sub .sub-menu:hover {
  text-decoration: underline;
  background-color: rgb(224, 224, 224);
}
body header .header-right {
  display: flex;
  align-items: center;
}
body header .header-right span {
  padding: 16px 10px 16px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-right: 0;
  padding-right: 0;
}
body header .header-right span span {
  padding: 0;
}
body header .header-right span span.under:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
}
body header .header-right span span.under2:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
body header .header-right span span.search {
  padding-right: 30px;
}
@media (max-width: 1400px) {
  body header .header-right span span.search {
    padding-right: 0;
  }
}
body header .header-right span i.fa-chevron-down {
  padding-top: 5px;
  padding-right: 5px;
}
body header .header-right span i.big {
  font-size: 1rem;
}
body header .header-right span i.big.fa-circle-user {
  font-size: 2rem;
}
@media (max-width: 1400px) {
  body header .header-right span.xl {
    display: none;
  }
}
body header .microsoft {
  z-index: 99;
  position: absolute;
  top: 50px;
  right: 20px;
  background-color: rgb(235, 235, 235);
}
@media (max-width: 1080px) {
  body header .microsoft {
    right: 0;
  }
}
body header .microsoft .microsoft-top {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
body header .microsoft .microsoft-top ul {
  list-style-type: none;
  padding-left: 0;
}
body header .microsoft .microsoft-top ul li {
  padding: 18px 0px 18px 24px;
}
body header .microsoft .microsoft-top ul li.subTitle {
  font-weight: 900;
}
body header .microsoft .microsoft-top ul li.sun-menu:hover {
  text-decoration: underline;
  cursor: pointer;
}
body header .microsoft .microsoft-botton {
  height: 38px;
  background-color: #E6E6E6;
  text-align: center;
  line-height: 38px;
  border-bottom: 2px solid rgb(49, 49, 49);
}
body header .search {
  flex: 1;
  display: flex;
  align-items: baseline;
  position: relative;
}
body header .search svg {
  position: absolute;
  right: 90px;
  top: 20px;
  opacity: 0.5;
}
body header .search input {
  flex: 1;
  height: 36px;
  padding: 7px 38px 7px 10px;
  color: #424242;
  border: 1px solid rgb(12, 12, 12);
}
body header .search input:focus {
  border: 2px solid rgb(101, 101, 235);
  outline: none;
}
body header .search button {
  width: 75px;
  height: 36px;
  background-color: #fff;
  padding: 6px;
  margin: 12px 0 6px 5px;
  border: 1px solid black;
  cursor: pointer;
}
body mobileHeader {
  z-index: 99;
  display: none;
  position: relative;
}
@media (max-width: 860px) {
  body mobileHeader {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #424242;
    font-size: 0.8rem;
    padding: 2px 0;
    position: relative;
  }
  body mobileHeader .mobile-left i {
    padding: 10px;
    font-size: 1.5rem;
    cursor: pointer;
  }
  body mobileHeader .mobile-left i.fa-bars, body mobileHeader .mobile-left i.fa-xmark {
    width: 41px;
  }
  body mobileHeader .mobile-mid img {
    width: 130px;
    padding: 16px 6px 16px 10px;
  }
  body mobileHeader .mobile-right {
    display: flex;
    align-items: center;
  }
  body mobileHeader .mobile-right i {
    padding: 15px 10px 10px;
    font-size: 1.5rem;
    cursor: pointer;
  }
  body mobileHeader .mobile-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    width: 100%;
    background-color: rgb(235, 235, 235);
  }
  body mobileHeader .mobile-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  body mobileHeader .mobile-nav ul li {
    font-size: 15px;
  }
  body mobileHeader .mobile-nav ul li.mobile-btn1 {
    padding: 14px 24px 15px 15px;
    border-bottom: 0.5px solid rgb(202, 202, 202);
    cursor: pointer;
  }
  body mobileHeader .mobile-nav ul li span.mobile-btn2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 14px 24px 15px 15px;
    border-bottom: 0.5px solid rgb(202, 202, 202);
    cursor: pointer;
  }
  body mobileHeader .mobile-nav ul li ul {
    padding: 1px 0 0 30px;
    border-bottom: 0.5px solid rgba(202, 202, 202, 0.705);
  }
  body mobileHeader .mobile-nav ul li ul li {
    padding: 14px 15px 15px;
    border-bottom: 0.5px solid rgba(202, 202, 202, 0.705);
    cursor: pointer;
  }
  body mobileHeader .mobile-nav ul li ul li.lastOne {
    border-bottom: none;
  }
}
body mobileSearchHeader {
  display: none;
  position: relative;
}
@media (max-width: 860px) {
  body mobileSearchHeader {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #424242;
    font-size: 0.8rem;
    padding: 2px 10px 0 0;
    position: relative;
  }
  body mobileSearchHeader .fa-arrow-left {
    padding: 10px;
    font-size: 1.5rem;
    cursor: pointer;
    width: 41px;
  }
  body mobileSearchHeader input {
    flex: 1;
    height: 36px;
    padding: 7px 38px 7px 40px;
    color: #424242;
    border: 1px solid rgb(12, 12, 12);
  }
  body mobileSearchHeader input:focus {
    border: 2px solid rgb(101, 101, 235);
    outline: none;
  }
  body mobileSearchHeader .fa-magnifying-glass {
    position: absolute;
    left: 50px;
    top: 15px;
    opacity: 1;
    font-size: 1.5rem;
  }
}
body .swiperBox {
  display: flex;
  position: relative;
}
@media (max-width: 860px) {
  body .swiperBox {
    box-shadow: 1px 1px 2px gray;
  }
}
body .swiperBox .swiper {
  width: 100%;
  overflow: hidden;
}
body .swiperBox .swiper .swiper-wrapper {
  width: 100%;
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
@media (max-width: 1080px) {
  body .swiperBox .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 58% 50%;
     object-position: 58% 50%;
}
@media (max-width: 1080px) {
  body .swiperBox .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 {
  position: absolute;
  width: 40%;
  left: 50px;
  top: 10%;
  z-index: 2;
}
@media (max-width: 1080px) {
  body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 {
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 240px;
  }
}
@media (max-width: 600px) {
  body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 {
    height: 260px;
  }
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 .promo1-box {
  background-color: #fff;
  padding: 48px;
}
@media (max-width: 1080px) {
  body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 .promo1-box {
    position: absolute;
    width: 98%;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 2px rgb(185, 185, 185);
    padding: 40px;
  }
}
@media (max-width: 870px) {
  body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 .promo1-box {
    width: 100%;
    top: 50%;
  }
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 .promo1-box h2,
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 .promo1-box p,
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 .promo1-box button {
  margin: 0 0 20px 0;
  padding: 0;
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 .promo1-box h2 {
  font-size: 29px;
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 .promo1-box p {
  font-size: 16px;
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 .promo1-box button {
  cursor: pointer;
  background-color: #0067bb;
  color: white;
  width: 92px;
  padding: 10px 12px;
  border: none;
  font-size: 1rem;
  font-weight: 600;
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo1 .promo1-box button:hover {
  background-color: #02508f;
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 {
  position: absolute;
  width: 40%;
  left: 50px;
  top: 25%;
  z-index: 2;
}
@media (max-width: 1080px) {
  body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 {
    position: relative;
    width: 100%;
    left: 0px;
    top: 10px;
    height: 240px;
  }
}
@media (max-width: 600px) {
  body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 {
    height: 260px;
  }
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 .promo2-box {
  background-color: transparent;
  padding: 48px;
}
@media (max-width: 1080px) {
  body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 .promo2-box {
    position: absolute;
    width: 98%;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 2px rgb(185, 185, 185);
    padding: 40px;
    background-color: #fff;
  }
}
@media (max-width: 870px) {
  body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 .promo2-box {
    width: 100%;
    top: 50%;
  }
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 .promo2-box h2,
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 .promo2-box p,
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 .promo2-box button {
  cursor: pointer;
  margin: 0 0 20px 0;
  padding: 0;
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 .promo2-box h2 {
  font-size: 29px;
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 .promo2-box p {
  font-size: 16px;
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 .promo2-box button {
  background-color: #0067bb;
  color: white;
  width: 184px;
  padding: 10px 12px;
  border: none;
  font-size: 1rem;
  font-weight: 600;
}
body .swiperBox .swiper .swiper-wrapper .swiper-slide .promo2 .promo2-box button:hover {
  background-color: #02508f;
}
body .swiperBox .swiper .swiper-pagination {
  width: 100%;
}
@media (max-width: 1080px) {
  body .swiperBox .swiper .swiper-pagination {
    height: 30px;
    bottom: 10px;
  }
}
body .swiperBox .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #0067bb;
}
body .swiperBox .swiper .swiper-button-next,
body .swiperBox .swiper .swiper-button-prev {
  top: 50%;
  background-color: transparent;
  border-radius: 50%;
  color: rgb(97, 97, 97);
  width: 30px;
  height: 30px;
  cursor: pointer;
}
body .swiperBox .swiper .swiper-button-next::after,
body .swiperBox .swiper .swiper-button-prev::after {
  font-size: 1rem;
}
@media (max-width: 1080px) {
  body .swiperBox .swiper .swiper-button-next,
  body .swiperBox .swiper .swiper-button-prev {
    top: 30%;
  }
}
body section {
  margin-top: 30px;
  padding: 0 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1080px) {
  body section {
    padding: 10px;
  }
}
body section .wrapper-1 {
  display: flex;
  width: 630px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  body section .wrapper-1 {
    width: 420px;
  }
}
body section .wrapper-1 .item {
  cursor: pointer;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  box-sizing: border-box;
  color: #0067B8;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  gap: 1rem;
  font-weight: 600;
}
body section .wrapper-1 .item img {
  width: 40px;
  height: 40px;
}
body section .wrapper-2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
  place-content: center;
}
@media (max-width: 1080px) {
  body section .wrapper-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  body section .wrapper-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
body section .wrapper-2 .item {
  margin-top: 13px;
  box-shadow: 1px 1px 3px rgb(168, 168, 168);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 540px) {
  body section .wrapper-2 .item {
    margin-top: 0px;
  }
}
body section .wrapper-2 .item .mid-text {
  width: 100%;
}
body section .wrapper-2 .item .mid-text img {
  width: 100%;
}
body section .wrapper-2 .item .mid-text .mid-text-inner {
  padding: 0px 24px;
}
body section .wrapper-2 .item .mid-text .mid-text-inner h2 {
  padding-top: 0;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
}
body section .wrapper-2 .item button {
  cursor: pointer;
  margin: 14px 24px 24px;
  padding: 10px 12px;
  background-color: #0067b8;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: start;
}
body section .wrapper-2 .item button:hover {
  background-color: #02508f;
}
body section .slide {
  margin-top: 50px;
  width: 100%;
  position: relative;
}
@media (max-width: 1080px) {
  body section .slide {
    margin-bottom: 80px;
  }
}
body section .slide img {
  width: 100%;
  -o-object-fit: center;
     object-fit: center;
  -o-object-position: 90% 90%;
     object-position: 90% 90%;
}
body section .slide .promo3 {
  position: absolute;
  top: 25%;
  padding: 48px;
}
@media (max-width: 1080px) {
  body section .slide .promo3 {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 150px;
  }
}
@media (max-width: 1080px) {
  body section .slide .promo3 .promo3-box {
    position: absolute;
    width: 98%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 2px rgb(185, 185, 185);
    padding: 40px;
    background-color: #fff;
  }
}
@media (max-width: 860px) {
  body section .slide .promo3 .promo3-box {
    width: 100%;
    box-shadow: none;
    padding: 40px;
  }
}
body section .slide .promo3 h2 {
  font-size: 29px;
}
body section .slide .promo3 button {
  cursor: pointer;
  background-color: #0067bb;
  color: white;
  width: 184px;
  padding: 10px 12px;
  border: none;
  font-size: 1rem;
  font-weight: 600;
}
body section .slide .promo3 button:hover {
  background-color: #02508f;
}
body section .wrapper-3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
  place-content: center;
}
@media (max-width: 1080px) {
  body section .wrapper-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  body section .wrapper-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
body section .wrapper-3 .item {
  margin-top: 13px;
  box-shadow: 1px 1px 3px rgb(168, 168, 168);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 540px) {
  body section .wrapper-3 .item {
    margin-top: 0px;
  }
}
body section .wrapper-3 .item .slogan {
  padding: 0px 0px 16px;
  margin: 0px 26px;
  color: #0067b8;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body section .wrapper-3 .item .mid-text {
  width: 100%;
  margin: 0;
}
body section .wrapper-3 .item .mid-text img {
  width: 100%;
}
body section .wrapper-3 .item .mid-text .mid-text-inner {
  padding: 0 20px;
}
body section .wrapper-3 .item .mid-text .mid-text-inner h2 {
  padding-top: 0;
  margin-top: 0;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
}
@media (max-width: 1080px) {
  body section .wrapper-3 .item .mid-text .mid-text-inner h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  body section .wrapper-3 .item .mid-text .mid-text-inner h2 {
    margin-bottom: 10px;
  }
}
body section .wrapper-3 .item .mid-text .mid-text-inner button.sm-btn {
  cursor: default;
  background-color: #FFB900;
  padding: 6px 12px;
  font-weight: 700;
  margin: 10px 0px 0px;
  color: #131313;
}
body section .wrapper-3 .item button {
  cursor: pointer;
  margin: 14px 24px 24px;
  padding: 10px 12px;
  background-color: #0067b8;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: start;
}
body section .wrapper-3 .item button:hover {
  background-color: #02508f;
}
body section .wrapper-4 {
  width: 100%;
  text-align: start;
  padding-bottom: 50px;
}
body section .wrapper-4 .item1 {
  padding-left: 10px;
  font-size: 16px;
  margin: 30px 12px 30px 0;
  font-weight: 400;
  display: flex;
  justify-content: start;
  align-items: center;
}
body section .wrapper-4 .item1 i {
  font-size: 25px;
  color: #131313;
  margin: 0 13px 0 10px;
}
body section .wrapper-4 .item1 span {
  font-size: 16px;
  font-weight: 400;
}
body .btn-top {
  border: none;
  font-size: 16px;
  padding: 10px 20px;
  background-color: rgb(231, 231, 231);
  font-weight: 800;
  position: sticky;
  bottom: 20px;
  cursor: pointer;
  margin-right: 20px;
}
body .btn-top:hover {
  background-color: white;
  box-shadow: 2px 2px 3px rgb(175, 175, 175);
}
body footer {
  width: 100%;
  background-color: rgb(235, 235, 235);
  margin-top: 30px;
  padding: 0 75px;
  font-size: 11px;
  color: #616161;
}
@media (max-width: 1080px) {
  body footer {
    padding: 0 20px;
  }
}
body footer .footer-top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1080px) {
  body footer .footer-top {
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 540px) {
  body footer .footer-top {
    grid-template-columns: repeat(1, 1fr);
  }
}
body footer .footer-top ul {
  list-style-type: none;
  padding-left: 0;
}
body footer .footer-top ul li {
  padding: 8px 0;
}
body footer .footer-top ul li.title {
  font-size: 15px;
  padding: 36px 0 4px;
  font-weight: 800;
}
body footer .footer-top ul li.under {
  cursor: pointer;
}
body footer .footer-top ul li.under:hover {
  text-decoration: underline;
}
body footer .footer-bottom {
  width: 100%;
  height: 80px;
  display: flex;
}
@media (max-width: 1080px) {
  body footer .footer-bottom {
    height: auto;
    margin-top: 20px;
  }
}
@media (max-width: 766px) {
  body footer .footer-bottom {
    flex-direction: column;
    justify-content: start;
  }
}
body footer .footer-bottom .left {
  width: 40%;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: start;
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  body footer .footer-bottom .left {
    flex-direction: column;
    justify-self: center;
    align-items: start;
    gap: 1.2rem;
    width: 25%;
  }
}
@media (max-width: 766px) {
  body footer .footer-bottom .left {
    width: 100%;
  }
}
body footer .footer-bottom .left .item-center {
  display: flex;
  align-items: center;
}
body footer .footer-bottom .left .item-center:nth-child(1), body footer .footer-bottom .left .item-center:nth-child(3) {
  padding-left: 4px;
}
body footer .footer-bottom .left .item-center i {
  font-size: 1.1rem;
  margin-right: 10px;
}
@media (max-width: 1080px) {
  body footer .footer-bottom .left .item-center {
    justify-items: start;
  }
}
body footer .footer-bottom .right {
  width: 60%;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1080px) {
  body footer .footer-bottom .right {
    width: 70%;
  }
}
@media (max-width: 766px) {
  body footer .footer-bottom .right {
    padding-left: 10px;
    width: 100%;
    justify-content: start;
    padding-bottom: 30px;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=main.css.map */