html,
body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  letter-spacing: 0;
}

:root {
  --body-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --h1-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --h2-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --h3-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --h4-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --h5-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --h6-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --sm-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --xs-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --text-3xl-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --text-2xl-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --text-xl-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --text-lg-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --cta-font: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
  --font-base: 400 1.3rem/1.25 Arial, "Helvetica Neue", sans-serif;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.logo {
  color: inherit;
  text-decoration: none;
}

.nav-link-row {
  display: flex;
  align-items: center;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  cursor: pointer;
}

.nav-dropdown-panel {
  min-width: 220px;
}

.nav-dropdown-link {
  text-decoration: none;
}

.cms-catalog-page .ProductMedia_image__8496v img,
.cms-catalog-page .Card_imageWrapper__M9VRn img,
.cms-catalog-page .ImageV2_ImageV2--fill__XhoSn {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cms-catalog-page .ProductMedia_image__8496v,
.cms-catalog-page .Card_imageWrapper__M9VRn {
  background: #f0eeeb;
}

.cms-catalog-page .Card_meta__OTIS,
.cms-catalog-page .otis-product-model {
  opacity: 0.68;
}

.otis-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 24px 16px 0;
}

.otis-category-tabs a {
  border: 1px solid currentColor;
  padding: 9px 14px;
  text-decoration: none;
}

.otis-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 16px 24px;
}

.otis-section-heading h2 {
  margin: 0;
}

.AddToCartButton_addToCartButton__9r3sF {
  text-decoration: none;
}

.otis-inquiry {
  margin-top: 32px;
}

.otis-selected-product {
  border-top: 1px solid currentColor;
  margin-top: 32px;
  padding-top: 20px;
}

.otis-selected-product h2 {
  font-size: 1rem;
  margin: 0 0 10px;
}

.otis-selected-product p {
  margin: 0 0 6px;
}

.otis-form {
  display: grid;
  gap: 10px;
}

.otis-form input,
.otis-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 12px 14px;
}

.otis-form textarea {
  min-height: 120px;
  resize: vertical;
}

.otis-form button {
  min-height: 46px;
  border: 1px solid currentColor;
  background: #111;
  color: #fff;
  cursor: pointer;
  font: inherit;
}

.otis-page {
  min-height: 60vh;
}

.otis-page-hero {
  padding: 84px max(24px, calc((100vw - 1180px) / 2)) 42px;
}

.otis-page-hero h1 {
  margin: 0 0 16px;
}

.otis-page-content,
.otis-list {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 86px;
  line-height: 1.7;
}

.otis-legacy-content {
  max-width: none;
  margin: 0;
  padding: 0 0 86px;
  line-height: inherit;
}

.otis-legacy-content > section {
  width: 100%;
}

.otis-legacy-content img,
.otis-legacy-content video {
  max-width: 100%;
}

.otis-structured-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 48px;
  align-items: start;
}

.otis-structured-content__main {
  min-width: 0;
}

.otis-structured-panel {
  border-top: 1px solid currentColor;
  padding-top: 18px;
}

.otis-contact-layout .otis-structured-panel {
  border-top: 0;
}

.otis-structured-panel h2 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 14px;
}

.otis-structured-panel ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.otis-structured-panel li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  padding-bottom: 10px;
}

.cms-text-lines {
  white-space: pre-line;
}

.cms-text-lines ul,
.cms-text-lines p {
  margin-top: 0;
}

.cms-structured-button {
  margin-top: 24px;
}

.otis-about-page .otis-about-hero-title {
  margin: 0;
  font-size: clamp(32px, 4.2vw, 64px);
  font-weight: 700;
  line-height: 1.1;
}

.otis-about-page .otis-about-hero-subtitle {
  margin: 18px 0 0;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.25;
}

.otis-about-page .HeroWithText_textSection__iSfgs {
  margin-top: 28px;
}

.otis-about-store-carousel {
  margin-top: 0;
}

.otis-about-store-carousel .cms-about-store-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.otis-about-store-carousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  box-sizing: content-box;
  transition-property: transform;
}

.otis-about-store-carousel .swiper-slide {
  position: relative;
  flex-shrink: 0;
  height: auto;
  transition-property: transform;
}

.otis-about-store-carousel .PromoCardV2_promoCardV2__Oonux {
  height: 100%;
}

.otis-about-store-carousel .PromoCardV2_imageWrapper__pz5kd {
  height: clamp(360px, 52vw, 560px);
  padding-top: 0;
}

.otis-about-store-carousel .PromoCardV2_imageWrapper__pz5kd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.otis-about-store-carousel .PromoCardV2_descriptionWrapper__aI5_i {
  margin-top: 12px;
  padding: 0;
}

.otis-about-store-carousel .swiper-button-prev,
.otis-about-store-carousel .swiper-button-next {
  top: calc(clamp(360px, 52vw, 560px) / 2);
}

@media (max-width: 639px) {
  .otis-about-store-carousel .PromoCardV2_imageWrapper__pz5kd {
    height: 360px;
  }

  .otis-about-store-carousel .swiper-button-prev,
  .otis-about-store-carousel .swiper-button-next {
    top: 180px;
  }
}

.otis-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 48px;
  align-items: start;
}

.otis-contact-layout--form-hidden {
  grid-template-columns: minmax(0, 1fr);
}

.otis-list--grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.otis-list--media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.otis-media-card a {
  display: block;
  text-decoration: none;
}

.otis-media-card__image {
  aspect-ratio: 4 / 5;
  background: #f0eeeb;
  overflow: hidden;
}

.otis-media-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.otis-media-card__body {
  padding: 12px 0 22px;
}

.otis-media-card__body h2 {
  font-size: 1rem;
  font-weight: 400;
  margin: 6px 0;
}

.otis-media-card__body p,
.otis-media-card__body span {
  font-size: 0.875rem;
}

.otis-list-item {
  border-top: 1px solid currentColor;
  padding: 24px 0;
}

.page {
  padding: 32px 16px;
  text-align: center;
}

@media (max-width: 1000px) {
  header.navbar nav.nav-menu.open {
    display: flex;
  }

  .nav-link-row {
    justify-content: space-between;
  }

  .nav-dropdown-panel {
    position: static;
  }

  .otis-contact-layout,
  .otis-structured-content,
  .otis-list--grid,
  .otis-list--media-grid {
    grid-template-columns: 1fr;
  }
}
