.slideshow-swiper {
  overflow: hidden;
  display: block;
  transition: height.5s;
  background-color: var(--bg-color)
}

.slideshow-swiper--show-mb {
  display: none !important;
}

@media screen and (max-width: 989px) {
  .slideshow-swiper--show-pc {
    display: none !important
  }

  .slideshow-swiper--show-mb {
    display: block !important
  }
}

.slideshow-swiper__banner {
  position: relative;
  background-color: #fff;
  min-height: 340px;
  box-sizing: border-box
}

.slideshow-swiper__swiper-outer,
.slideshow-swiper__swiper-slide-inner {
  position: relative;
  display: block
}

.slideshow-swiper__swiper-slide-inner:not([href]) {
  cursor: unset
}

.slideshow-swiper .swiper-container {
  overflow: hidden;
  position: relative
}

.slideshow-swiper__banner img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.slideshow-swiper__video-banner {
  background-color: #000
}

.slideshow-swiper__video-banner video {
  display: block
}

.slideshow-swiper__overlay-wrapper {
  position: absolute;
  color: inherit;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  padding: var(--padding-pc);
  display: flex;
  flex-direction: column;
  box-sizing: border-box
}

.slideshow-swiper__overlay-btn-wrapper {
  margin-top: 3.2em;
  justify-content: center
}

.slideshow-swiper__overlay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  box-sizing: border-box;
  white-space: nowrap;
  transition: background-color.2s, color.2s;
  text-decoration: none;
  padding: 1em 1.25em;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 100%
}

.slideshow-swiper__overlay-btn-wrapper>object:not(:last-child) {
  margin-right: 16px
}

.slideshow-swiper__overlay-btn.btn-style--light {
  color: #1d2129;
  border-radius: 50px;
  background-color: #e5e6eb
}

.slideshow-swiper__overlay-btn.btn-style--light:active {
  background-color: #c9cdd4
}

.slideshow-swiper__overlay-btn.btn-style--primary {
  color: #1d2129;
  border-radius: 50px;
  background-color: #fec629
}

.slideshow-swiper__overlay-btn.btn-style--primary:hover {
  background-color: #f8bd16
}

.slideshow-swiper__overlay-btn.btn-style--primary:active {
  background-color: #d3a522
}

.slideshow-swiper__navigation .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 1;
  opacity: 0;
  transition: opacity.3s;
  cursor: pointer
}

.slideshow-swiper__navigation .swiper-btn svg {
  display: block
}

.slideshow-swiper__swiper-outer:hover .slideshow-swiper__navigation .swiper-btn {
  opacity: 1
}

.slideshow-swiper__navigation .swiper-btn-prev {
  left: 6%;
  transform: translate(-100%, -50%)
}

.slideshow-swiper__navigation .swiper-btn-next {
  right: 6%;
  transform: translate(100%, -50%)
}

