/* Home page custom styles */
#banner.offline-banner {
  position: relative;
  overflow: hidden;
}

#banner .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 38, 0.5);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: translateY(-50%);
  transition: background-color .25s ease, opacity .25s ease, transform .25s ease;
  opacity: .88;
}

#banner .slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#banner .slick-prev {
  left: 18px;
}

#banner .slick-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

#banner .slick-next {
  right: 18px;
}

#banner .slick-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

#banner:hover .slick-arrow {
  opacity: 1;
}

#banner .slick-arrow:hover {
  background: rgba(15, 23, 38, 0.82);
  transform: translateY(-50%) scale(1.04);
}

.home-xmwin {
  --home-theme: #191f2f;
  --home-theme-dark: #0f1726;
  --home-theme-deep: #0f1726;
  --home-theme-soft: #edf3ff;
  --home-theme-soft-2: #d9e6ff;
  --home-theme-border: #9bb9f3;
  --home-theme-muted: #6f8fd8;
  --home-theme-shadow: rgba(49, 111, 218, 0.18);
  --home-theme-shadow-strong: rgba(49, 111, 218, 0.28);
}

.home-xmwin {
  background: #f4f5f8;
  padding: 24px 0 44px;
}

.home-container {
  width: min(1660px, calc(100% - 30px));
  margin: 0 auto;
}

.home-section + .home-section {
  margin-top: 42px;
}

.home-section-heading {
  text-align: center;
  margin-bottom: 25px;
}

.home-section-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--home-theme);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-section-kicker--left {
  display: block;
  margin-bottom: 10px;
}

.home-section-heading--narrow {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.home-section-heading h2 {
  margin: 0;
  color: #222f3f;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.home-section-heading h2::after {
  display: none;
}

.home-section-heading p {
  margin: 6px 0 0;
  color: #6a7484;
  font-size: 13px;
  line-height: 1.55;
}

.home-primary-btn,
.home-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  padding: 11px 22px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.home-primary-btn {
  color: #fff;
  background: var(--home-theme);
  box-shadow: 0 10px 18px var(--home-theme-shadow);
}

.home-secondary-btn {
  color: #fff;
  background: rgba(49, 111, 218, 0.96);
}

.home-primary-btn:hover,
.home-secondary-btn:hover {
  transform: translateY(-2px);
}

.home-product-grid {
  display: grid;
  grid-template-columns: 164fr 145fr 146fr 166fr;
  grid-template-rows: 180fr 179fr;
  gap: 4px;
  aspect-ratio: 631 / 302;
}

.home-product-solutions {
  margin-top: 4px;
}

.home-product-solutions {
  padding: 18px 0 16px;
}

.home-product-solutions .home-container {
  width: min(1680px, calc(100% - 104px));
}

.home-products-ref {
  width: 100%;
}

.home-products-ref__bar {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.home-products-ref__heading {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}

.home-products-ref__viewall {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.home-products-ref__viewall.home-news-more {
  margin: 0;
}

.home-products-ref__bar.home-section-heading h2 {
  margin: 0;
  color: #222f3f;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
}

.home-products-ref__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.home-products-ref__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(150, 150, 150, 0.35);
  border-radius: 2px;
}

.home-products-ref__image {
  display: block;
  background: #f5f5f5;
}

.home-products-ref__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
}

.home-products-ref__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 88px;
  padding: 10px 12px 38px;
  background: #efefef;
}

.home-products-ref__body::after {
  content: "View More";
  position: absolute;
  left: 12px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 22px;
  padding: 0 10px;
  border-radius: 11px;
  background: var(--home-theme);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.home-products-ref__body h3 {
  max-width: calc(100% - 24px);
  margin: 0 0 8px;
  color: var(--home-theme);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  min-height: 30px;
  text-transform: uppercase;
}

.home-products-ref__body h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-products-ref__body p {
  margin: 0;
  color: #727272;
  font-size: 13px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-section-heading--product .home-section-kicker {
  display: none;
}

.home-section-heading--product {
  margin-bottom: 25px;
}

.home-product-card {
  display: block;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(21, 40, 73, 0.025);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  min-height: 0;
  position: relative;
}

.home-product-card__hover-frame {
  display: none;
}

.home-product-card:hover,
.home-production-menu:hover,
.home-production-stage:hover,
.home-projects-grid a:hover,
.home-exhibition-card:hover,
.home-news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(21, 40, 73, 0.08);
}

.home-product-card--tall {
  grid-row: span 2;
}

.home-product-card--wide {
  grid-column: 2 / span 2;
}

.home-product-card__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #fff;
  height: 100%;
  position: relative;
}

