.footer15-container {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer15-max-width {
  flex: 1;
  display: flex;
  max-width: 100%;
  align-self: flex-start;
  flex-direction: column;
}
.footer15-content {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: var(--dl-space-space-twounits);
  padding-left: 0px;
  border-radius: var(--dl-radius-radius-radius4);
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: flex-start;
}
.footer15-actions {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-self: center;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.footer15-newsletter {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer15-content1 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
}
.footer15-actions1 {
  gap: 16px;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.footer15-form {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-shrink: 0;
}
.footer15-container1 {
  width: 365px;
  display: flex;
  align-items: stretch;
}
.footer15-text-input {
  width: 100%;
  background-color: transparent;
}
.footer15-content2 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
}
.footer15-media {
  width: 50%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.footer15-container2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer15-image1 {
  height: 4rem;
}
.footer15-credits {
  gap: var(--dl-space-space-oneandhalfunits);
  width: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer15-content3 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  align-self: center;
}
.footer15-root-class-name {
  display: none;
  background-color: var(--dl-color-gray-black);
}

@media(max-width: 991px) {
  .footer15-content {
    flex-direction: row;
  }
  .footer15-newsletter {
    width: 50%;
  }
  .footer15-form {
    width: 100%;
    flex-direction: column;
  }
  .footer15-container1 {
    width: 100%;
  }
  .footer15-button {
    width: 100%;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .footer15-media {
    width: 50%;
  }
  .footer15-image1 {
    height: 4rem;
  }
  .footer15-credits {
    flex-direction: column;
  }
  .footer15-content3 {
    align-self: center;
  }
}
@media(max-width: 767px) {
  .footer15-content {
    gap: var(--dl-space-space-twounits);
    width: auto;
    align-self: stretch;
    flex-direction: column;
  }
  .footer15-actions {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer15-newsletter {
    width: 100%;
  }
  .footer15-form {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
  .footer15-container1 {
    width: 100%;
  }
  .footer15-button {
    width: 208px;
  }
  .footer15-media {
    width: 100%;
    align-items: center;
  }
  .footer15-credits {
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .footer15-content {
    gap: var(--dl-space-space-twounits);
  }
  .footer15-newsletter {
    width: 100%;
  }
  .footer15-actions1 {
    width: 100%;
  }
  .footer15-form {
    width: 100%;
    flex-direction: column;
  }
  .footer15-container1 {
    width: 100%;
  }
  .footer15-button {
    width: 100%;
  }
  .footer15-media {
    width: 100%;
  }
  .footer15-image1 {
    height: 3rem;
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  scroll-behavior: smooth;
}
.home-modal {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 200;
  position: fixed;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  backdrop-filter: blur(4px);
  justify-content: center;
}
.home-practices {
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  box-shadow: 0px 0px 25px -2px rgba(66, 68, 90, 0.4);
  align-items: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
.home-heading {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: space-between;
}
.home-header {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.home-close {
  width: 24px;
  cursor: pointer;
  height: 24px;
  transition: 0.3s;
}
.home-close:hover {
  opacity: 0.5;
}
.home-grid {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: grid;
  align-items: flex-start;
  flex-direction: column;
  grid-template-columns: repeat(2, 1fr);
}
.home-section {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading01 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header01 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.home-caption {
  max-width: 385px;
  line-height: 24px;
}
.home-text {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-image {
  width: 12px;
  object-fit: cover;
}
.home-section1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading02 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header02 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.home-caption1 {
  max-width: 385px;
  line-height: 24px;
}
.home-text01 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-image01 {
  width: 12px;
  object-fit: cover;
}
.home-section2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading03 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header03 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.home-caption2 {
  max-width: 385px;
  line-height: 24px;
}
.home-text02 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-image02 {
  width: 12px;
  object-fit: cover;
}
.home-section3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading04 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header04 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.home-caption3 {
  max-width: 385px;
  line-height: 24px;
}
.home-text03 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-image03 {
  width: 12px;
  object-fit: cover;
}
.home-section4 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading05 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header05 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.home-caption4 {
  max-width: 385px;
  line-height: 24px;
}
.home-text04 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-image04 {
  width: 12px;
  object-fit: cover;
}
.home-section5 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading06 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header06 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.home-caption5 {
  max-width: 385px;
  line-height: 24px;
}
.home-text05 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-image05 {
  width: 12px;
  object-fit: cover;
}
.home-hero {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-self: center;
  align-items: stretch;
  flex-direction: column;
  background-size: cover;
  justify-content: space-between;
  background-image: url('https://framerusercontent.com/images/Bs9orMbLOtB3NefDwB6zUODE.jpg');
  background-repeat: no-repeat;
  background-position: center;
}
.home-header07 {
  display: flex;
  align-self: stretch;
  align-items: stretch;
  animation-name: fadeInDown;
  animation-delay: 0s;
  justify-content: space-between;
  animation-duration: 750ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
.home-navbar {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: 100%;
  align-self: stretch;
  align-items: stretch;
  margin-left: var(--dl-space-space-twounits);
  padding-top: var(--dl-space-space-oneandhalfunits);
  margin-right: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: space-between;
}
.home-left {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-text06 {
  color: var(--dl-color-theme-secondary1);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}
.home-right {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-links {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-link {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.home-link:hover {
  opacity: 0.5;
}
.home-link1 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.home-link1:hover {
  opacity: 0.5;
}
.home-book {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  z-index: 100;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-gray-white);
}
.home-text07 {
  text-align: center;
  font-family: "Inter";
}
.home-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.home-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-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;
}
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container01 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-image06 {
  height: 2rem;
}
.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon3 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-nav1 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text08 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text09 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text10 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text11 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-book1 {
  text-decoration: none;
}
.home-image07 {
  width: 18px;
  object-fit: cover;
}
.home-text12 {
  font-family: Inter;
}
.home-main {
  flex: 0;
  width: 1000px;
  height: 100%;
  display: flex;
  position: relative;
  max-width: auto;
  align-self: center;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-content {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
}
.home-heading07 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@keyframes customFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes customFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(+20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes customFadeIn {
  0% {
    opacity: 0;
    transform: translateY(+30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes customFlipIn {
  0% {
    transform: perspective(400px) rotateX(35deg);
    transform-origin: center;
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    transform-origin: center;
    opacity: 1;
  }
}

.custom-fade-in-left {
  animation-name: customFadeInLeft;
  animation-delay: 0s;
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-play-state: paused; /* Pause animation initially */
  opacity: 0; /* Initial state to be hidden */
}

.custom-fade-in-right {
  animation-name: customFadeInRight;
  animation-delay: 0s;
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-play-state: paused; /* Pause animation initially */
  opacity: 0; /* Initial state to be hidden */
}

.custom-fade-in {
  animation-name: customFadeIn;
  animation-delay: 0s;
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-play-state: paused; /* Pause animation initially */
  opacity: 0; /* Initial state to be hidden */
}
.custom-flip-in {
  animation-name: customFlipIn;
  animation-delay: 0s;
  animation-duration: 400ms;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-play-state: paused; /* Pause animation initially */
  opacity: 0; /* Initial state to be hidden */
}

.toast {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

.toast.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@keyframes fadein {
  from { bottom: 0; opacity: 0; }
  to { bottom: 30px; opacity: 1; }
}

@keyframes fadeout {
  from { bottom: 30px; opacity: 1; }
  to { bottom: 0; opacity: 0; }
}
.home-header08 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 48px;
  max-width: auto;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 600;
  line-height: 60px;
}
.home-caption6 {
  fill: var(--dl-color-gray-900);
  color: rgb(203, 203, 203);
  width: 100%;
  font-size: 22px;
  max-width: 70%;
  text-align: center;
  font-weight: 200;
  line-height: 27px;
}
.home-book2 {
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-radius8);
  text-decoration: none;
  background-color: #965cff;
}
.home-book2:hover {
  background-color: #6b33cc;
}
.home-container02 {
  flex: 1;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.home-image08 {
  top: 265px;
  left: -80px;
  width: 250px;
  height: 120px;
  z-index: 100;
  position: absolute;
  align-self: center;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-image09 {
  flex: 1;
  width: auto;
  height: auto;
  align-self: stretch;
  object-fit: cover;
  padding-left: 0px;
  padding-right: 0px;
}
.home-image10 {
  top: -30px;
  right: -70px;
  width: 250px;
  height: 120px;
  z-index: 100;
  position: absolute;
  align-self: center;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-splash {
  flex: 0;
  width: auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 500px;
  display: none;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-features {
  width: 100%;
  display: flex;
  z-index: 100;
  margin-top: -20px;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
  background-color: #000000;
}
.home-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;
}
.home-text19 {
  color: rgb(0, 0, 0);
}
.home-text20 {
  color: var(--dl-color-gray-white);
}
.home-features1 {
  gap: var(--dl-space-space-sixunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  margin-left: var(--dl-space-space-unit);
  padding-top: 120px;
  margin-right: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-sixunits);
  padding-right: var(--dl-space-space-sixunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
.home-section6 {
  flex: 5;
  display: flex;
  align-self: stretch;
  align-items: center;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: row;
  justify-content: center;
}
.home-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 2;
  width: auto;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  padding-right: var(--dl-space-space-halfunit);
  flex-direction: column;
  justify-content: center;
}
.home-header09 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading08 {
  z-index: 100;
  font-size: 36px;
  max-width: 600px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 500;
}
.home-capton {
  fill: var(--dl-color-gray-500);
  color: var(--dl-color-gray-500);
  font-size: 18px;
  max-width: auto;
  font-family: "Inter";
  line-height: 27px;
}
.home-content3 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 3;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-image11 {
  flex: 1;
  width: auto;
  height: auto;
  max-width: 600px;
  align-self: center;
  object-fit: cover;
  padding-left: var(--dl-space-space-unit);
}
.home-section7 {
  gap: var(--dl-space-space-unit);
  flex: 5;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
.home-content4 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 2;
  width: auto;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: center;
}
.home-header10 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading09 {
  font-size: 36px;
  max-width: 600px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 500;
}
.home-capton1 {
  color: var(--dl-color-gray-500);
  font-size: 18px;
  max-width: auto;
  font-family: "Inter";
  line-height: 27px;
}
.home-content5 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 3;
  width: auto;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-image12 {
  flex: 1;
  width: auto;
  height: auto;
  max-width: 600px;
  object-fit: cover;
  padding-right: var(--dl-space-space-unit);
}
.home-section8 {
  flex: 5;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  justify-content: space-between;
}
.home-content6 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 2;
  width: auto;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: center;
}
.home-header11 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading10 {
  font-size: 36px;
  max-width: 600px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 500;
}
.home-capton2 {
  fill: var(--dl-color-gray-500);
  color: var(--dl-color-gray-500);
  font-size: 18px;
  max-width: auto;
  font-family: "Inter";
  line-height: 27px;
}
.home-text22 {
  text-align: left;
  line-height: 1.5;
}
.home-content7 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 3;
  width: auto;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-image13 {
  flex: 1;
  width: auto;
  height: auto;
  max-width: 600px;
  object-fit: cover;
  padding-left: var(--dl-space-space-unit);
}
.home-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: var(--dl-space-space-halfunit);
  justify-content: center;
}
.home-content8 {
  gap: var(--dl-space-space-fourunits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  align-items: center;
  border-radius: var(--dl-radius-radius-buttonradius);
  flex-direction: column;
  background-size: cover;
  background-image: url('https://framerusercontent.com/images/Bs9orMbLOtB3NefDwB6zUODE.jpg');
  background-position: bottom left;
}
.home-header12 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-heading11 {
  color: rgb(255, 255, 255);
  font-size: 56px;
  max-width: 800px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.home-caption7 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 22px;
  max-width: 900px;
  text-align: center;
  line-height: 27px;
}
.home-text33 {
  font-weight: 700;
}
.home-text34 {
  font-weight: 700;
  text-decoration: underline;
}
.home-types {
  gap: var(--dl-space-space-unit);
  display: none;
  align-items: center;
  flex-direction: row;
}
.home-book-person {
  text-decoration: none;
}
.home-check-boxes {
  flex: 1;
  display: flex;
  align-self: stretch;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.home-container03 {
  gap: var(--dl-space-space-halfunit);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-image14 {
  width: 20px;
  object-fit: cover;
}
.home-container04 {
  gap: var(--dl-space-space-halfunit);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-image15 {
  width: 20px;
  object-fit: cover;
}
.home-container05 {
  gap: var(--dl-space-space-halfunit);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-image16 {
  width: 20px;
  object-fit: cover;
}
.home-book3 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: auto;
  align-self: center;
  align-items: center;
  padding-top: 120px;
  border-color: #B4B9C6;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  border-bottom-width: 1px;
}
.home-heading12 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-text43 {
  font-size: 56px;
  max-width: auto;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.home-text47 {
  font-size: 18px;
  max-width: 700px;
  text-align: center;
  line-height: 27px;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-form {
  gap: var(--dl-space-space-fourunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-types1 {
  gap: var(--dl-space-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-inputs {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-date {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: center;
}
.home-image17 {
  width: 20px;
  object-fit: cover;
  border-color: #B4B9C6;
  padding-bottom: var(--dl-space-space-unit);
  border-bottom-width: 1px;
}
.home-lower {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text48 {
  font-size: 10px;
  max-width: 700px;
  text-align: left;
  line-height: 15px;
}
.home-button {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-book4 {
  width: 100%;
}
.home-text50 {
  font-size: 10px;
  max-width: 700px;
  text-align: left;
  line-height: 15px;
}
.home-text52 {
  color: #2461ff;
  font-style: normal;
  font-weight: 600;
}
.home-text54 {
  color: #2461ff;
  font-style: normal;
  font-weight: 600;
}
.home-footer {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 100px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
  background-color: #000000;
}
.home-container06 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  padding-left: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-unit);
  justify-content: space-between;
}
.home-text56 {
  color: var(--dl-color-theme-secondary1);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-links1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-link2 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.home-link2:hover {
  opacity: 0.5;
}
.home-link3 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.home-link3:hover {
  opacity: 0.5;
}
.home-left1 {
  gap: var(--dl-space-space-threeunits);
  width: 1000px;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-brand {
  gap: var(--dl-space-space-unit);
  display: flex;
  max-width: auto;
  align-items: flex-start;
  flex-direction: column;
}
.home-text57 {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  font-style: normal;
  font-weight: 300;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-actions {
  gap: 16px;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.home-form1 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-shrink: 0;
}
.home-container07 {
  width: 365px;
  display: flex;
  align-items: stretch;
}
.home-text-input {
  width: 100%;
  padding-top: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-imageradius);
  padding-bottom: var(--dl-space-space-unit);
  background-color: var(--dl-color-theme-neutral-dark);
  color:white
}
.home-button1 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  transition: 0.3s;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-imageradius);
  background-color: #965cff;
}
.home-button1:hover {
  background-color: #6b33cc;
}
.home-action1 {
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
}
.home-credits {
  gap: var(--dl-space-space-oneandhalfunits);
  width: auto;
  display: flex;
  align-self: stretch;
  margin-top: var(--dl-space-space-threeunits);
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container08 {
  flex: 0 0 auto;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: flex-start;
  background-color: var(--dl-color-gray-500);
}
.home-content3 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  align-self: center;
  font-style: normal;
  font-family: "Inter";
  font-weight: 200;
}
.home-container10 {
  display: contents;
}
.home-container12 {
  display: contents;
}
.home-container14 {
  display: contents;
}
@media(max-width: 991px) {
  .home-hero {
    flex: 1;
    height: 0px;
  }
  .home-navbar {
    z-index: 1000;
  }
  .home-right {
    display: none;
  }
  .home-links {
    display: none;
  }
  .home-burger-menu {
    display: flex;
    padding: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-round);
    background-color: #2461FF;
  }
  .home-icon1 {
    fill: white;
  }
  .home-main {
    flex-direction: column;
  }
  .home-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home-header08 {
    max-width: 100%;
  }
  .home-caption6 {
    color: rgb(203, 203, 203);
    font-size: 22px;
    max-width: 75%;
    font-weight: 200;
    line-height: 27px;
  }
  .home-container02 {
    margin-top: var(--dl-space-space-twounits);
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-image08 {
    display: none;
  }
  .home-image09 {
    width: 100%;
    margin-top: 0px;
  }
  .home-image10 {
    display: none;
  }
  .home-splash {
    flex: 0 0 auto;
    align-items: flex-end;
    padding-right: var(--dl-space-space-twounits);
    justify-content: flex-end;
  }
  .home-features {
    padding-top: var(--dl-space-space-fourunits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-content1 {
    flex-direction: column;
  }
  .home-text19 {
    align-self: center;
    text-align: center;
  }
  .home-features1 {
    gap: var(--dl-space-space-threeunits);
  }
  .home-section6 {
    gap: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-heading08 {
    align-self: center;
    text-align: center;
  }
  .home-capton {
    align-self: center;
    text-align: center;
  }
  .home-image11 {
    flex: 1;
    width: 100%;
    height: auto;
    align-self: center;
    padding-left: 0px;
  }
  .home-section7 {
    gap: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-header10 {
    align-self: center;
  }
  .home-heading09 {
    align-self: center;
    text-align: center;
  }
  .home-capton1 {
    align-self: center;
    text-align: center;
  }
  .home-image12 {
    width: 100%;
    padding: 0px;
  }
  .home-section8 {
    gap: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-heading10 {
    align-self: center;
    text-align: center;
  }
  .home-capton2 {
    text-align: center;
  }
  .home-text22 {
    align-self: center;
  }
  .home-image13 {
    width: 100%;
    padding: 0px;
  }
  .home-schedule {
    margin-top: 0px;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-unit);
  }
  .home-types {
    width: 100%;
    flex-direction: column;
  }
  .home-book-person {
    width: 50%;
  }
  .home-book-person1 {
    width: 50%;
  }
  .home-footer {
    gap: var(--dl-space-space-threeunits);
    align-self: center;
    align-items: center;
    margin-left: 0px;
    flex-direction: column;
    justify-content: center;
  }
  .home-links1 {
    display: none;
  }
  .home-left1 {
    width: 100%;
    align-self: center;
    margin-top: 0px;
    margin-left: var(--dl-space-space-twounits);
    margin-right: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-twounits);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-twounits);
  }
  .home-form1 {
    width: 100%;
    flex-direction: column;
  }
  .home-container07 {
    width: 100%;
  }
  .home-button1 {
    width: 100%;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-credits {
    flex-direction: column;
  }
  .home-content3 {
    align-self: center;
  }
}
@media(max-width: 767px) {
  .home-navbar {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-burger-menu {
    display: flex;
  }
  .home-main {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
    align-items: flex-end;
    padding-left: 0px;
    justify-content: center;
  }
  .home-header08 {
    font-size: 32px;
    max-width: 70%;
    line-height: 38px;
  }
  .home-caption6 {
    font-size: 16px;
    max-width: 70%;
    line-height: 24px;
  }
  .home-container02 {
    flex: 0;
    width: 100%;
    height: auto;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-content1 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-text19 {
    text-align: center;
  }
  .home-features1 {
    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);
  }
  .home-content2 {
    gap: var(--dl-space-space-unit);
  }
  .home-heading08 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-capton {
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }
  .home-content3 {
    gap: var(--dl-space-space-unit);
  }
  .home-content4 {
    gap: var(--dl-space-space-unit);
  }
  .home-heading09 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-capton1 {
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }
  .home-content5 {
    gap: var(--dl-space-space-unit);
  }
  .home-content6 {
    gap: var(--dl-space-space-unit);
  }
  .home-heading10 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-capton2 {
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }
  .home-content7 {
    gap: var(--dl-space-space-unit);
  }
  .home-schedule {
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-content8 {
    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);
  }
  .home-heading11 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-caption7 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-types {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-book-person {
    width: 80%;
  }
  .home-book-person1 {
    width: 80%;
  }
  .home-book3 {
    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);
  }
  .home-heading12 {
    gap: var(--dl-space-space-unit);
  }
  .home-text43 {
    font-size: 24px;
  }
  .home-text44 {
    font-size: 24px;
  }
  .home-text47 {
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }
  .home-form {
    gap: var(--dl-space-space-threeunits);
  }
  .home-types1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-inputs {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-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);
  }
  .home-text57 {
    font-size: 12px;
    line-height: 18px;
  }
  .home-form1 {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
  .home-container07 {
    width: 100%;
  }
  .home-button1 {
    width: 208px;
  }
  .home-credits {
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .home-hero {
    padding-right: 0px;
  }
  .home-navbar {
    padding: var(--dl-space-space-unit);
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-main {
    gap: var(--dl-space-space-unit);
    width: auto;
    padding-left: 0px;
    min-height: 600px;
  }
  .home-content {
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-oneandhalfunits);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-header08 {
    max-width: 80%;
  }
  .home-caption6 {
    max-width: 80%;
  }
  .home-book2 {
    width: 100%;
    padding-left: var(--dl-space-space-oneandhalfunits);
  }
  .home-container02 {
    height: auto;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .home-image08 {
    display: none;
  }
  .home-image09 {
    flex: 1;
    width: 100%;
    height: auto;
    align-self: flex-start;
    margin-top: var(--dl-space-space-halfunit);
    max-height: auto;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .home-image10 {
    display: none;
  }
  .home-splash {
    flex: 1;
    width: 100%;
    height: auto;
    align-self: center;
    align-items: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    justify-content: center;
  }
  .home-text19 {
    align-self: center;
    text-align: center;
  }
  .home-section6 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-heading08 {
    align-self: flex-start;
    font-style: normal;
    text-align: center;
    font-weight: 500;
  }
  .home-capton {
    fill: var(--dl-color-gray-500);
    color: var(--dl-color-gray-500);
    align-self: center;
    text-align: center;
  }
  .home-content3 {
    width: auto;
    align-self: stretch;
  }
  .home-image11 {
    width: 100%;
    height: auto;
    align-self: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-heading09 {
    font-style: normal;
    text-align: center;
    font-weight: 500;
  }
  .home-capton1 {
    align-self: center;
    text-align: center;
  }
  .home-image12 {
    width: 100%;
    height: auto;
    align-self: center;
    padding-right: 0px;
  }
  .home-heading10 {
    text-align: center;
  }
  .home-capton2 {
    align-self: center;
    text-align: center;
  }
  .home-text22 {
    align-self: center;
    text-align: justify;
    line-height: 1.5;
  }
  .home-image13 {
    width: 100%;
  }
  .home-schedule {
    width: auto;
    align-self: stretch;
    margin-top: 0px;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-content8 {
    align-self: center;
    margin-left: var(--dl-space-space-unit);
    padding-top: var(--dl-space-space-threeunits);
    margin-right: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-heading11 {
    width: 100%;
  }
  .home-caption7 {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 21px;
  }
  .home-text32 {
    font-size: 16px;
  }
  .home-text33 {
    font-size: 16px;
    font-weight: 700;
  }
  .home-text34 {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
  }
  .home-text35 {
    font-size: 16px;
  }
  .home-text36 {
    font-size: 16px;
  }
  .home-check-boxes {
    align-self: stretch;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .home-container03 {
    gap: var(--dl-space-space-halfunit);
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .home-text40 {
    text-align: left;
  }
  .home-text41 {
    align-self: center;
    text-align: center;
  }
  .home-types1 {
    flex-direction: column;
  }
  .home-actions {
    width: 100%;
  }
  .home-form1 {
    width: 100%;
    flex-direction: column;
  }
  .home-container07 {
    width: 100%;
  }
  .home-button1 {
    width: 100%;
  }
}
