<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Roboto v30', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.section {
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ALW-CI-Daniel-Azem-001-190724.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Roboto;
  font-weight: 400;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  margin-top: -422px;
  margin-right: 100px;
  margin-left: 20px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block {
  font-family: 'Roboto v30', sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

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

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

@media screen and (max-width: 991px) {
  .div-block {
    height: 60vh;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-2 {
    margin: 0px auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    height: 300px;
  }

  .div-block-2 {
    width: auto;
    height: auto;
    max-width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@font-face {
  font-family: 'Roboto v30';
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30';
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30';
  src: url('../fonts/roboto-v30-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30';
  src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30';
  src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}</pre></body></html>