.industry-heading {
  margin: 0 0 40px;
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
  color: #053260;
}
@media all and (max-width: 767px) {
  .industry-heading {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 28px;
  }
}

.industry-inner {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 15px;
}

.industry-section {
  padding: 72px 0;
}
@media all and (max-width: 767px) {
  .industry-section {
    padding: 48px 0;
  }
}

.industry-tabs .container {
  flex: 1 1 auto;
  min-width: 0;
}
.industry-tabs .nav {
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x proximity;
}
.industry-tabs .nav::-webkit-scrollbar {
  display: none;
}
.industry-tabs .nav .nav-item {
  flex: 0 0 auto;
  scroll-snap-align: center;
}
.industry-tabs .nav .nav-item:first-child {
  margin-left: auto;
}
.industry-tabs .nav .nav-item:last-child {
  margin-right: auto;
}
.industry-tabs .nav .nav-link {
  white-space: nowrap;
}
@media all and (max-width: 991px) {
  .industry-tabs .nav .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    min-width: 0;
  }
  .industry-tabs .nav .nav-item:first-child {
    margin-left: 0;
  }
  .industry-tabs .nav .nav-item:last-child {
    margin-right: 0;
  }
  .industry-tabs .nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.industry-intro {
  display: flex;
  align-items: center;
  margin: 43px 0 140px;
}
.industry-intro__media {
  position: relative;
  flex: 0 0 49.3%;
  height: 520px;
  background: #e9eef2;
}
.industry-intro__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-intro__body {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 clamp(24px, 12.2vw, 175px) 0 clamp(24px, 7.3vw, 105px);
}
.industry-intro__title {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #053260;
}
.industry-intro__text {
  margin: 0;
  font-size: 20px;
  line-height: 36px;
  color: #053260;
}
@media all and (max-width: 991px) {
  .industry-intro {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 96px;
  }
  .industry-intro__media {
    flex: none;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
  }
  .industry-intro__body {
    padding: 48px 20px 0;
  }
}
@media all and (max-width: 767px) {
  .industry-intro {
    margin-top: 24px;
    margin-bottom: 72px;
  }
  .industry-intro__title {
    font-size: 32px;
    line-height: 40px;
  }
  .industry-intro__text {
    font-size: 16px;
    line-height: 28px;
  }
}