.home-product-card__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  background: #fff;
}

.home-product-card__accessories {
  margin-top: 8px;
}

.home-product-card__body {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  padding: 0;
  z-index: 1;
}

.home-product-card__body h3 {
  margin: 0;
  color: #31353c;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}

.home-product-card::before,
.home-product-card::after {
  content: '';
  position: absolute;
  background: var(--home-theme-soft-2);
  pointer-events: none;
  opacity: .95;
  transition: background-color .24s ease, opacity .24s ease;
}

.home-product-solutions .home-product-card:hover {
  transform: none;
  z-index: 3;
  border-color: var(--home-theme);
  outline: 6px solid var(--home-theme);
  outline-offset: -4px;
  box-shadow: 0 8px 18px rgba(21, 40, 73, 0.08);
}

.home-product-solutions .home-product-card:hover::before,
.home-product-solutions .home-product-card:hover::after {
  background: var(--home-theme);
}

.home-product-solutions .home-product-card:hover .home-product-card__media img {
  transform: var(--home-product-img-transform, none);
}

.home-product-card--balcony::before {
  top: 10px;
  left: 10px;
  width: 56%;
  height: 2px;
}

.home-product-card--balcony::after {
  top: 10px;
  left: 10px;
  width: 2px;
  height: 0;
}

.home-product-card--carport::before {
  top: 10px;
  left: 10px;
  width: 34%;
  height: 2px;
}

.home-product-card--carport::after {
  right: 0;
  bottom: 0;
  width: 2px;
  height: 0;
}

.home-product-card--roof::before {
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
}

.home-product-card--roof::after {
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
}

.home-product-card--balcony .home-product-card__media {
  padding: 0 8% 48px;
}

.home-product-card--balcony .home-product-card__media img {
  width: 104%;
  --home-product-img-transform: translateX(-6%) translateY(0);
  --home-product-img-hover-transform: translateX(-6%) translateY(0) scale(1.04);
  max-height: none;
}

.home-product-card--carport .home-product-card__media {
  align-items: flex-start;
  padding: 4px 7% 28px;
}

.home-product-card--carport .home-product-card__media img {
  width: 83%;
  --home-product-img-transform: translateX(1%) translateY(-1%);
  --home-product-img-hover-transform: translateX(1%) translateY(-1%) scale(1.04);
  max-height: none;
}

.home-product-card--roof .home-product-card__media,
.home-product-card--ground .home-product-card__media {
  padding: 8px 8% 30px;
}

.home-product-card--roof .home-product-card__media img,
.home-product-card--ground .home-product-card__media img {
  width: 94%;
  --home-product-img-transform: translateY(0);
  --home-product-img-hover-transform: translateY(0) scale(1.04);
  max-height: none;
}

.home-product-card--roof .home-product-card__accessories {
  width: 92%;
  max-height: none;
  margin-top: 2px;
  --home-product-img-transform: translateX(-4%);
  --home-product-img-hover-transform: translateX(-4%) scale(1.04);
}

.home-product-card--tracking .home-product-card__media {
  padding: 0 5% 44px;
}

.home-product-card--tracking .home-product-card__media img {
  width: 104%;
  --home-product-img-transform: translateX(4%) translateY(0);
  --home-product-img-hover-transform: translateX(4%) translateY(0) scale(1.04);
  max-height: none;
}

.home-product-card--carport .home-product-card__body {
  left: 20px;
  right: 20px;
  bottom: 16px;
}

.home-product-card--balcony .home-product-card__body,
.home-product-card--roof .home-product-card__body,
.home-product-card--ground .home-product-card__body,
.home-product-card--tracking .home-product-card__body {
  bottom: 12px;
}

.home-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 481fr) minmax(0, 488fr);
  gap: 34px;
  align-items: center;
}

.home-company-media,
.home-company-panel,
.home-production-menu,
.home-production-stage,
.home-exhibition-card,
.home-news-card {
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(21, 40, 73, 0.04);
  transition: transform .28s ease, box-shadow .28s ease;
}

.home-company-media img,
.home-company-gallery img,
.home-production-stage img,
.home-cert-card img,
.home-projects-grid img,
.home-exhibition-card img,
.home-news-card img {
  display: block;
  width: 100%;
  height: auto;
}

