.navbar8-wrapper {
  display: contents;
}
 
.navbar8-container1 {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 1000;
  position: sticky;
  justify-content: center;
  background-color: #2F2F2F;
}
 
.navbar8-navbar-interactive {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: space-between;
  background-color: #2f2f2f;
}
 
.navbar8-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar8-link {
  display: contents;
}
 
.navbar8-image {
  width: 163px;
  align-self: stretch;
  object-fit: cover;
  margin-right: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.navbar8-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: 147px;
  display: flex;
  align-items: center;
  margin-left: var(--dl-layout-space-twounits);
  flex-direction: row;
  justify-content: flex-start;
}
 
.navbar8-link11 {
  text-decoration: none;
}
 
.navbar8-links2 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: var(--dl-layout-space-twounits);
  flex-direction: row;
  justify-content: flex-start;
}
 
.navbar8-link12 {
  text-decoration: none;
}
 
.navbar8-links3 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: var(--dl-layout-space-twounits);
  flex-direction: row;
  justify-content: flex-start;
}
 
.navbar8-link13 {
  text-decoration: none;
}
 
.navbar8-buttons1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navbar8-action11 {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
 
.navbar8-burger-menu {
  display: none;
}
 
.navbar8-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar8-mobile-menu {
  right: 0px;
  width: 100%;
  bottom: -42rem;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #484747;
}
 
.navbar8-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar8-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar8-logo {
  height: 6rem;
}
 
.navbar8-action12 {
  text-decoration: none;
}
 
.navbar8-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar8-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar8-links4 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  flex-direction: column;
}
 
.navbar8-link14 {
  text-decoration: none;
}
 
.navbar8-link15 {
  text-decoration: none;
}
 
.navbar8-link16 {
  text-decoration: none;
}
 
