.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  /*grid-template-columns: 1fr 1fr;*/
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

p {
  color: #e4e4e4;
  margin-bottom: 10px;
  font-family: Roboto Regular, sans-serif;
}

.mycontainer {
  height: 100vh;
  max-width: 1130px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.mycontainer.about {
  height: 110vh;
  justify-content: center;
  padding-bottom: 36px;
}

.mycontainer.contact {
  justify-content: center;
}

.heroimage {
  width: auto;
  height: auto;
  object-fit: cover;
  display: block;
  position: absolute;
  top: -6%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.presentation {
  margin-top: -69px;
}

.ctawrap {
  margin-top: 51px;
  margin-left: 2px;
}

.ctalink {
  color: #e0e0e0;
  margin-left: 16px;
  font-family: Roboto Regular, sans-serif;
  font-size: 13px;
  text-decoration: underline;
}

.heading {
  font-size: 3.5rem;
  line-height: 65px;
}

.description {
  max-width: 60ch;
  margin-top: 21px;
  margin-left: 2px;
  line-height: 24px;
}

.ctablue {
  background-color: #03a6ee;
  border: 2px solid #03a6ee;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto Medium, sans-serif;
  transition: background-color .2s;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .28);
}

.ctablue:hover {
  background-color: rgba(0, 0, 0, 0);
}

.ctablue.yellow {
  background-color: #eed401;
  border-color: #eed401;
  margin-top: 32px;
  margin-bottom: 22px;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .07);
}

.ctablue.about {
  margin-top: 22px;
}

.ctablue.form {
  width: 100%;
  margin-top: 6px;
}