.home-company-panel {
  padding: 4px 0 0;
  position: relative;
}

.home-company-media,
.home-company-panel {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.home-section-heading--company {
  margin-bottom: 25px;
}

.home-company-media {
  position: relative;
  aspect-ratio: 481 / 377;
  border-radius: 14px;
  overflow: hidden;
}

.home-company-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  background: #000;
}

.home-company-media__loading,
.home-company-media__error {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  color: #fff;
  text-align: center;
  z-index: 3;
}

.home-company-media__loading {
  background: rgba(8, 15, 25, 0.38);
}

.home-company-media__error {
  background: rgba(8, 15, 25, 0.62);
  font-size: 14px;
  line-height: 1.5;
}

.home-company-media.is-loading .home-company-media__loading {
  display: flex;
}

.home-company-media.is-error .home-company-media__error {
  display: flex;
}

.home-company-media__spinner {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.28);
  border-top-color: #fff;
  border-radius: 50%;
  animation: home-company-video-spin .85s linear infinite;
}

.home-company-media__loading-text {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
}

.home-company-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 28, 48, 0.04), rgba(12, 28, 48, 0.18));
  pointer-events: none;
  z-index: 1;
}

.home-company-media__play,
.home-company-media__pause {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(46, 178, 73, 0.92);
  box-shadow: 0 16px 36px rgba(46, 178, 73, 0.28);
  transform: translate(-50%, -50%);
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, opacity .25s ease;
  z-index: 2;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.home-company-media__play:hover,
.home-company-media__pause:hover {
  background: var(--home-theme-dark);
  box-shadow: 0 18px 40px var(--home-theme-shadow-strong);
  transform: translate(-50%, -50%) scale(1.04);
}

.home-company-media__play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  transform: translate(-36%, -50%);
}

.home-company-media__pause::before,
.home-company-media__pause::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 22px;
  background: white;
}

.home-company-media__pause::before {
  left: 26px;
}

.home-company-media__pause::after {
  right: 26px;
}

.home-company-media.is-loading .home-company-media__play,
.home-company-media.is-loading .home-company-media__pause,
.home-company-media.is-error .home-company-media__pause {
  opacity: 0;
  pointer-events: none;
}

.home-company-media.is-error .home-company-media__play {
  display: flex !important;
}

.home-company-brand {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--home-theme);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-company-head {
  margin-bottom: 22px;
}

.home-company-head h3 {
  margin: 0;
  color: #1d2838;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 700;
}

.home-company-head::after {
  display: none;
}

.home-company-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  margin-bottom: 22px;
}

.home-company-stat {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 12px;
  align-items: center;
  padding: 14px 16px;
  background: #f7faff;
  border: 1px solid #dde8ff;
  border-radius: 14px;
}

.home-company-stat__icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: var(--home-theme-soft);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.home-company-stat--shipments .home-company-stat__icon {
  background-image: url("../img/home_img/04_about_xmwin/stat_01_years.svg");
}

.home-company-stat--branches .home-company-stat__icon {
  background-image: url("../img/home_img/04_about_xmwin/stat_02_capacity.svg");
}

.home-company-stat--engineers .home-company-stat__icon {
  background-image: url("../img/home_img/04_about_xmwin/stat_03_countries.svg");
}

.home-company-stat--founded .home-company-stat__icon {
  background-image: url("../img/home_img/04_about_xmwin/stat_04_employees.svg");
}

.home-company-stats strong {
  grid-column: 2;
  display: block;
  color: #1d2838;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.home-company-stat > span:last-child {
  grid-column: 2;
  display: block;
  margin-top: 0;
  color: #6d7786;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.home-company-copy {
  max-width: 560px;
}

.home-company-copy p {
  margin: 0 0 12px;
  color: #6d7786;
  font-size: 14px;
  line-height: 1.78;
}

.home-company-copy p:last-child {
  margin-bottom: 0;
}