.navbar8-buttons2 {
  gap: var(--dl-layout-space-twounits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  margin-top: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: row;
}
 
.navbar8-container2 {
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
}
 
.navbar8root-class-name {
  background-color: #2F2F2F;
}
 
@media(max-width: 1600px) {
  .navbar8-container1 {
    background-color: var(--dl-color-theme-accent1);
  }
  .navbar8-navbar-interactive {
    width: 1485px;
  }
  .navbar8-image {
    width: 158px;
  }
  .home-text15 {
    color: #020101;
    box-shadow: inherit;
  }
}
 
@media(max-width: 991px) {
  .navbar8-navbar-interactive {
    background-color: var(--dl-color-theme-accent1);
  }
  .navbar8-image {
    width: 120px;
    height: 60px;
    margin-left: 35px;
    margin-right: 13px;
  }
  .navbar8-mobile-menu {
    bottom: -42rem;
  }
}
 
@media(max-width: 767px) {
  .navbar8-navbar-interactive {
    padding-left: var(--dl-layout-space-fourunits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar8-desktop-menu {
    display: none;
  }
  .navbar8-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar8-mobile-menu {
    left: 0px;
    bottom: -15rem;
    height: auto;
    padding-top: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
    background-color: #484747;
  }
  .navbar8-nav {
    height: 277px;
  }
  .navbar8-logo {
    width: 84px;
    height: 95px;
  }
}
 
@media(max-width: 479px) {
  .navbar8-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-left: 16px;
  }
  .navbar8-mobile-menu {
    right: 0px;
    bottom: -15rem;
    padding: var(--dl-layout-space-unit);
  }
}

.hero17-wrapper {
  display: contents;
}
 
.hero17-header78 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero17-column {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: auto;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
}
 
.hero17-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.hero17-text10 {
  width: 1083px;
  height: 312px;
  text-align: center;
}
 
.hero17-text11 {
  text-align: center;
}
 
.hero17-action1 {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
 
.hero17-text13 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  padding-bottom: var(--dl-layout-space-unit);
  text-transform: uppercase;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
  font-weight: 700;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.hero17root-class-name {
  height: auto;
  overflow-x: hidden;
  background-size: cover;
  background-image: url("public/background-1500h.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
 
@media(max-width: 1600px) {
  .hero17-header78 {
    height: 707px;
    background-size: cover;
    background-image: url("public/background-1500h.png");
  }
  .hero17-text10 {
    width: 1079px;
    font-style: normal;
    font-weight: 700;
  }
  .hero17-text11 {
    width: 862px;
    font-style: normal;
    font-weight: 100;
  }
  .hero17-action1 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    margin-top: var(--dl-layout-space-twounits); 
  }
  .hero17-text13 {
    animation-name: heartBeat;
    animation-delay: 0s;
    animation-duration: 6000ms;
    animation-direction: normal;
    animation-iteration-count: 5000;
    animation-timing-function: ease;
  }
  .home-text22 {
    text-transform: uppercase;
  }
  .home-text23 {
    text-transform: uppercase;
  }
  .home-text18 {
    font-style: inherit;
    font-weight: 700;
  }
  .home-text17 {
    color: #020101;
    box-shadow: inherit;
  }
}
 
@media(max-width: 1200px) {
  .hero17-header78 {
    height: 100%;
  }
  .hero17-column {
    width: 100%;
    height: 100%;
  }
  .hero17-text10 {
    width: 100%;
    height: 100%;
  }
  .hero17-text11 {
    width: 100%;
  }
  .hero17-action1 {
    margin-top: var(--dl-layout-space-unit);
  }
  .hero17-text12 {
    color: #ffffff;
  }
  .hero17root-class-name {
    height: 100%;
  }
}
 
@media(max-width: 991px) {
  .hero17-header78 {
    background-size: cover;
    background-image: url("public/background-1500h.png");
  }
  .hero17-text10 {
    height: 253px;
  }
  .hero17-text11 {
    height: 117px;
  }
}
 
@media(max-width: 767px) {
  .hero17-column {
    width: auto;
    height: auto;
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
  }
  .hero17-content {
    width: auto;
  }
  .hero17-text10 {
    width: auto;
    height: auto;
    margin-left: var(--dl-layout-space-twounits);
    margin-right: var(--dl-layout-space-twounits);
  }
  .hero17-text11 {
    width: auto;
    height: auto;
    margin-left: var(--dl-layout-space-twounits);
    margin-right: var(--dl-layout-space-twounits);
  }
  .hero17-action1 {
    padding-top: var(--dl-layout-space-halfunit);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-halfunit);
  }
}
 
@media(max-width: 479px) {
  .hero17-header78 {
    height: auto;
  }
  .hero17-column {
    width: auto;
    height: auto;
  }
  .hero17-content {
    width: auto;
  }
  .hero17-text10 {
    width: 20rem;
  }
  .hero17-text11 {
    width: 20rem;
    height: 55px;
  }
  .home-text22 {
    text-transform: uppercase;
  }
  .home-text23 {
    text-transform: uppercase;
  }
  .hero17root-class-name {
    height: 100%;
  }
}

.features6-wrapper {
  display: contents;
}
 
.features6-layout216 {
  width: 100%;
  height: 986px;
  display: flex;
  opacity: 0.8;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/death-website-1500h.png");
}
 
.features6-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: auto;
  justify-content: center;
}
 
.features6-content {
  justify-content: center;
}
 
.features6-list {
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
 
.features6-list-item1 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  opacity: 1;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-twounits);
  border-color: var(--dl-color-theme-primary1);
  border-width: 4px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-size: cover;
  justify-content: center;
  background-image: url("public/background2-1500h.png");
}
 
.features6-text10 {
  width: 100%;
  height: 53px;
  text-align: center;
}
 
.features6-text11 {
  text-align: center;
}
 
.features6-list-item2 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  align-items: flex-start;
  border-color: var(--dl-color-theme-primary1);
  border-width: 4px;
  margin-right: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-inputradius);
  background-size: cover;
  justify-content: center;
  background-image: url("public/background2-1500h.png");
}
 
