.navbar3-wrapper {
  display: contents;
}
 
.navbar3-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar3-navbar-interactive {
  width: 100%;
  display: flex;
  max-width: idth;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navbar3-navlink {
  display: contents;
}
 
.navbar3-image1 {
  height: 3rem;
  animation-name: fadeInRight;
  animation-delay: 0s;
  text-decoration: none;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.navbar3-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar3-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar3-link11 {
  color: #0c70ba;
}
 
.navbar3-link21 {
  color: #0c70ba;
}
 
.navbar3-icon-group1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  margin-left: var(--dl-layout-space-twounits);
}
 
.navbar3-link {
  display: contents;
}
 
.navbar3-icon10 {
  text-decoration: none;
}
 
.navbar3-burger-menu {
  display: none;
}
 
.navbar3-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar3-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar3-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar3-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar3-logo {
  height: 3rem;
}
 
.navbar3-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar3-icon14 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar3-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar3-icon-group2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  color: rgb(12, 112, 186);
  display: inline-block;
  font-family: "Georgia";
  text-decoration: underline;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  color: rgb(12, 112, 186);
  display: inline-block;
  font-family: "Georgia";
}
 
@media(max-width: 767px) {
  .navbar3-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar3-desktop-menu {
    display: none;
  }
  .navbar3-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .navbar3-navbar-interactive {
    padding: var(--dl-layout-space-unit);
  }
  .navbar3-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.features4-wrapper {
  display: contents;
}
 
.features4-layout301 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features4-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.features4-text10 {
  text-align: center;
  animation-name: zoomInUp;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.features4-row {
  width: 100%;
}
 
.features4-feature1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: auto;
  display: flex;
  overflow: hidden;
  max-width: 600px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features4-content1 {
  align-self: stretch;
  align-items: center;
}
 
.features4-section-title1 {
  align-self: stretch;
  align-items: center;
}
 
.features4-title1 {
  text-align: center;
}
 
.features4-description1 {
  text-align: center;
}
 
.features4-action4 {
  align-self: stretch;
  align-items: stretch;
  justify-content: center;
}
 
.features4-button1 {
  text-decoration: none;
}
 
.features4-feature2 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: auto;
  display: flex;
  overflow: hidden;
  max-width: 600px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features4-content2 {
  align-self: stretch;
  align-items: center;
}
 
.features4-section-title2 {
  align-self: stretch;
  align-items: center;
}
 
.features4-title2 {
  text-align: center;
}
 
.features4-description2 {
  text-align: center;
}
 
.features4-action5 {
  align-self: stretch;
  align-items: stretch;
  justify-content: center;
}
 
.features4-button2 {
  text-decoration: none;
}
 
.features4-feature3 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: auto;
  display: flex;
  overflow: hidden;
  max-width: 600px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features4-content3 {
  align-self: stretch;
  align-items: center;
}
 
.features4-section-title3 {
  align-self: stretch;
  align-items: center;
}
 
.features4-title3 {
  text-align: center;
}
 
.features4-description3 {
  text-align: center;
}
 
.features4-action6 {
  align-self: stretch;
  align-items: stretch;
  justify-content: center;
}
 
.features4-button3 {
  text-decoration: none;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-text21 {
  color: #0c70ba;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
  text-decoration: underline;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
  text-decoration: underline;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-text25 {
  color: #0c70ba;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
  text-decoration: underline;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text38 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  color: rgb(37, 37, 191);
  display: inline-block;
  box-shadow: rgb(25, 24, 24) 5px 5px 10px 0px;
  font-style: normal;
  font-family: "Arial Black";
  font-weight: 900;
}
 
.home-text14 {
  text-decoration: underline;
}
 
.home-text16 {
  text-decoration: underline;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-text28 {
  color: #0c70ba;
}
 
.home-text30 {
  color: #0c70ba;
}
 
.home-text32 {
  color: #0c70ba;
}
 
@media(max-width: 991px) {
  .features4-row {
    width: auto;
    align-items: center;
    flex-direction: column;
  }
  .features4-feature1 {
    width: 100%;
  }
  .features4-feature2 {
    width: 100%;
  }
  .features4-feature3 {
    width: 100%;
  }
  .home-text13 {
    color: #ffffff;
  }
  .home-text14 {
    color: #ffffff;
    text-decoration: underline;
  }
  .home-text15 {
    color: #ffffff;
  }
  .home-text16 {
    color: #0c70ba;
    text-decoration: underline;
  }
  .home-text18 {
    color: #0c70ba;
  }
}
 
@media(max-width: 767px) {
  .features4-text10 {
    text-align: center;
  }
}
 
@media(max-width: 479px) {
  .features4-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
}

.footer41-wrapper {
  display: contents;
}
 
.footer41-footer7 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer41-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer41-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer41-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer41-container {
  display: flex;
  align-items: flex-start;
}
 
.footer41-text3 {
  color: #0c70ba;
}
 
.footer41-footer-links {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
 
.footer41-text4 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  text-decoration: none;
}
 
.footer41-text5 {
  text-decoration: none;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text40 {
  display: inline-block;
  text-decoration: underline;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text41 {
  display: inline-block;
  text-decoration: underline;
}
 
@media(max-width: 767px) {
  .footer41-row {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer41-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer41-footer-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  color: rgb(12, 112, 186);
  display: inline-block;
  font-family: "Georgia";
  text-decoration: underline;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  color: rgb(12, 112, 186);
  display: inline-block;
  font-family: "Georgia";
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  color: rgb(37, 37, 191);
  display: inline-block;
  box-shadow: rgb(25, 24, 24) 5px 5px 10px 0px;
  font-style: normal;
  font-family: "Arial Black";
  font-weight: 900;
}
 
.home-text14 {
  text-decoration: underline;
}
 
.home-text16 {
  text-decoration: underline;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-text21 {
  color: #0c70ba;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-text25 {
  color: #0c70ba;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-text28 {
  color: #0c70ba;
}
 
.home-text30 {
  color: #0c70ba;
}
 
.home-text32 {
  color: #0c70ba;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
  text-decoration: underline;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
  text-decoration: underline;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
  text-decoration: underline;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text38 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text40 {
  display: inline-block;
  text-decoration: underline;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text41 {
  display: inline-block;
  text-decoration: underline;
}
 
.home-link {
  display: contents;
}
 
.home-container2 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text42 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 991px) {
  .home-text13 {
    color: #ffffff;
  }
  .home-text14 {
    color: #ffffff;
    text-decoration: underline;
  }
  .home-text15 {
    color: #ffffff;
  }
  .home-text16 {
    color: #0c70ba;
    text-decoration: underline;
  }
  .home-text18 {
    color: #0c70ba;
  }
}
