.top-wrapper {
  display: contents;
}
.top-container1 {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: #00192C;
}
.top-navbar-interactive {
  fill: var(--dl-color-theme-neutral-dark);
  color: #ffffff;
  width: 100%;
  height: 160px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.top-image1 {
  width: 154px;
  height: 116px;
}
.top-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.top-container2 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-twounits);
}
.top-action11 {
  border-color: #e9452b;
  text-decoration: none;
  background-color: #e9452b;
}
.top-action21 {
  display: flex;
  border-color: #e9452b;
  flex-direction: row;
  text-decoration: none;
}
.top-burger-menu {
  display: none;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  border-color: #ff0000;
  border-width: 1px;
}
.top-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}
.top-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.top-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.top-logo {
  height: 3rem;
}
.top-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.top-links {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.top-link2 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #ffffff;
}
.top-buttons {
  gap: var(--dl-space-space-twounits);
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: center;
}
.home-fragment14 {
  display: contents;
}
.home-text104 {
  display: inline-block;
}
.home-fragment10 {
  display: contents;
}
.home-text100 {
  display: inline-block;
}
.home-fragment15 {
  display: contents;
}
.home-text105 {
  display: inline-block;
}
.home-fragment12 {
  display: contents;
}
.home-text102 {
  display: inline-block;
}
.home-fragment11 {
  display: contents;
}
.home-text101 {
  display: inline-block;
}
.home-fragment13 {
  display: contents;
}
.home-text103 {
  display: inline-block;
}
.home-fragment16 {
  display: contents;
}
.home-text106 {
  color: #e9452b;
  display: inline-block;
  font-family: "Noto Sans";
}
@media(max-width: 767px) {
  .top-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .top-action21 {
    color: #e9452b;
  }
  .top-burger-menu {
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .top-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .top-desktop-menu {
    display: none;
  }
  .top-container2 {
    display: block;
  }
  .top-action11 {
    margin-bottom: 20px;
  }
  .top-action21 {
    color: #e9452b;
    width: 100%;
  }
  .top-burger-menu {
    display: flex;
    border-color: #00192c;
    border-width: 0px;
  }
  .top-mobile-menu {
    padding: var(--dl-space-space-unit);
  }
}

.cta4-wrapper {
  display: contents;
}
.cta4-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.cta4-max-width {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  max-width: var(--dl-size-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.cta4-container2 {
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
.cta4-column {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-direction: column;
}
.cta4-text1 {
  font-size: 38px;
  font-family: "Noto Sans";
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
}
.cta4-image {
  flex: 1;
  width: auto;
  height: 540px;
  object-fit: cover;
}
@media(max-width: 1200px) {
  .cta4-container2 {
    flex-direction: column;
  }
  .cta4-text1 {
    text-align: center;
  }
}
@media(max-width: 991px) {
  .cta4-container2 {
    flex-direction: column;
  }
  .cta4-text1 {
    text-align: center;
  }
  .cta4-text2 {
    text-align: center;
  }
  .cta4-image {
    flex: 1;
    width: 100%;
  }
}
@media(max-width: 767px) {
  .cta4-text1 {
    font-size: 30;
    text-align: center;
    font-family: Noto Sans;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
  }
}
@media(max-width: 479px) {
  .cta4-text1 {
    font-size: 30;
    text-align: center;
    font-family: Noto Sans;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
  }
  .cta4-text2 {
    text-align: center;
  }
}

.testimonials-wrapper {
  display: contents;
}
.testimonials-max-width {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.testimonials-section-title {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.testimonials-title {
  width: 100%;
  font-size: 38px;
  text-align: center;
  font-family: Noto Sans;
  font-weight: 700;
  line-height: auto;
  text-transform: none;
  text-decoration: none;
}
.testimonials-container {
  gap: var(--dl-space-space-twounits);
  width: auto;
}
.testimonials-content1 {
  gap: var(--dl-space-space-twounits);
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonials-stars1 {
  fill: var(--dl-color-theme-primary1);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.testimonials-icon10 {
  fill: #e9452b;
}
.testimonials-icon12 {
  fill: #e9452b;
}
.testimonials-icon14 {
  fill: #e9452b;
}
.testimonials-icon16 {
  fill: #E9452B;
}
.testimonials-icon18 {
  fill: #E9452B;
}
.testimonials-text10 {
  text-align: center;
}
.testimonials-avatar1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonials-avatar-image1 {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.testimonials-avatar-content1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonials-text11 {
  font-style: normal;
  font-weight: 600;
}
.testimonials-content2 {
  gap: var(--dl-space-space-twounits);
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonials-stars2 {
  fill: var(--dl-color-theme-primary1);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.testimonials-icon20 {
  fill: #E9452B;
}
.testimonials-icon22 {
  fill: #E9452B;
}
.testimonials-icon24 {
  fill: #E9452B;
}
.testimonials-icon26 {
  fill: #E9452B;
}
.testimonials-icon28 {
  fill: #E9452B;
}
.testimonials-text13 {
  text-align: center;
}
.testimonials-avatar2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonials-avatar-image2 {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.testimonials-avatar-content2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonials-text14 {
  font-style: normal;
  font-weight: 600;
}
.testimonials-content3 {
  gap: var(--dl-space-space-twounits);
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonials-stars3 {
  fill: var(--dl-color-theme-primary1);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.testimonials-icon30 {
  fill: #E9452B;
}
.testimonials-icon32 {
  fill: #E9452B;
}
.testimonials-icon34 {
  fill: #E9452B;
}
.testimonials-icon36 {
  fill: #E9452B;
}
.testimonials-icon38 {
  fill: #E9452B;
}
.testimonials-text16 {
  text-align: center;
}
.testimonials-avatar3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonials-avatar-image3 {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.testimonials-avatar-content3 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonials-text17 {
  font-style: normal;
  font-weight: 600;
}
.home-fragment22 {
  display: contents;
}
.home-text112 {
  display: inline-block;
}
.home-fragment23 {
  display: contents;
}
.home-text113 {
  display: inline-block;
}
.home-fragment24 {
  display: contents;
}
.home-text114 {
  display: inline-block;
}
.home-fragment18 {
  display: contents;
}
.home-text108 {
  display: inline-block;
  font-size: 18px;
}
.home-fragment17 {
  display: contents;
}
.home-text107 {
  display: inline-block;
  font-family: "Noto Sans";
}
.home-fragment25 {
  display: contents;
}
.home-text115 {
  display: inline-block;
}
.home-fragment20 {
  display: contents;
}
.home-text110 {
  display: inline-block;
}
.home-fragment21 {
  display: contents;
}
.home-text111 {
  display: inline-block;
}
.home-fragment19 {
  display: contents;
}
.home-text109 {
  display: inline-block;
}
.testimonialsroot-class-name {
  background-color: #f2f1f0;
}
@media(max-width: 991px) {
  .testimonials-container {
    align-items: center;
  }
  .testimonials-text10 {
    text-align: center;
  }
  .testimonials-text13 {
    text-align: center;
  }
  .testimonials-text16 {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .testimonials-max-width {
    padding: var(--dl-space-space-threeunits);
  }
  .testimonials-section-title {
    width: 100%;
    max-width: 800px;
  }
  .testimonials-title {
    font-size: 30px;
  }
  .testimonials-container {
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .testimonials-max-width {
    padding: var(--dl-space-space-oneandhalfunits);
  }
  .testimonials-title {
    font-size: 30px;
  }
  .testimonials-avatar1 {
    flex-direction: column;
  }
  .testimonials-avatar-content1 {
    align-items: center;
    justify-content: center;
  }
  .testimonials-avatar2 {
    flex-direction: column;
  }
  .testimonials-avatar-content2 {
    align-items: center;
    justify-content: center;
  }
  .testimonials-avatar3 {
    flex-direction: column;
  }
  .testimonials-avatar-content3 {
    align-items: center;
    justify-content: center;
  }
}

.features23-wrapper {
  display: contents;
}
.features23-layout349 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.features23-max-width {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.features23-container1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
}
.features23-text10 {
  font-size: 38px;
  font-family: Noto Sans;
  font-weight: 700;
  line-height: auto;
  text-transform: none;
  text-decoration: none;
}
.features23-container3 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent1);
}
.features23-icon10 {
  fill: #E9452B;
  color: #E9452B;
  width: 63px;
  height: 50px;
  align-self: center;
}
.features23-text11 {
  align-self: center;
}
.features23-text12 {
  text-align: center;
}
.features23-container4 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(233, 69, 43, 0.10);
}
.features23-icon12 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
  width: 50px;
  height: 50px;
  align-self: center;
}
.features23-text13 {
  align-self: center;
}
.features23-text14 {
  text-align: center;
}
.features23-container5 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent1);
}
.features23-icon14 {
  fill: #E9452B;
  color: #E9452B;
  width: 66px;
  height: 50px;
  align-self: center;
}
.features23-text15 {
  align-self: center;
}
.features23-text16 {
  text-align: center;
}
.features23-container6 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(233, 69, 43, 0.10);
}
.features23-icon16 {
  fill: #E9452B;
  color: #E9452B;
  width: 50px;
  height: 50px;
  align-self: center;
}
.features23-text17 {
  align-self: center;
}
.features23-text18 {
  text-align: center;
}
.features23-container7 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent1);
}
.features23-container8 {
  flex: 0 0 auto;
  width: auto;
  height: 57px;
  display: flex;
  align-self: center;
  align-items: flex-start;
  justify-content: flex-start;
}
.features23-icon18 {
  fill: #E9452B;
  color: #E9452B;
  width: 49px;
  height: 50px;
  align-self: center;
}
.features23-text19 {
  align-self: center;
  text-align: center;
}
.features23-text20 {
  text-align: center;
}
.features23-container9 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(233, 69, 43, 0.10);
}
.features23-icon22 {
  fill: #E9452B;
  color: #E9452B;
  width: 49px;
  height: 50px;
  align-self: center;
}
.features23-text21 {
  align-self: center;
}
.features23-text22 {
  text-align: center;
}
.home-fragment32 {
  display: contents;
}
.home-text124 {
  display: inline-block;
  font-size: 18px;
  font-family: "Noto Sans";
}
.home-fragment35 {
  display: contents;
}
.home-text127 {
  display: inline-block;
  font-size: 18px;
}
.home-fragment30 {
  display: contents;
}
.home-text120 {
  display: inline-block;
  font-size: 30px;
  font-family: "Noto Sans";
}
.home-fragment29 {
  display: contents;
}
.home-text119 {
  display: inline-block;
  font-size: 30px;
  font-family: "Noto Sans";
}
.home-fragment36 {
  display: contents;
}
.home-text128 {
  display: inline-block;
  font-size: 18px;
}
.home-fragment27 {
  display: contents;
}
.home-text117 {
  display: inline-block;
}
.home-fragment28 {
  display: contents;
}
.home-text118 {
  display: inline-block;
  font-size: 30px;
}
.home-fragment37 {
  display: contents;
}
.home-text129 {
  display: inline-block;
  font-size: 18px;
}
.home-fragment34 {
  display: contents;
}
.home-text126 {
  display: inline-block;
  font-size: 18px;
  font-family: "Noto Sans";
}
.home-fragment31 {
  display: contents;
}
.home-text123 {
  display: inline-block;
  font-size: 30px;
}
.home-fragment26 {
  display: contents;
}
.home-text116 {
  display: inline-block;
  font-family: "Noto Sans";
}
.home-fragment33 {
  display: contents;
}
.home-text125 {
  display: inline-block;
  font-size: 18px;
}
@media(max-width: 991px) {
  .features23-max-width {
    flex-direction: column;
  }
  .features23-container1 {
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .features23-text10 {
    font-size: 38px;
    font-family: Noto Sans;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
  }
}
@media(max-width: 767px) {
  .features23-container1 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .features23-text10 {
    font-size: 30px;
    font-szie: 30px;
  }
  .features23-container3 {
    width: 100%;
  }
  .features23-container4 {
    width: 100%;
  }
  .features23-container5 {
    width: 100%;
  }
  .features23-container6 {
    width: 100%;
  }
  .features23-container7 {
    width: 100%;
  }
  .features23-container9 {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .features23-max-width {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .features23-text10 {
    font-size: 30px;
  }
  .features23-text11 {
    text-align: center;
  }
  .features23-text13 {
    text-align: center;
  }
  .features23-text15 {
    text-align: center;
  }
  .features23-text17 {
    text-align: center;
  }
  .features23-text21 {
    text-align: center;
  }
}

.services-wrapper {
  display: contents;
}
.services-max-width1 {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.services-section-title {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-max-width2 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
.services-content10 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-heading1 {
  font-size: 38px;
  font-family: Noto Sans;
  font-weight: 700;
  line-height: auto;
  text-transform: none;
  text-decoration: none;
}
.services-content1 {
  text-align: center;
}
.services-content11 {
  gap: var(--dl-space-space-sixunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-content12 {
  gap: 64px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.services-row1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
.services-container10 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-card10 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon10 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content13 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title10 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text100 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-card11 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon12 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content14 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title11 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text101 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-container11 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-card12 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon14 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content15 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title12 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text102 {
  font-style: normal;
  font-weight: 600;
}
.services-card13 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon16 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content16 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title13 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text103 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-row2 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
.services-container12 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-card14 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon18 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content17 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title14 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text104 {
  font-style: normal;
  font-weight: 600;
}
.services-card15 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon20 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content18 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title15 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text105 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-container13 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-card16 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon22 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content19 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title16 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text106 {
  font-style: normal;
  font-weight: 600;
}
.services-card17 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon24 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content20 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title17 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text107 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-row3 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
.services-container14 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-card18 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon27 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content21 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title18 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text108 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-card19 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon29 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content22 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title19 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text109 {
  font-style: normal;
  font-weight: 600;
}
.services-container15 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-card20 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon31 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content23 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title20 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text110 {
  font-style: normal;
  font-weight: 600;
}
.services-card21 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon33 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content24 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title21 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text111 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-row4 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
.services-container16 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-card22 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon35 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content25 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title22 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text112 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-card23 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon39 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content26 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title23 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text113 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-container17 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-card24 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-container18 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-icon42 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content27 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title24 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text114 {
  font-style: normal;
  font-weight: 600;
}
.services-card25 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon46 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content28 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title25 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text115 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-row5 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
.services-container19 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-card26 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon48 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content29 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title26 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text116 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-card27 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon50 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content30 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title27 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text117 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-container20 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-card28 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon52 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content31 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title28 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text118 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.services-card29 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.services-icon54 {
  fill: var(--dl-color-theme-neutral-dark);
  color: #e9452b;
}
.services-content32 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-title29 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.services-text119 {
  font-style: normal;
  font-weight: 600;
}
.home-fragment50 {
  display: contents;
}
.home-text180 {
  display: inline-block;
}
.home-fragment40 {
  display: contents;
}
.home-text140 {
  display: inline-block;
}
.home-fragment39 {
  display: contents;
}
.home-text135 {
  display: inline-block;
}
.home-fragment55 {
  display: contents;
}
.home-text199 {
  display: inline-block;
}
.home-fragment56 {
  display: contents;
}
.home-text203 {
  display: inline-block;
}
.home-fragment47 {
  display: contents;
}
.home-text165 {
  display: inline-block;
}
.home-fragment49 {
  display: contents;
}
.home-text175 {
  display: inline-block;
}
.home-fragment38 {
  display: contents;
}
.home-text130 {
  display: inline-block;
}
.home-fragment54 {
  display: contents;
}
.home-text196 {
  display: inline-block;
}
.home-fragment45 {
  display: contents;
}
.home-text156 {
  display: inline-block;
}
.home-fragment59 {
  display: contents;
}
.home-text218 {
  display: inline-block;
}
.home-fragment48 {
  display: contents;
}
.home-text170 {
  display: inline-block;
}
.home-fragment57 {
  display: contents;
}
.home-text208 {
  display: inline-block;
}
.home-fragment46 {
  display: contents;
}
.home-text161 {
  display: inline-block;
}
.home-fragment53 {
  display: contents;
}
.home-text191 {
  display: inline-block;
}
.home-fragment51 {
  display: contents;
}
.home-text185 {
  display: inline-block;
}
.home-fragment58 {
  display: contents;
}
.home-text213 {
  display: inline-block;
}
.home-fragment44 {
  display: contents;
}
.home-text153 {
  display: inline-block;
}
.home-fragment52 {
  display: contents;
}
.home-text186 {
  display: inline-block;
}
.home-fragment41 {
  display: contents;
}
.home-text143 {
  display: inline-block;
}
.home-fragment42 {
  display: contents;
}
.home-text148 {
  display: inline-block;
}
.home-fragment43 {
  display: contents;
}
.home-text149 {
  display: inline-block;
  font-size: 18px;
  font-family: "Noto Sans";
}
.servicesroot-class-name {
  background-color: #f2f1f0;
}
@media(max-width: 991px) {
  .services-content11 {
    gap: var(--dl-space-space-fourunits);
  }
}
@media(max-width: 767px) {
  .services-heading1 {
    font-size: 30px;
    text-align: center;
  }
  .services-row1 {
    align-items: center;
    flex-direction: column;
  }
  .services-row2 {
    align-items: center;
    flex-direction: column;
  }
  .services-row3 {
    align-items: center;
    flex-direction: column;
  }
  .services-row4 {
    align-items: center;
    flex-direction: column;
  }
  .services-row5 {
    align-items: center;
    flex-direction: column;
  }
  .home-text185 {
    font-size: 30px;
  }
}
@media(max-width: 479px) {
  .services-heading1 {
    font-size: 30px;
    text-align: center;
  }
  .services-container10 {
    width: 100%;
    flex-direction: column;
  }
  .services-container11 {
    flex-direction: column;
  }
  .services-container12 {
    flex-direction: column;
  }
  .services-container13 {
    flex-direction: column;
  }
  .services-container14 {
    flex-direction: column;
  }
  .services-container15 {
    flex-direction: column;
  }
  .services-container16 {
    flex-direction: column;
  }
  .services-container17 {
    flex-direction: column;
  }
  .services-container19 {
    flex-direction: column;
  }
  .services-container20 {
    flex-direction: column;
  }
  .home-text185 {
    font-size: 24px;
  }
}

.features171-wrapper {
  display: contents;
}
.features171-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.features171-max-width {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
}
.features171-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
.features171-image {
  width: 690px;
  height: 300px;
  object-fit: cover;
}
.features171-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.features171-section-title {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.features171-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.features171-text1 {
  font-size: 38px;
  font-family: Noto Sans;
  font-weight: 700;
  line-height: auto;
  text-transform: none;
  text-decoration: none;
}
.home-fragment60 {
  display: contents;
}
.home-text219 {
  display: inline-block;
  font-size: 18px;
}
@media(max-width: 991px) {
  .features171-max-width {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .features171-text1 {
    align-self: center;
    text-align: center;
  }
  .features171-text4 {
    align-self: center;
    text-align: center;
  }
}
@media(max-width: 767px) {
  .features171-content2 {
    align-self: center;
  }
  .features171-text1 {
    font-size: 30px;
  }
  .features171-text4 {
    text-align: center;
  }
}
@media(max-width: 479px) {
  .features171-image {
    width: 100%;
  }
  .features171-text1 {
    text-align: center;
  }
  .features171-text4 {
    text-align: center;
  }
}

.features18-wrapper {
  display: contents;
}
.features18-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.features18-max-width {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
}
.features18-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
.features18-image {
  width: 705px;
  height: 300px;
  object-fit: cover;
}
.features18-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.features18-section-title {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.features18-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.features18-text1 {
  font-size: 38px;
  font-family: Noto Sans;
  font-weight: 700;
  line-height: auto;
  text-transform: none;
  text-decoration: none;
}
.home-fragment61 {
  display: contents;
}
.home-text220 {
  display: inline-block;
  font-size: 18px;
}
@media(max-width: 991px) {
  .features18-max-width {
    gap: var(--dl-space-space-twounits);
    flex-direction: column-reverse;
  }
  .features18-text1 {
    align-self: center;
  }
  .features18-text4 {
    align-self: center;
    text-align: center;
  }
}
@media(max-width: 767px) {
  .features18-text1 {
    font-size: 30px;
    text-align: center;
  }
}
@media(max-width: 479px) {
  .features18-image {
    width: 100%;
  }
  .features18-text1 {
    font-size: 30px;
  }
  .features18-text4 {
    text-align: center;
  }
}

.get-in-touch-wrapper {
  display: contents;
}
.get-in-touch-container {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}
.get-in-touch-max-width1 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
.get-in-touch-section-title {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.get-in-touch-max-width2 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
.get-in-touch-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.get-in-touch-heading1 {
  font-size: 38px;
  font-family: Noto Sans;
  font-weight: 700;
  line-height: auto;
  text-transform: none;
  text-decoration: none;
}
.get-in-touch-content1 {
  text-align: center;
}
.get-in-touch-content3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.get-in-touch-actions {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
}
.get-in-touch-button {
  border-color: #e9452b;
  text-decoration: none;
  background-color: #e9452b;
}
.get-in-touch-action1 {
  text-align: center;
}
.home-fragment62 {
  display: contents;
}
.home-text221 {
  display: inline-block;
  font-family: "Noto Sans";
}
.home-fragment63 {
  display: contents;
}
.home-text222 {
  display: inline-block;
}
.home-text224 {
  font-style: normal;
  font-weight: 700;
}
.get-in-touchroot-class-name {
  background-color: #f1f1f1;
}
@media(max-width: 767px) {
  .get-in-touch-heading1 {
    font-size: 30px;
  }
}
@media(max-width: 479px) {
  .get-in-touch-actions {
    width: 100%;
    flex-direction: column;
  }
  .get-in-touch-button {
    width: 100%;
  }
}

.footer-wrapper {
  display: contents;
}
.footer-footer7 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.footer-max-width {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.footer-credits {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.footer-divider {
  opacity: 0.2;
  background-color: #ffffff;
}
.footer-row {
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
.footer-container {
  display: flex;
  align-items: flex-start;
}
.footer-text {
  color: #ffffff;
  font-size: 12px;
}
.footerroot-class-name {
  background-color: #00192c;
}
@media(max-width: 991px) {
  .footer-max-width {
    background-color: #00192c;
  }
  .footer-image {
    width: 131px;
    height: 99px;
  }
  .footer-divider {
    opacity: 0.2;
    background-color: #ffffff;
  }
  .footer-row {
    align-self: center;
  }
  .footer-text {
    color: #ffffff;
    font-size: 12px;
  }
  .footerroot-class-name {
    background-color: #00192c;
  }
}
@media(max-width: 767px) {
  .footer-row {
    gap: var(--dl-space-space-oneandhalfunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .footer-max-width {
    gap: var(--dl-space-space-oneandhalfunits);
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-fragment10 {
  display: contents;
}
.home-text100 {
  display: inline-block;
}
.home-fragment11 {
  display: contents;
}
.home-text101 {
  display: inline-block;
}
.home-fragment12 {
  display: contents;
}
.home-text102 {
  display: inline-block;
}
.home-fragment13 {
  display: contents;
}
.home-text103 {
  display: inline-block;
}
.home-fragment14 {
  display: contents;
}
.home-text104 {
  display: inline-block;
}
.home-fragment15 {
  display: contents;
}
.home-text105 {
  display: inline-block;
}
.home-fragment16 {
  display: contents;
}
.home-text106 {
  color: #e9452b;
  display: inline-block;
  font-family: "Noto Sans";
}
.home-fragment17 {
  display: contents;
}
.home-text107 {
  display: inline-block;
  font-family: "Noto Sans";
}
.home-fragment18 {
  display: contents;
}
.home-text108 {
  display: inline-block;
  font-size: 18px;
}
.home-fragment19 {
  display: contents;
}
.home-text109 {
  display: inline-block;
}
.home-fragment20 {
  display: contents;
}
.home-text110 {
  display: inline-block;
}
.home-fragment21 {
  display: contents;
}
.home-text111 {
  display: inline-block;
}
.home-fragment22 {
  display: contents;
}
.home-text112 {
  display: inline-block;
}
.home-fragment23 {
  display: contents;
}
.home-text113 {
  display: inline-block;
}
.home-fragment24 {
  display: contents;
}
.home-text114 {
  display: inline-block;
}
.home-fragment25 {
  display: contents;
}
.home-text115 {
  display: inline-block;
}
.home-fragment26 {
  display: contents;
}
.home-text116 {
  display: inline-block;
  font-family: "Noto Sans";
}
.home-fragment27 {
  display: contents;
}
.home-text117 {
  display: inline-block;
}
.home-fragment28 {
  display: contents;
}
.home-text118 {
  display: inline-block;
  font-size: 30px;
}
.home-fragment29 {
  display: contents;
}
.home-text119 {
  display: inline-block;
  font-size: 30px;
  font-family: "Noto Sans";
}
.home-fragment30 {
  display: contents;
}
.home-text120 {
  display: inline-block;
  font-size: 30px;
  font-family: "Noto Sans";
}
.home-fragment31 {
  display: contents;
}
.home-text123 {
  display: inline-block;
  font-size: 30px;
}
.home-fragment32 {
  display: contents;
}
.home-text124 {
  display: inline-block;
  font-size: 18px;
  font-family: "Noto Sans";
}
.home-fragment33 {
  display: contents;
}
.home-text125 {
  display: inline-block;
  font-size: 18px;
}
.home-fragment34 {
  display: contents;
}
.home-text126 {
  display: inline-block;
  font-size: 18px;
  font-family: "Noto Sans";
}
.home-fragment35 {
  display: contents;
}
.home-text127 {
  display: inline-block;
  font-size: 18px;
}
.home-fragment36 {
  display: contents;
}
.home-text128 {
  display: inline-block;
  font-size: 18px;
}
.home-fragment37 {
  display: contents;
}
.home-text129 {
  display: inline-block;
  font-size: 18px;
}
.home-fragment38 {
  display: contents;
}
.home-text130 {
  display: inline-block;
}
.home-fragment39 {
  display: contents;
}
.home-text135 {
  display: inline-block;
}
.home-fragment40 {
  display: contents;
}
.home-text140 {
  display: inline-block;
}
.home-fragment41 {
  display: contents;
}
.home-text143 {
  display: inline-block;
}
.home-fragment42 {
  display: contents;
}
.home-text148 {
  display: inline-block;
}
.home-fragment43 {
  display: contents;
}
.home-text149 {
  display: inline-block;
  font-size: 18px;
  font-family: "Noto Sans";
}
.home-fragment44 {
  display: contents;
}
.home-text153 {
  display: inline-block;
}
.home-fragment45 {
  display: contents;
}
.home-text156 {
  display: inline-block;
}
.home-fragment46 {
  display: contents;
}
.home-text161 {
  display: inline-block;
}
.home-fragment47 {
  display: contents;
}
.home-text165 {
  display: inline-block;
}
.home-fragment48 {
  display: contents;
}
.home-text170 {
  display: inline-block;
}
.home-fragment49 {
  display: contents;
}
.home-text175 {
  display: inline-block;
}
.home-fragment50 {
  display: contents;
}
.home-text180 {
  display: inline-block;
}
.home-fragment51 {
  display: contents;
}
.home-text185 {
  display: inline-block;
}
.home-fragment52 {
  display: contents;
}
.home-text186 {
  display: inline-block;
}
.home-fragment53 {
  display: contents;
}
.home-text191 {
  display: inline-block;
}
.home-fragment54 {
  display: contents;
}
.home-text196 {
  display: inline-block;
}
.home-fragment55 {
  display: contents;
}
.home-text199 {
  display: inline-block;
}
.home-fragment56 {
  display: contents;
}
.home-text203 {
  display: inline-block;
}
.home-fragment57 {
  display: contents;
}
.home-text208 {
  display: inline-block;
}
.home-fragment58 {
  display: contents;
}
.home-text213 {
  display: inline-block;
}
.home-fragment59 {
  display: contents;
}
.home-text218 {
  display: inline-block;
}
.home-fragment60 {
  display: contents;
}
.home-text219 {
  display: inline-block;
  font-size: 18px;
}
.home-fragment61 {
  display: contents;
}
.home-text220 {
  display: inline-block;
  font-size: 18px;
}
.home-fragment62 {
  display: contents;
}
.home-text221 {
  display: inline-block;
  font-family: "Noto Sans";
}
.home-fragment63 {
  display: contents;
}
.home-text222 {
  display: inline-block;
}
.home-text224 {
  font-style: normal;
  font-weight: 700;
}
@media(max-width: 767px) {
  .home-text185 {
    font-size: 30px;
  }
}
@media(max-width: 479px) {
  .home-text185 {
    font-size: 24px;
  }
}