.slideshow-swiper__overlay-text {
  border-radius: 16px;
  background: rgba(var(--overlay-bg-color, 13, 47, 160), .6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 4em;
  color: var(--text-color);
  font-size: 10px
}

.slideshow-swiper__overlay-text h1,
.slideshow-swiper__overlay-text h2,
.slideshow-swiper__overlay-text h3,
.slideshow-swiper__overlay-text h4,
.slideshow-swiper__overlay-text h5,
.slideshow-swiper__overlay-text h6,
.slideshow-swiper__overlay-text p {
  margin: 0;
  color: inherit;
  font-weight: inherit;
  line-height: inherit
}

.slideshow-swiper__overlay-text p {
  font-weight: 400
}

.slideshow-swiper__overlay-text .slideshow-swiper__overlay-title>*:empty,
.slideshow-swiper__overlay-text .slideshow-swiper__overlay-subtitle>*:empty {
  display: block
}

.slideshow-swiper__overlay-text .slideshow-swiper__overlay-title>*:empty:after,
.slideshow-swiper__overlay-text .slideshow-swiper__overlay-subtitle>*:empty:after {
  content: "";
  display: inline-block;
  width: 1px
}

.slideshow-swiper__overlay-badge-wrapper {
  margin-bottom: 1.6em
}

.slideshow-swiper__overlay-text .slideshow-swiper__overlay-badge {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid currentColor;
  padding: .5em 1em;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 100%;
  vertical-align: middle
}

.slideshow-swiper__overlay-text .slideshow-swiper__overlay-title {
  font-size: 4.8em;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px
}

.slideshow-swiper__overlay-text .slideshow-swiper__overlay-title>* {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0
}

.slideshow-swiper__overlay-text .slideshow-swiper__overlay-subtitle {
  font-size: 2em;
  font-weight: 500;
  line-height: 100%
}

.slideshow-swiper__overlay-subtitle--has-mobile+.slideshow-swiper__overlay-subtitle {
  display: none
}

.slideshow-swiper__overlay-text .slideshow-swiper__overlay-title>*,
.slideshow-swiper__overlay-text .slideshow-swiper__overlay-subtitle>* {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0
}

.slideshow-swiper .swiper-btn:not(:hover) {
  --icon-background-color: transparent;
  --icon-border-color: #E4E7EC;
  --icon-arrow-color: #667085
}

.slideshow-swiper .swiper-btn svg>path {
  transition: all .2s
}

.slideshow-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 16px
}

.slideshow-swiper__swiper-mobile-container .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none
}

@media screen and (max-width: 1399px) {
  .slideshow-swiper__navigation .swiper-btn svg {
    width: 50px;
    height: 50px
  }

  .slideshow-swiper__overlay-text {
    font-size: 9px
  }
}

@media screen and (max-width: 1280px) {
  .slideshow-swiper__overlay-text {
    font-size: 8px
  }

  .slideshow-swiper .swiper-pagination {
    bottom: 16px
  }
}

@media screen and (min-width: 990px) {
  .slideshow-swiper__overlay-wrapper.position-top-left {
    align-items: flex-start;
    justify-content: flex-start
  }

  .slideshow-swiper__overlay-wrapper.position-top-center {
    align-items: center;
    justify-content: flex-start
  }

  .slideshow-swiper__overlay-wrapper.position-top-right {
    align-items: flex-end;
    justify-content: flex-start
  }

  .slideshow-swiper__overlay-wrapper.position-center-left {
    align-items: flex-start;
    justify-content: center
  }

  .slideshow-swiper__overlay-wrapper.position-center-center {
    align-items: center;
    justify-content: center
  }

  .slideshow-swiper__overlay-wrapper.position-center-right {
    align-items: flex-end;
    justify-content: center
  }

  .slideshow-swiper__overlay-wrapper.position-bottom-left {
    align-items: flex-start;
    justify-content: flex-end
  }

  .slideshow-swiper__overlay-wrapper.position-bottom-center {
    align-items: center;
    justify-content: flex-end
  }

  .slideshow-swiper__overlay-wrapper.position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
  }

  .text-align-left {
    text-align: left
  }

  .text-align-center {
    text-align: center
  }

  .text-align-right {
    text-align: right
  }
}

