:root {
  --bodybackground: #0d1113;
  --white: white;
  --body-grey: #939393;
  --dark-font: #0d1113;
  --black: black;
  --background-grey: #efefef;
  --font-family: Mulish, sans-serif;
  --white-2: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--bodybackground);
  color: #333;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 40px;
}

.hero {
  z-index: 1;
  background-image: linear-gradient(#0e1115, #0c1012);
  position: fixed;
  inset: 0;
}

.content {
  z-index: 3;
  width: 100%;
  height: 500px;
  padding-top: 100px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.container {
  width: 1344px;
}

.headercontent {
  width: 100%;
  color: var(--white);
  justify-content: space-between;
  display: flex;
}

.menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.languages {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.menuitem {
  color: var(--body-grey);
  font-size: 16px;
  text-decoration: none;
}

.menuitem:hover, .menuitem.menuitemactive {
  color: var(--white);
}

.languageitem {
  color: var(--body-grey);
  font-size: 16px;
  text-decoration: none;
}

.languageitem:hover, .languageitem.languageitemactive {
  color: var(--white);
}

.background {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.information {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heroimage {
  background-image: url('../images/SashaHero2x-min-1-min.webp');
  background-position: 0 0;
  background-size: 1056px;
  width: 1275px;
  height: 100%;
  position: absolute;
  right: -220px;
}

.ellipse {
  background-image: url('../images/Ellipse-min.webp');
  background-position: 0 0;
  background-size: 598px;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 100px;
  left: -230px;
}

.informationblock {
  width: 60%;
  margin-top: 200px;
}

.text-block {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 66px;
}

.text-block-2 {
  color: var(--white);
  margin-bottom: 32px;
  font-size: 76px;
  font-weight: 600;
  line-height: 86px;
}

.text-block-3 {
  color: var(--body-grey);
  font-size: 16px;
}

.label {
  background-color: #ffffff1a;
  border-radius: 10px;
  padding: 8px 12px;
  text-decoration: none;
}

.labeltext {
  color: var(--white);
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 16px;
}

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

.datanumber {
  color: var(--white);
  margin-right: 12px;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
}

.datatext {
  width: 80px;
  color: var(--body-grey);
  font-size: 16px;
  line-height: 22px;
}

.datatext.longdatatext {
  width: 200px;
}

.heronumbers {
  grid-column-gap: 56px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.anglecover {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  height: 200px;
  position: absolute;
  transform: skew(0deg, -5deg);
}

.contentinfo {
  z-index: 2;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  top: 100px;
}

.div-block {
  height: 1000px;
}

.quote {
  width: 95%;
  color: var(--dark-font);
  margin-bottom: 96px;
  font-size: 90px;
  font-weight: 600;
  line-height: 100px;
}

.quote.fadein {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

.videos {
  width: 100%;
  margin-bottom: 96px;
}

.videosblock {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  width: 100%;
  margin-bottom: 40px;
}

.text-block-5 {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 24px;
}

.div-block-3 {
  background-color: var(--body-grey);
  width: 650px;
  height: 360px;
}

.button {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 8px 8px 0 0 var(--black);
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 0;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.button:hover {
  box-shadow: 2px 2px 0 0 var(--black);
}

.button.buttonanimation {
  transition: box-shadow .2s;
}

.buttontext {
  aspect-ratio: auto;
  color: var(--dark-font);
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.iconblock {
  float: left;
  background-color: var(--background-grey);
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.bodytext {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #5e5e5e;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
  position: static;
}

.abouttext {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 96px;
}

.imagesblock {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 120px;
}

.feedbacks {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 120px;
}

.text-block-6 {
  width: 50%;
  color: var(--dark-font);
  margin-bottom: 120px;
  font-size: 30px;
  font-weight: 600;
  line-height: 43px;
}

.feedback {
  min-width: 350px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.feedback-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  width: 100%;
  margin-bottom: 16px;
  padding-right: 24px;
  overflow: auto;
}

.clients {
  width: 100%;
  margin-bottom: 0;
}

.logos {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.text-block-7 {
  color: var(--dark-font);
  margin-bottom: 56px;
}

.logosblock {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.service {
  color: var(--body-grey);
  margin-right: 88px;
  font-size: 50px;
  font-weight: 500;
  line-height: 64px;
}

.text-block-8 {
  color: var(--dark-font);
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}

.servicesblock {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  align-content: stretch;
  margin-bottom: 40px;
}

.shadowblock {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 8px 8px 0 0 var(--black);
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.shadowblock.buttonanimation {
  transition: box-shadow .2s;
}

.contactblock {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.socials {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 32px;
}

.text-block-9 {
  color: var(--dark-font);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.image {
  margin-bottom: 16px;
}

.socialicon {
  transition: opacity .2s;
}

.socialicon:hover {
  opacity: .5;
}

.link {
  color: var(--dark-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.shadowblocktext {
  aspect-ratio: auto;
  color: var(--dark-font);
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
}

.mobilemenu {
  display: none;
}

.videoblock {
  width: 50%;
}

.image-3 {
  width: 506px;
}

.contentnumbers {
  grid-column-gap: 56px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  display: none;
}

.languageitemmobile {
  color: var(--body-grey);
  font-size: 16px;
  text-decoration: none;
  display: none;
}

.languageitemmobile:hover {
  color: var(--white);
}

.languageitemmobile.languageitemactive {
  color: var(--white);
  display: none;
}

.languageitem-copy {
  color: var(--body-grey);
  font-size: 16px;
  text-decoration: none;
}

.languageitem-copy:hover, .languageitem-copy.languageitemactive {
  color: var(--white);
}

.greylinkbox {
  display: none;
}

.body {
  overflow: visible;
}

.videomodal {
  z-index: 5;
  background-color: #000000e6;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modalblock {
  background-color: var(--white);
  border-radius: 20px;
  width: 1200px;
  padding: 32px;
}

.modalheader {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 0;
}

.iconbutton {
  cursor: pointer;
  border: 1px solid #000;
  padding: 8px;
  transition: box-shadow .2s;
  box-shadow: 6px 6px #000;
}

.iconbutton:hover {
  box-shadow: 2px 2px #000;
}

.videoblockmodal {
  width: 50%;
}

.videosblockmodal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  width: 100%;
  margin-bottom: 40px;
}

.feedbackcontent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px 32px 16px;
  display: flex;
  box-shadow: 10px 10px #000;
}

.feedbacktop {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feedbacktext {
  color: var(--dark-font);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
  display: none;
}

.feedbackowner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feedbackownername {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.image-16 {
  clear: none;
  max-width: 100%;
  height: 32px;
  margin-bottom: 0;
  display: block;
  position: static;
}

.image-16.forbes {
  height: 32px;
}

.ownerimage {
  border-radius: 36px;
  width: 64px;
  height: 64px;
}

.text-block-10 {
  color: var(--dark-font);
  font-size: 24px;
  line-height: 28px;
}

.text-block-11 {
  color: var(--body-grey);
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.show-feedback {
  color: var(--body-grey);
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.hide-feedback {
  color: var(--dark-font);
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 36px;
  display: none;
}

.images {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  width: 100%;
  position: relative;
}

.sign {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 28px;
  display: flex;
  position: relative;
}

.sign.forbes {
  justify-content: flex-end;
  align-items: flex-start;
  width: 93%;
  padding-left: 0;
  padding-right: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-19 {
  width: 340px;
  margin-top: -10px;
  margin-bottom: -20px;
  margin-left: -60px;
}

.contactnumber {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.link-2 {
  color: var(--dark-font);
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.hide-my-feedback {
  color: var(--body-grey);
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
  display: none;
}

.image-20 {
  width: 190px;
  margin-top: -20px;
}

.div-block-5 {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
  position: absolute;
}

.div-block-5-copy {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 230px;
  display: flex;
  position: relative;
}

.quotes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 96px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bodytextbold {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3d3d3d;
  -webkit-text-stroke-color: #3d3d3d;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  position: static;
}

.infoblockmobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 56px;
  display: none;
}

.dambel {
  width: 110px;
  margin-top: 0;
  margin-bottom: -40px;
  margin-left: 10px;
}

.infoblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 56px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bodytextboldmargin {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3d3d3d;
  -webkit-text-stroke-color: #3d3d3d;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  position: static;
}

.bodytextmargin, .bodytext-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #5e5e5e;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
  position: static;
}

.terms {
  color: var(--dark-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 900px;
    bottom: auto;
  }

  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.herocontainer {
    height: 100%;
  }

  .headercontent {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu {
    background-color: #202326;
    border-radius: 8px;
    flex-flow: column;
    width: 200px;
    margin-top: 56px;
    padding: 24px;
    display: none;
    position: absolute;
  }

  .information {
    height: 100%;
    display: flex;
  }

  .heroimage {
    background-image: linear-gradient(#0000 38%, #000), url('../images/SashaHero2x-min-1-min.webp');
    background-position: 0 0, 0 0;
    background-size: auto, 1056px;
    right: -290px;
  }

  .ellipse {
    display: none;
  }

  .informationblock {
    width: 80%;
    margin-top: 0;
    position: absolute;
    bottom: 40px;
  }

  .text-block {
    font-size: 36px;
    line-height: 46px;
  }

  .text-block-2 {
    font-size: 60px;
    line-height: 70px;
  }

  .datanumber {
    color: var(--dark-font);
  }

  .heronumbers {
    margin-top: 0;
    margin-bottom: 72px;
    display: none;
  }

  .anglecover {
    transform: skew(0deg, -5deg);
  }

  .quote {
    width: 100%;
    margin-bottom: 72px;
    font-size: 60px;
    line-height: 80px;
  }

  .videosblock {
    flex-flow: row;
  }

  .div-block-3 {
    width: 100%;
  }

  .bodytext {
    font-size: 24px;
  }

  .abouttext {
    width: 100%;
  }

  .imagesblock {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 96px;
  }

  .feedbacks {
    margin-bottom: 96px;
  }

  .text-block-6 {
    width: 90%;
    margin-bottom: 72px;
    font-size: 50px;
    line-height: 60px;
  }

  .feedback {
    margin-bottom: 0;
  }

  .feedback-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 16px;
  }

  .clients {
    margin-bottom: 0;
  }

  .text-block-7 {
    margin-bottom: 32px;
  }

  .logosblock {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service {
    margin-right: 44px;
    font-size: 38px;
    line-height: 48px;
  }

  .text-block-8 {
    text-align: center;
    margin-bottom: 32px;
  }

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

  .mobilemenu {
    display: block;
  }

  .menuicon {
    background-color: #202326;
    border: 0 #000;
    border-radius: 8px;
    padding: 14px;
  }

  .videoblock {
    width: 100%;
  }

  .image-2, .image-3, .image-4, .image-5, .image-6, .image-7 {
    width: auto;
    height: 210px;
  }

  .contentnumbers {
    margin-top: 0;
    margin-bottom: 72px;
    display: flex;
  }

  .image-8, .image-9 {
    display: block;
  }

  .body {
    background-color: var(--black);
  }

  .videomodal {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .modalblock {
    width: 100%;
  }

  .videoblockmodal {
    width: 50%;
  }

  .videosblockmodal {
    flex-flow: row;
  }

  .feedbackcontent {
    width: 360px;
    padding: 32px;
  }

  .feedbacktop {
    width: 90%;
  }

  .show-feedback {
    color: var(--body-grey);
    display: block;
  }

  .hide-feedback {
    display: none;
  }

  .sign.forbes {
    width: 84%;
  }

  .flex-block-2 {
    position: relative;
  }

  .image-8-copy {
    display: block;
  }

  .image-19 {
    width: 290px;
    margin-top: 10px;
  }

  .hide-my-feedback {
    color: var(--body-grey);
    display: none;
  }

  .div-block-5 {
    align-items: stretch;
  }

  .div-block-5-copy {
    margin-top: 250px;
  }

  .bodytextbold {
    font-size: 24px;
  }

  .infoblockmobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 40px;
    display: none;
  }

  .dambel {
    width: 110px;
    margin-top: 10px;
  }

  .infoblock {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 40px;
  }

  .bodytextboldmargin, .bodytextmargin, .bodytext-copy {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 700px;
    bottom: auto;
  }

  .container {
    padding-left: 24px;
    padding-right: 0;
  }

  .container.herocontainer {
    height: 100%;
  }

  .headercontent {
    padding-right: 24px;
  }

  .languages {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .languageitem, .languageitem.languageitemactive {
    display: none;
  }

  .heroimage {
    background-image: linear-gradient(#0000 29%, #000), url('../images/SashaHero2x-min-1-min.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
    height: 95%;
    bottom: 0;
    right: 0;
  }

  .text-block {
    font-size: 28px;
    font-weight: 200;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 34px;
    line-height: 36px;
  }

  .data, .datatext, .datatext.longdatatext {
    width: auto;
  }

  .anglecover {
    transform: skew(0deg, -5deg);
  }

  .contentinfo {
    padding-top: 0;
  }

  .quote {
    margin-bottom: 56px;
    padding-right: 0;
    font-size: 38px;
    line-height: 48px;
  }

  .quote.fadein {
    column-count: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .videos {
    padding-right: 24px;
  }

  .videosblock {
    flex-flow: column;
    margin-bottom: 32px;
  }

  .text-block-5 {
    font-size: 30px;
  }

  .button {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .iconblock {
    background-color: #0000;
  }

  .bodytext {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    letter-spacing: normal;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .abouttext {
    flex-flow: column;
    margin-bottom: 80px;
    padding-right: 24px;
  }

  .imagesblock {
    margin-bottom: 120px;
    padding-right: 24px;
  }

  .feedbacks {
    padding-right: 24px;
  }

  .text-block-6 {
    margin-bottom: 56px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }

  .feedback {
    width: 0%;
    min-width: 260px;
    padding-bottom: 14px;
  }

  .feedback-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    margin-bottom: 16px;
    padding-right: 24px;
  }

  .logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .logosblock {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .services {
    padding-right: 24px;
  }

  .service {
    margin-right: 32px;
    font-size: 28px;
    line-height: 38px;
  }

  .text-block-8 {
    text-align: left;
  }

  .servicesblock {
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shadowblock {
    width: 100%;
    margin-top: 16px;
  }

  .text-block-9 {
    text-align: center;
  }

  .shadowblocktext {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .image-2 {
    width: 100%;
    height: auto;
  }

  .image-3 {
    width: 100%;
    height: auto;
    display: block;
  }

  .image-4 {
    width: 100%;
    height: auto;
  }

  .image-5, .image-6, .image-7 {
    width: 100%;
    height: auto;
    display: block;
  }

  .contentnumbers {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 56px;
    padding-right: 24px;
  }

  .image-9 {
    width: 150px;
  }

  .languageitemmobile, .languageitemmobile.languageitemactive {
    display: block;
  }

  .greylinkbox {
    background-color: #efefef;
    width: 100%;
    padding: 12px;
    text-decoration: none;
    display: block;
  }

  .greyboxtext {
    color: var(--dark-font);
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }

  .image-10 {
    width: 200px;
    display: block;
  }

  .image-11 {
    width: 120px;
    margin-right: 32px;
  }

  .image-12 {
    width: 105px;
  }

  .image-13 {
    width: 60px;
    margin-right: 24px;
  }

  .image-14 {
    width: 70px;
    margin-right: 24px;
    display: block;
  }

  .image-15 {
    width: 70px;
  }

  .body {
    background-color: var(--black);
    color: #000;
    overflow: visible;
  }

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

  .modalblock {
    border-radius: 10px;
    padding: 16px;
  }

  .modalheader {
    margin-bottom: 24px;
  }

  .videoblockmodal {
    width: 100%;
  }

  .videosblockmodal {
    flex-flow: column;
    margin-bottom: 24px;
  }

  .videosblockmodal.nomargin {
    margin-bottom: 0;
  }

  .feedbackcontent {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 24px;
    transition: all .2s;
    box-shadow: 14px 14px #000;
  }

  .feedbacktop {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .feedbacktext {
    text-align: left;
    flex: 0 auto;
    margin-bottom: 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 22px;
    transition: all 1s;
    display: none;
  }

  .feedbackowner {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-16 {
    height: 22px;
  }

  .ownerimage {
    width: 48px;
    height: 48px;
  }

  .text-block-10 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-11 {
    font-size: 16px;
  }

  .show-feedback {
    color: var(--body-grey);
    text-align: left;
    cursor: pointer;
    flex: 0 auto;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    display: block;
  }

  .hide-feedback {
    color: var(--body-grey);
    text-align: left;
    cursor: pointer;
    flex: 0 auto;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    display: none;
  }

  .sign.forbes {
    width: 100%;
  }

  .image-17 {
    width: 60px;
  }

  .image-18 {
    display: none;
  }

  .image-19 {
    margin-bottom: -20px;
    display: none;
  }

  .hide-my-feedback {
    color: var(--body-grey);
    text-align: left;
    cursor: pointer;
    flex: 0 auto;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    display: none;
  }

  .image-20 {
    width: 210px;
    margin-left: 0;
  }

  .div-block-5 {
    z-index: 2;
    width: 100%;
    padding-right: 0;
  }

  .div-block-5-copy {
    width: 100%;
    margin-top: 220px;
  }

  .quotes {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-right: 24px;
  }

  .div-block-7 {
    grid-column-gap: 6px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .bodytextbold {
    text-align: center;
    letter-spacing: normal;
    padding-left: 0;
    font-size: 20px;
    display: block;
  }

  .infoblockmobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 24px;
    display: flex;
  }

  .dambel {
    width: 120px;
    margin-bottom: -20px;
    margin-left: 50px;
    display: block;
  }

  .image-21 {
    width: 24px;
    margin-top: 0;
  }

  .infoblock {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 24px;
    display: none;
  }

  .div-block-8 {
    grid-column-gap: 6px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bodytextboldmargin {
    text-align: center;
    letter-spacing: normal;
    padding-left: 30px;
    font-size: 20px;
    display: block;
  }

  .bodytextmargin {
    text-align: left;
    letter-spacing: normal;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    font-size: 20px;
    display: flex;
  }

  .bodytext-copy {
    text-align: left;
    letter-spacing: normal;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .image21margin {
    width: 24px;
    margin-top: 3px;
  }
}