.home-company-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  margin-top: 24px;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--home-theme);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 34px var(--home-theme-shadow);
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.home-company-btn:hover {
  background: var(--home-theme-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px var(--home-theme-shadow-strong);
}

.home-company-gallery {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
}

.home-company-gallery__track {
  display: flex;
  gap: 5px;
  will-change: transform;
}

.home-company-gallery figure {
  margin: 0;
  flex: 0 0 calc((100% - 20px) / 5);
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 236 / 114;
  box-shadow: none;
  transition: none;
}

.home-company-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-company-gallery figcaption {
  display: none;
}

.home-company-gallery figure:hover {
  transform: none;
  box-shadow: none;
}

.home-production-grid {
  display: grid;
  grid-template-columns: 183fr 762fr;
  gap: 18px;
  align-items: stretch;
}

.home-section-heading--production {
  text-align: center;
}

.home-section-heading--production .home-section-kicker {
  display: none;
}

.home-production-menu {
  padding: 0;
  background: linear-gradient(135deg, #7997e8 0%, #dde7ff 100%);
  border-radius: 0;
  border: 0;
  box-shadow: none;
  min-height: 100%;
  padding: 10px 6px;
}

.home-production-menu button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 47px;
  padding: 7px 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.98);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.home-production-menu button + button {
  margin-top: 3px;
}

.home-production-menu button::before {
  display: none;
}

.home-production-menu button::after {
  display: none;
}

.home-production-menu button:hover,
.home-production-menu button.is-active {
  color: #fff;
  background: var(--home-theme);
  box-shadow: none;
  transform: none;
}

.home-production-stage {
  position: relative;
  background: #0e1e38;
  aspect-ratio: 762 / 295;
  overflow: hidden;
}

.home-production-stage img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.home-production-overlay {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 46%;
  min-height: 148px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 22px 28px 22px 120px;
  background: linear-gradient(90deg, rgba(48, 182, 238, 0.84), rgba(33, 149, 213, 0.84));
  color: #fff;
  box-shadow: 0 12px 28px rgba(9, 60, 108, 0.18);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 9% 50%, 0 0);
}

.home-production-overlay::before,
.home-production-overlay::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 44px;
  width: 46px;
  height: 46px;
  border-top: 10px solid rgba(31, 148, 215, 0.6);
  border-right: 10px solid rgba(31, 148, 215, 0.6);
  transform: translateY(-50%) rotate(45deg);
}

.home-production-overlay::after {
  left: 66px;
  border-top-color: rgba(31, 148, 215, 0.42);
  border-right-color: rgba(31, 148, 215, 0.42);
}

.home-production-kicker {
  display: block;
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-transform: none;
}

.home-production-overlay p {
  display: block;
  margin: 0;
  max-width: 360px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.home-production-overlay .home-secondary-btn {
  min-width: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.home-production-stage img {
  transition: transform .45s ease;
}

.home-production-stage[data-production-state="0"] img {
  transform: scale(1);
}

.home-production-stage[data-production-state="1"] img {
  transform: scale(1.03) translateX(-1.5%);
}

.home-production-stage[data-production-state="2"] img {
  transform: scale(1.03) translateX(1.5%);
}

.home-production-stage[data-production-state="3"] img {
  transform: scale(1.04) translateY(-1%);
}

.home-production-stage[data-production-state="4"] img {
  transform: scale(1.04) translateY(1%);
}

.home-slider-arrow {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--home-theme);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 10px 18px var(--home-theme-shadow);
  transition: transform .25s ease, background-color .25s ease;
}

.home-slider-arrow:hover {
  transform: translateY(-2px);
}

.home-cert-slider,
.home-exhibition-slider {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 10px;
  align-items: center;
}

.home-cert-track-wrap,
.home-exhibition-track-wrap {
  overflow: hidden;
}

.home-cert-track,
.home-exhibition-track {
  display: flex;
  gap: 6px;
  transition: transform .35s ease;
  will-change: transform;
}

.home-certification .home-section-heading p {
  max-width: 1020px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
  color: #5e6774;
}

.home-cert-slider {
  position: relative;
  display: block;
  padding: 24px 0 10px;
}

.home-cert-track-wrap {
  overflow: visible;
}

.home-cert-track {
  position: relative;
  height: 460px;
  display: block;
  gap: 0;
  transform: none !important;
}

.home-cert-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29%;
  max-width: 278px;
  margin: 0;
  transform-origin: center center;
  opacity: 0;
  pointer-events: none;
  transition: transform .45s ease, opacity .45s ease, filter .45s ease;
  filter: grayscale(.08);
}

.home-cert-card img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.14));
}

.home-cert-card.is-active {
  opacity: 1;
  z-index: 5;
  transform: translate(-50%, -50%) scale(1);
  filter: none;
}