@media screen and (max-width: 989px) {
  .slideshow-swiper__navigation .swiper-btn {
    display: none
  }

  .slideshow-swiper {
    padding-bottom: 32px
  }

  .slideshow-swiper__swiper-pc-container .slideshow-swiper__overlay-wrapper {
    display: none
  }

  .slideshow-swiper__swiper-pc-container {
    margin-left: 0;
    margin-right: 0
  }

  .slideshow-swiper__banner {
    border-radius: 0;
    overflow: hidden;
    min-height: initial
  }

  .slideshow-swiper__overlay--hide-mb {
    display: none !important
  }

  .slideshow-swiper__overlay-wrapper {
    position: static;
    display: block;
    padding: 24px 16px 0;
    background-color: var(--bg-color)
  }

  .slideshow-swiper__overlay-wrapper.position-mb-top-left {
    align-items: flex-start;
    justify-content: flex-start
  }

  .slideshow-swiper__overlay-wrapper.position-mb-top-center {
    align-items: center;
    justify-content: flex-start
  }

  .slideshow-swiper__overlay-wrapper.position-mb-top-right {
    align-items: flex-end;
    justify-content: flex-start
  }

  .slideshow-swiper__overlay-wrapper.position-mb-center-left {
    align-items: flex-start;
    justify-content: center
  }

  .slideshow-swiper__overlay-wrapper.position-mb-center-center {
    align-items: center;
    justify-content: center
  }

  .slideshow-swiper__overlay-wrapper.position-mb-center-right {
    align-items: flex-end;
    justify-content: center
  }

  .slideshow-swiper__overlay-wrapper.position-mb-bottom-left {
    align-items: flex-start;
    justify-content: flex-end
  }

  .slideshow-swiper__overlay-wrapper.position-mb-bottom-center {
    align-items: center;
    justify-content: flex-end
  }

  .slideshow-swiper__overlay-wrapper.position-mb-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
  }

  .slideshow-swiper__overlay-text {
    background-color: initial;
    color: var(--text-color-mb);
    padding: 0;
    font-size: 8px
  }

  .slideshow-swiper__overlay-text .slideshow-swiper__overlay-badge-wrapper {
    margin-bottom: 12px
  }

  .text-align-mb-left {
    text-align: left
  }

  .text-align-mb-center {
    text-align: center
  }

  .text-align-mb-right {
    text-align: right
  }

  .slideshow-swiper .swiper-pagination {
    top: 0;
    position: relative;
    width: auto;
    display: inline-flex;
    margin-top: 16px;
    background-color: #fff
  }
}

@media screen and (max-width: 589px) {
  .slideshow-swiper__overlay-text .slideshow-swiper__overlay-badge {
    font-size: 14px;
    padding: 8px 16px
  }

  .slideshow-swiper__overlay-text .slideshow-swiper__overlay-title {
    font-size: 20px
  }

  .slideshow-swiper__overlay-text .slideshow-swiper__overlay-subtitle {
    font-size: 16px;
    line-height: 150%
  }

  .slideshow-swiper__overlay-subtitle--has-mobile {
    display: none
  }

  .slideshow-swiper__overlay-subtitle--has-mobile+.slideshow-swiper__overlay-subtitle {
    display: block
  }

  .slideshow-swiper__overlay-btn-wrapper {
    margin-top: 16px;
    display: flex;
    gap: 8px
  }

  .slideshow-swiper__overlay-btn-object {
    flex: 1;
    max-width: 50%;
    margin-right: 0 !important
  }

  .slideshow-swiper__overlay-btn {
    border-radius: 10px;
    margin: 0 !important;
    display: block
  }
}