.features6-text12 {
  width: 540px;
  height: 46px;
  text-align: center;
}
 
.features6-text13 {
  text-align: center;
}
 
.features6-text14 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  padding-top: var(--dl-layout-space-sixunits);
  text-transform: uppercase;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
  font-weight: 700;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text48 {
  display: inline-block;
}
 
.home-text49 {
  font-weight: 700;
}
 
.home-text50 {
  font-weight: 700;
}
 
.home-text51 {
  font-weight: 700;
}
 
.home-text52 {
  font-weight: 700;
}
 
.home-text53 {
  font-weight: 700;
}
 
.home-text54 {
  font-weight: 700;
}
 
.home-text55 {
  font-weight: 700;
}
 
.home-text56 {
  font-weight: 700;
}
 
.home-text57 {
  font-weight: 700;
}
 
.home-text58 {
  font-weight: 700;
}
 
.home-text59 {
  font-weight: 700;
}
 
.home-text60 {
  font-weight: 700;
}
 
.home-text61 {
  font-weight: 700;
}
 
.home-text62 {
  font-weight: 700;
}
 
.home-text63 {
  font-weight: 700;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
  font-weight: 700;
}
 
.features6root-class-name {
  background-size: cover;
  background-image: url("public/death-website-1500h.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
 
@media(max-width: 1600px) {
  .features6-list {
    width: 1177px;
  }
  .features6-text10 {
    width: 100%;
    height: 57px;
    text-align: center;
  }
  .features6-text11 {
    text-align: center;
  }
  .features6-list-item2 {
    height: 215px;
  }
  .features6-text12 {
    width: 100%;
    height: 49px;
    text-align: center;
  }
  .features6-text14 {
    animation-name: heartBeat;
    animation-delay: 0s;
    animation-duration: 6000ms;
    animation-direction: normal;
    animation-iteration-count: 5000;
    animation-timing-function: ease;
  }
  .home-text50 {
    font-weight: 700;
  }
  .home-text52 {
    font-weight: 700;
  }
  .home-text54 {
    font-weight: 700;
  }
  .home-text56 {
    font-weight: 700;
  }
  .home-text58 {
    font-weight: 700;
  }
  .home-text60 {
    font-weight: 700;
  }
  .home-text62 {
    font-weight: 700;
  }
  .home-text30 {
    font-weight: 700;
  }
  .home-text31 {
    font-weight: 700;
  }
  .home-text32 {
    font-weight: 700;
  }
  .home-text33 {
    font-weight: 700;
  }
  .home-text34 {
    font-weight: 700;
  }
  .home-text35 {
    font-weight: 700;
  }
  .home-text37 {
    font-weight: 700;
  }
  .home-text38 {
    font-weight: 700;
  }
  .home-text39 {
    font-weight: 700;
  }
  .home-text40 {
    font-weight: 700;
  }
  .home-text41 {
    font-weight: 700;
  }
  .home-text42 {
    font-weight: 700;
  }
  .home-text43 {
    font-weight: 700;
  }
  .home-text44 {
    font-weight: 700;
  }
  .home-text45 {
    font-weight: 700;
  }
  .home-text46 {
    font-weight: 700;
  }
  .home-text47 {
    font-weight: 700;
  }
}
 
@media(max-width: 1200px) {
  .features6-layout216 {
    height: 674px;
  }
  .features6-max-width {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .features6-content {
    width: auto;
    height: auto;
    justify-content: center;
  }
  .features6-list {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .features6-list-item1 {
    width: auto;
    margin-left: var(--dl-layout-space-twounits);
  }
  .features6-text10 {
    width: 100%;
    height: 71px;
    text-align: center;
  }
  .features6-text11 {
    text-align: center;
  }
  .features6-list-item2 {
    height: auto;
    margin-right: var(--dl-layout-space-twounits);
  }
  .features6-text12 {
    width: 100%;
    height: 54px;
    text-align: center;
  }
  .features6-text13 {
    text-align: center;
  }
  .features6root-class-name {
    height: 100%;
  }
}
 
@media(max-width: 991px) {
  .features6-layout216 {
    width: 100%;
    height: 100%;
  }
  .features6-max-width {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .features6-content {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .features6-list {
    width: 100%;
    height: 100%;
    align-self: stretch;
    justify-content: center;
  }
  .features6-list-item1 {
    width: 100%;
    height: 100%;
    margin-left: var(--dl-layout-space-twounits);
  }
  .features6-list-item2 {
    width: 100%;
    height: 100%;
    margin-right: var(--dl-layout-space-twounits);
  }
}
 
@media(max-width: 767px) {
  .features6-layout216 {
    height: auto;
  }
  .features6-max-width {
    width: 100%;
    height: 40rem;
  }
  .features6-content {
    width: auto;
    height: auto;
    padding-right: 0px;
  }
  .features6-list {
    width: auto;
    height: auto;
    align-self: stretch;
    align-items: center;
    justify-content: center;
  }
  .features6-list-item1 {
    width: auto;
    height: auto;
    margin-left: var(--dl-layout-space-twounits);
  }
  .features6-text10 {
    height: 41px;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .features6-list-item2 {
    width: auto;
    height: auto;
    margin-right: var(--dl-layout-space-twounits);
  }
  .features6-text12 {
    width: 100%;
    height: 35px;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .home-text26 {
    font-weight: 700;
  }
  .home-text50 {
    font-weight: 700;
  }
  .home-text52 {
    font-weight: 700;
  }
  .home-text54 {
    font-weight: 700;
  }
  .home-text56 {
    font-weight: 700;
  }
  .home-text58 {
    font-weight: 700;
  }
  .home-text60 {
    font-weight: 700;
  }
  .home-text62 {
    font-weight: 700;
  }
  .home-text30 {
    font-weight: 700;
  }
  .home-text32 {
    font-weight: 700;
  }
  .home-text34 {
    font-weight: 700;
  }
  .home-text38 {
    font-weight: 700;
  }
  .home-text40 {
    font-weight: 700;
  }
  .home-text41 {
    font-weight: 700;
  }
  .home-text43 {
    font-weight: 700;
  }
  .home-text45 {
    font-weight: 700;
  }
}
 
@media(max-width: 479px) {
  .features6-layout216 {
    height: auto;
  }
  .features6-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: 100%;
    height: 100%;
  }
  .features6-content {
    width: 100%;
    height: 100%;
  }
  .features6-list {
    width: 100%;
    height: 100%;
    align-self: stretch;
    flex-direction: column;
  }
  .features6-list-item1 {
    width: auto;
    height: 100%;
    margin-right: var(--dl-layout-space-twounits);
  }
  .features6-text10 {
    padding: var(--dl-layout-space-halfunit);
  }
  .features6-text11 {
    width: 100%;
    height: 100%;
    padding: var(--dl-layout-space-halfunit);
  }
  .features6-list-item2 {
    width: auto;
    height: 100%;
    margin-left: var(--dl-layout-space-twounits);
    background-image: url("public/background2-1500h.png");
  }
  .features6-text12 {
    padding: var(--dl-layout-space-halfunit);
  }
  .features6-text13 {
    width: 100%;
    padding: var(--dl-layout-space-halfunit);
  }
  .features6root-class-name {
    height: 100%;
  }
}

.features25-wrapper {
  display: contents;
}
 
.features25-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  position: relative;
  grid-template-columns: 1fr 1fr;
}
 
.features25-tabs-menu {
  gap: var(--dl-layout-space-twounits);
  width: 720px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features25-tab-horizontal {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.features25-content {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features25-image-container {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
 
.features25-image {
  width: 321px;
  height: 399px;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text65 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text67 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text68 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text69 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text66 {
  display: inline-block;
}
 
.features25root-class-name {
  background-size: cover;
  background-image: url("public/background2-1500h.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
 
@media(max-width: 1600px) {
  .features25-tab-horizontal {
    width: 100%;
  }
  .features25-image {
    width: 321px;
    height: 390px;
  }
  .features25root-class-name {
    background-size: cover;
    background-image: url("public/background2-1500h.png");
  }
}
 
@media(max-width: 1200px) {
  .features25-container2 {
    width: 100%;
  }
  .features25-content {
    width: auto;
    margin-left: var(--dl-layout-space-twounits);
  }
  .features25-image {
    width: 304px;
    height: 348px;
    margin-right: var(--dl-layout-space-twounits);
  }
  .features25root-class-name {
    width: 100%;
    height: 100%;
  }
}
 
@media(max-width: 991px) {
  .features25-container2 {
    width: 695px;
    grid-gap: var(--dl-layout-space-twounits);
    grid-template-columns: 1fr;
  }
  .features25-tabs-menu {
    order: 2;
  }
  .features25-image {
    width: 224px;
    height: 252px;
  }
}
 
@media(max-width: 767px) {
  .features25-container2 {
    width: 100%;
  }
  .features25-tabs-menu {
    width: auto;
  }
  .features25-tab-horizontal {
    align-self: center;
  }
  .features25-content {
    width: auto;
    align-self: center;
    align-items: center;
    margin-right: var(--dl-layout-space-twounits);
  }
  .features25-image {
    width: 182px;
    height: 236px;
  }
}
 
@media(max-width: 479px) {
  .features25-container1 {
    width: 100%;
  }
  .features25-container2 {
    width: auto;
  }
  .features25-tabs-menu {
    width: auto;
  }
  .features25-tab-horizontal {
    width: auto;
    overflow: auto;
    align-self: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .features25-content {
    width: auto;
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
  }
  .features25-feature1-title {
    width: 100%;
  }
  .features25-image {
    width: 146px;
    height: 197px;
  }
}

.cta26-wrapper {
  display: contents;
}
 
.cta26-accent2-bg {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(1deg) skew(0deg, 0deg);
  align-self: stretch;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-layout-radius-cardradius);
  justify-content: space-between;
  transform-style: preserve-3d;
  background-color: var(--dl-color-theme-accent2);
}
 
.cta26-accent2-bg:hover {
  transform: scale3d(1.1,1.1,1.1);
}
 
.cta26-accent1-bg {
  width: 100%;
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-2deg) skew(0deg, 0deg);
  align-items: center;
  border-radius: var(--dl-layout-radius-cardradius);
  justify-content: space-between;
  transform-style: preserve-3d;
  background-color: var(--dl-color-theme-accent1);
}
 
.cta26-link {
  display: contents;
}
 
.cta26-container2 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  height: 526px;
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(1deg) skew(0deg, 0deg);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-fourunits);
  border-radius: var(--dl-layout-radius-cardradius);
  padding-right: var(--dl-layout-space-fourunits);
  padding-bottom: var(--dl-layout-space-sixunits);
  text-decoration: none;
}
 
.cta26-container2:hover {
  color: var(--dl-color-theme-neutral-light);
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.cta26-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
 
.cta26-container4 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
 
.cta26-container5 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
 
.cta26-container6 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
 
.cta26-container7 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.cta26-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.cta26-container8 {
  flex: 0 0 auto;
  width: 803px;
  height: 49px;
  display: flex;
  padding-top: 0 px;
  padding-bottom: 0 px;
  justify-content: space-between;
}
 
.cta26-text3 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  align-self: flex-start;
  text-align: left;
  padding-top: 0px;
}
 
.cta26-container9 {
  flex: 0 0 auto;
  width: 803px;
  height: 49px;
  display: flex;
  padding-top: 0 px;
  padding-bottom: 0 px;
  justify-content: space-between;
}
 
.cta26-text4 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  align-self: flex-end;
  text-align: right;
  padding-top: 0px;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text70 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text72 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text71 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text73 {
  display: inline-block;
}
 
.cta26root-class-name {
  background-size: cover;
  background-image: url("public/background2-1500h.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
 
@media(max-width: 1600px) {
  .cta26-container1 {
    background-color: #010731;
  }
  .cta26-container6 {
    width: 1279px;
  }
  .cta26-container8 {
    width: 803px;
  }
  .cta26-container9 {
    width: 803px;
  }
}
 
@media(max-width: 1200px) {
  .cta26-content {
    width: 859px;
  }
  .cta26-container8 {
    width: 100%;
  }
  .cta26-container9 {
    width: 100%;
  }
}
 
@media(max-width: 991px) {
  .cta26-container2 {
    height: 299px;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: var(--dl-layout-space-fourunits);
    justify-content: center;
  }
  .cta26-container6 {
    width: 100%;
  }
  .cta26-container7 {
    width: 740px;
  }
  .cta26-content {
    width: 714px;
  }
  .cta26-container8 {
    width: 100%;
  }
  .cta26-container9 {
    width: 100%;
  }
  .cta26root-class-name {
    background-size: cover;
    background-image: url("public/background2-1500h.png");
  }
}
 
@media(max-width: 767px) {
  .cta26-container2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    height: 100%;
    align-self: center;
    padding-top: 40px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .cta26-container3 {
    align-self: center;
  }
  .cta26-text1 {
    margin-left: var(--dl-layout-space-twounits);
    margin-right: var(--dl-layout-space-twounits);
  }
  .cta26-container7 {
    width: 100%;
    height: 253px;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .cta26-content {
    width: 598px;
    height: 118px;
  }
  .cta26-text2 {
    margin-left: var(--dl-layout-space-twounits);
    margin-right: var(--dl-layout-space-twounits);
  }
  .cta26-container8 {
    width: 562px;
    height: 41px;
  }
  .cta26-text3 {
    margin-left: var(--dl-layout-space-twounits);
    margin-right: var(--dl-layout-space-twounits);
  }
  .cta26-container9 {
    width: 562px;
    height: 41px;
  }
  .cta26-text4 {
    margin-left: var(--dl-layout-space-twounits);
    margin-right: var(--dl-layout-space-twounits);
  }
}
 
@media(max-width: 479px) {
  .cta26-container2 {
    height: 245px;
    padding-bottom: 13px;
  }
  .cta26-text1 {
    text-align: left;
  }
  .cta26-container7 {
    height: 125px;
  }
  .cta26-content {
    width: 350px;
  }
  .cta26-text2 {
    height: 45px;
  }
  .cta26-container8 {
    width: 100%;
    height: 26px;
  }
  .cta26-text3 {
    text-align: left;
  }
  .cta26-container9 {
    width: 100%;
    height: 26px;
  }
  .cta26-text4 {
    text-align: left;
  }
  .home-text71 {
    font-weight: 700;
  }
}

.footer4-wrapper {
  display: contents;
}
 
.footer4-footer7 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer4-image {
  width: 200px;
  object-fit: cover;
}
 
.footer4-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer4-credits {
  gap: var(--dl-layout-space-twounits);
  display: grid;
  align-self: center;
  place-items: center start;
  padding-right: 0px;
}
 
.footer4-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.footer4-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer4-container2 {
  display: flex;
  align-items: flex-start;
}
 
.footer4-text1 {
  margin-left: var(--dl-layout-space-unit);
  margin-right: var(--dl-layout-space-unit);
}
 
.footer4-footer-links {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
 
.footer4-action11 {
  display: flex;
  margin-left: var(--dl-layout-space-unit);
  margin-right: var(--dl-layout-space-unit);
  flex-direction: row;
  text-decoration: none;
}
 
.footer4-action12 {
  display: flex;
  margin-left: var(--dl-layout-space-unit);
  margin-right: var(--dl-layout-space-unit);
  flex-direction: row;
  text-decoration: none;
}
 
.footer4-action13 {
  display: flex;
  margin-left: var(--dl-layout-space-unit);
  margin-right: var(--dl-layout-space-unit);
  flex-direction: row;
  text-decoration: none;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text76 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text74 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text75 {
  display: inline-block;
}
 
.footer4root-class-name {
  background-color: #2F2F2F;
}
 

 

 
@media(max-width: 1600px) {
  .footer4-credits {
    align-self: center;
  }
  .footer4-text1 {
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
  }
  .footer4-action11 {
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
  }
  .footer4-action12 {
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
  }
  .footer4-action13 {
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
  }
  .home-text76 {
    color: #020101;
    box-shadow: inherit;
  }
  .home-text74 {
    color: #020101;
    box-shadow: inherit;
  }
  .home-text75 {
    color: #020101;
    box-shadow: inherit;
  }
}
 
@media(max-width: 1200px) {
  .footer4-credits {
    width: 1038px;
    height: 99px;
    align-self: center;
  }
  .footer4-container1 {
    width: 100%;
    height: 62px;
  }
  .footer4-row {
    align-self: flex-start;
  }
  .footer4-action11 {
    width: 61px;
    height: 32px;
  }
  .footer4-action12 {
    width: 190px;
    height: 35px;
    align-self: flex-start;
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .footer4-action13 {
    width: 123px;
    height: 32px;
  }
  .home-text76 {
    color: rgb(2, 1, 1);
    box-shadow: inherit;
  }
  .home-text74 {
    color: rgb(2, 1, 1);
    box-shadow: inherit;
  }
  .home-text75 {
    color: rgb(2, 1, 1);
    box-shadow: inherit;
  }
}
 
@media(max-width: 991px) {
  .footer4-image {
    width: 161px;
    height: 87px;
    align-self: center;
    padding-bottom: 0px;
  }
  .footer4-credits {
    width: 829px;
  }
  .footer4root-class-name {
    background-color: var(--dl-color-theme-accent1);
  }
  .footer4root-class-name1 {
    background-color: #000000;
  }
  .footer4root-class-name2 {
    background-color: var(--dl-color-theme-accent1);
  }
}
 
@media(max-width: 767px) {
  .footer4-footer7 {
    width: 767px;
    height: 428px;
  }
  .footer4-credits {
    width: 708px;
  }
  .footer4-container1 {
    width: 100%;
  }
  .footer4-row {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: 671px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer4-action11 {
    margin-left: var(--dl-layout-space-halfunit);
    margin-right: var(--dl-layout-space-halfunit);
  }
  .footer4-action12 {
    margin-left: var(--dl-layout-space-halfunit);
    margin-right: var(--dl-layout-space-halfunit);
  }
  .footer4-action13 {
    margin-left: var(--dl-layout-space-halfunit);
    margin-right: var(--dl-layout-space-halfunit);
  }
  .footer4root-class-name1 {
    background-color: var(--dl-color-theme-accent1);
  }
}
 
@media(max-width: 479px) {
  .footer4-footer7 {
    width: 479px;
    height: 378px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer4-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
    height: 100%;
  }
  .footer4-credits {
    width: 421px;
  }
  .footer4-container1 {
    width: 433px;
    height: 229px;
  }
  .footer4-row {
    width: 479px;
    height: 178px;
  }
  .footer4-footer-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer4-action13 {
    margin-bottom: var(--dl-layout-space-twounits);
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
  font-weight: 700;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
  font-weight: 700;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
  font-weight: 700;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text48 {
  display: inline-block;
}
 
.home-text49 {
  font-weight: 700;
}
 
.home-text50 {
  font-weight: 700;
}
 
.home-text51 {
  font-weight: 700;
}
 
.home-text52 {
  font-weight: 700;
}
 
.home-text53 {
  font-weight: 700;
}
 
.home-text54 {
  font-weight: 700;
}
 
.home-text55 {
  font-weight: 700;
}
 
.home-text56 {
  font-weight: 700;
}
 
.home-text57 {
  font-weight: 700;
}
 
.home-text58 {
  font-weight: 700;
}
 
.home-text59 {
  font-weight: 700;
}
 
.home-text60 {
  font-weight: 700;
}
 
.home-text61 {
  font-weight: 700;
}
 
.home-text62 {
  font-weight: 700;
}
 
.home-text63 {
  font-weight: 700;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text65 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text66 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text67 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text68 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text69 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text70 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text71 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text72 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text73 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text74 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text75 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text76 {
  display: inline-block;
}
 
@media(max-width: 1600px) {
  .home-container {
    background-color: #010731;
  }
  .home-text15 {
    color: #020101;
    box-shadow: inherit;
  }
  .home-text17 {
    color: #020101;
    box-shadow: inherit;
  }
  .home-text18 {
    font-style: inherit;
    font-weight: 700;
  }
  .home-text22 {
    text-transform: uppercase;
  }
  .home-text23 {
    text-transform: uppercase;
  }
  .home-text30 {
    font-weight: 700;
  }
  .home-text31 {
    font-weight: 700;
  }
  .home-text32 {
    font-weight: 700;
  }
  .home-text33 {
    font-weight: 700;
  }
  .home-text34 {
    font-weight: 700;
  }
  .home-text35 {
    font-weight: 700;
  }
  .home-text37 {
    font-weight: 700;
  }
  .home-text38 {
    font-weight: 700;
  }
  .home-text39 {
    font-weight: 700;
  }
  .home-text40 {
    font-weight: 700;
  }
  .home-text41 {
    font-weight: 700;
  }
  .home-text42 {
    font-weight: 700;
  }
  .home-text43 {
    font-weight: 700;
  }
  .home-text44 {
    font-weight: 700;
  }
  .home-text45 {
    font-weight: 700;
  }
  .home-text46 {
    font-weight: 700;
  }
  .home-text47 {
    font-weight: 700;
  }
  .home-text50 {
    font-weight: 700;
  }
  .home-text52 {
    font-weight: 700;
  }
  .home-text54 {
    font-weight: 700;
  }
  .home-text56 {
    font-weight: 700;
  }
  .home-text58 {
    font-weight: 700;
  }
  .home-text60 {
    font-weight: 700;
  }
  .home-text62 {
    font-weight: 700;
  }
  .home-text74 {
    color: #020101;
    box-shadow: inherit;
  }
  .home-text75 {
    color: #020101;
    box-shadow: inherit;
  }
  .home-text76 {
    color: #020101;
    box-shadow: inherit;
  }
}
 
@media(max-width: 1200px) {
  .home-text74 {
    color: rgb(2, 1, 1);
    box-shadow: inherit;
  }
  .home-text75 {
    color: rgb(2, 1, 1);
    box-shadow: inherit;
  }
  .home-text76 {
    color: rgb(2, 1, 1);
    box-shadow: inherit;
  }
}
 
@media(max-width: 767px) {
  .home-text26 {
    font-weight: 700;
  }
  .home-text30 {
    font-weight: 700;
  }
  .home-text32 {
    font-weight: 700;
  }
  .home-text34 {
    font-weight: 700;
  }
  .home-text38 {
    font-weight: 700;
  }
  .home-text40 {
    font-weight: 700;
  }
  .home-text41 {
    font-weight: 700;
  }
  .home-text43 {
    font-weight: 700;
  }
  .home-text45 {
    font-weight: 700;
  }
  .home-text50 {
    font-weight: 700;
  }
  .home-text52 {
    font-weight: 700;
  }
  .home-text54 {
    font-weight: 700;
  }
  .home-text56 {
    font-weight: 700;
  }
  .home-text58 {
    font-weight: 700;
  }
  .home-text60 {
    font-weight: 700;
  }
  .home-text62 {
    font-weight: 700;
  }
}
 
@media(max-width: 479px) {
  .home-text22 {
    text-transform: uppercase;
  }
  .home-text23 {
    text-transform: uppercase;
  }
  .home-text71 {
    font-weight: 700;
  }
}
