.features-section {
  position: relative;
}
.features-heading {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.features-header {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.features-icon {
  width: 20px;
  display: none;
  object-fit: cover;
}
.features-text {
  color: rgb(255, 255, 255);
  width: 100%;
  max-width: 300px;
  line-height: 24px;
}
.features-divider {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}
@media(max-width: 991px) {
  .features-section {
    border-right-width: 0px;
  }
  .features-divider {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }
}
@media(max-width: 767px) {
  .features-header {
    font-size: 20px;
    line-height: 24px;
  }
  .features-text {
    font-size: 14px;
    line-height: 21px;
  }
}

.practice-practice {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.practice-heading {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.practice-header {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.practice-caption {
  max-width: 385px;
  line-height: 24px;
}
.practice-text {
  display: none;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.practice-image {
  width: 12px;
  display: none;
  object-fit: cover;
}
@media(max-width: 767px) {
  .practice-practice {
    padding-top: var(--dl-space-space-oneandhalfunits);
  }
  .practice-header {
    font-size: 20px;
    line-height: 24px;
  }
  .practice-caption {
    font-size: 14px;
    line-height: 21px;
  }
}

.hopack-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  scroll-behavior: smooth;
}
.hopack-hero {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.hopack-navbar {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: space-between;
}
.hopack-left {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hopack-logo {
  width: 165px;
  object-fit: cover;
}
.hopack-links {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hopack-link {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.hopack-link:hover {
  opacity: 0.5;
}
.hopack-link1 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.hopack-link1:hover {
  opacity: 0.5;
}
.hopack-link2 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.hopack-link2:hover {
  opacity: 0.5;
}
.hopack-right {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.hopack-phone {
  gap: var(--dl-space-space-halfunit);
  cursor: pointer;
  display: flex;
  align-items: center;
  border-width: 0px;
  flex-direction: row;
  justify-content: center;
}
.hopack-image {
  width: 18px;
  object-fit: cover;
}
.hopack-link3 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.hopack-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.hopack-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 1000;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.hopack-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.hopack-container1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.hopack-image1 {
  height: 2rem;
}
.hopack-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hopack-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.hopack-nav1 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.hopack-link4 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.hopack-link5 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.hopack-link6 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.hopack-book {
  text-decoration: none;
}
.hopack-text {
  font-family: Inter;
}
.hopack-main {
  flex: 1;
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: 1440px;
  align-items: stretch;
  padding-left: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: space-between;
}
.hopack-content {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
}
.hopack-heading {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.hopack-header {
  width: 100%;
  font-size: 62px;
  max-width: 750px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
}
.hopack-caption {
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
.hopack-image2 {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: center;
}
.hopack-image3 {
  width: 412px;
  height: 407px;
  object-fit: cover;
}
.hopack-features {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  background-color: #2461FF;
}
.hopack-content1 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
}
.hopack-background {
  right: 0px;
  width: 37%;
  bottom: 0px;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #efefef;
}
.hopack-practices {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: 120px;
  flex-direction: row;
  padding-bottom: 120px;
}
.hopack-heading1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.hopack-text1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
}
.hopack-text2 {
  font-size: 18px;
  max-width: 385px;
  line-height: 27px;
}
.hopack-content2 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.hopack-grid {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: grid;
  align-items: flex-start;
  flex-direction: column;
  grid-template-columns: repeat(2, 1fr);
}
.hopack-practice-wrapper {
  cursor: pointer;
  text-decoration: none;
}
.hopack-practice-wrapper1 {
  cursor: pointer;
  text-decoration: none;
}
.hopack-practice-wrapper2 {
  cursor: pointer;
  text-decoration: none;
}
.hopack-practice-wrapper3 {
  cursor: pointer;
  text-decoration: none;
}
.hopack-practice-wrapper4 {
  cursor: pointer;
  text-decoration: none;
}
.hopack-practice-wrapper5 {
  cursor: pointer;
  text-decoration: none;
}
.hopack-schedule {
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
.hopack-content3 {
  gap: var(--dl-space-space-fourunits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  align-items: center;
  flex-direction: column;
  background-color: #2461FF;
}
.hopack-header1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hopack-heading2 {
  color: rgb(255, 255, 255);
  font-size: 56px;
  max-width: 800px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.hopack-caption1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  max-width: 900px;
  text-align: center;
  line-height: 27px;
}
.hopack-types {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.hopack-book-person {
  text-decoration: none;
}
.hopack-footer {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
  background-color: #000000;
}
.hopack-left1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
}
.hopack-brand {
  gap: var(--dl-space-space-unit);
  display: flex;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: column;
}
.hopack-image4 {
  width: 165px;
  object-fit: cover;
}
.hopack-text4 {
  color: rgb(255, 255, 255);
}
.hopack-legal {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.hopack-copyright {
  color: rgb(255, 255, 255);
}
.hopack-right1 {
  gap: 140px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.hopack-list {
  gap: var(--dl-space-space-unit);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.hopack-header2 {
  color: rgb(255, 255, 255);
}
.hopack-links1 {
  gap: 12px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.hopack-link7 {
  color: rgb(255, 255, 255);
  width: 215px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
.hopack-link7:hover {
  opacity: 0.5;
}
.hopack-legal1 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: none;
  align-items: flex-start;
  flex-direction: row;
}
.hopack-copyright1 {
  color: rgb(255, 255, 255);
  font-size: 12px;
}
@media(max-width: 991px) {
  .hopack-hero {
    flex: 1;
    height: 0px;
  }
  .hopack-navbar {
    z-index: 1000;
  }
  .hopack-links {
    display: none;
  }
  .hopack-right {
    display: none;
  }
  .hopack-icon {
    fill: white;
  }
  .hopack-text {
    font-family: Inter;
  }
  .hopack-main {
    flex-direction: column;
  }
  .hopack-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hopack-header {
    max-width: 75%;
  }
  .hopack-caption {
    max-width: 75%;
  }
  .hopack-image2 {
    flex: 0 0 auto;
    align-items: flex-end;
    padding-right: var(--dl-space-space-twounits);
    justify-content: flex-end;
  }
  .hopack-features {
    padding-top: var(--dl-space-space-fourunits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .hopack-content1 {
    flex-direction: column;
  }
  .hopack-background {
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 55%;
    position: absolute;
    justify-content: flex-end;
  }
  .hopack-practices {
    flex-direction: column;
  }
  .hopack-schedule {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hopack-types {
    width: 100%;
    flex-direction: column;
  }
  .hopack-book-person {
    width: 50%;
  }
  .hopack-footer {
    gap: 100px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hopack-left1 {
    padding-right: 0px;
  }
  .hopack-legal {
    display: none;
  }
  .hopack-right1 {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .hopack-legal1 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .hopack-navbar {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .hopack-main {
    gap: var(--dl-space-space-threeunits);
    align-items: flex-end;
    padding-left: var(--dl-space-space-oneandhalfunits);
    justify-content: center;
  }
  .hopack-header {
    font-size: 32px;
    max-width: 70%;
    line-height: 38px;
  }
  .hopack-caption {
    font-size: 16px;
    max-width: 70%;
    line-height: 24px;
  }
  .hopack-content1 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .hopack-practices {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .hopack-heading1 {
    gap: var(--dl-space-space-unit);
  }
  .hopack-text1 {
    font-size: 30px;
    line-height: 36px;
  }
  .hopack-text2 {
    font-size: 14px;
    line-height: 21px;
  }
  .hopack-content2 {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
  }
  .hopack-grid {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .hopack-schedule {
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .hopack-content3 {
    gap: var(--dl-space-space-twounits);
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .hopack-heading2 {
    font-size: 30px;
    line-height: 36px;
  }
  .hopack-caption1 {
    font-size: 14px;
    line-height: 21px;
  }
  .hopack-types {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .hopack-book-person {
    width: 80%;
  }
  .hopack-footer {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .hopack-image4 {
    width: 110px;
  }
  .hopack-text4 {
    font-size: 12px;
    line-height: 18px;
  }
}
@media(max-width: 479px) {
  .hopack-navbar {
    padding: var(--dl-space-space-unit);
    align-self: center;
    margin-bottom: var(--dl-space-space-unit);
    justify-content: center;
  }
  .hopack-mobile-menu {
    padding: 16px;
  }
  .hopack-content {
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .hopack-header {
    max-width: 80%;
  }
  .hopack-caption {
    max-width: 100%;
  }
  .hopack-image3 {
    max-height: 500px;
  }
  .hopack-copyright {
    color: rgb(255, 255, 255);
  }
  .hopack-copyright1 {
    color: rgb(255, 255, 255);
    font-size: 12px;
  }
}