@media screen and (min-width: 989px) {
  .slideshow-swiper a {
    text-decoration: none;
    color: #333
  }

  .slideshow-swiper .overlay-card-box-1 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .slideshow-swiper .overlay-card-box-1 .overlay-card {
    padding: 50px 53px 40px;
    background-color: #ea6b3f;
    border-radius: 30px
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card {
    padding: 20px
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .overlay-title {
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    text-align: center
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .overlay-title {
    font-size: 24px;
    line-height: 1.5
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .subtitle {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    text-align: center
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .subtitle {
    font-size: 18px;
    line-height: 1.5
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .subtitle p {
    margin: 0
  }

  .slideshow-swiper .overlay-card-box-1 .overlay-card .button-list {
    display: flex;
    gap: 5px;
    text-align: center;
    padding-top: 38px
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .button-list {
    padding-top: 20px
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .overlay-button {
    flex: 1;
    flex-shrink: 0;
    background-color: #0f0f0f;
    border-radius: 16px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .overlay-button {
    font-size: 16px;
    line-height: 1
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-2 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .slideshow-swiper .overlay-card-box-2 .overlay-card {
    padding: 33px 40px;
    background-color: #48d391;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-2 .overlay-card {
    padding: 20px
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-2 .overlay-card .overlay-title p {
    font-weight: 700;
    font-size: 38px;
    color: #000;
    line-height: 50px;
    margin: 0;
    text-align: center
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-2 .overlay-card .overlay-title p {
    font-size: 26px;
    line-height: 1.3
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-2 .overlay-card .subtitle {
    font-size: 26px;
    line-height: 34px;
    color: #000;
    text-align: center
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-2 .overlay-card .subtitle {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px
  }
}

@media screen and (min-width: 989px)and (max-width: 1080px) {
  .slideshow-swiper .overlay-card-box-2 .overlay-card .subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-2 .overlay-card .subtitle p {
    margin: 0
  }

  .slideshow-swiper .overlay-card-box-2 .overlay-card .overlay-button {
    gap: 7px;
    margin: 34px auto 0;
    display: inline-flex;
    padding: 18px 103px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    align-items: center;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-2 .overlay-card .overlay-button {
    font-size: 18px;
    line-height: 1;
    padding: 18px 80px;
    margin-top: 20px
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-3 {
    top: unset;
    position: absolute;
    bottom: 12%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 24px 80px;
    background-color: #fff;
    border-radius: 16px;
    cursor: pointer
  }
}

@media screen and (min-width: 989px)and (max-width: 1440px) {
  .slideshow-swiper .overlay-card-box-3 {
    padding: 20px 40px
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-3 svg {
    display: block
  }

  .slideshow-swiper .overlay-card-box-3 span {
    font-size: 16px;
    line-height: 1;
    font-weight: 600
  }

  .slideshow-swiper .overlay-card-box-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center
  }

  .slideshow-swiper .overlay-card-box-4 .overlay-card {
    padding: 30px;
    background-color: #bf0000c0;
    border-radius: 30px
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card {
    padding: 20px
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .overlay-title {
    font-weight: 700;
    font-size: 38px;
    color: #fff;
    text-align: center
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .overlay-title {
    font-size: 24px;
    line-height: 1.5
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .subtitle {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-weight: 500
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .subtitle {
    font-size: 18px;
    line-height: 1.5
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .subtitle p {
    margin: 0;
    line-height: 1
  }

  .slideshow-swiper .overlay-card-box-4 .overlay-card .description {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 6px;
    font-weight: 400;
    text-align: center
  }

  .slideshow-swiper .overlay-card-box-4 .overlay-card .description p {
    margin: 0;
    letter-spacing: 1px
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .description {
    font-size: 14px;
    line-height: 1.5
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .button-list {
    display: flex;
    gap: 5px;
    text-align: center;
    padding-top: 28px;
    margin: 0 auto
  }
}

@media screen and (min-width: 989px)and (max-width: 1440px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .button-list {
    width: 100%
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .button-list {
    padding-top: 20px
  }
}

@media screen and (min-width: 989px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .overlay-button {
    background-color: #fff;
    border-radius: 16px;
    font-weight: 500;
    color: #0f0f0f;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 10px;
    width: 205px;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex
  }
}

@media screen and (min-width: 989px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .overlay-button {
    font-size: 12px;
    line-height: 1;
    width: 145px
  }
}

@media screen and (min-width: 989px) {
  .custom-banner-box-1 {
    position: relative
  }

  .custom-banner-box-1 .custom-image-box {
    display: block;
    width: 100%;
    height: auto;
    min-height: 340px
  }

  .custom-banner-box-1 .custom-image-box img {
    display: block;
    width: 100%;
    min-height: 340px
  }

  .custom-banner-box-1 .content-box {
    position: absolute;
    right: 3vw;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background-color: #b20027d5;
    padding: 40px 90px;
    border-radius: 30px;
    text-align: center
  }
}

@media screen and (min-width: 989px)and (max-width: 1440px) {
  .custom-banner-box-1 .content-box {
    padding: 20px 70px
  }
}

@media screen and (min-width: 989px) {
  .custom-banner-box-1 .content-box .title {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500
  }
}

@media screen and (min-width: 989px)and (max-width: 1700px) {
  .custom-banner-box-1 .content-box .title {
    font-size: 24px;
    line-height: 30px
  }
}

@media screen and (min-width: 989px)and (max-width: 1350px) {
  .custom-banner-box-1 .content-box .title {
    font-size: 18px;
    line-height: 24px
  }
}

@media screen and (min-width: 989px) {
  .custom-banner-box-1 .content-box .description {
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 7px
  }
}

@media screen and (min-width: 989px)and (max-width: 1700px) {
  .custom-banner-box-1 .content-box .description {
    font-size: 14px
  }
}

@media screen and (min-width: 989px)and (max-width: 1350px) {
  .custom-banner-box-1 .content-box .description {
    font-size: 12px;
    line-height: 1.2
  }
}

@media screen and (min-width: 989px) {
  .custom-banner-box-1 .content-box .button-link {
    display: inline-block;
    background-color: #fff;
    line-height: 1;
    padding: 15px 60px;
    border-radius: 100px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 20px
  }

  .custom-banner-box-1 .content-box .icon-box .icon-1 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 70px;
    transform: translate(-50%)
  }
}

@media screen and (min-width: 989px)and (max-width: 1700px) {
  .custom-banner-box-1 .content-box .icon-box .icon-1 {
    width: 60px
  }
}

@media screen and (min-width: 989px) {
  .custom-banner-box-1 .content-box .icon-box .icon-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 106px;
    transform: translate(-36%, -36%)
  }
}

@media screen and (min-width: 989px)and (max-width: 1700px) {
  .custom-banner-box-1 .content-box .icon-box .icon-2 {
    width: 80px
  }
}

@media screen and (min-width: 989px) {
  .custom-banner-box-1 .content-box .icon-box .icon-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    transform: translate(0)
  }

  .custom-banner-box-1 .content-box .icon-box .icon-4 {
    position: absolute;
    bottom: 10%;
    right: 2%;
    transform: translate(0)
  }
}

@media screen and (min-width: 989px)and (max-width: 1700px) {
  .custom-banner-box-1 .content-box .icon-box .icon-4 {
    bottom: 15%
  }
}

@media screen and (min-width: 989px)and (max-width: 1440px) {
  .custom-banner-box-1 .content-box .icon-box .icon-4 {
    bottom: 15%;
    right: 2%
  }
}

@media screen and (min-width: 989px) {
  .custom-banner-box-1 .content-box .icon-box .icon-4 img {
    width: 110px
  }
}

@media screen and (min-width: 989px)and (max-width: 1700px) {
  .custom-banner-box-1 .content-box .icon-box .icon-4 img {
    width: 80px
  }
}

@media screen and (min-width: 989px)and (max-width: 1440px) {
  .custom-banner-box-1 .content-box .icon-box .icon-4 img {
    width: 60px
  }
}

@media screen and (min-width: 989px) {
  .custom-banner-box-1 .pc-image-box {
    position: absolute;
    display: flex;
    top: 50%;
    left: 2.6vw;
    transform: translateY(-50%);
    gap: 1.2vw
  }

  .custom-banner-box-1 .pc-image-box img {
    border-radius: 1.5vw;
    display: block;
    width: 13.64vw;
    position: relative
  }
}

@media screen and (min-width: 989px)and (max-width: 1200px) {
  .custom-banner-box-1 .pc-image-box img {
    width: 12vw
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper a {
    text-decoration: none;
    color: #333
  }

  .slideshow-swiper .overlay-card-box-1 {
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    background-color: #0000 !important;
    height: auto !important;
    flex-direction: row;
    top: auto
  }

  .slideshow-swiper .overlay-card-box-1 .overlay-card {
    padding: 0 24px;
    width: 100%
  }
}

@media screen and (max-width: 990px)and (max-width: 420px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card {
    padding: 0 20px
  }
}

@media screen and (max-width: 990px)and (max-width: 390px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card {
    padding: 0 10px
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .label-box {
    background: #ea6b3f;
    border-radius: 8px;
    padding: 14px 29px
  }
}

@media screen and (max-width: 990px)and (max-width: 420px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .label-box {
    padding: 14px 15px
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .overlay-title {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-align: center
  }
}

@media screen and (max-width: 990px)and (min-width: 700px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .overlay-title {
    font-size: 34px
  }
}

@media screen and (max-width: 990px)and (max-width: 400px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .overlay-title {
    font-size: 14px
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .subtitle {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 8px
  }

  .slideshow-swiper .overlay-card-box-1 .overlay-card .subtitle p {
    margin: 0
  }
}

@media screen and (max-width: 990px)and (min-width: 700px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .subtitle {
    font-size: 24px;
    line-height: 36px
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .button-list {
    display: flex;
    gap: 5px;
    text-align: center;
    padding-top: 38px
  }
}

@media screen and (max-width: 990px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .button-list {
    padding-top: 8px
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .overlay-button {
    flex: 1;
    flex-shrink: 0;
    background-color: #0f0f0f;
    border-radius: 8px;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
}

@media screen and (max-width: 990px)and (min-width: 700px) {
  .slideshow-swiper .overlay-card-box-1 .overlay-card .overlay-button {
    font-size: 20px;
    line-height: 1;
    line-height: 36px;
    padding: 20px 0
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-2 {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    background-color: #0000 !important;
    height: auto !important;
    top: auto;
    flex-direction: row
  }

  .slideshow-swiper .overlay-card-box-2 .overlay-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 5.5vw
  }

  .slideshow-swiper .overlay-card-box-2 .overlay-card .label-box {
    display: none
  }

  .slideshow-swiper .overlay-card-box-2 .overlay-card .overlay-button {
    gap: 7px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background-color: #ffffff9c;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 12px 0;
    border-radius: 8px;
    font-weight: 800;
    color: #000;
    font-size: 16px;
    line-height: 23px
  }
}

@media screen and (max-width: 990px)and (max-width: 700px) {
  .slideshow-swiper .overlay-card-box-2 .overlay-card .overlay-button svg {
    width: 20px;
    height: 20px
  }
}

@media screen and (max-width: 990px)and (min-width: 700px) {
  .slideshow-swiper .overlay-card-box-2 .overlay-card .overlay-button {
    font-size: 24px;
    line-height: 36px;
    padding: 20px 0;
    border-radius: 16px
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-3 {
    top: unset;
    position: absolute;
    bottom: 14px;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 14px;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer
  }

  .slideshow-swiper .overlay-card-box-3 svg {
    display: block;
    width: 30px
  }

  .slideshow-swiper .overlay-card-box-3 span {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    min-width: 110px;
    text-align: center
  }
}

@media screen and (max-width: 990px)and (min-width: 500px) {
  .slideshow-swiper .overlay-card-box-3 {
    width: 50%;
    bottom: 5%;
    padding: 20px;
    gap: 20px
  }

  .slideshow-swiper .overlay-card-box-3 svg {
    display: block;
    width: 50px
  }

  .slideshow-swiper .overlay-card-box-3 span {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    min-width: 110px;
    text-align: center
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-4 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000 !important
  }

  .slideshow-swiper .overlay-card-box-4 .overlay-card {
    transform: translateY(-20%);
    padding: 30px;
    background-color: #bf0000c0;
    border-radius: 16px
  }
}

@media screen and (max-width: 990px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card {
    padding: 20px
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .overlay-title {
    font-weight: 700;
    font-size: 38px;
    color: #fff;
    text-align: center
  }
}

@media screen and (max-width: 990px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .overlay-title {
    font-size: 20px;
    line-height: 1.5
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .subtitle {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-weight: 500
  }
}

@media screen and (max-width: 990px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .subtitle {
    font-size: 14px;
    line-height: 1.5
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .subtitle p {
    margin: 0;
    line-height: 1
  }

  .slideshow-swiper .overlay-card-box-4 .overlay-card .description {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 6px;
    font-weight: 400;
    text-align: center
  }

  .slideshow-swiper .overlay-card-box-4 .overlay-card .description p {
    margin: 0;
    letter-spacing: 1px
  }
}

@media screen and (max-width: 990px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .description {
    font-size: 12px;
    line-height: 1.5
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .button-list {
    display: none;
    gap: 5px;
    text-align: center;
    padding-top: 28px;
    margin: 0 auto
  }
}

@media screen and (max-width: 990px)and (max-width: 1440px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .button-list {
    width: 100%
  }
}

@media screen and (max-width: 990px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .button-list {
    padding-top: 20px
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .overlay-button {
    background-color: #fff;
    border-radius: 16px;
    font-weight: 500;
    color: #0f0f0f;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 10px;
    width: 205px;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex
  }
}

@media screen and (max-width: 990px)and (max-width: 1280px) {
  .slideshow-swiper .overlay-card-box-4 .overlay-card .overlay-button {
    font-size: 12px;
    line-height: 1;
    width: 145px
  }
}

@media screen and (max-width: 990px) {
  .slideshow-swiper .overlay-card-box-4 .buttons-list {
    text-align: center;
    padding-top: 28px;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    width: 95%;
    display: flex !important;
    gap: 5px
  }

  .slideshow-swiper .overlay-card-box-4 .buttons-list .overlay-button {
    flex: 1;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 6px;
    font-weight: 500;
    color: #0f0f0f;
    font-size: 12px;
    line-height: 1;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex
  }

  .custom-banner-box-1 {
    position: relative
  }

  .custom-banner-box-1 .custom-image-box {
    display: block;
    width: 100%;
    height: auto
  }

  .custom-banner-box-1 .custom-image-box img {
    display: block;
    width: 100%
  }

  .custom-banner-box-1 .display-box {
    position: absolute;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    padding: 7px;
    display: flex;
    flex-direction: column
  }

  .custom-banner-box-1 .content-box {
    color: #fff;
    background-color: #b20027d5;
    padding: 8px;
    width: calc(100% - 16px);
    position: relative;
    border-radius: 30px;
    text-align: center
  }

  .custom-banner-box-1 .content-box .title {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500
  }

  .custom-banner-box-1 .content-box .description {
    font-family: Poppins, Poppins;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 7px
  }
}

@media screen and (max-width: 990px)and (max-width: 410px) {
  .custom-banner-box-1 .content-box .description {
    line-height: 14px;
    margin-top: 2px
  }
}

@media screen and (max-width: 990px) {
  .custom-banner-box-1 .content-box .button-link {
    display: inline-block;
    background-color: #fff;
    line-height: 20px;
    padding: 15px 80px;
    border-radius: 100px;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    color: #000
  }
}

@media screen and (max-width: 990px)and (max-width: 410px) {
  .custom-banner-box-1 .content-box .button-link {
    padding: 12px 60px;
    font-size: 12px;
    margin-top: 6px
  }
}

@media screen and (max-width: 990px) {
  .custom-banner-box-1 .content-box .icon-box .icon-1 {
    position: absolute;
    top: 30px;
    left: 18px;
    width: 39px;
    z-index: 2
  }

  .custom-banner-box-1 .content-box .icon-box .icon-2 {
    position: absolute;
    top: 2px;
    left: 8px;
    width: 60px;
    z-index: 1
  }

  .custom-banner-box-1 .content-box .icon-box .icon-3 {
    position: absolute;
    width: 34px;
    top: 9px;
    right: 19px;
    transform: translate(0)
  }

  .custom-banner-box-1 .content-box .icon-box .icon-4 {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%)
  }

  .custom-banner-box-1 .content-box .icon-box .icon-4 img {
    width: 60px
  }

  .custom-banner-box-1 .pc-image-box {
    position: relative;
    display: flex;
    gap: 6px;
    width: 100%
  }

  .custom-banner-box-1 .pc-image-box img {
    border-radius: 16px;
    width: calc(25% - 4.5px);
    display: block;
    position: relative
  }
}

@media screen and (max-width: 990px) {
  .index-banner-swiper {
    overflow: hidden;
  }
  .pc-show {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .m-show {
    display: none !important;
  }
}