.navbar4-navbar4-wrapper {
  display: contents;
}
.navbar4-container {
  width: 100vw;
  height: 150px;
  display: flex;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  justify-content: center;
  background-color: var(--dl-color-primary-100);
}
.navbar4-navbar-interactive {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  justify-content: space-between;
}
.navbar4-business-name {
  color: var(--dl-color-primary-white);
  width: auto;
  font-size: 28px;
  font-style: normal;
  transition: text-shadow 0.3s ease;
  font-family: "Inter";
  font-weight: 900;
  padding-left: var(--dl-space-space-threeunits);
}

.navbar4-desktop-menu {
  flex: 1;
  width: calc(100%-40px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar4-links1 {
  gap: 45px;
  flex: 1;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.navbar4-link11 {
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  font-size: 26px;
  font-style: semi-bold;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 2px transparent;
}
.navbar4-link11:hover {
  color: var(--dl-color-primary-100);
  font-size: 26px;
  padding-left: 7px;
  border-bottom: 4px solid blue;
  border-radius: 10px;
  padding-right: 7px;
  background-color: var(--dl-color-primary-askclepius-accent-1);
  background-position: 0 100%;
}
.navbar4-link21 {
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  font-size: 26px;
  font-style: semi-bold;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 2px transparent;
}
.navbar4-link21:hover {
  color: var(--dl-color-primary-100);
  font-size: 26px;
  padding-left: 7px;
  border-bottom: 4px solid blue;
  border-radius: 10px;
  padding-right: 7px;
  background-color: var(--dl-color-primary-askclepius-accent-1);
  background-position: 0 100%;
}
.navbar4-link31 {
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  font-size: 26px;
  font-style: semi-bold;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 2px transparent;
}
.navbar4-link31:hover {
  color: var(--dl-color-primary-100);
  font-size: 26px;
  padding-left: 7px;
  border-bottom: 4px solid blue;
  border-radius: 10px;
  padding-right: 7px;
  background-color: var(--dl-color-primary-askclepius-accent-1);
  background-position: 0 100%;
}
.navbar4-link41 {
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  font-size: 26px;
  font-style: semi-bold;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 2px transparent;
}
.navbar4-link41:hover {
  color: var(--dl-color-primary-100);
  font-size: 26px;
  padding-left: 7px;
  border-bottom: 4px solid blue;
  border-radius: 10px;
  padding-right: 7px;
  background-color: var(--dl-color-primary-askclepius-accent-1);
  background-position: 0 100%;
}
.navbar4-link51 {
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  font-size: 26px;
  font-style: semi-bold;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 2px transparent;
}
.navbar4-link51:hover {
  color: var(--dl-color-primary-100);
  font-size: 26px;
  padding-left: 7px;
  border-bottom: 4px solid blue;
  border-radius: 10px;
  padding-right: 7px;
  background-color: var(--dl-color-primary-askclepius-accent-1);
  background-position: 0 100%;
}
.navbar4-buttons1 {
  display: flex;
  align-items: center;
}
.navbar4-action {
  gap: var(--dl-space-space-halfunit);
  color: var(--dl-color-primary-100);
  border: 2px solid blue;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-family: "Roboto";
  font-weight: bold;
  padding-top: var(--dl-space-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-secondary1);
  margin-right: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: var(--dl-radius-radius-buttonradius);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-theme-secondary1);
}
.navbar4-action:hover {
  color: var(--dl-color-theme-neutral-dark);
  border-color: var(--dl-color-primary-100);
  background-color: var(--dl-color-primary-askclepius-accent-1);
}
.navbar4-text {
  fill: var(--dl-color-primary-100);
  color: var(--dl-color-primary-100);
}
.navbar4-burger-menu {
  display: none;
}
.navbar4-icon10 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.navbar4-mobile-menu {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: var(--dl-space-space-twounits);
  z-index: 1000;
  position: fixed;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-primary-100);
}
.navbar4-nav {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar4-top {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.navbar4-navlink1 {
  fill: var(--dl-color-primary-white);
  color: var(--dl-color-primary-white);
  font-size: 28px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 900;
}
.navbar4-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar4-icon12 {
  fill: var(--dl-color-primary-white);
  width: 30px;
  height: 30px;
}
.navbar4-links2 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
}
.navbar4-link12 {
  font-size: 24px;
}
.navbar4-link22 {
  font-size: 24px;
}
.navbar4-link32 {
  font-size: 24px;
}
.navbar4-link42 {
  font-size: 24px;
}
.navbar4-link52 {
  font-size: 24px;
}
.navbar4-buttons2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-bottom: var(--dl-space-space-threeunits);
}
.navbar4-action1 {
  text-decoration: none;
}
.navbar4-social-media {
  width: 100%;
  height: auto;
  display: flex;
  align-self: stretch;
  justify-content: space-between;
  background-color: var(--dl-color-primary-white);
}
.navbar4-navlink2 {
  display: contents;
}
.navbar4-icon14 {
  fill: var(--dl-color-primary-100);
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.navbar4-navlink3 {
  display: contents;
}
.navbar4-icon16 {
  fill: var(--dl-color-primary-100);
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.navbar4-navlink4 {
  display: contents;
}
.navbar4-icon18 {
  fill: var(--dl-color-primary-100);
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.navbar4-navlink5 {
  display: contents;
}
.navbar4-icon20 {
  fill: var(--dl-color-primary-100);
  width: 40px;
  height: 40px;
  text-decoration: none;
}










@media(max-width: 991px) {
  .navbar4-business-name {
    font-size: 26px;
  }
  .navbar4-links1 {
    gap: 35px;
  }
  .navbar4-link11 {
    font-size: 20px;
  }
  .navbar4-link21 {
    font-size: 20px;
  }
  .navbar4-link31 {
    font-size: 20px;
  }
  .navbar4-link41 {
    font-size: 20px;
  }
  .navbar4-link51 {
    font-size: 20px;
  }
}
@media(max-width: 767px) {
  .navbar4-navbar-interactive {
    width: 100%;
    align-self: center;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
  }
  .navbar4-desktop-menu {
    display: none;
  }
  .navbar4-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar4-icon10 {
    fill: var(--dl-color-primary-white);
    width: 30px;
    height: 30px;
    margin-right: var(--dl-space-space-unit);
  }
  .navbar4-mobile-menu {
    align-items: flex-start;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: flex-start;
    background-color: var(--dl-color-primary-100);
  }
  .navbar4-navlink1 {
    fill: var(--dl-color-primary-white);
    color: var(--dl-color-primary-white);
    font-size: 28px;
    font-style: normal;
    font-family: Inter;
    font-weight: 900;
  }
  .navbar4-icon12 {
    fill: var(--dl-color-primary-white);
    width: 30px;
    height: 30px;
  }
  .navbar4-buttons2 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .navbar4-social-media {
    width: 100%;
    height: auto;
    align-self: stretch;
    align-items: center;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    justify-content: space-between;
    background-color: var(--dl-color-primary-white);
  }
  .navbar4-icon14 {
    fill: var(--dl-color-primary-100);
    width: 40px;
    height: 40px;
  }
  .navbar4-icon16 {
    fill: var(--dl-color-primary-100);
    width: 40px;
    height: 40px;
  }
  .navbar4-icon18 {
    fill: var(--dl-color-primary-100);
    width: 40px;
    height: 40px;
  }
  .navbar4-icon20 {
    fill: var(--dl-color-primary-100);
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 479px) {
  .navbar4-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .navbar4-mobile-menu {
    padding: var(--dl-space-space-unit);
  }
}

.hero2-hero2-wrapper {
  display: contents;
}
.hero2-header5 {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  justify-content: flex-end;
}
.hero2-image {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.hero2-container1 {
  width: 100%;
  display: flex;
  align-self: flex-end;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  justify-content: center;
}
.hero2-content-container {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}
.hero2-column {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  z-index: 1;
  align-items: center;
  flex-shrink: 0;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
}
.hero2-content {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  animation-name: fadeInLeftBig;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  animation-duration: 500ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.hero2-text1 {
  color: var(--dl-color-primary-white);
  width: 100%;
  font-size: 48px;
  font-style: normal;
  text-align: center;
  font-family: "Georgia";
  font-weight: 900;
  line-height: 1.5;
}
.hero2-text2 {
  fill: var(--dl-color-primary-white);
  color: var(--dl-color-primary-white);
  width: 100%;
  font-size: 22px;
  font-style: normal;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  line-height: 1.5;
}
.hero2-actions {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.hero2-container2 {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.hero2-button1 {
  text-decoration: none;
}
.hero2-container3 {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.hero2-button2 {
  text-decoration: none;
}

@media(max-width: 767px) {
  .hero2-header5 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    justify-content: center;
  }
  .hero2-content-container {
    justify-content: center;
  }
  .hero2-column {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .hero2-text1 {
    font-size: 32px;
    text-align: center;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .hero2-text2 {
    font-size: 18px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .hero2-actions {
    width: 100%;
    align-self: flex-start;
    align-items: center;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    justify-content: center;
  }
  .hero2-container2 {
    width: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .hero2-button1 {
    width: 100%;
    font-size: 18px;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .hero2-container3 {
    width: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .hero2-button2 {
    width: 100%;
    font-size: 18px;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .hero2-text1 {
    font-size: 20px;
  }
  .hero2-text2 {
    font-size: 16px;
  }
  .hero2-actions {
    flex-direction: column;
  }
  .hero2-container2 {
    width: 100%;
    margin-top: var(--dl-space-space-unit);
  }
  .hero2-button1 {
    width: 100%;
  }
  .hero2-container3 {
    width: 100%;
    margin-top: var(--dl-space-space-unit);
  }
  .hero2-button2 {
    width: 100%;
  }
}

.features5-features5-wrapper {
  display: contents;
}
.features5-layout301 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.features5-features5-max-width {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.features5-row {
  width: 100%;
}
.features5-feature1 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  max-width: 600px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.features5-content1 {
  width: 100%;
  align-self: stretch;
  align-items: center;
}
.features5-section-title1 {
  width: 100%;
  align-self: stretch;
  align-items: center;
}
.features5-title1 {
  text-align: center;
}
.features5-description1 {
  text-align: center;
}
.features5-feature2 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  max-width: 600px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.features5-content2 {
  width: 100%;
  align-self: stretch;
  align-items: center;
}
.features5-section-title2 {
  width: 100%;
  align-self: stretch;
  align-items: center;
}
.features5-title2 {
  text-align: center;
}
.features5-description2 {
  text-align: center;
}


@media(max-width: 991px) {
  .features5-row {
    width: auto;
    align-items: center;
    flex-direction: column;
  }
  .features5-feature1 {
    width: 100%;
  }
  .features5-feature2 {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .features5-features5-max-width {
    gap: var(--dl-space-space-oneandhalfunits);
  }
}

.banner2-banner2-wrapper {
  display: contents;
}
.banner2-container1 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
}
.banner2-banner2-column-container {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
.banner2-container2 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.banner2-text2 {
  padding-top: var(--dl-space-space-unit);
}


.features6-features6-wrapper {
  display: contents;
}
.features6-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-fiveunits);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  grid-template-columns: 1fr 1fr;
}
.features6-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
.features6-image {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.features6-tabs-menu {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.features6-tab-horizontal {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
.features6-content {
  gap: 16px;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.features6-feature1-description {
  padding-bottom: var(--dl-space-space-unit);
}
.features6-container3 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media(max-width: 991px) {
  .features6-container2 {
    grid-gap: var(--dl-space-space-twounits);
    grid-template-columns: 1fr;
  }
}

.features7-features7-wrapper {
  display: contents;
}
.features7-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-fiveunits);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  grid-template-columns: 1fr 1fr;
}
.features7-tabs-menu {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.features7-tab-horizontal {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
.features7-content {
  gap: 16px;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.features7-feature1-description {
  padding-bottom: var(--dl-space-space-unit);
}
.features7-container3 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.features7-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
.features7-image {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

@media(max-width: 991px) {
  .features7-container2 {
    grid-gap: var(--dl-space-space-twounits);
    grid-template-columns: 1fr;
  }
  .features7-tabs-menu {
    order: 2;
  }
}

.features8-features8-wrapper {
  display: contents;
}
.features8-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-fiveunits);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  grid-template-columns: 1fr 1fr;
}
.features8-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
.features8-image {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.features8-tabs-menu {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.features8-tab-horizontal {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
.features8-content {
  gap: 16px;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.features8-feature1-description {
  padding-bottom: var(--dl-space-space-unit);
}
.features8-container3 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media(max-width: 991px) {
  .features8-container2 {
    grid-gap: var(--dl-space-space-twounits);
    grid-template-columns: 1fr;
  }
}

.cta2-cta2-wrapper {
  display: contents;
}
.cta2-container {
  gap: var(--dl-space-space-threeunits);
  width: 100vw;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-100);
}
.cta2-cta2-column-container {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cta2-content {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cta2-heading1 {
  text-align: center;
}
.cta2-content1 {
  text-align: center;
}
.cta2-actions {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.cta2-button1 {
  border-color: var(--dl-color-primary-white);
  text-decoration: none;
}
.cta2-button2 {
  text-decoration: none;
}

@media(max-width: 991px) {
  .cta2-actions {
    width: 100%;
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .cta2-cta2-column-container {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .cta2-content {
    overflow: hidden;
    align-self: center;
    padding-top: var(--dl-space-space-sixunits);
    padding-bottom: var(--dl-space-space-sixunits);
  }
  .cta2-heading1 {
    padding-top: var(--dl-space-space-unit);
  }
  .cta2-actions {
    width: 100%;
    flex-direction: column;
  }
  .cta2-button2 {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .cta2-content {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .cta2-actions {
    width: 100%;
    flex-direction: column;
  }
  .cta2-button1 {
    width: 100%;
  }
  .cta2-button2 {
    width: 100%;
  }
}

.banner6-banner6-wrapper {
  display: contents;
}
.banner6-container1 {
  width: 100vw;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  background-color: var(--dl-color-primary-askclepius-secondary-1);
}
.banner6-banner6columncontainer {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
}
.banner6-container2 {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}











@media(max-width: 767px) {
  .banner6-container1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.footer111-footer111-wrapper {
  display: contents;
}
.footer111-container {
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-askclepius-secondary-1);
}
.footer111-footer111columncontainer {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  justify-content: flex-start;
}
.footer111-divider1 {
  width: 100%;
  height: 2px;
  padding-top: var(--dl-space-space-unit);
  background-color: var(--dl-color-primary-100);
}
.footer111-content {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: var(--dl-space-space-twounits);
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: flex-start;
}
.footer111-social-links {
  gap: 270px;
  width: calc(100% - 40px);
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
}
.footer111-navlink1 {
  display: contents;
}
.footer111-icon1 {
  fill: var(--dl-color-primary-100);
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.footer111-navlink2 {
  display: contents;
}
.footer111-icon3 {
  fill: var(--dl-color-primary-100);
  width: 50px;
  height: 50px;
  align-self: flex-start;
  text-decoration: none;
}
.footer111-navlink3 {
  display: contents;
}
.footer111-icon5 {
  fill: var(--dl-color-primary-100);
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.footer111-navlink4 {
  display: contents;
}
.footer111-icon7 {
  fill: var(--dl-color-primary-100);
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.footer111-links {
  width: 100%;
}
.footer111-column1 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 100%;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
}
.footer111-column1-title {
  width: 100%;
  text-align: center;
}
.footer111-footer-links1 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.footer111-link1 {
  width: 100%;
  text-align: center;
}
.footer111-link2 {
  width: 100%;
  text-align: center;
}
.footer111-link3 {
  width: 100%;
  text-align: center;
}
.footer111-column2 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 100%;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
}
.footer111-column2-title {
  width: 100%;
  text-align: center;
}
.footer111-footer-links2 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.footer111-link61 {
  width: 100%;
  text-align: center;
}
.footer111-link71 {
  width: 100%;
  text-align: center;
}
.footer111-column4 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 100%;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
}
.footer111-column4-title {
  width: 100%;
  text-align: center;
}
.footer111-footer-links3 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.footer111-link62 {
  width: 100%;
  text-align: center;
}
.footer111-link72 {
  width: 100%;
  text-align: center;
}
.footer111-link81 {
  width: 100%;
  text-align: center;
}
.footer111-link91 {
  width: 100%;
  text-align: center;
}
.footer111-column5 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 100%;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
}
.footer111-column5-title {
  width: 100%;
  text-align: center;
}
.footer111-footer-links4 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.footer111-link63 {
  width: 100%;
  text-align: center;
}
.footer111-link73 {
  width: 100%;
  text-align: center;
}
.footer111-link82 {
  width: 100%;
  text-align: center;
}
.footer111-link92 {
  width: 100%;
  text-align: center;
}
.footer111-divider2 {
  width: 100%;
  height: 2px;
  padding-top: var(--dl-space-space-unit);
  background-color: var(--dl-color-primary-100);
}
.footer111-credits1 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer111-row {
  flex: 1;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
.footer111-credits2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}










@media(max-width: 991px) {
  .footer111-social-links {
    align-self: center;
  }
  .footer111-column1 {
    max-width: 100%;
  }
  .footer111-column2 {
    max-width: 100%;
  }
  .footer111-column4 {
    max-width: 100%;
  }
  .footer111-column5 {
    max-width: 100%;
  }
}
@media(max-width: 767px) {
  .footer111-container {
    width: 100%;
  }
  .footer111-content {
    flex-direction: column;
  }
  .footer111-social-links {
    gap: 150px;
    flex-wrap: wrap;
    align-self: center;
    justify-content: space-around;
  }
  .footer111-column1 {
    max-width: 100%;
    align-items: center;
  }
  .footer111-column1-title {
    text-align: center;
  }
  .footer111-footer-links1 {
    align-self: center;
  }
  .footer111-column2 {
    max-width: 100%;
    align-items: center;
  }
  .footer111-column2-title {
    text-align: center;
  }
  .footer111-footer-links2 {
    align-self: center;
  }
  .footer111-column4 {
    max-width: 100%;
    align-items: center;
  }
  .footer111-column4-title {
    text-align: center;
  }
  .footer111-footer-links3 {
    align-self: center;
  }
  .footer111-column5 {
    max-width: 100%;
    align-items: center;
  }
  .footer111-column5-title {
    text-align: center;
  }
  .footer111-footer-links4 {
    align-self: center;
  }
  .footer111-row {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer111-credits2 {
    flex-direction: column;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .footer111-content {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .footer111-social-links {
    align-items: center;
    justify-content: center;
  }
  .footer111-column1 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer111-footer-links1 {
    align-items: center;
    justify-content: center;
  }
  .footer111-column2 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer111-footer-links2 {
    align-items: center;
    justify-content: center;
  }
  .footer111-column4 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer111-footer-links3 {
    align-items: center;
    justify-content: center;
  }
  .footer111-column5 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer111-footer-links4 {
    align-items: center;
    justify-content: center;
  }
  .footer111-credits1 {
    gap: 0;
  }
  .footer111-row {
    align-items: center;
    justify-content: center;
  }
}

.about-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