.industry-dots {
  position: absolute;
  z-index: 1;
  right: -75px;
  bottom: -45px;
  width: 125px;
  height: 110px;
  background: linear-gradient(135deg, #cceffb 0%, #00aeeb 100%);
  -webkit-mask-image: radial-gradient(circle at 4px 4px, #000 3.8px, transparent 4.3px);
  mask-image: radial-gradient(circle at 4px 4px, #000 3.8px, transparent 4.3px);
  -webkit-mask-size: 23.4px 20.4px;
  mask-size: 23.4px 20.4px;
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .industry-dots {
    right: 16px;
    bottom: -32px;
    width: 94px;
    height: 82px;
    -webkit-mask-size: 17.6px 15.2px;
    mask-size: 17.6px 15.2px;
    -webkit-mask-image: radial-gradient(circle at 3px 3px, #000 2.8px, transparent 3.3px);
    mask-image: radial-gradient(circle at 3px 3px, #000 2.8px, transparent 3.3px);
  }
}

.industry-apply {
  padding-top: 0;
  padding-bottom: 100px;
}
.industry-apply .industry-heading {
  line-height: 38px;
  margin-bottom: 24px;
}
.industry-apply__desc {
  margin: 0 0 56px;
  font-size: 16px;
  line-height: 26px;
  color: #053260;
}
@media all and (max-width: 767px) {
  .industry-apply {
    padding-bottom: 64px;
  }
  .industry-apply__desc {
    margin-bottom: 36px;
  }
}

.industry-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
  row-gap: 48px;
}
@media all and (max-width: 767px) {
  .industry-features {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }
}

.industry-feature__media {
  position: relative;
  width: 160px;
  height: 120px;
  margin-bottom: 32px;
  background: #e9eef2;
}
.industry-feature__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-feature__title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #00a0e1;
}
.industry-feature__text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #053260;
}

.industry-cards {
  padding: 72px 0 84px;
  background: #05315f;
  overflow: hidden;
}
.industry-cards .industry-heading {
  margin-bottom: 44px;
  color: #fff;
}
.industry-cards__stage {
  position: relative;
  max-width: 1188px;
  margin: 0 auto;
  padding: 0 124px;
}
.industry-cards__slider {
  margin: 0 -20px;
}
.industry-cards__slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.industry-cards__slider:not(.slick-initialized) > .industry-card {
  flex: 0 0 33.3333%;
}
.industry-cards .industry-cards__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  margin: -26px 0 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
}
.industry-cards .industry-cards__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-style: solid;
}
.industry-cards .industry-cards__arrow:hover {
  background: #fff;
  opacity: 0.85;
}
.industry-cards .industry-cards__arrow--prev {
  left: 0;
  right: auto;
}
.industry-cards .industry-cards__arrow--prev::before {
  margin: -7px 0 0 -8px;
  border-width: 7px 11px 7px 0;
  border-color: transparent #053260 transparent transparent;
}
.industry-cards .industry-cards__arrow--next {
  left: auto;
  right: 0;
}
.industry-cards .industry-cards__arrow--next::before {
  margin: -7px 0 0 -3px;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #053260;
}
.industry-cards .industry-cards__arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
}
.industry-cards .industry-cards__arrow:focus-visible {
  outline: 2px solid #00aeeb;
  outline-offset: 2px;
}
@media all and (max-width: 991px) {
  .industry-cards {
    padding-bottom: 64px;
  }
  .industry-cards__stage {
    padding: 0 68px;
  }
  .industry-cards__slider:not(.slick-initialized) > .industry-card {
    flex-basis: 50%;
  }
  .industry-cards .industry-cards__arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media all and (max-width: 575px) {
  .industry-cards__stage {
    padding: 0 52px;
  }
  .industry-cards__slider:not(.slick-initialized) > .industry-card {
    flex-basis: 100%;
  }
  .industry-cards .industry-cards__arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .industry-cards .industry-cards__arrow--prev {
    left: 6px;
  }
  .industry-cards .industry-cards__arrow--next {
    right: 6px;
  }
}

.industry-card {
  padding: 0 20px;
}
.industry-card__title {
  margin: 0 0 32px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #00a0e1;
}
.industry-card__media {
  position: relative;
  height: 0;
  padding-bottom: 120.9%;
  background: #e9eef2;
}
.industry-card__media > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-card__circle {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 43.6%;
  aspect-ratio: 1/1;
  border: 3px solid #00a0e1;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.industry-card__circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-spec__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.industry-spec__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.industry-spec__table th,
.industry-spec__table td {
  padding: 18px 20px 18px 0;
  white-space: normal;
  overflow-wrap: break-word;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  color: #053260;
  border-bottom: 1px solid #053260;
}
.industry-spec__table thead th {
  padding: 12px 20px 34px 0;
  font-weight: 600;
  border-bottom: 2px solid #053260;
}
.industry-spec__table tbody th {
  font-weight: 600;
}
.industry-spec__table td {
  font-weight: 400;
}
.industry-spec__col-location {
  width: 21.28%;
}
.industry-spec__col-parts {
  width: 20.96%;
}
.industry-spec__col-material {
  width: 14.89%;
}
.industry-spec__col-image {
  width: 13.83%;
}
.industry-spec__col-value {
  width: 29.04%;
}
.industry-spec__img {
  position: relative;
  display: block;
  width: 96px;
  height: 72px;
  background: #eef0f2;
}
.industry-spec__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 767px) {
  .industry-spec__table {
    min-width: 720px;
  }
}

.industry-video {
  background: #f8f8f8;
}
.industry-video__item {
  margin-bottom: 32px;
}
.industry-video__item:last-child {
  margin-bottom: 0;
}
.industry-video__box {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  background: #959595;
  overflow: hidden;
}
.industry-video__box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-video__box:not(.is-empty)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.industry-video__box:focus-visible {
  outline: 3px solid #00aeeb;
  outline-offset: -3px;
}
.industry-video__play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 10.5%;
  aspect-ratio: 99/114;
  background: #fff;
  transform: translate(-40%, -50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.industry-video__external {
  display: block;
  margin-top: 8px;
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  color: #053260;
}
.industry-video__external:hover {
  color: #00aeeb;
}

.mfp-bg.industry-popup {
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.industry-files {
  padding-bottom: 100px;
}
.industry-files .industry-heading {
  margin-bottom: 48px;
}
@media all and (max-width: 767px) {
  .industry-files {
    padding-bottom: 64px;
  }
  .industry-files .industry-heading {
    margin-bottom: 28px;
  }
}

.industry-file {
  margin-bottom: 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid #959595;
}
.industry-file:last-child {
  margin-bottom: 0;
}
.industry-file__row {
  display: flex;
  gap: 44px;
}
.industry-file__cover {
  position: relative;
  flex: 0 0 193px;
  height: 271px;
  background: #e9eef2;
}
.industry-file__cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-file__info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}
.industry-file__title {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #00a0e1;
}
.industry-file__text {
  max-width: 512px;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #053260;
}
.industry-file__action {
  margin-top: auto;
  padding-top: 12px;
  text-align: right;
}
.industry-file__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 42px;
  padding: 0 20px;
  border: 2px solid #00aeeb;
  border-radius: 21px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #00aeeb;
  background: #fff;
  transition: background 0.2s, color 0.2s;
}
.industry-file__btn:hover, .industry-file__btn:focus-visible {
  background: #00aeeb;
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .industry-file__row {
    flex-direction: column;
    gap: 20px;
  }
  .industry-file__cover {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
  }
  .industry-file__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .industry-file__action {
    padding-top: 20px;
  }
}

.industry-placeholder {
  padding: 140px 0;
}
.industry-placeholder__text {
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #053260;
}
@media all and (max-width: 767px) {
  .industry-placeholder {
    padding: 80px 0;
  }
  .industry-placeholder__text {
    font-size: 16px;
    line-height: 26px;
  }
}