.home-cert-card.is-prev,
.home-cert-card.is-next {
  opacity: 1;
  z-index: 4;
  transform: translate(-50%, -48%) scale(.86);
}

.home-cert-card.is-prev {
  transform: translate(calc(-50% - 175px), -48%) scale(.86);
}

.home-cert-card.is-next {
  transform: translate(calc(-50% + 175px), -48%) scale(.86);
}

.home-cert-card.is-prev-2,
.home-cert-card.is-next-2 {
  opacity: .96;
  z-index: 3;
  transform: translate(-50%, -46%) scale(.74);
}

.home-cert-card.is-prev-2 {
  transform: translate(calc(-50% - 325px), -46%) scale(.74);
}

.home-cert-card.is-next-2 {
  transform: translate(calc(-50% + 325px), -46%) scale(.74);
}

.home-cert-card.is-hidden {
  opacity: 0;
  z-index: 1;
  transform: translate(-50%, -50%) scale(.62);
}

.home-cert-slider .home-slider-arrow {
  position: absolute;
  top: 58%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  z-index: 6;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);
  color: #3c4654;
}

.home-cert-slider .home-slider-arrow i {
  display: none;
}

.home-cert-slider .home-slider-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.home-cert-slider .home-slider-arrow--prev {
  left: calc(50% - 165px);
  background-image: none;
}

.home-cert-slider .home-slider-arrow--next {
  right: calc(50% - 165px);
  background-image: none;
}

.home-cert-slider .home-slider-arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.home-cert-slider .home-slider-arrow--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.home-exhibition-card {
  flex: 0 0 calc((100% - 24px) / 3);
  position: relative;
  background: #fff;
  transition: transform .35s ease, opacity .35s ease, filter .35s ease;
}

.home-exhibition-card h3 {
  margin: 0;
  padding: 10px 10px 12px;
  color: #1e2e52;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
  font-weight: 700;
}

.home-exhibition-card.is-left {
  order: 1;
  transform: translateX(0) scale(.985);
}

.home-exhibition-card.is-center {
  order: 2;
  transform: translateX(0) scale(1);
}

.home-exhibition-card.is-right {
  order: 3;
  transform: translateX(0) scale(.985);
}

.home-exhibition-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--home-theme-deep), var(--home-theme));
}

.home-projects-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-projects-filter {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}

.home-projects-filter::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--home-theme-border);
  transform: translateY(-50%);
}

.home-projects-tabs {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid var(--home-theme-border);
  background: #f4f5f8;
}

.home-projects-tabs button {
  min-width: 68px;
  height: 34px;
  padding: 0 18px;
  border: 0;
  border-right: 1px solid var(--home-theme-border);
  background: transparent;
  color: #5670aa;
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}

.home-projects-tabs button:last-child {
  border-right: 0;
}

.home-projects-tabs button:hover,
.home-projects-tabs button.is-active {
  background: #fff;
  color: var(--home-theme);
}

.home-projects-grid a.is-hidden {
  display: none;
}

.home-projects-grid a {
  display: block;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(21, 40, 73, 0.04);
  transition: transform .28s ease, box-shadow .28s ease;
  position: relative;
}

.home-projects-grid a::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(17, 37, 72, .2) 100%);
  opacity: .7;
  transition: opacity .25s ease;
}

.home-projects-grid a:hover::after {
  opacity: 1;
}

.home-section-actions {
  margin-top: 8px;
  text-align: center;
}

.home-products-slider {
  overflow: hidden;
}

.home-products-track-wrap {
  overflow: hidden;
  touch-action: pan-y;
}

.home-products-track {
  display: flex;
  gap: 18px;
  transition: transform .45s ease;
  will-change: transform;
}

.home-products-slide {
  flex: 0 0 calc((100% - 54px) / 4);
  position: relative;
  padding-bottom: 92px;
}

.home-products-slide__media,
.home-products-slide__media img {
  display: block;
  width: 100%;
}

.home-products-slide__media {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 12px 22px rgba(21, 40, 73, 0.08);
}

.home-products-slide__media img {
  aspect-ratio: 16 / 10.8;
  object-fit: cover;
}

.home-products-slide__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 102px;
  padding: 14px 16px 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(21, 40, 73, 0.12);
}

.home-products-slide__panel h3 {
  margin: 0 0 8px;
  color: #23324b;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.home-products-slide__panel h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-products-slide__panel p {
  margin: 0;
  color: #6a7484;
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-products-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.home-products-dots:empty {
  display: none;
}

.home-products-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c8d9fb;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease;
}

