@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap");
#cnt-page .jump-nav {
  width: 100%;
  padding: 30px 60px;
  background-color: rgb(248, 248, 248);
}
#cnt-page .jump-nav .jump-nav-desktop {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
#cnt-page .jump-nav .jump-nav-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
#cnt-page .jump-nav .jump-nav-btn.view-all {
  display: none;
}
#cnt-page .jump-nav .jump-nav-btn.view-all + .separator {
  display: none;
}
#cnt-page .jump-nav .jump-nav-btn a {
  font-family: Acherus Grotesque;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
#cnt-page .jump-nav .separator {
  width: 44px;
  height: 1px;
  background-color: rgb(161, 175, 194);
  margin: 20px 0;
}
#cnt-page .section-heading {
  margin: 60px 0 20px;
  font-weight: 500;
}
#cnt-page .section-heading span {
  color: black;
}
#cnt-page .section-heading #pixlee_container {
  max-height: 180vh;
  overflow: hidden;
}
#cnt-page .section-heading #pixlee_container #widget_header_region {
  display: none;
}
@media (min-width: 767px) {
  #cnt-page .jump-nav {
    padding: 0 20px;
    display: flex;
    justify-content: center;
  }
  #cnt-page .jump-nav .jump-nav-desktop {
    flex-wrap: nowrap;
  }
  #cnt-page .jump-nav .jump-nav-btn {
    width: auto;
    padding: 30px 0;
    position: relative;
  }
  #cnt-page .jump-nav .jump-nav-btn.view-all {
    display: block;
  }
  #cnt-page .jump-nav .jump-nav-btn.view-all + .separator {
    display: block;
  }
  #cnt-page .jump-nav .jump-nav-btn a {
    font-size: 16px;
    font-weight: 400;
  }
  #cnt-page .jump-nav .active-marker {
    height: 2px;
    background-color: rgb(68, 68, 68);
    position: absolute;
    bottom: 0;
  }
  #cnt-page .jump-nav .separator {
    width: 1px;
    height: 28px;
    margin: 0 20px;
  }
  #cnt-page section[id^=Gallery] {
    min-height: 60vh;
  }
}
@media (min-width: 900px) {
  #cnt-page .jump-nav .jump-nav-btn a {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  #cnt-page .jump-nav .jump-nav-btn {
    padding: 50px 0;
  }
  #cnt-page .jump-nav .jump-nav-btn a {
    font-size: 20px;
  }
  #cnt-page .jump-nav .separator {
    height: 32px;
    margin: 0 28px;
  }
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.dimensionTxtBox {
  width: 20% !important;
  margin-left: 3px;
  margin-right: 3px;
}