.navigation {
  max-width: 1115px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, 0));
  padding: 0 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.contactphone {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contactphone.nav {
  display: none;
}

.phonenumber {
  color: #fff;
  font-family: Roboto Regular, sans-serif;
  transition: color .2s;
}

.phonenumber:hover {
  color: #03a6ee;
}

.image {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.imagewhite {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-menu {
  color: #fff;
  font-family: Roboto Regular, sans-serif;
}

.navlink {
  color: #fff;
  transition: color .2s;
}

.navlink:hover {
  color: #03a6ee;
}

.navlink.current {
  outline-offset: 0px;
  color: #fff;
  outline: 3px #fff;
  text-decoration: none;
}

.navlink.current.w--current:hover {
  color: #03a6ee;
}

.section {
  height: auto;
  margin-top: -28px;
  padding-top: 18px;
  position: relative;
}

.yellowdecoration {
  margin-top: 0;
}

.yellowdecoration.about {
  width: 100%;
}

.section-2 {
  z-index: 2;
  margin-top: -104px;
  position: relative;
}

.section-2.contact {
  margin-bottom: 62px;
}

.whitedecoration {
  z-index: 2;
  margin-top: 0;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.whitedecoration.about {
  width: 100%;
  top: 7%;
}

.process {
  z-index: 3;
  max-width: 1115px;
  margin-top: -77px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.heading-2 {
  color: #505d68;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.process-p {
  max-width: 70ch;
  color: #767676;
  margin-top: 22px;
  margin-left: 2px;
  line-height: 22px;
}

.cards {
  margin-top: 51px;
  position: relative;
}

.card {
  padding-left: 32px;
  padding-right: 32px;
}

.imagediv {
  width: 125px;
  height: 125px;
  border: 2px solid #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.numberdiv {
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #03a6ee;
  border: 2px solid #03a6ee;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 9px auto;
  font-family: Roboto Medium, sans-serif;
  display: flex;
}

.cell {
  text-align: center;
}

.image-3 {
  margin-top: 7px;
}

.text-block {
  color: #03a6ee;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.paragraph {
  color: #767676;
  margin-top: 8px;
  margin-bottom: 0;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.line {
  width: 70%;
  height: 2px;
  background-color: #03a6ee;
  margin-left: 162px;
  margin-right: auto;
  position: absolute;
  top: 56%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.curvewrap {
  z-index: 4;
  position: relative;
}

.whiteupsidedowncurve {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section-3 {
  height: 900px;
  margin-top: -177px;
  padding-top: 133px;
  padding-bottom: 46px;
  position: relative;
}

.untostoppable {
  z-index: 2;
  width: 500px;
  height: 350px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(60deg, rgba(218, 216, 216, .5), rgba(218, 218, 218, .5));
  border-radius: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 26px;
  position: -webkit-sticky;
  position: sticky;
  top: 12%;
  left: 50%;
  overflow: visible;
  transform: translate(-50%);
}

.heading-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.paragraph-2 {
  color: #fff;
  margin-top: 21px;
  line-height: 22px;
}

.button {
  background-color: #eed401;
  font-family: Roboto Medium, sans-serif;
}

.image-4 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-4 {
  height: auto;
}

.slider-arrow---brix {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: #4a3aff;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px rgba(12, 4, 102, .2);
}

.slider-arrow---brix:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px rgba(12, 4, 102, .1);
}

.slider-arrow---brix:active {
  transform: scale(.94);
}

.slider-arrow---brix.small---brix {
  width: 56px;
  max-height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow---brix.small---brix.right---brix {
  background-color: #03a6ee;
  left: auto;
}

.slider-arrow---brix.small---brix.left---brix {
  background-color: #03a6ee;
  right: auto;
}

.split-content---brix.avatar-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.split-content---brix.testimonials-client-info---brix {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 27px;
  display: flex;
}

.title {
  white-space: break-spaces;
}

.title.testimonial-v1---brix {
  margin-bottom: 13px;
}

.title.avatar-name-v1---brix {
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.title.testimonial---brix {
  text-align: center;
  margin-bottom: 0;
}

.slider---brix {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.display-none {
  display: none;
}

.subtitle---brix {
  color: #eed401;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 500;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px rgba(8, 15, 52, .04);
}

.card---brix.testimonial-v1---brix {
  padding: 53px 54px 60px;
}

.card---brix.testimonial-v1---brix.first---brix {
  height: 270px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  font-family: Roboto Regular, sans-serif;
  display: flex;
}

.container-default---brix {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.cloneable-container-default {
  min-height: 624px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.slide---brix.testimonial-v1---brix {
  max-width: 500px;
  margin-right: 30px;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  margin-right: 18px;
  box-shadow: 0 4px 14px rgba(36, 39, 41, .1);
}

.testimonial-wrapper---brix {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.top-content---brix.testimonial-v1--brix {
  margin-bottom: 42px;
}

.mask---brix {
  border-radius: 20px;
}

.mask---brix.testimonial-v1---brix {
  max-width: 500px;
  overflow: visible;
}

.paragraph---brix.testimonial-v1---brix {
  color: #767676;
  margin-bottom: 0;
  line-height: 22px;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
}

.text-block-2 {
  margin-top: 4px;
}

.body {
  overflow: visible;
}

.image-5 {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: 0%;
  right: 0%;
}

.section-5 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#2c93c0, #2c93c0);
  position: relative;
}

.paragraph-3 {
  max-width: 45ch;
  color: #fff;
  margin-top: 23px;
  margin-left: 2px;
  line-height: 22px;
}

.footerwrapper {
  z-index: 2;
  max-width: 1100px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 21px 0;
  display: flex;
  position: relative;
}

.socialwrap {
  align-items: center;
  margin-top: 29px;
  margin-left: 2px;
  display: flex;
}

.image-6 {
  margin-left: 14px;
}

.links {
  border: 0 solid #eed401;
  border-width: 0 1px;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  margin-bottom: 18px;
  font-family: Roboto Medium, sans-serif;
}

.link {
  color: #fff;
  margin-top: 27px;
  text-decoration: none;
}

.link.w--current {
  color: #fff;
  margin-top: 23px;
  font-family: Roboto Regular, sans-serif;
  text-decoration: none;
}

.image-7 {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .2;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.copy {
  color: #e4e4e4;
  text-align: center;
  margin-top: 19px;
  font-family: Roboto Regular, sans-serif;
}

.text-block-4 {
  color: #fff;
  font-family: Roboto Medium, sans-serif;
}

.worktimewrap {
  align-items: center;
  display: flex;
}

.place {
  margin-left: 29px;
  font-family: Roboto Regular, sans-serif;
}

.place.first {
  margin-left: 0;
}

.text-block-5 {
  color: #fff;
  margin-top: 26px;
}

.paragraph-4 {
  color: #fff;
  margin-top: 11px;
}

.text-block-6 {
  color: #fff;
  margin-top: 22px;
  font-family: Roboto Regular, sans-serif;
  text-decoration: underline;
}

.section-6 {
  height: 110dvh;
  background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56));
  margin-top: -66px;
  margin-bottom: 0;
}

.background-video {
  z-index: -1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.presentation2 {
  text-align: center;
}

.aboutp {
  width: 60ch;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: -145px;
  position: relative;
}

.image-8 {
  z-index: 5;
  position: absolute;
  top: 112px;
  right: -40px;
}

.image-8.bottom {
  top: auto;
  bottom: -8%;
  left: -5%;
  right: auto;
}

.visitus {
  z-index: 2;
  background-color: #f9f9f9;
  margin-top: -54px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.heading-5 {
  color: #5e5e5e;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.paragraph-5 {
  width: 60ch;
  color: #767676;
  text-align: center;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
}

.image-9 {
  z-index: 5;
  position: absolute;
  top: 350px;
  left: 0;
}

.grid {
  grid-column-gap: 37px;
  grid-template-rows: auto;
}

.visitcard {
  max-width: 350px;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 7px rgba(116, 116, 116, .2);
}

.imagewrap {
  height: 200px;
}

.locationdetails {
  text-align: center;
  padding: 9px 16px 29px;
}

.heading-6 {
  color: #03a6ee;
  text-align: center;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.text-block-7 {
  color: #767676;
  font-family: Roboto Medium, sans-serif;
}

.worktime {
  color: #767676;
  margin-top: 16px;
  font-family: Roboto Medium, sans-serif;
}

.worktime.small {
  margin-top: 7px;
}

.worktime.str {
  margin-top: 13px;
}

.image-10 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.div-block-2 {
  background-color: #f9f9f9;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 84px;
  display: flex;
}

.image-11 {
  position: absolute;
  top: 650px;
  right: 0;
}

.image-12 {
  position: absolute;
  top: auto;
  bottom: -14%;
  left: 0%;
  right: 0%;
}

.mapwrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.html-embed {
  border: 0 #03a6ee;
}

.section-8 {
  justify-content: center;
  align-items: center;
  margin-top: 136px;
  margin-bottom: 100px;
  padding-left: 43px;
  padding-right: 43px;
  display: block;
}

.div-block-3 {
  z-index: 1;
  width: 100px;
  height: 50px;
  background-color: #03a6ee;
  border: 1px solid #03a6ee;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: auto;
  right: 0%;
}

.div-block-4 {
  margin-top: 31px;
}

.contactwrap {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(137, 137, 137, .5), rgba(137, 137, 137, .5));
  border-radius: 20px;
  margin-top: -41px;
  padding: 31px 46px;
}

.contactflex {
  align-items: center;
  display: flex;
}

.contactinfo {
  margin-right: 34px;
  padding: 0 41px 33px 0;
}

.heading-7 {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}

.contactform {
  width: 400px;
  margin-top: 11px;
  padding-left: 0;
  padding-right: 0;
}

.field-label, .field-label-2, .field-label-3 {
  color: #fff;
  font-family: Roboto Regular, sans-serif;
}

.text-field, .text-field-2, .textarea {
  border-radius: 7px;
}

.info {
  margin-top: 33px;
}

.infolocation {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #f5f5f5;
  margin-left: 13px;
  font-family: Roboto Regular, sans-serif;
  font-size: 13px;
}

.infonumber {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.image-13 {
  width: 24px;
}

.text-block-9 {
  color: #f3f3f3;
  margin-left: 10px;
  font-family: Roboto Regular, sans-serif;
}

.infomail {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-block-10 {
  color: #fff;
  margin-left: 10px;
  font-family: Roboto Regular, sans-serif;
}

.paragraph-6 {
  max-width: 45ch;
  line-height: 22px;
}

.heading-8 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.image-15, .white {
  display: none;
}

.languages {
  width: auto;
  height: 20px;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 34px;
  margin-left: 2px;
  display: flex;
  position: static;
  top: 25px;
  bottom: auto;
  left: 15px;
  right: auto;
}

.languages.mobile {
  display: none;
}

.languages.aboutmobile {
  justify-content: center;
}

.image-16 {
  width: 22px;
  height: auto;
  opacity: .86;
  margin-top: 4px;
  margin-left: 10px;
  display: block;
}

.image-16:hover {
  opacity: 1;
}

.image-17 {
  width: 50px;
}

.image-18 {
  width: 22px;
  opacity: .86;
}

.image-18:hover {
  opacity: 1;
}

@media screen and (min-width: 1280px) {
  .mycontainer.about {
    max-width: 100%;
  }

  .navlink.current.w--current:hover {
    color: #03a6ee;
  }

  .section {
    padding-top: 31px;
  }

  .yellowdecoration, .whitedecoration {
    width: 100%;
  }

  .process-p.en {
    max-width: 75ch;
  }

  .section-7.about {
    margin-top: -195px;
  }

  .mapwrap, .html-embed {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .languages.aboutmobile {
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .mycontainer.about {
    height: 110vh;
  }
}

@media screen and (min-width: 1920px) {
  .mycontainer {
    height: 55dvh;
    text-align: left;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ctablue.about {
    margin-top: 18px;
  }

  .yellowdecoration {
    width: auto;
    max-width: 1100px;
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .whitedecoration {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .process {
    background-color: #fff;
  }

  .whiteupsidedowncurve {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-3 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .untostoppable {
    background-image: linear-gradient(60deg, rgba(218, 215, 215, .5), rgba(240, 239, 239, .41));
  }

  .card---brix.testimonial-v1---brix.first---brix {
    display: flex;
  }

  .link {
    color: #fff;
    margin-top: 20px;
    text-decoration: none;
  }

  .section-6 {
    height: 55dvh;
    margin-top: -65px;
  }

  .background-video {
    height: 100%;
    display: block;
  }

  .presentation2 {
    text-align: center;
    font-family: Roboto Regular, sans-serif;
  }

  .aboutp {
    max-width: 60ch;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
  }

  .section-7 {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .mycontainer {
    height: 100dvh;
  }

  .heroimage {
    width: 110%;
    height: 110%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .presentation {
    margin-top: -39px;
  }

  .navbar {
    padding-bottom: 0;
  }

  .contactphone {
    display: none;
  }

  .contactphone.nav {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    display: flex;
  }

  .image {
    display: none;
  }

  .imagewhite {
    display: block;
  }

  .imagewhite.white {
    display: none;
  }

  .nav-menu {
    background-color: #03a6ee;
    margin-top: 24px;
  }

  .section {
    margin-top: -71px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .whitedecoration.about {
    top: 2%;
  }

  .process {
    margin-top: -14px;
  }

  .cards {
    padding-bottom: 0;
  }

  .line {
    width: 68%;
    margin-left: 145px;
    top: 56%;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .section-3 {
    height: 650px;
    margin-top: -130px;
  }

  .untostoppable {
    margin-left: 0;
    margin-right: 0;
    left: 50%;
    transform: translate(-25%);
  }

  .card---brix.testimonial-v1---brix {
    padding-left: 48px;
    padding-right: 48px;
  }

  .cloneable-container-default {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .mask---brix {
    margin-left: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    margin-left: 0;
  }

  .footerwrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 47px;
    padding-right: 47px;
  }

  .div-block {
    margin-top: 29px;
  }

  .section-7 {
    margin-top: -104px;
  }

  .visitcard {
    max-width: 300px;
  }

  .locationdetails {
    padding-top: 0;
    padding-bottom: 19px;
  }

  .contactinfo {
    padding-right: 0;
  }

  .white, .languages {
    display: none;
  }

  .languages.mobile {
    padding: 29px 19px;
    display: flex;
  }

  .image-16 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    margin-top: -72px;
  }

  .whitedecoration.about {
    top: 1%;
  }

  .process {
    text-align: center;
    margin-top: 3px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .cards {
    padding-bottom: 0;
  }

  .card {
    padding-left: 4px;
    padding-right: 4px;
  }

  .card.last {
    margin-left: auto;
    margin-right: auto;
  }

  .line {
    display: none;
  }

  .section-3 {
    height: 1000px;
    margin-top: -75px;
    padding-top: 95px;
  }

  .untostoppable {
    width: 400px;
    height: 420px;
    top: 7%;
    left: 50%;
    transform: translate(-15%);
  }

  .image-4 {
    height: 100%;
    object-fit: cover;
  }

  .slider-arrow---brix {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .card---brix {
    border-radius: 12px;
  }

  .card---brix.testimonial-v1---brix {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
  }

  .cloneable-container-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide---brix.testimonial-v1---brix {
    max-width: none;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .mask---brix {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-5 {
    bottom: -2%;
  }

  .logodescription {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-3 {
    text-align: center;
  }

  .footerwrapper {
    flex-direction: column;
  }

  .links {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    margin-top: 42px;
  }

  .text-block-4, .place, .place.first, .text-block-6 {
    text-align: center;
  }

  .div-block {
    margin-top: 53px;
  }

  .section-7 {
    margin-top: -92px;
  }

  .image-8.bottom {
    bottom: -8%;
  }

  .grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .visitcard {
    max-width: 325px;
  }

  .locationdetails {
    padding-top: 11px;
    padding-bottom: 29px;
  }

  .image-12 {
    width: 100%;
    bottom: -7%;
  }

  .languages.mobile {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .mycontainer {
    justify-content: center;
  }

  .mycontainer.about {
    height: 105dvh;
  }

  .heroimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% 50%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .presentation {
    text-align: center;
  }

  .ctawrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .ctalink {
    margin-top: 14px;
    margin-left: 0;
    font-size: 13px;
  }

  .heading {
    font-size: 2.3rem;
    line-height: 40px;
  }

  .description {
    font-size: 14px;
    line-height: 22px;
  }

  .ctablue {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1rem;
  }

  .ctablue.yellow {
    font-size: .9rem;
  }

  .navigation {
    padding: 0;
  }

  .navbar {
    height: 70px;
    margin-top: -1px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 0;
    display: block;
  }

  .contactphone {
    padding: 20px;
    display: none;
  }

  .contactphone:hover {
    background-color: #0594d3;
  }

  .contactphone.nav {
    display: flex;
  }

  .image {
    display: none;
  }

  .nav-menu {
    background-color: #03a6ee;
    flex: 0 auto;
    margin-top: -1px;
  }

  .navlink:hover {
    color: #fff;
  }

  .section {
    margin-top: -68px;
    padding-top: 49px;
    padding-bottom: 49px;
    position: relative;
  }

  .yellowdecoration {
    width: 100%;
    display: block;
  }

  .section-2 {
    margin-top: -119px;
  }

  .section-2.contact {
    z-index: 1;
    margin-top: -49px;
  }

  .whitedecoration {
    width: 100%;
    display: block;
    top: 2%;
  }

  .whitedecoration.about {
    top: 1%;
  }

  .process {
    background-color: #fff;
    margin-top: -9px;
  }

  .process.contact {
    margin-top: 180px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .card {
    margin-top: 25px;
  }

  .quick-stack {
    padding-top: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .untostoppable {
    width: 350px;
    height: 460px;
    top: 16%;
    left: 5%;
    transform: translate(0%);
  }

  .heading-3 {
    font-size: 28px;
  }

  .slider-arrow---brix.small---brix.right---brix {
    margin-bottom: -70px;
    right: 0;
  }

  .slider-arrow---brix.small---brix.left---brix {
    margin-bottom: -70px;
    left: auto;
    right: 74px;
  }

  .split-content---brix.avatar-content---brix {
    margin-bottom: 16px;
  }

  .split-content---brix.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .title.testimonial-v1---brix {
    white-space: break-spaces;
  }

  .slider---brix.testimonial-v1---brix {
    margin-bottom: 80px;
  }

  .card---brix.testimonial-v1---brix {
    max-width: none;
    min-height: 470px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    height: 270px;
    min-height: 300px;
  }

  .container-default---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide---brix.testimonial-v1---brix {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-right: 30px;
  }

  .mask---brix {
    margin-left: 0;
    margin-right: 0;
  }

  .body {
    height: auto;
  }

  .image-5 {
    width: 100%;
    display: block;
    bottom: -1%;
  }

  .links {
    margin-top: 58px;
    margin-bottom: 3px;
  }

  .text-block-3 {
    margin-bottom: -1px;
    display: block;
  }

  .link {
    color: #fff;
    margin-top: 20px;
    text-decoration: none;
  }

  .link.w--current {
    color: #fff;
  }

  .image-7 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .section-6 {
    padding-bottom: 0;
  }

  .background-video {
    width: 100%;
  }

  .aboutp {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .section-7 {
    margin-top: -110px;
  }

  .image-8 {
    z-index: 4;
    display: none;
  }

  .visitus {
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 28px;
  }

  .heading-4 {
    font-size: 35px;
  }

  .heading-5 {
    text-align: center;
  }

  .paragraph-5 {
    width: 90%;
    margin-top: 19px;
  }

  .image-9 {
    display: none;
  }

  .visitcard {
    max-width: 300px;
  }

  .div-block-2 {
    margin-top: -2px;
    padding-top: 17px;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    bottom: -3%;
  }

  .section-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contactwrap {
    z-index: 2;
    margin-top: 277px;
    padding-left: 21px;
    padding-right: 21px;
    position: relative;
  }

  .contactflex {
    flex-direction: column;
    align-items: center;
  }

  .contactinfo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contactform {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .info {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .infolocation {
    align-items: center;
  }

  .infonumber {
    margin-top: 21px;
  }

  .infomail {
    margin-top: 25px;
  }

  .paragraph-6 {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .heading-8 {
    font-size: 20px;
  }

  .white {
    display: none;
  }

  .languages {
    justify-content: center;
  }

  .languages.mobile {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .image-16 {
    width: 21px;
    margin-top: 2px;
  }
}

#w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a325-8361071d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a326-8361071d, #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a327-8361071d, #w-node-_91a101e5-279f-c0d0-cc08-11ef3f10e612-8361071d, #w-node-_21c4d6ff-dfc3-8feb-cdd5-e4f75007aa7f-24c404b6, #w-node-_5bb2a9a7-57f8-809e-5678-d51e97cce474-24c404b6, #w-node-_4c59a6bb-9b25-7bd4-68bc-a4f2d1135dcb-24c404b6, #w-node-d02f349e-5d11-a93f-e946-dcf4ba26157d-24c404b6, #w-node-d02f349e-5d11-a93f-e946-dcf4ba26157e-24c404b6, #w-node-d02f349e-5d11-a93f-e946-dcf4ba261580-24c404b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a325-80a0331a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a326-80a0331a, #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a327-80a0331a, #w-node-_91a101e5-279f-c0d0-cc08-11ef3f10e612-80a0331a, #w-node-_34a8e3cd-fcb5-b791-3c8b-3e4d45849350-5c2575a0, #w-node-_34a8e3cd-fcb5-b791-3c8b-3e4d45849351-5c2575a0, #w-node-_34a8e3cd-fcb5-b791-3c8b-3e4d45849353-5c2575a0, #w-node-_34a8e3cd-fcb5-b791-3c8b-3e4d45849362-5c2575a0, #w-node-_34a8e3cd-fcb5-b791-3c8b-3e4d45849363-5c2575a0, #w-node-_34a8e3cd-fcb5-b791-3c8b-3e4d45849365-5c2575a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a325-8361071d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a326-8361071d, #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a327-8361071d, #w-node-_91a101e5-279f-c0d0-cc08-11ef3f10e612-8361071d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a325-80a0331a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a326-80a0331a, #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a327-80a0331a, #w-node-_91a101e5-279f-c0d0-cc08-11ef3f10e612-80a0331a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a325-8361071d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a326-8361071d, #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a327-8361071d, #w-node-_91a101e5-279f-c0d0-cc08-11ef3f10e612-8361071d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a325-80a0331a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a326-80a0331a, #w-node-f70c6ca0-d3af-f0ad-4ac4-712ceb16a327-80a0331a, #w-node-_91a101e5-279f-c0d0-cc08-11ef3f10e612-80a0331a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ubuntu M';
  src: url('../fonts/Ubuntu-M.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu B';
  src: url('../fonts/Ubuntu-B.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}