.home-products-dots button.is-active {
  background: var(--home-theme);
  transform: scale(1.05);
}

.home-news-card__media img,
.home-exhibition-card img,
.home-projects-grid img,
.home-company-gallery img,
.home-product-card__media img,
.home-products-slide__media img {
  transition: transform .45s ease;
  transform: var(--home-product-img-transform, none);
}

.home-news-slide:hover .home-news-slide__media img,
.home-exhibition-card:hover img,
.home-projects-grid a:hover img,
.home-company-gallery figure:hover img,
.home-product-card:hover .home-product-card__media img,
.home-products-slide:hover .home-products-slide__media img {
  transform: var(--home-product-img-hover-transform, scale(1.04));
}

.home-projects-grid img,
.home-exhibition-card img {
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.home-exhibition-card img {
  width: 100%;
  aspect-ratio: 16 / 10.4;
}

.home-news-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.home-section-heading--news {
  text-align: left;
  margin-bottom: 0;
}

.home-news-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 42px;
  padding: 0 28px;
  border-radius: 14px 14px 0 14px;
  background: var(--home-theme);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.home-news-more::after {
  content: '\2192';
  margin-left: 8px;
  font-size: 14px;
}

.home-news-more:hover {
  background: var(--home-theme-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 20px var(--home-theme-shadow);
}

.home-news-slider {
  overflow: visible;
}

.home-news-track-wrap {
  overflow-x: hidden;
  overflow-y: visible;
  touch-action: pan-y;
}

.home-news-track {
  display: flex;
  gap: 18px;
  transition: transform .45s ease;
  will-change: transform;
}

.home-news-slide {
  flex: 0 0 calc((100% - 54px) / 4);
  position: relative;
  padding-bottom: 18px;
  transition: transform .25s ease;
  --home-product-img-hover-transform: scale(1.08);
}

.home-news-slide__media,
.home-news-slide__media img {
  display: block;
  width: 100%;
}

.home-news-slide__media {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 12px 22px rgba(21, 40, 73, 0.08);
  transition: box-shadow .25s ease;
}

.home-news-slide__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 38, 0) 0%, rgba(15, 23, 38, 0.22) 100%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.home-news-slide__media img {
  aspect-ratio: 16 / 10.8;
  object-fit: cover;
}

.home-news-slide__panel {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  padding: 10px 12px 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(21, 40, 73, 0.12);
  border-radius: 3px;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.home-news-slide__date {
  display: block;
  margin-bottom: 8px;
  color: #9b9ea8;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.home-news-slide__panel h3 {
  margin: 0;
  color: #3a3e48;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  transition: color .25s ease;
}

.home-news-slide__panel h3 a {
  color: inherit;
  text-decoration: none;
}

.home-news-slide:hover,
.home-news-slide:focus-within {
  transform: translateY(-8px);
}

.home-news-slide:hover .home-news-slide__media,
.home-news-slide:focus-within .home-news-slide__media {
  box-shadow: 0 18px 34px rgba(21, 40, 73, 0.16);
}

.home-news-slide:hover .home-news-slide__panel,
.home-news-slide:focus-within .home-news-slide__panel {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 34px rgba(21, 40, 73, 0.18);
}

.home-news-slide:hover .home-news-slide__media::after,
.home-news-slide:focus-within .home-news-slide__media::after {
  opacity: 1;
}

.home-news-slide:hover .home-news-slide__panel h3,
.home-news-slide:focus-within .home-news-slide__panel h3 {
  color: var(--home-theme);
}

.home-news-slide:hover .home-news-slide__panel h3 a,
.home-news-slide:focus-within .home-news-slide__panel h3 a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.home-news-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.home-news-dots:empty {
  display: none;
}

.home-news-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c8d9fb;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease;
}

.home-news-dots button.is-active {
  background: var(--home-theme);
  transform: scale(1.05);
}

[data-home-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}

[data-home-reveal="left"] {
  transform: translateX(-24px);
}

[data-home-reveal="right"] {
  transform: translateX(24px);
}

.is-visible[data-home-reveal] {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 1199px) {
  .home-product-grid,
  .home-company-grid,
  .home-production-grid {
    grid-template-columns: 1fr;
  }

  .home-product-card--wide,
  .home-product-card--tall {
    grid-column: auto;
    grid-row: auto;
  }

  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    aspect-ratio: auto;
  }

  .home-projects-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-company-gallery figure {
    flex-basis: calc((100% - 10px) / 3);
  }

  .home-company-grid {
    gap: 20px;
  }

  .home-section-heading h2,
  .home-company-head h3 {
    font-size: 28px;
  }

  .home-product-card--wide,
  .home-product-card--tall,
  .home-product-card--small {
    min-height: 230px;
    grid-column: auto;
    grid-row: auto;
  }

  .home-cert-card:nth-child(n) {
    transform: none;
  }

  .home-production-stage img {
    min-height: 300px;
  }

  .home-production-overlay {
    width: min(440px, 62%);
    min-height: 132px;
    padding-left: 108px;
  }

  .home-news-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-news-track {
    gap: 20px;
  }

  .home-products-track {
    gap: 20px;
  }

  .home-products-slide {
    flex-basis: calc((100% - 20px) / 2);
    padding-bottom: 98px;
  }

  .home-news-slide {
    flex-basis: calc((100% - 20px) / 2);
    padding-bottom: 24px;
  }

  .home-news-slide__panel {
    left: 24px;
    right: 24px;
  }

  .home-products-ref__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-certification .home-section-heading {
    margin-bottom: 18px;
  }

  .home-certification .home-section-heading p {
    font-size: 13px;
    line-height: 1.6;
  }

  #banner .slick-arrow {
    width: 40px;
    height: 40px;
    opacity: 1;
  }

  #banner .slick-prev {
    left: 10px;
  }

  #banner .slick-next {
    right: 10px;
  }
  .home-product-solutions .home-container {
    width: min(100%, calc(100% - 20px));
  }

  .home-products-ref__bar {
    margin-bottom: 18px;
  }


  .home-products-ref__viewall {
    position: static;
    display: inline-flex;
    transform: none;
    min-width: 132px;
    height: 38px;
    padding: 0 20px;
    border-radius: 12px 12px 0 12px;
    font-size: 12px;
    margin-top: 12px;
  }

  .home-xmwin {
    padding: 28px 0 46px;
  }

  .home-container {
    width: min(100%, calc(100% - 20px));
  }

  .home-section + .home-section {
    margin-top: 44px;
  }

  .home-section-heading h2,
  .home-company-head h3 {
    font-size: 22px;
  }

  .home-section-kicker {
    font-size: 10px;
    letter-spacing: .12em;
  }

  .home-product-grid,
  .home-projects-grid {
    grid-template-columns: 1fr;
  }

  .home-company-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-products-ref__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-projects-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-projects-tabs button {
    min-width: 0;
    padding: 0 10px;
    border-right: 1px solid var(--home-theme-border);
    border-bottom: 1px solid var(--home-theme-border);
    font-size: 13px;
  }

  .home-projects-tabs button:nth-child(3n) {
    border-right: 0;
  }

  .home-projects-tabs button:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

  .home-company-gallery figure {
    flex-basis: calc((100% - 5px) / 2);
  }

  .home-section-heading--company {
    margin-bottom: 25px;
  }

  .home-company-head {
    margin-bottom: 16px;
  }

  .home-company-brand {
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: .12em;
  }

  .home-company-stats {
    gap: 10px;
    margin-bottom: 16px;
  }

  .home-company-stat {
    padding: 12px 14px;
  }

  .home-company-stats strong {
    font-size: 24px;
  }

  .home-company-stat > span:last-child,
  .home-company-copy p {
    font-size: 13px;
  }

  .home-company-media__play {
    width: 60px;
    height: 60px;
  }

  .home-company-media__error {
    font-size: 13px;
  }

  .home-company-media__play::before {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
  }

  .home-company-btn {
    min-width: 140px;
    margin-top: 18px;
    padding: 12px 22px;
  }

  .home-product-grid {
    gap: 8px;
  }

  .home-product-card--wide,
  .home-product-card--tall,
  .home-product-card--small {
    min-height: auto;
  }

  .home-product-card__media {
    padding: 16px 16px 0 !important;
  }

  .home-product-card__body {
    position: static;
    padding: 8px 14px 14px;
  }

  .home-product-card__media img {
    max-height: none !important;
  }

  .home-products-ref__body {
    min-height: 0;
    padding: 14px 14px 50px;
  }

  .home-products-ref__body h3 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.35;
    min-height: 0;
    text-transform: none;
  }

  .home-products-ref__body p {
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 3;
  }

  .home-products-ref__body::after {
    left: 14px;
    bottom: 12px;
  }

  .home-cert-slider,
  .home-exhibition-slider {
    grid-template-columns: 1fr;
  }

  .home-cert-slider {
    position: relative;
    padding: 8px 0 0;
  }

  .home-cert-track-wrap {
    overflow: hidden;
  }

  .home-cert-track {
    position: static;
    height: auto;
    display: flex;
    gap: 0;
    transform: none;
  }

  .home-cert-card {
    position: static;
    top: auto;
    left: auto;
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
    filter: none;
  }

  .home-cert-card img {
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
  }

  .home-slider-arrow {
    display: none;
  }

  .home-cert-slider .home-slider-arrow {
    position: absolute;
    top: 50%;
    display: flex;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
    color: #2f3948;
  }

  .home-cert-slider .home-slider-arrow--prev {
    left: 8px;
  }

  .home-cert-slider .home-slider-arrow--next {
    right: 8px;
  }

  .home-cert-card,
  .home-exhibition-card {
    flex-basis: 100%;
  }

  .home-production-stage img {
    min-height: 220px;
  }

  .home-production-overlay {
    position: static;
    width: auto;
    min-height: 0;
    margin: 12px;
    gap: 8px;
    padding: 14px 18px 14px 72px;
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%, 9% 50%, 0 0);
  }

  .home-production-overlay::before,
  .home-production-overlay::after {
    left: 18px;
    width: 28px;
    height: 28px;
    border-top-width: 7px;
    border-right-width: 7px;
  }

  .home-production-overlay::after {
    left: 34px;
  }

  .home-production-overlay .home-secondary-btn {
    font-size: 16px;
  }

  .home-production-kicker {
    font-size: 17px;
  }

  .home-production-overlay p {
    font-size: 12px;
    line-height: 1.5;
  }

  .home-news-head {
    gap: 14px;
    margin-bottom: 16px;
  }

  .home-products-slide {
    flex-basis: 100%;
    padding-bottom: 102px;
  }

  .home-products-slide__panel {
    left: 0;
    right: 0;
    min-height: 106px;
    padding: 14px 14px 16px;
  }

  .home-products-slide__panel h3 {
    font-size: 16px;
    line-height: 1.42;
  }

  .home-products-slide__panel p {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  .home-news-more {
    min-width: 138px;
    height: 38px;
    padding: 0 22px;
    border-radius: 12px 12px 0 12px;
    font-size: 12px;
  }

  .home-news-track {
    gap: 16px;
  }

  .home-news-slide {
    flex-basis: 100%;
    padding-bottom: 26px;
  }

  .home-news-slide__panel {
    left: 16px;
    right: 16px;
    padding: 12px 14px 12px;
  }

  .home-news-slide__date {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .home-news-slide__panel h3 {
    font-size: 16px;
    line-height: 1.42;
  }
}

@media (max-width: 479px) {
  .home-cert-slider .home-slider-arrow {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }

  .home-cert-slider .home-slider-arrow--prev {
    left: 6px;
  }

  .home-cert-slider .home-slider-arrow--next {
    right: 6px;
  }

  .home-products-slide {
    padding-bottom: 110px;
  }

  .home-products-slide__panel {
    min-height: 112px;
  }

  .home-product-solutions {
    padding: 14px 0 12px;
  }

  .home-products-ref__bar.home-section-heading h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .home-products-ref__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-products-ref__image img {
    aspect-ratio: 16 / 10.5;
  }

  .home-products-ref__body {
    padding: 14px 14px 54px;
  }

  .home-products-ref__body h3 {
    font-size: 16px;
  }

  .home-products-ref__body p {
    -webkit-line-clamp: 4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-product-card,
  .home-products-ref__card,
  .home-company-media,
  .home-company-panel,
  .home-production-menu,
  .home-production-stage,
  .home-cert-card,
  .home-projects-grid a,
  .home-exhibition-card,
  .home-news-slide,
  .home-primary-btn,
  .home-news-more,
  .home-secondary-btn,
  .home-slider-arrow,
  .home-news-track,
  [data-home-reveal] {
    transition: none !important;
  }

  .home-products-ref__image img,
  .home-products-ref__body::after {
    transition: none !important;
  }

  .home-company-media__spinner {
    animation: none !important;
  }
}

@keyframes home-company-video-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
