.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;
}

a {
  text-decoration: underline;
}

.body {
  color: #000;
  background-color: #0000;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bg-main-gray {
  background-color: #f1f1f1;
}

.text-color-white {
  color: #fff;
}

.text-color-dark-gray {
  z-index: 2;
  color: #848484;
  text-decoration: none;
  position: relative;
}

.text-color-dark-gray.line {
  line-height: 3;
}

.text-color-dark-gray.white {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.text-color-dark-gray.black {
  color: #000;
}

.bg-dark-gray {
  background-color: #848484;
}

.brand {
  width: 150px;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.container {
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  display: flex;
}

.nav-menu {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.main-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
}

.main-grid.space-top {
  padding-top: 40px;
}

.main-grid.space-top.grid {
  grid-template-rows: auto;
}

.main-grid.titles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  justify-content: space-between;
  align-items: start;
  width: auto;
  height: auto;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 50px 0%;
}

.main-grid._100vh {
  height: 100vh;
}

.main-nav {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.flex {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.flex.align-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 50px;
  position: static;
  inset: auto 0% 0% auto;
}

.flex.align-right.align-bottom {
  position: absolute;
}

.flex.vert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.flex.space-margin {
  margin-bottom: 38px;
}

.flex._1 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 2%;
}

.flex.align-center {
  justify-content: center;
  margin-bottom: 20px;
}

.flex.align-bottom {
  margin-bottom: 20px;
}

.heading-xlarge {
  letter-spacing: -.3vh;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 20vh;
  font-weight: 900;
  line-height: .8;
}

.image-hero {
  text-align: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-xsmall {
  line-height: 1;
}

.heading-xsmall.text-color-dark-gray {
  text-align: center;
  text-transform: uppercase;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 1;
}

.heading-xsmall.text-color-dark-gray.no-space {
  text-align: left;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  font-style: normal;
  line-height: 1.2;
}

.link-bto {
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button {
  text-align: center;
  text-transform: none;
  border: 1px solid #848484;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #000;
  border-color: #000;
}

.main-button.mini {
  align-items: center;
  width: 32px;
  margin-left: 14px;
}

.divider {
  width: 100%;
  height: 1px;
}

.divider.bg-dark-gray.space-50-padding {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.divider.bg-main-gray {
  flex: none;
  width: 74%;
}

.main-paragraph {
  letter-spacing: -3px;
  font-size: 56px;
  line-height: 1;
}

.main-paragraph.space-20 {
  margin-bottom: -7px;
  padding-top: 30px;
  padding-bottom: 0;
}

.wrap-div-med {
  flex-direction: row;
  display: flex;
}

.wrap-med {
  flex: 0 auto;
  align-self: flex-end;
  margin-bottom: 18px;
  margin-left: 16px;
}

.paragraph--6-px {
  margin-top: -16px;
}

.space-100 {
  height: 100px;
}

.image-dieter {
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}

.image-project {
  object-fit: cover;
  border-radius: 0%;
  overflow: hidden;
}

.portfa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  height: 180px;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.paragraph-18px {
  font-size: 18px;
  line-height: 1.4;
}

.heading-medium {
  font-size: 16vh;
  line-height: 1;
}

.heading-medium.text-color-white {
  font-weight: 300;
}

.heading-medium.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(75deg, #fa2d00 71%, #fd7b03);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span {
  font-weight: 700;
}

.letter-use {
  z-index: 11;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  overflow: hidden;
}

.wrap-block {
  width: 40%;
  height: 10vh;
}

.imagem-dieter {
  background-image: url('../images/LiveSyncMD-doctor.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.main-container {
  max-width: 1420px;
  padding-left: 50px;
  padding-right: 50px;
}

.main-container.space-bottom {
  max-width: 1680px;
  padding-bottom: 150px;
}

.main-section {
  z-index: 10;
}

.main-section.bg-main-gray {
  padding-top: 50px;
}

.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.letter-font {
  white-space: nowrap;
  font-size: 130px;
  font-weight: 900;
  line-height: 1.1;
}

.dot-text {
  font-size: 70px;
}

.inner-letreiro {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.image {
  flex: none;
  width: 12px;
  height: 12px;
}

.button-view {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  margin-top: -54px;
  margin-left: 100px;
  margin-right: 29px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 3px 15px #00000026;
}

.bg-button-view {
  z-index: 0;
  background-color: #000;
  background-image: linear-gradient(#fa2d00 71%, #fd7b03);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-paragraph-copy {
  letter-spacing: -3px;
  font-size: 56px;
  line-height: 1;
}

.main-paragraph-copy.text-color-dark-gray {
  padding: 10px 34px;
  position: relative;
}

.see-more-bto {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-large {
  text-align: center;
  border: 1px solid #848484;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  display: flex;
}

.main-button-large.large {
  height: 76px;
}

.menu-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hifen {
  background-color: #000;
  width: 14px;
  height: 2px;
  margin-bottom: 5px;
}

.text-block-2 {
  color: #000;
}

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

.link-block {
  color: #000;
}

.black {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .brand {
    margin-left: 16px;
  }

  .nav-menu {
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 16px;
  }

  .main-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .main-grid.space-top.grid, .main-grid.titles {
    grid-template-columns: 1fr;
  }

  .main-grid.midlle {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .flex.vert.space-too {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-hero {
    padding-left: 0%;
    padding-right: 0%;
    inset: 16.2vh 0% auto;
  }

  .text-span {
    font-size: 16vh;
  }

  .button-view {
    margin-top: -139px;
  }

  .menu-button {
    background-color: #0000;
    margin-right: 16px;
  }

  .menu-button.w--open {
    background-color: #f1f1f1;
    margin-right: 16px;
  }

  .icon {
    color: #000;
  }

  .text-block-3 {
    font-size: 90px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .container {
    justify-content: center;
    width: 100vw;
  }

  .main-grid.space-top.grid {
    padding-top: 0;
  }

  .main-grid.titles {
    width: auto;
    left: 16px;
    right: 16px;
  }

  .main-grid.midlle {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .flex.align-right.align-bottom {
    flex: 0 auto;
    width: auto;
    margin-right: 16px;
  }

  .main-paragraph {
    letter-spacing: -1px;
    font-size: 26px;
  }

  .paragraph--6-px {
    margin-top: -19px;
  }

  .space-100 {
    height: 40px;
  }

  .heading-medium.text-color-white, .text-span {
    font-size: 12vh;
  }

  .main-container.space-bottom, .container-full {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-paragraph-copy.text-color-dark-gray {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  .text-color-dark-gray.black {
    font-size: 11px;
  }

  .brand {
    margin-left: 16px;
    padding-left: 0;
  }

  .container {
    object-fit: fill;
    overflow: hidden;
  }

  .nav-menu {
    padding-right: 0;
  }

  .main-grid.space-top.grid {
    justify-items: center;
  }

  .main-grid.titles {
    padding-bottom: 10vh;
    overflow: visible;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
  }

  .heading-xlarge {
    letter-spacing: -.6vh;
    font-size: 12vh;
  }

  .image-hero {
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .divider.bg-main-gray {
    width: 50%;
  }

  .main-paragraph.space-20 {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .portfa {
    margin-bottom: 20px;
  }

  .paragraph-18px {
    font-size: 14px;
  }

  .heading-medium.gradient {
    font-size: 8vh;
  }

  .imagem-dieter {
    background-position: 26%;
  }

  .main-section.bg-main-gray {
    overflow: visible;
  }

  .button-view {
    width: 7em;
    height: 7em;
    margin-top: -60px;
    margin-right: 10px;
  }

  .main-paragraph-copy.text-color-dark-gray {
    letter-spacing: -2px;
    padding: 0 16px;
    font-size: 28px;
  }

  .main-button-large.large {
    height: 48px;
  }

  .image-3 {
    width: 120%;
    max-width: none;
    margin-top: 0;
    margin-left: -10vw;
    padding-top: 9vh;
    overflow: hidden;
  }

  .menu-button, .menu-button.w--open {
    margin-right: 0;
    padding-right: 10px;
  }

  .text-block-3 {
    font-size: 55px;
    line-height: 2.3;
  }
}

#w-node-ab2d2572-7d6f-4fa7-6f0e-bcc2d0301903-0a940fef {
  grid-area: 1 / 1 / 5 / 13;
  place-self: start center;
}

#w-node-_23add633-6978-71d1-b2a3-e66799fcbdec-0a940fef {
  grid-area: 4 / 1 / 7 / 13;
  place-self: end center;
}

#w-node-fc482be7-fa7e-7290-854d-28cba0cc34d2-0a940fef {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_694a7b6b-62e0-5310-f42f-f4a016923f0d-0a940fef {
  grid-area: 2 / 6 / 3 / 13;
  place-self: start;
}

#w-node-_5925fa77-73fc-94f8-fb10-b69fcd0fce48-0a940fef {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_4a16fda9-df93-bf4b-dd66-cc948f25756e-0a940fef {
  grid-area: 2 / 3 / 3 / 12;
  place-self: start;
}

#w-node-_7cd5e1c9-2f3e-bc9b-2816-4b3e7f2d1af1-0a940fef {
  grid-area: 4 / 5 / 5 / 12;
}

#w-node-b6efdd33-db9e-5ed6-35ed-27c8eea075ed-0a940fef {
  grid-area: 5 / 5 / 6 / 8;
}

#w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-0a940fef {
  grid-area: 5 / 7 / 6 / 12;
}

#w-node-d3fa9923-e379-0dd7-0b82-2d428139e6d2-0a940fef {
  grid-area: 6 / 5 / 7 / 6;
}

#w-node-_2c718fd7-05f3-e14c-2a3b-668ad9c3c07d-0a940fef {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_2b562015-b1ef-8999-64fe-f4533093dc07-0a940fef {
  grid-area: 2 / 4 / 3 / 12;
}

#w-node-_40446628-2e81-4196-e25e-708523b6b23e-0a940fef {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_18fc0668-fc37-64ba-2aec-9164d7a554c6-0a940fef, #w-node-c86db6da-adec-6d8a-84ca-2f77f68b230c-0a940fef {
  grid-area: 5 / 4 / 6 / 13;
}

#w-node-_49eb428d-0dd7-30b8-e78e-0fef38dfb556-0a940fef {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_1dfdabfd-1992-c607-2fc2-fde51ca53879-0a940fef {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_9dca59b0-0d81-e573-aad9-00ec2e249ccb-0a940fef {
  grid-area: 3 / 1 / 4 / 11;
  align-self: center;
}

#w-node-e1f605d7-990d-79b4-51a1-5af8a14db296-0a940fef {
  grid-area: 3 / 12 / 4 / 13;
  justify-self: end;
}

#w-node-a426bb95-8bde-2b79-4061-d44af1c59e04-0a940fef {
  grid-area: 6 / 4 / 7 / 13;
}

#w-node-ed06db05-b278-0fda-c380-93bf7b342e90-0a940fef {
  grid-area: 5 / 2 / 6 / 8;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792f96-eb792f95 {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fbe-eb792f95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc0-eb792f95 {
  grid-area: 3 / 4 / 4 / 13;
  align-self: end;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc3-eb792f95 {
  grid-area: 4 / 6 / 5 / 13;
  align-self: start;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc6-eb792f95 {
  grid-area: 5 / 1 / 6 / 13;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc7-eb792f95 {
  grid-area: 6 / 1 / 7 / 6;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fce-eb792f95 {
  grid-area: 7 / 1 / 8 / 4;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fd9-eb792f95 {
  grid-area: 7 / 4 / 8 / 8;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe4-eb792f95 {
  grid-area: 8 / 1 / 9 / 4;
  align-self: end;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe7-eb792f95 {
  grid-area: 8 / 5 / 9 / 9;
  align-self: end;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fea-eb792f95 {
  grid-area: 8 / 9 / 9 / 13;
  place-self: end start;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fed-eb792f95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd7f273e-febd-5a14-57ac-58fb13736bea-13736be7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd7f273e-febd-5a14-57ac-58fb13736bec-13736be7, #w-node-bd7f273e-febd-5a14-57ac-58fb13736bee-13736be7 {
  grid-area: 1 / 12 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-fc482be7-fa7e-7290-854d-28cba0cc34d2-0a940fef {
    grid-column-end: 3;
  }

  #w-node-_694a7b6b-62e0-5310-f42f-f4a016923f0d-0a940fef {
    grid-column: 1 / 3;
  }

  #w-node-_5925fa77-73fc-94f8-fb10-b69fcd0fce48-0a940fef {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_4a16fda9-df93-bf4b-dd66-cc948f25756e-0a940fef, #w-node-_7cd5e1c9-2f3e-bc9b-2816-4b3e7f2d1af1-0a940fef {
    grid-column: 1 / 3;
  }

  #w-node-b6efdd33-db9e-5ed6-35ed-27c8eea075ed-0a940fef {
    grid-column: 1 / 2;
  }

  #w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-0a940fef, #w-node-d3fa9923-e379-0dd7-0b82-2d428139e6d2-0a940fef {
    grid-column: 2 / 3;
  }

  #w-node-_2c718fd7-05f3-e14c-2a3b-668ad9c3c07d-0a940fef {
    grid-column-end: 3;
  }

  #w-node-_2b562015-b1ef-8999-64fe-f4533093dc07-0a940fef {
    grid-column: 1 / 3;
  }

  #w-node-_40446628-2e81-4196-e25e-708523b6b23e-0a940fef {
    grid-column: 2 / 3;
  }

  #w-node-_18fc0668-fc37-64ba-2aec-9164d7a554c6-0a940fef, #w-node-a426bb95-8bde-2b79-4061-d44af1c59e04-0a940fef, #w-node-ed06db05-b278-0fda-c380-93bf7b342e90-0a940fef, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc0-eb792f95, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc3-eb792f95 {
    grid-column: 1 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc6-eb792f95, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc7-eb792f95, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fce-eb792f95 {
    grid-column-end: 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fd9-eb792f95 {
    grid-column: 2 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe4-eb792f95 {
    grid-column-end: 2;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe7-eb792f95, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fea-eb792f95 {
    grid-column: 2 / 3;
  }

  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bea-13736be7 {
    align-self: center;
  }

  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bec-13736be7 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bee-13736be7 {
    grid-column: 1 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4a16fda9-df93-bf4b-dd66-cc948f25756e-0a940fef, #w-node-_7cd5e1c9-2f3e-bc9b-2816-4b3e7f2d1af1-0a940fef, #w-node-b6efdd33-db9e-5ed6-35ed-27c8eea075ed-0a940fef {
    grid-column: 1 / 3;
  }

  #w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-0a940fef {
    grid-column: 2 / 3;
  }

  #w-node-d3fa9923-e379-0dd7-0b82-2d428139e6d2-0a940fef {
    grid-column: 1 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe4-eb792f95 {
    grid-column-end: 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe7-eb792f95 {
    grid-row: 9 / 10;
    grid-column-start: 1;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9dca59b0-0d81-e573-aad9-00ec2e249ccb-0a940fef {
    align-self: start;
  }

  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bea-13736be7 {
    justify-self: start;
  }
}


