@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, html {
  font-family: "Montserrat", sans-serif;
  background: #F8F8F8;
  color: #596171;
}

h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;
  color: #192240;
  margin: 0 0 25px;
  line-height: 45px;
}

h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #192240;
  margin: 0 0 25px;
  line-height: 45px;
  letter-spacing: 2px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 45px;
}
p.lead {
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
}
p a {
  color: #3C5BCC;
  text-decoration: none;
}

.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 1100px) {
  .wrapper {
    background: #F8F8F8;
  }
}
.wrapper .main {
  position: absolute;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1100px) {
  .wrapper .main {
    position: relative;
    width: auto;
    height: auto;
    background: #F8F8F8;
    border-bottom: 1px solid #EBEBEB;
    text-align: center;
  }
}
.wrapper .main .contents {
  position: relative;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1100px) {
  .wrapper .main .contents {
    left: auto;
    top: auto;
    display: block;
    transform: none;
    padding: 100px 50px;
    background: #fff;
  }
}
.wrapper .main .contents .avatar {
  position: relative;
  float: left;
  width: 260px;
  height: 260px;
  border-radius: 100%;
  margin: 0 40px 0 0;
}
.wrapper .main .contents .avatar::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  border: 10px solid rgba(255, 255, 255, 0.2);
}
.wrapper .main .contents .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
@media (max-width: 1100px) {
  .wrapper .main .contents .avatar {
    display: inline-block;
    float: none;
    margin: 0 0 40px 0;
  }
}
.wrapper .main .contents .information {
  float: left;
}
@media (max-width: 1100px) {
  .wrapper .main .contents .information {
    float: none;
  }
}
.wrapper .main .contents .information .button {
  background: #3C5BCC url(/images/linkedin.svg?51b021f46e658f4ddcf53336a796dc00) no-repeat 20px 11px/18px;
  position: relative;
  display: inline-block;
  line-height: 40px;
  padding: 0 30px 0 50px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.2s ease;
}
.wrapper .main .contents .information .button:hover {
  background-color: #2c47a9;
}
@media (max-width: 1100px) {
  .wrapper .main .contents .information .button {
    display: block;
  }
}
.wrapper .sidebar {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
  border-left: 1px solid #EBEBEB;
}
@media (max-width: 1100px) {
  .wrapper .sidebar {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    text-align: center;
    padding: 20px 0;
    background: #F8F8F8;
  }
}
.wrapper .sidebar .contents {
  position: relative;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1100px) {
  .wrapper .sidebar .contents {
    transform: none;
    left: auto;
    top: auto;
  }
}
.wrapper .sidebar .connect {
  position: relative;
  padding: 0 0 0 40px;
}
@media (max-width: 1100px) {
  .wrapper .sidebar .connect {
    display: block;
    padding: 0;
  }
}
.wrapper .sidebar .connect .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  background: url(/images/icon-user.svg?ccb908a4faaa13f0e13d1fd071f250cf) no-repeat top left/contain;
}
.wrapper .sidebar .connect .icon-company {
  background-image: url(/images/icon-company.svg?2d2a7863afd6863e2daeccc0cb4edde2);
}
@media (max-width: 1100px) {
  .wrapper .sidebar .connect .icon {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 0 10px;
  }
}

.roxor {
  width: 80px;
  height: 25px;
  background: url(/images/roxor.svg?524e44de262305fa482af36a2ff5d9d1) no-repeat center center/80px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 1100px) {
  .roxor {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    right: 0;
    bottom: 20px;
    padding: 20px 0;
  }
}
