span.cls_003 {
  font-size: 17px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-style: normal;
  text-decoration: none
}

div.cls_003 {
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-style: normal;
  text-decoration: none
}

span.cls_009 {
  font-size: 15px;
  color: rgb(0, 0, 255);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline
}

div.cls_009 {
  font-size: 15px;
  color: rgb(0, 0, 255);
  font-weight: normal;
  font-style: normal;
  text-decoration: none
}

span.cls_002 {
  font-size: 17px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-style: normal;
  text-decoration: none
}

div.cls_002 {
  font-size: 17px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-style: normal;
  text-decoration: none
}

span.cls_007 {
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none
}

p.cls_007 {
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-block-start: 0;
  margin-block-end: 0
}

div.cls_007 {
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none
}

span.cls_008 {
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-style: normal;
  text-decoration: none
}

div.cls_008 {
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-style: normal;
  text-decoration: none
}

.black-button {
  width: 200px;
  height: 50px;
  text-decoration: none;
  background-color: black;
  text-align: center;
  cursor: pointer;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.black-button-text {
  display: inline-block;
  padding: 8px 0;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.work_holder {
  display: flex;
  flex-direction: column;
  flex: 3 0 0;
}

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 650px;
}

.cv_width {
  width: 85%;
}

.cv_header {
  height: 80px;
  display: flex;
  flex-direction: row;
  height: 100px;
}

.cv_inner_left {
  padding: 5px;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cv_inner_right {
  padding: 5px;
  width: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.grey_title {
  background-color: #e2e2e2;
  padding: 2px;
  padding-left: 5px;
  margin: 8px 78.488 8px 41.8;
}

.cv_default_format {
  margin: 8px 78.488 8px 46.8;
}

.cv_row_header {
  margin: 8px 78.488 8px 46.8;
  display: flex;
  flex-direction: row;
}

.holder_three {
  display: flex;
  flex-direction: column;
  flex: 3 0 0;
}

.holder_five {
  display: flex;
  flex-direction: column;
  flex: 5 0 0;
}

.holder_one {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}

.line_padding_start {
  padding-top: 3px
}

.line_padding {
  padding-top: 10px
}

.container {
  padding: 0 0 50px 0;
}

@media only screen and (max-width: 650px) {
  .cv_width {
    width: 100%;
  }

  .grey_title {
    margin: 8px 37.5px 8px 0;
  }

  .cv_default_format {
    margin: 8px 37.5px 8px 0;
  }

  .cv_row_header {
    margin: 8px 37.5px 8px 0;
  }

  .page {
    zoom: 0.7;
  }
}

@media only screen and (max-width: 570px) {
  .page {
    zoom: 0.5;
  }
}