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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #171f36;
  background-color: #f0f0f0;
  font-family: Google Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.button {
  height: 40px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button.blue {
  float: right;
  background-color: #13674e;
}

.button.blue:hover {
  background-color: #1242af;
}

.button.blue._90 {
  color: #22398e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #22398e;
  margin-left: 0;
  margin-right: 10px;
}

.button.blue._90:hover {
  color: #fff;
  background-color: #3668fc;
  border-style: solid;
  border-color: #3668fc;
}

.button.blue._90.w--current {
  color: #fff;
  background-color: #3668fc;
  border-style: none;
}

.button.blue.ora {
  background-color: #efab0f;
}

.button.blue.ora:hover {
  background-color: #db8c10;
}

.button.submit {
  width: 100%;
  height: 45px;
  text-align: center;
  background-color: #13674e;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
  transition: all .1s;
  display: block;
}

.button.submit:hover {
  background-color: #918256;
}

.button.submit.enviar {
  width: 161px;
  float: right;
  background-color: #3668fc;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.button.submit.enviar:hover {
  background-color: #1242af;
}

.button.submit._30 {
  color: #fff;
  text-transform: uppercase;
  background-color: #919ba7;
  border: 1px solid #9c9c9c;
  margin-bottom: 0;
  font-weight: 700;
}

.button.submit._30:hover {
  color: #fff;
  background-color: #1242af;
  border-color: #1242af;
}

.button.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button.gray:hover {
  color: #fff;
  background-color: #3668fc;
  border-color: rgba(0, 0, 0, 0);
}

.button.chevron {
  color: #89919b;
  margin-left: -25px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Chevrons, sans-serif;
  font-size: 25px;
  line-height: 40px;
  display: inline-block;
}

.button.chevron:hover {
  color: #171f36;
}

.button.chevron.float-left {
  float: left;
  font-family: Chevron thick, sans-serif;
  line-height: 41px;
}

.button.success-continue {
  background-color: #05b32e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button.success-continue:hover {
  background-color: #058317;
}

.button.success-continue.flexed {
  background-color: #05b32e;
}

.button.success-continue.flexed:hover {
  background-color: #058317;
}

.button.success-continue-copy {
  background-color: rgba(0, 0, 0, .18);
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button.success-continue-copy:hover {
  background-color: rgba(0, 0, 0, .32);
}

.button.success-continue-copy.ok {
  color: #05b32e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #05b32e;
  right: 177px;
}

.button.success-continue-copy.ok:hover {
  color: #fff;
  background-color: #05b32e;
}

.button.success-continue-copy.ok {
  color: #05b32e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #05b32e;
  right: 177px;
}

.button.success-continue-copy.ok:hover {
  color: #fff;
  background-color: #05b32e;
}

.button.cancel-delete {
  width: 161px;
  height: 45px;
  float: left;
  color: #89919b;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  line-height: 45px;
  display: inline-block;
}

.button.cancel-delete.new {
  color: #919ba7;
  background-color: #e0e2e7;
}

.button.blue {
  background-color: #3668fc;
}

.button.blue:hover {
  background-color: #1242af;
}

.button.chevron {
  color: #89919b;
  margin-left: -25px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 25px;
  line-height: 40px;
  display: inline-block;
}

.button.chevron:hover {
  color: #171f36;
}

.button.chevron.float-left {
  float: left;
  margin-top: -3px;
  line-height: 41px;
}

.button.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button.gray:hover {
  color: #fff;
  background-color: #3668fc;
  border-color: rgba(0, 0, 0, 0);
}

.button.success-continue {
  background-color: #05b32e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button.success-continue:hover {
  background-color: #058317;
}

.button.chevron {
  color: #89919b;
  margin-left: -25px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Chevrons, sans-serif;
  font-size: 25px;
  line-height: 40px;
  display: inline-block;
}

.button.chevron:hover {
  color: #171f36;
}

.button.chevron.float-left {
  float: left;
  margin-top: 2px;
  font-family: Chevron thick, sans-serif;
  line-height: 41px;
}

.button.submit {
  width: 100%;
  height: 45px;
  text-align: center;
  background-color: #3668fc;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 45px;
  transition: all .1s;
  display: block;
}

.button.submit:hover {
  background-color: #1242af;
}

.button.blue {
  float: right;
  background-color: #3668fc;
}

.button.blue:hover {
  background-color: #1242af;
}

.button.submit {
  width: 100%;
  height: 45px;
  text-align: center;
  background-color: #919ba7;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  transition: all .1s;
  display: block;
}

.button.submit:hover {
  background-color: #1242af;
}

.button.red {
  float: right;
  background-color: #ff5c4b;
}

.search {
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.page-title-wrapper {
  height: 80px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  top: 0;
}

.page-title-wrapper.minus-20-bottom-margin {
  margin-bottom: 30px;
}

.page-title-wrapper.minus-20-bottom-margin._80 {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.page-title-wrapper.minus-20-bottom-margin {
  margin-bottom: 30px;
}

.table-wrapper {
  min-height: 500px;
  display: block;
}

.table-content {
  border: 2px rgba(208, 211, 221, .25);
  overflow: hidden;
}

.valida-table-field-lable {
  flex: 1;
  padding-left: 25px;
  padding-right: 25px;
}

.valida-table-field-lable.categoria {
  width: 15%;
  flex: 0 auto;
}

.valida-table-field-lable.categoria._6 {
  width: 25%;
}

.valida-table-field-lable.foto {
  width: 10%;
  text-align: left;
  flex: 0 auto;
  padding-left: 25px;
  padding-right: 0;
}

.valida-table-field-lable.nome-admin {
  width: 30%;
  flex: 0 auto;
}

.valida-table-field {
  flex: 1;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.valida-table-field.categoria {
  width: 15%;
  flex: 0 auto;
}

.valida-table-field.categoria._6 {
  width: 25%;
}

.valida-table-field.categoria._6.cred {
  color: #3668fc;
  color: #3668fc;
}

.valida-table-field.categoria._6.verificada {
  color: #3668fc;
  font-weight: 500;
}

.valida-table-field.foto {
  width: 10%;
  flex: 0 auto;
  padding-left: 25px;
  padding-right: 0;
}

.valida-table-field.nome-admin {
  width: 30%;
  color: #171f36;
  width: 30%;
  color: #171f36;
  flex: 0 auto;
}

.pop-up {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.pop-up.delete {
  align-items: center;
  padding-bottom: 17vh;
  display: none;
}

.close-pop-up {
  background-color: rgba(23, 31, 54, .45);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block {
  z-index: 10;
  max-width: 800px;
  min-height: 600px;
  min-width: 500px;
  background-color: #fff;
  border-radius: 4px;
  margin: 10vh auto 100px;
  position: relative;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .25);
}

.block.alterar-senha {
  max-width: 430px;
  min-height: 300px;
  min-width: 430px;
  border-top: 3px #e6253f;
  border-radius: 10px;
  margin-top: 1vh;
  margin-bottom: 1vh;
  overflow: hidden;
}

.button-icon {
  margin-right: 10px;
  font-family: Buttons, sans-serif;
  position: relative;
  top: 2px;
}

.button-icon._70 {
  font-family: Contas fonts, sans-serif;
  top: 3px;
}

.form-field-label {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 120%;
}

.form-text-field {
  height: 45px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 25px;
  padding-bottom: 185px;
  font-size: 16px;
  transition: all .1s;
}

.form-text-field:hover {
  background-color: #fff;
}

.form-text-field:focus {
  background-color: #fff;
  border-color: #1675bd;
}

.form-text-field::-ms-input-placeholder {
  color: #9c9c9c;
}

.form-text-field::placeholder {
  color: #9c9c9c;
}

.form-text-field.login-field {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 9px;
  padding-left: 50px;
  font-size: 16px;
}

.form-text-field.login-field::-ms-input-placeholder {
  color: #919ba7;
}

.form-text-field.login-field::placeholder {
  color: #919ba7;
}

.form-text-field.login-field.earlier {
  padding-left: 18px;
}

.test-form-block {
  height: 947px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 50px;
}

.test-form-block.zero-padding-all {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.uploaded-photo-wrapper {
  display: none;
}

.form-button-icon {
  margin-right: 8px;
  font-family: Refresh delete, sans-serif;
  position: relative;
  top: 2px;
}

.form-button-icon._2 {
  font-family: New rellevant icons, sans-serif;
}

.photo-upload-input-field {
  height: 170px;
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field:hover {
  background-color: #fff;
}

.photo-upload-input-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field::-ms-input-placeholder {
  color: #9c9c9c;
}

.photo-upload-input-field::placeholder {
  color: #9c9c9c;
}

.photo-upload-icon {
  margin-bottom: 14px;
  font-family: Photo, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.photo-upload-text {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 100%;
}

.photo-upload-text.small-gray {
  color: #9c9c9c;
  color: #9c9c9c;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 12px;
}

.uploaded-photo-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.photo-contain {
  max-width: 90px;
}

.div-block {
  flex: 1;
}

.uploaded-image-name {
  height: 16px;
  line-height: 100%;
  overflow: hidden;
}

.form {
  width: 100%;
  display: block;
}

.table-image-wrapper {
  height: 50px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
}

.table-image-wrapper.avatar {
  width: 50px;
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  flex: 0 auto;
}

.clientes, .parceiros {
  padding-left: 50px;
  padding-right: 50px;
}

.inner-section {
  max-width: 310px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.inner-section.no-bottom-margin {
  margin-bottom: 0;
}

.kpi-dropdown-list {
  z-index: 10;
  width: 180px;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 97%;
  left: 0%;
  right: auto;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}

.kpi-dropdown-list.w--open {
  min-width: 180px;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  top: auto;
  bottom: 97%;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}

.close-kpi-dropdown {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ad-credito-block {
  background-color: #fff;
  border-top-width: 4px;
  border-top-color: #e6253f;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 50px;
}

.navegador-bg {
  height: 70px;
  background-color: #fff;
  border-bottom: 1px #d0d3dd;
  justify-content: flex-start;
  padding-left: 50px;
  padding-right: 37.5px;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

._20px {
  height: 20px;
  overflow: hidden;
}

.home-chat-container {
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chat-content {
  z-index: 2;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: -1px 0 20px 5px rgba(0, 0, 0, .25);
}

.form-success {
  z-index: 1000;
  background-color: rgba(240, 240, 240, .75);
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-success-content {
  height: 80px;
  max-width: 1000px;
  min-height: 80px;
  min-width: 200px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 185px 27px 108px;
  position: relative;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .26);
}

.form-success-content.wide {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: auto;
  min-width: auto;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 58px;
  display: flex;
}

.success-flex {
  display: flex;
}

.success-flex.wide {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.success-message {
  color: #171f36;
  font-size: 16px;
  line-height: 24px;
}

.success-message.margins {
  color: #171f36;
  margin-top: 32px;
  margin-bottom: 34px;
}

.error-message {
  max-width: 500px;
  color: #e6253f;
  text-align: center;
  background-color: #fce1e6;
  border: 1px solid #e6253f;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.error-message.lin-line-block {
  margin-top: 25px;
  padding-left: 28px;
  padding-right: 28px;
  position: static;
}

.form-flex-buttons-wrapper {
  width: 330px;
  margin-top: -10px;
  position: relative;
}

.form-flex-buttons-wrapper.no-minus {
  margin-top: 0;
}

.form-info-message {
  color: #9c9c9c;
  text-align: center;
  margin-top: -10px;
  font-size: 16px;
  line-height: 29px;
}

.form-info-message.no-minus {
  margin-top: 15px;
  line-height: 135%;
}

.form-info-wrapper {
  margin-bottom: 32px;
}

.delete-form {
  margin-bottom: 0;
}

.form-info-header {
  color: #171f36;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.delete-icon {
  color: #e6253f;
  text-align: center;
  margin-bottom: 16px;
  font-family: Refresh delete, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.delete-icon.alterar-senha {
  color: #3668fc;
  margin-bottom: 24px;
  font-family: login-icons, sans-serif;
}

.confirmation-check-icon {
  width: 50px;
  height: 50px;
  color: #05b32e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #05b32e;
  border-radius: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: check-sign, sans-serif;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

.recover-pass-success {
  z-index: 1000;
  background-color: rgba(240, 240, 240, .75);
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.recover-pass-success.inside {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 0 0 0;
  position: absolute;
  overflow: hidden;
}

.div-1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-1.eie {
  margin-top: 0;
}

.sidebar-block._50-percent {
  height: 60%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 15px;
  display: flex;
}

.sidebar-block._30-percent {
  height: 15%;
  position: relative;
}

.sidebar-block._20-percent {
  height: 25%;
  padding-top: 10px;
}

.search-input-2 {
  height: 40px;
  color: #171f36;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

.search-input-2:focus {
  color: #171f36;
  background-color: #fff;
  border-color: #f76c5e;
}

.search-input-2::-ms-input-placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.search-input-2::placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.profile-wrapper {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 0%;
  right: 0%;
}

.notification-icon {
  font-family: topbar-icon, sans-serif;
  font-size: 20px;
  line-height: 80px;
}

.top-bar {
  z-index: 10;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px #d0d3dd;
  margin-left: 250px;
  padding-left: 50px;
  padding-right: 25px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sidebar-nav-link-icon {
  width: 25px;
  height: 50px;
  text-align: center;
  font-family: sidebar-icon, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 50px;
  position: absolute;
}

.sidebar-nav-link-icon._4 {
  font-family: New rellevant icons, sans-serif;
}

.sidebar-nav-link-icon._6000 {
  font-family: Contas fonts, sans-serif;
}

.content-wrapper {
  margin-left: 270px;
  padding-top: 20px;
  padding-bottom: 50px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.content-wrapper._9 {
  padding-top: 0;
  padding-bottom: 0;
}

.side-bar {
  z-index: 10;
  width: 270px;
  height: 100vh;
  background-color: #fff;
  border-right: 1px solid #e0e2e7;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.profile-name {
  color: #171f36;
  font-weight: 700;
}

.profile-name.at-topbar {
  color: rgba(255, 255, 255, .86);
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.profile-name.at-topbar._4 {
  color: #171f36;
}

.top-bar-block.search-wrapper {
  flex: 1;
}

.dropdown-toggle {
  height: 50px;
  padding: 0;
}

.dropdown-toggle.for-notifications {
  color: #919ba7;
}

.search-button-2 {
  width: 25px;
  color: #b8bac1;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: topbar-icon, sans-serif;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
}

.profile-reference-number {
  color: #89919b;
  font-size: 12px;
  line-height: 100%;
}

.sidebar-contain {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sidebar-contain.wrapping-logo {
  width: 150px;
  height: 80px;
}

.profile-text-wrap {
  height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: 45px;
  display: flex;
}

.home-logo {
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.sidebar-nav-link-text {
  margin-left: 45px;
  font-size: 16px;
  line-height: 50px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-left: 50px;
  padding-right: 50px;
}

.main-wrapper {
  height: 100vh;
}

.profile-image-wrap {
  width: 30px;
  height: 30px;
  background-color: #b8bac1;
  background-image: url('../images/2539.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #f3f4f9;
  border-radius: 200px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 0;
  right: auto;
}

.sidebar-nav-link {
  height: 50px;
  color: #171f36;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all 50ms;
  display: block;
  position: relative;
}

.sidebar-nav-link:hover {
  color: #171f36;
  background-color: rgba(255, 92, 75, .05);
}

.sidebar-nav-link.w--current {
  color: #171f36;
  background-color: rgba(255, 92, 75, .05);
  border-left-color: #ff5c4b;
  font-weight: 700;
}

.dropdown-list-2 {
  bottom: -112px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 2px;
  bottom: -40px;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .1);
}

.link-8 {
  color: #b9b9b9;
  padding-left: 5px;
  font-weight: 700;
  text-decoration: none;
}

.link-8:hover {
  color: #707070;
}

.field-label-2 {
  margin-bottom: 9px;
  font-weight: 700;
}

.field-label-2._9 {
  margin-bottom: 2px;
}

.submit-button {
  width: 45%;
  height: 45px;
  text-align: center;
  background-color: #53c77b;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  display: inline-block;
}

.submit-button:hover {
  background-color: #1da256;
}

.submit-button.entrar {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #171f36;
  border-radius: 8px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  display: block;
}

.submit-button.entrar:hover {
  background-color: #22398e;
  border-style: none;
}

.div-block-22 {
  margin-bottom: 0;
  display: none;
}

.login-logo-div {
  width: 200px;
  height: 70px;
  color: #22398e;
  background-image: url('../images/1x_logo-inapem.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.parent-login {
  width: 500px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  flex: none;
  align-self: auto;
  padding: 50px;
}

.section-5 {
  height: 100vh;
  background-color: #eaeaea;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-122 {
  justify-content: center;
  margin-top: 10px;
  display: none;
}

.div-block-54 {
  text-align: center;
}

.text-block-85 {
  color: #b9b9b9;
  display: inline;
}

.c-add-content_wrapper {
  width: 50vw;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 50px 70px;
}

.c-add-content_wrapper.login {
  width: auto;
  height: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.text-field-3 {
  height: 50px;
  max-width: 700px;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-3.password {
  margin-bottom: 10px;
}

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

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

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

.link-23 {
  color: rgba(23, 31, 54, .14);
  margin-right: 10px;
}

.page-h1-copy {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  display: inline-block;
}

.tarefa-show {
  z-index: 100;
  width: 30%;
  background-color: #fff;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0);
  box-shadow: 1px 1px 12px 9px rgba(0, 0, 0, .26);
}

.criar-credito {
  z-index: 100;
  width: 30%;
  background-color: #fff;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
  transform: translate(0);
  box-shadow: 1px 1px 12px 9px rgba(0, 0, 0, .26);
}

.div-block-133 {
  margin-top: -20px;
}

.table-content-link-2 {
  height: 70px;
  color: #171f36;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-top-style: none;
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.table-content-link-2:hover {
  background-color: rgba(54, 104, 252, .02);
}

.empty-state-wrapper-2 {
  min-height: 500px;
  text-align: center;
  border-top: 1px solid #e0e2e7;
  padding-top: 50px;
  display: none;
}

.empty-state-message-2 {
  color: #b8bac1;
  font-size: 19px;
  line-height: 100%;
  display: inline-block;
}

.table-field-lable-wrapper-2 {
  color: #b8bac1;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 11px;
  line-height: 100%;
  display: flex;
}

.criar-debito {
  z-index: 100;
  width: 30%;
  background-color: #fff;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
  transform: translate(0);
  box-shadow: 1px 1px 12px 9px rgba(0, 0, 0, .26);
}

.parceiro-avatar {
  width: 150px;
  height: 150px;
  background-color: #efefef;
  background-image: url('../images/Black_loogo_conta-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 115px;
  border: 1px solid #eee;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
}

.parceiro-info {
  min-height: 720px;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding: 50px 25px 25px;
  position: relative;
}

.parceiro-info.shorter {
  max-height: 800px;
  min-height: 650px;
  flex: 1;
  padding-left: 35px;
  padding-right: 35px;
}

.text-block-4 {
  cursor: default;
}

.div-block-11 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 40px;
  display: flex;
  position: static;
}

.search-button-3 {
  width: 25px;
  color: #b8bac1;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
}

.search-button-3._89 {
  height: 40px;
  height: 40px;
  font-family: KPI parceiro, sans-serif;
  top: 2px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.select-field {
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin-bottom: 0;
  margin-right: 15px;
}

.tab-pane-tab-1 {
  padding-top: 25px;
  padding-left: 2px;
  padding-right: 2px;
}

.tablink {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cecece;
  border-radius: 4px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 50px;
}

.tablink.w--current {
  color: #fff;
  background-color: #22398e;
  border-style: solid;
  border-color: #171f36;
  font-weight: 500;
}

.sucesso-mains {
  z-index: 100;
  height: 100vh;
  max-width: 400px;
  background-color: #13674e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 159px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.error {
  z-index: 100;
  height: 100vh;
  max-width: 400px;
  background-color: #918256;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 159px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.grid-7._9 {
  grid-template-columns: 1fr 1fr 1fr;
}

.parceiro-text-field-2 {
  color: #9c9c9c;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
}

.parceiro-text-field-2::-ms-input-placeholder {
  color: #9c9c9c;
}

.parceiro-text-field-2::placeholder {
  color: #9c9c9c;
}

.parceiro-text-field-2.editar-perfil {
  color: #3668fc;
  text-align: center;
  cursor: pointer;
  border: 1px solid #3668fc;
  border-radius: 4px;
  margin-top: 0;
  padding: 7px 15px;
  font-size: 12px;
  transition: all .2s;
  display: inline-block;
}

.parceiro-text-field-2.editar-perfil:hover {
  color: #fff;
  background-color: #3668fc;
}

.parceiro-text-field-2._2 {
  color: #e6253f;
}

.top-navbar {
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #d0d3dd;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 10px;
}

.top-wrapper {
  display: flex;
}

.search-bar {
  flex: 1;
}

.search-2 {
  margin-bottom: 0;
  padding-right: 50px;
  display: flex;
}

.search-input-3 {
  border: 1px #000;
  border-bottom-color: rgba(186, 186, 186, .64);
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.search-button-4 {
  color: #545454;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(186, 186, 186, .64);
  padding: 8px 0 0;
  font-family: New rellevant icons, sans-serif;
  font-size: 24px;
}

.div-block-160 {
  display: flex;
}

.uploaded-photo-div-2 {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  border-right: 1px solid #d0d3dd;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.uploaded-image-resolution-2 {
  color: #9c9c9c;
}

.form-select-field-2 {
  height: 45px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-bottom: 25px;
  transition: all .1s;
}

.form-select-field-2:hover {
  background-color: #fff;
}

.form-select-field-2:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.form-select-field-2.last-item {
  border-radius: 4px;
  margin-bottom: 0;
}

.form-select-field-2.last-item:focus {
  border-color: #5968a3;
}

.form-select-field-2.last-item._807, .form-select-field-2._300 {
  margin-bottom: 10px;
}

.form-select-field-2._500 {
  margin-top: 10px;
  margin-bottom: 0;
}

.success-message-2 {
  color: #171f36;
  font-size: 16px;
  line-height: 24px;
}

.form-left-side-2 {
  background-color: #fff;
  border-left: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.form-2 {
  display: flex;
}

.form-2.round-corners {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-left: 16px;
  overflow: hidden;
}

.form-2.round-corners._10 {
  margin-left: 0;
}

.confirmation-check-icon-2 {
  width: 50px;
  height: 50px;
  color: #05b32e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #05b32e;
  border-radius: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: check-sign, sans-serif;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

.confirmation-check-icon-2.absolute-right {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.error-message-2 {
  max-width: 500px;
  color: #e6253f;
  text-align: center;
  background-color: #fce1e6;
  border: 1px solid #e6253f;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.form-right-side-2 {
  background-color: #fff;
  border-left: 1px solid #e0e2e7;
  border-right: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.uploaded-photo-content-2 {
  height: 130px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
}

.form-field-label-description-3 {
  color: #9c9c9c;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 120%;
}

.form-field-label-description-3.red {
  color: #ffb100;
}

.photo-upload-input-field-2 {
  height: 170px;
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field-2:hover {
  background-color: #fff;
}

.photo-upload-input-field-2:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field-2::-ms-input-placeholder {
  color: #9c9c9c;
}

.photo-upload-input-field-2::placeholder {
  color: #9c9c9c;
}

.form-success-content-2 {
  height: 80px;
  max-width: 1000px;
  min-height: 80px;
  min-width: 200px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 185px 27px 108px;
  position: relative;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .26);
}

.form-success-content-2.with-2-buttons {
  background-color: #fff;
  padding-right: 303px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .26);
}

.form-text-field-3 {
  height: 45px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 25px;
  font-size: 13px;
  transition: all .1s;
}

.form-text-field-3:hover {
  background-color: #fff;
}

.form-text-field-3:focus {
  background-color: #fff;
  border-color: #5968a3;
}

.form-text-field-3::-ms-input-placeholder {
  color: #9c9c9c;
}

.form-text-field-3::placeholder {
  color: #9c9c9c;
}

.form-text-field-3._300 {
  margin-bottom: 10px;
}

.form-text-field-3._80 {
  margin-bottom: 5px;
}

.form-text-field-3.div-block-185 {
  margin-bottom: 10px;
}

.page-h1-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.page-h1-2.in-page-with-icon {
  max-width: 70%;
  margin-left: 25px;
  line-height: 40px;
  position: relative;
}

.photo-upload-input-wrapper-2 {
  min-height: 170px;
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
}

.div-block-163 {
  margin-bottom: 25px;
}

.div-block-163.class {
  background-color: rgba(5, 179, 46, .11);
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 25px;
}

.div-block-167 {
  text-align: center;
  padding-top: 25px;
}

.section-6 {
  width: 100vw;
  height: 100vh;
  background-color: #d0d3dd;
  background-image: linear-gradient(rgba(255, 92, 75, .91), rgba(255, 92, 75, .91)), url('../images/No-Innovation-Beyond-This-Point.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-11 {
  width: 250px;
  height: 60px;
  color: #fff;
  background-color: #000;
  border: 1px solid #e6253f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: auto;
  right: 10vw;
}

.section-7 {
  height: auto;
  padding: 100px 50px 70px;
}

.container-3-copy {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-left: 50px;
  padding-right: 50px;
}

.logotipo {
  width: 300px;
  height: 100px;
  background-image: url('../images/1x_logo-inapem.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -38px auto 20px;
  padding-top: 0;
}

.angolastuff {
  z-index: 10;
  height: 50px;
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2022-02-01-at-12.19.07-AM.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.angolastuff._9 {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 0;
}

.heading-11._1 {
  margin-top: 50px;
}

.div-block-169 {
  margin-bottom: 25px;
}

.text-block-145 {
  color: #9c9c9c;
  margin-bottom: 10px;
}

.div-block-170 {
  margin-top: 15px;
  display: flex;
}

.div-block-171 {
  width: 40px;
  height: 50px;
  background-image: url('../images/15519179861536080156-512.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-172 {
  padding-left: 10px;
}

.text-block-146 {
  margin-bottom: 3px;
  font-weight: 500;
}

.link-29 {
  color: #e6253f;
  font-size: 12px;
}

.navbar-mains {
  z-index: 100;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #d0d3dd;
  margin-top: 50px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-173 {
  justify-content: space-between;
  display: flex;
}

.contain-content-client {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.brand {
  width: 200px;
  height: 80px;
  background-image: url('../images/1x_logo-inapem.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

._500 {
  margin-top: 20px;
}

.section-8 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.div-block-174 {
  display: flex;
}

.side-a {
  width: 70%;
  padding-right: 25px;
}

.parceiro-info-seperator-2 {
  margin-bottom: 25px;
  position: relative;
}

.parceiro-info-seperator-2.centered-div {
  text-align: center;
  margin-bottom: 35px;
  display: none;
}

.form-field-label-4 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-177 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.heading-13 {
  color: #919ba7;
  font-size: 22px;
}

.text-25 {
  color: #9c9c9c;
  margin-top: 8px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 120%;
}

.text-25::-ms-input-placeholder {
  color: #9c9c9c;
}

.text-25::placeholder {
  color: #9c9c9c;
}

.text-25._1 {
  margin-bottom: 10px;
}

.text-25._10 {
  color: #000;
  margin-bottom: 0;
  font-size: 27px;
}

.text-25._78 {
  margin-bottom: 5px;
}

.uploaded {
  display: block;
}

.div-block-178 {
  flex: 1;
  padding-left: 50px;
  display: flex;
}

.link-block-13 {
  color: #171f36;
  margin-right: 25px;
  line-height: 80px;
  text-decoration: none;
  display: flex;
}

.link-block-13:hover, .link-block-13.w--current {
  color: #ff5c4b;
}

.text-block-149 {
  margin-right: 7px;
  font-family: Conta certa, sans-serif;
  font-size: 20px;
}

.text-block-150 {
  font-weight: 500;
}

.div-block-179 {
  height: 300px;
  color: #fff;
  background-image: linear-gradient(to right, #f24c2b, rgba(255, 131, 68, .72)), url('../images/serra_da_leba_pass_angola_Fabian_Plock_shutterstock.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 70px;
  display: flex;
}

.div-block-180 {
  padding-top: 50px;
}

.div-block-180.iop {
  padding-top: 0;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 25px;
}

.text-block-151 {
  width: 120px;
  height: 120px;
  color: #fff;
  text-align: center;
  background-color: #95271b;
  border-radius: 200px;
  font-family: Conta certa, sans-serif;
  font-size: 50px;
  line-height: 120px;
}

.div-block-181 {
  margin-right: 25px;
}

.div-block-182 {
  height: 120px;
  margin-right: 25px;
}

.div-block-183 {
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 45px;
  display: flex;
}

.text-block-152 {
  color: #ff5c4b;
  font-family: Conta certa, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.div-block-184 {
  margin-right: 25px;
}

.heading-16 {
  color: #000;
  margin-top: 0;
}

.paragraph-7 {
  font-size: 16px;
  line-height: 150%;
}

.text-block-153 {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 140%;
}

.heading-17 {
  margin-top: 10px;
}

.link-30 {
  color: #fff;
  font-family: Conta certa, sans-serif;
  font-size: 30px;
  line-height: 120px;
  text-decoration: none;
}

.status-line {
  height: 3px;
  flex: 1;
  position: relative;
  top: -26px;
}

.in-progress-line {
  border: 1px dashed #ccc;
  border-radius: 10px;
}

.linesman {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  align-items: center;
  padding: 34px;
  display: flex;
}

.material-icons {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.material-icons.checker {
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 4px;
  font-family: check-sign, sans-serif;
  font-size: 20px;
}

.div-block-185 {
  padding-top: 0;
}

.div-block-185._10 {
  margin-bottom: 50px;
}

.center-text {
  color: #9c9c9c;
  margin-top: 32px;
}

.center-text.confirmed {
  color: #111210;
}

.confirmed-line {
  z-index: 2;
  height: 2px;
  background-color: #04a777;
  border: 2px solid #04a777;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.confirmed-line.hidden {
  z-index: 2;
  display: none;
}

.status-circles-wrapper {
  width: 30px;
  height: 30px;
  cursor: default;
  overflow: hidden;
}

.status-content-wrapper {
  z-index: 5;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.project-state {
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 12px;
  font-size: 20px;
  overflow: hidden;
}

.project-state.done {
  background-color: #04a777;
}

.project-state.done.hidden {
  display: none;
}

.project-state.in-progress {
  background-color: #ccc;
}

.div-block-186 {
  padding-top: 50px;
}

.div-block-2 {
  max-width: 200px;
  min-width: 170px;
  text-align: right;
  margin-bottom: 20px;
}

.link {
  float: left;
  color: rgba(34, 34, 51, .49);
  padding-right: 1.5rem;
  font-family: Conta certa, sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.header-back-wrapper.buttonx {
  justify-content: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.heading-18 {
  margin-top: 0;
}

.div-block-3 {
  width: 60%;
  flex: 1;
  display: flex;
}

.shadows-cliente {
  height: 130px;
}

.chat-text-field {
  height: 45px;
  max-height: 45px;
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 0;
  padding: 14px 61px 10px 16px;
  font-size: 17px;
  line-height: 18px;
}

.chat-text-field:focus {
  background-color: #fff;
  border-color: #0081f6;
}

.chat-text-field::-ms-input-placeholder {
  color: #89919b;
}

.chat-text-field::placeholder {
  color: #89919b;
}

.chat-info-nav {
  background-color: #fff;
  padding: 16px 25px;
}

.chat-choice-wrapper {
  height: 73px;
  color: #171f36;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-choice-wrapper:hover {
  background-color: #f8f8f8;
}

.chat-choice-wrapper.w--current {
  background-color: #f0f0f0;
  font-weight: 700;
}

.new-message-notify {
  width: 17px;
  height: 17px;
  color: #fff;
  text-align: center;
  background-color: #f54a4a;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  top: -4px;
  bottom: auto;
  left: auto;
  right: -3px;
  overflow: hidden;
}

.chat-message {
  width: 80%;
  max-width: 320px;
  min-width: 168px;
  margin-bottom: 4px;
  position: relative;
}

.chat-message.sendets {
  float: right;
}

.receiver {
  margin-bottom: 16px;
}

.chat-wrapper {
  width: 70%;
  height: 100%;
  max-width: 70%;
  min-width: 70%;
  float: left;
  background-color: #fff;
  border-left: 1px #e9e9e9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
}

.chat-receiver-info {
  height: 41px;
  color: #171f36;
  border: 1px rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-receiver-info:hover {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-188 {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.chat-text-filed-form-wrapper {
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chat-time-stamp {
  color: rgba(23, 31, 54, .35);
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 8px;
  left: 24px;
  right: auto;
}

.chat-time-stamp.sndrs {
  color: rgba(255, 255, 255, .35);
  top: auto;
  bottom: 8px;
  left: auto;
  right: 24px;
}

.right-chevron {
  color: #d0d3dd;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
  transform: rotate(-90deg);
}

.message {
  min-width: 50px;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 16px 24px 24px;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
}

.message.receiver-message {
  color: #171f36;
  background-color: rgba(54, 104, 252, .15);
  border-radius: 4px 24px 24px;
  padding-bottom: 28px;
}

.message.sender-message {
  float: right;
  color: rgba(255, 255, 255, .9);
  background-color: #4a99f5;
  border-radius: 24px 24px 4px;
  padding-bottom: 28px;
}

.chat-user-status {
  height: 20px;
  color: #9c9c9c;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.chat-user-status.online {
  height: 16px;
  color: #05b32e;
  margin-top: 0;
  line-height: 16px;
}

.chat-picker-wrapper {
  width: 40%;
  height: 100%;
  max-width: 40%;
  min-width: 40%;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.chat-picker-wrapper._80 {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  float: left;
  flex-direction: column;
  padding-top: 130px;
  display: block;
  overflow: auto;
}

.chat-picker-wrapper._80._609 {
  padding-top: 0;
}

.photo {
  width: 40px;
  height: 40px;
  background-image: url('../images/placeholder-face-big.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  margin-right: 15px;
  position: relative;
}

.flexed-block {
  height: 100vh;
  background-color: #fff;
  flex: none;
}

.chat-message-preview {
  height: 20px;
  color: #9c9c9c;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.cliente-choice-info {
  flex: 1;
}

.chat-send-button {
  width: 45px;
  height: 45px;
  color: #89919b;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  transition: all .1s;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
  overflow: hidden;
}

.chat-send-button:hover, .chat-send-button:focus {
  color: #0081f6;
}

.chat-send-button._25-position-margin {
  font-family: Conta certa, sans-serif;
  right: 25px;
}

.chat-text-form {
  padding: 16px;
  position: relative;
}

.chat-text-form._25-margin {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  padding-left: 25px;
  padding-right: 25px;
}

.sender {
  margin-bottom: 16px;
}

.name {
  height: 18px;
  flex: 1;
  margin-top: 1px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
}

.name.with-bottom-margin {
  margin-bottom: 3px;
  font-size: 16px;
}

.name.with-bottom-margin.smaller-text {
  margin-bottom: 0;
  font-size: 15px;
}

.chat-bubble-container {
  height: 585px;
  border-top: 1px solid #e9e9e9;
  flex-direction: column-reverse;
  padding: 25px 16px 0;
  display: flex;
  overflow: auto;
}

.chat-bubble-container._25px-padding {
  height: 81%;
  padding-bottom: 44px;
  padding-left: 25px;
  padding-right: 25px;
}

.tab-pane-tab-1-3 {
  height: 100vh;
  border-left: 1px solid #dfdfdf;
  padding-top: 130px;
}

.tab-pane-tab-1-3._0 {
  padding-top: 0;
}

.chat-info-wrapper {
  border: 1px #e0e2e7;
  border-radius: 4px;
  display: flex;
}

.chat-info-wrapper.minus-margin {
  flex-direction: column-reverse;
  margin: 0;
  position: relative;
}

.grid-14 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.link-block-14 {
  height: 300px;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.div-block-189 {
  height: 250px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 21px;
  display: flex;
}

.text-block-154 {
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #d0d3dd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-154:hover {
  background-color: #0081f6;
}

.div-block-190 {
  width: 100px;
  height: 120px;
  background-image: url('../images/15519179861536080156-512.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

.text-block-155 {
  max-height: 100px;
  color: #171f36;
  font-weight: 500;
  overflow: hidden;
}

.link-31 {
  color: #919ba7;
}

.text-block-22 {
  color: #6d6d6d;
  line-height: 110%;
  overflow: hidden;
}

.text-block-22.red {
  color: #e6253f;
  font-weight: 500;
}

.div-block-33 {
  padding-top: 35px;
}

.div-block-35, .div-block-36 {
  width: 50%;
  float: left;
}

.paragraph-8 {
  text-align: left;
  text-transform: none;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-21 {
  font-weight: 700;
  line-height: 110%;
}

.div-block-34 {
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.div-block-32 {
  width: 500px;
  height: 100vh;
  max-width: 500px;
  min-width: 500px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 36px 80px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.section-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-191 {
  height: 250px;
  background-image: linear-gradient(3deg, #ff5c4b, rgba(250, 224, 90, .8)), url('../images/serra_da_leba_pass_angola_Fabian_Plock_shutterstock.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: -26px;
  margin-left: -36px;
  margin-right: -36px;
  display: flex;
}

.div-block-192 {
  width: 220px;
  height: 80px;
  background-image: url('../images/1x_logo-inapem.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.certi {
  height: 750px;
  background-image: url('../images/certi_inapem.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-193 {
  height: 400px;
  background-image: linear-gradient(to right, rgba(247, 158, 79, .9), rgba(226, 51, 55, .81)), url('../images/serra_da_leba_pass_angola_Fabian_Plock_shutterstock.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -20px;
  padding-top: 75px;
  padding-left: 270px;
  padding-right: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.shadows {
  height: 360px;
}

.grid-15 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-194 {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .51);
  border-radius: 5px;
  padding: 25px;
  font-weight: 700;
}

.text-block-156 {
  margin-bottom: 25px;
}

.text-block-157 {
  margin-bottom: 15px;
  font-size: 72px;
  line-height: 1;
}

.link-32 {
  color: #fff;
  text-align: right;
  font-size: 11px;
  display: block;
}

.codigo-de-seguran-a {
  z-index: 100;
  background-color: rgba(23, 31, 54, .84);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-158 {
  margin-bottom: 15px;
}

.link-33 {
  color: #919ba7;
  font-size: 14px;
  font-weight: 700;
}

.div-block-195 {
  color: rgba(23, 31, 54, .48);
}

.red-dot {
  width: 12px;
  height: 12px;
  background-color: #e6253f;
  border-radius: 200px;
  display: none;
  position: absolute;
  top: 9px;
  left: 130px;
}

.search-no-filtro-2 {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.notificar {
  width: 40%;
  background-color: #fff;
  padding: 76px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(100%);
  box-shadow: 1px 1px 13px 17px rgba(0, 0, 0, .29);
}

.div-block-196 {
  justify-content: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.link-34 {
  width: 100px;
  color: rgba(0, 0, 0, .75);
  text-align: center;
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 200px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-34:hover {
  color: #e6253f;
  border-color: #ff5c4b;
}

.form-block-2 {
  margin-top: 50px;
}

.div-block-197 {
  float: right;
}

.botao {
  height: 40px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.botao:hover {
  background-color: #3668fc;
}

.button-6 {
  color: #d0d3dd;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 25px;
}

.button-6:hover {
  color: #fff;
  background-color: #e6253f;
}

.grid-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-15 {
  height: 270px;
  color: #223;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.link-block-15:hover {
  border-color: #ff5c4b;
}

.div-block-235 {
  width: 100px;
  height: 100px;
  background-image: url('../images/2539.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  flex: none;
  margin-bottom: 25px;
}

.div-block-235._2 {
  background-image: url('../images/blank-profile-picture.jpeg');
}

.name-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.parceiro-avatar-2 {
  width: 150px;
  height: 150px;
  background-image: url('../images/2539.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-236 {
  margin-bottom: 25px;
}

.div-block-237 {
  border-bottom: 1px dashed rgba(51, 51, 51, .43);
  margin-bottom: .7rem;
  padding-bottom: .5rem;
}

.div-block-238 {
  max-height: 600px;
  min-height: 600px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: auto;
}

.parceiro-info-2 {
  min-height: auto;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding: 50px 25px 25px;
  position: relative;
}

.text-block-11 {
  color: rgba(34, 34, 51, .69);
  font-size: 1rem;
  line-height: 1.25;
}

.head-4 {
  color: #adadad;
}

.parceiro-text-field-3 {
  color: #9c9c9c;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 120%;
}

.parceiro-text-field-3::-ms-input-placeholder {
  color: #9c9c9c;
}

.parceiro-text-field-3::placeholder {
  color: #9c9c9c;
}

.parceiro-text-field-3.editar-perfil {
  color: #3668fc;
  text-align: center;
  cursor: pointer;
  border: 1px solid #3668fc;
  border-radius: 4px;
  margin-top: 0;
  padding: 7px 15px;
  font-size: 12px;
  transition: all .2s;
  display: inline-block;
}

.parceiro-text-field-3.editar-perfil:hover {
  color: #fff;
  background-color: #3668fc;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.form-field-label-5 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.link-block-16 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-239 {
  padding-top: 10px;
  display: flex;
}

.link-35 {
  color: rgba(23, 31, 54, .13);
  margin-right: 20px;
}

.div-block-240 {
  margin-bottom: 25px;
}

.text-block-159 {
  color: #fff;
  background-color: #05b32e;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 700;
  display: inline-block;
}

.div-block-241 {
  margin-bottom: 25px;
}

.div-block-242 {
  background-color: #fff;
  padding: 0;
}

.div-block-242._0 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-243 {
  border: 15px solid #e6253f;
  padding: 30px;
}

.logo {
  text-align: center;
  margin-bottom: 70px;
}

.image {
  height: 80px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.heading-19 {
  text-align: center;
  margin-top: 0;
  font-size: 32px;
  line-height: 100%;
}

.div-block-244 {
  margin-bottom: 10px;
}

.paragraph-9 {
  text-align: center;
  font-size: 13px;
  line-height: 130%;
}

.div-block-245 {
  margin-bottom: 10px;
  font-size: 12px;
}

.div-block-246 {
  margin-bottom: 5px;
  margin-right: 0;
}

.heading-20 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 13px;
}

.text-block-160 {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.div-block-247 {
  float: right;
}

.image-2 {
  height: 150px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 35px;
  left: auto;
  right: 35px;
}

.div-block-248 {
  text-align: center;
}

.div-block-249 {
  text-align: center;
  margin-bottom: 20px;
}

.image-3 {
  height: 150px;
}

.div-block-250 {
  margin-bottom: 0;
  position: relative;
}

.div-block-251 {
  width: 70%;
}

.heading-21 {
  color: #fff;
}

.page-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.page-h1.sub {
  color: #89919b;
  margin-bottom: 25px;
  font-size: 20px;
}

.text-block-127 {
  color: #9e9e9e;
  font-size: 21px;
}

.text-block-127.yelo {
  color: #ffb100;
}

.text-block-127.veerde {
  color: #05b32e;
}

.text-block-126 {
  margin-bottom: 10px;
  font-weight: 700;
}

.grafico {
  width: 70%;
  height: relative;
/*  background-image: url('../images/Screen-Shot-2021-12-16-at-5.26.30-AM.png');*/
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.grafico._2 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-5.40.37-AM.png');
}

.grafico._3 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.26.21-AM.png');
}

.dados {
  width: 30%;
  padding-left: 25px;
}

.section-data {
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
}

.graph-1 {
  width: 35%;
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.11.06-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.graph-1._2 {
  width: 70%;
  height: 400px;
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.08.30-AM.png');
}

.certificado-div {
  width: 877px;
  height: 620px;
  background-image: url('../images/INAPEM-CERTIFICADO.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  padding-top: 223px;
  position: relative;
}

.div-block-253 {
  padding-left: 88px;
  padding-right: 88px;
}

.text-block-161 {
  font-size: 12px;
}

.div-block-254 {
  margin-top: 25px;
}

.cartao-de-identidade {
  width: 620px;
  height: 877px;
  background-image: url('../images/cartao-de-identidade.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: relative;
}

.div-block-256 {
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.text-block-162 {
  font-weight: 500;
  line-height: 12px;
}

.text-block-163 {
  line-height: 15px;
}

.div-block-257 {
  width: 77%;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: 235px;
  left: 60px;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 100%;
}

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

.red-line {
  height: 1px;
  background-color: #b81b2c;
  margin-bottom: 5px;
}

.text-block-165 {
  width: 35%;
  float: left;
  text-align: right;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

.text-block-166 {
  float: left;
  color: #b81b2c;
  margin-left: 5px;
  font-size: 10px;
}

.div-block-258 {
  margin-bottom: 3px;
}

.text-block-165-copy {
  width: 15%;
  float: left;
  text-align: right;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

.divisor {
  height: 1px;
  margin-bottom: 10px;
}

.div-block-259 {
  padding-top: 10px;
}

.text-block-167 {
  float: left;
  color: #b81b2c;
  font-size: 10px;
  font-weight: 700;
}

.text-block-168 {
  margin-left: 15px;
  font-size: 10px;
  display: inline-block;
}

.periodo {
  color: #b81b2c;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 700;
}

.text-block-169 {
  font-size: 10px;
  line-height: 130%;
}

.div-block-260 {
  margin-bottom: 15px;
}

.text-block-167-copy {
  float: none;
  color: #b81b2c;
  font-size: 10px;
  font-weight: 700;
}

.div-block-261, .tab-pane-tab-3 {
  padding-top: 25px;
}

.text-block-170 {
  color: #b1b1b1;
  font-size: 10px;
  position: absolute;
  top: 33px;
  bottom: auto;
  left: 33px;
  right: auto;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-label {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
}

.checkbox-field {
  border: 1px dashed #05b32e;
  border-radius: 5px;
  padding: 15px;
}

.text-block-171 {
  background-color: rgba(5, 179, 46, .09);
  border: 1px dashed #05b32e;
  border-radius: 5px;
  padding: 15px;
}

.div-block-262, .div-block-263 {
  margin-bottom: 25px;
}

.text-block-172 {
  text-align: center;
  background-color: rgba(237, 237, 237, .64);
  border: 1px dashed #8c8c8c;
  border-radius: 5px;
  padding: 20px;
}

.img-2 {
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 114px;
  bottom: auto;
  left: 62px;
  right: auto;
}

.image-4 {
  width: 300px;
  position: absolute;
  top: auto;
  bottom: 113px;
  left: 300px;
  right: 0%;
}

.img-assinatura {
  width: 300px;
  position: absolute;
  top: auto;
  bottom: 134px;
  left: 259px;
  right: 0%;
}

.grid-17 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 70px;
}

.main-entry {
  height: 350px;
  background-image: url('../images/5e127de9d7e90fba6215d2f9_documents-prepared-for-a-business-sale.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  position: relative;
}

.main-entry._2 {
  background-image: url('../images/20170505090733inapen.jpeg');
  background-position: 100%;
}

.main-entry._3 {
  background-image: url('../images/serra_da_leba_pass_angola_Fabian_Plock_shutterstock.jpeg');
}

.lay-here {
  background-image: linear-gradient(rgba(255, 92, 75, .8), rgba(255, 92, 75, .8));
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lay-here.black {
  background-image: linear-gradient(rgba(23, 31, 54, .85), rgba(23, 31, 54, .85));
}

.text-block-173 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-173._3 {
  text-shadow: 0 1px 7px rgba(0, 0, 0, .2);
}

html.w-mod-js [data-ix="pop-up"] {
  display: none;
}

html.w-mod-js [data-ix="close-pop-up"] {
  opacity: 0;
}

html.w-mod-js [data-ix="editar-perfil-block"] {
  opacity: 0;
  display: none;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="close-editar-perfil"] {
  opacity: 0;
}

html.w-mod-js [data-ix="block"] {
  opacity: 0;
  transform: translate(0, 25%);
}

html.w-mod-js [data-ix="uploaded-photo"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="parceiros"], html.w-mod-js [data-ix="clientes"] {
  display: none;
}

html.w-mod-js [data-ix="kpi-dropdown-list"] {
  opacity: 0;
  display: none;
  transform: translate(0, 5%);
}

html.w-mod-js [data-ix="close-kpi-dropdown"] {
  display: none;
}

html.w-mod-js [data-ix="navegador-bg"] {
  opacity: 0;
}

html.w-mod-js [data-ix="chat"] {
  display: none;
  transform: translate(125%);
}

html.w-mod-js [data-ix="ad-credito-block"] {
  display: none;
}

html.w-mod-js [data-ix="form-success-content"] {
  opacity: 0;
  transform: scale(.95);
}

html.w-mod-js [data-ix="tarefa-div-initial"] {
  transform: translate(100%);
}

@media screen and (max-width: 991px) {
  .page-title-wrapper.minus-20-bottom-margin {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .parent-login {
    width: 80%;
  }

  .body {
    min-width: auto;
  }

  .sucesso-mains, .error {
    width: 100%;
    max-width: 100%;
  }

  .form-left-side-2, .form-right-side-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3-copy, .contain-content-client {
    padding-left: 20px;
    padding-right: 20px;
  }

  .status-line {
    top: -25px;
  }

  .link {
    line-height: 1.2;
  }

  .heading-18 {
    font-size: 2rem;
  }

  .chat-info-nav {
    z-index: 100;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .chat-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .chat-text-filed-form-wrapper {
    width: 100%;
    margin-bottom: 80px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .chat-picker-wrapper._80 {
    display: none;
  }

  .chat-bubble-container._25px-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .page-title-wrapper.minus-20-bottom-margin {
    height: 65px;
  }

  .parent-login {
    width: 80%;
  }

  .form-2.round-corners._10 {
    flex-direction: column;
  }

  .form-right-side-2 {
    padding-top: 10px;
  }

  .page-h1-2.in-page-with-icon {
    margin-left: 5px;
  }

  .status-line {
    top: -26px;
  }

  .material-icons {
    padding-top: 11px;
  }

  .link {
    padding-right: 1rem;
    line-height: 1;
  }

  .heading-18 {
    font-size: 1.5rem;
  }

  .chat-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .chat-text-filed-form-wrapper {
    margin-bottom: 90px;
  }

  .chat-picker-wrapper._80 {
    display: none;
  }

  .chat-bubble-container._25px-padding {
    padding-bottom: 108px;
  }
}

@media screen and (max-width: 479px) {
  .button.chevron.float-left {
    padding-right: 0;
  }

  .page-title-wrapper.minus-20-bottom-margin {
    height: 60px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .field-label-2 {
    margin-bottom: 5px;
  }

  .submit-button.entrar {
    border-radius: 5px;
  }

  .login-logo-div {
    width: 140px;
    height: 50px;
  }

  .parent-login {
    width: 90%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    flex: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-5 {
    align-items: flex-start;
    padding-top: 20%;
  }

  .page-h1-2 {
    font-size: 23px;
  }

  .page-h1-2.in-page-with-icon {
    margin-left: 10px;
  }

  .container-3-copy, .contain-content-client {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-line {
    width: 3px;
    height: 50px;
    flex: 0 auto;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 0;
    top: -2px;
  }

  .in-progress-line {
    height: 100%;
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: #d9d9d9;
  }

  .linesman {
    flex-direction: column;
    align-items: flex-start;
  }

  .center-text {
    margin-top: 2px;
  }

  .confirmed-line {
    height: 100%;
  }

  .status-circles-wrapper {
    margin-right: 16px;
  }

  .status-content-wrapper {
    height: 30px;
    flex-direction: row;
  }

  .div-block-2 {
    max-width: 160px;
    min-width: 150px;
  }

  .link {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .header-back-wrapper.buttonx {
    align-items: center;
  }

  .chat-text-filed-form-wrapper {
    margin-bottom: 70px;
    position: fixed;
  }

  .chat-text-form._25-margin {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-35 {
    width: 40%;
  }

  .div-block-36 {
    width: 60%;
  }

  .text-block-21 {
    margin-right: 0;
  }

  .div-block-32 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-191 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .page-h1 {
    margin-left: 5px;
    font-size: 23px;
  }
}

#w-node-a55aaf16-9ad1-bc3a-ce1e-485fcacec28e-74b7e7f3, #w-node-_22ccc96a-3a1b-73fc-d92b-c4ad2d8c8d76-74b7e7f3, #w-node-d9973e07-47a0-5f74-cf59-861a35b0b4a6-74b7e7f3, #w-node-_92521e99-7d19-b600-375a-95e7402a76db-12158afe, #w-node-_44c2b275-4b19-a493-c046-59da6ea3b952-12158afe, #w-node-_05bfa2c9-a33c-5b67-ded0-26901c669757-12158afe, #w-node-_9c5da6af-49ff-a6b6-fe9b-11cedbc1877e-12158afe, #w-node-e7c11255-c029-3cd8-6ab8-72f7b9b849f6-12158afe, #w-node-ae4c505d-6e15-e54b-b020-e6e060344b20-12158afe, #w-node-_0c2bff0d-f40e-9cf6-f2bb-9dc09da6b5e5-12158afe, #w-node-_4844ad6a-968d-1a4e-7670-3fb2340f2512-12158afe, #w-node-bd4e9116-3120-5de5-49bc-a080cfacf9b0-12158afe, #w-node-_83ac6407-0922-bf97-a59b-85968bb5682a-12158afe, #w-node-a55aaf16-9ad1-bc3a-ce1e-485fcacec28e-6445b877, #w-node-_22ccc96a-3a1b-73fc-d92b-c4ad2d8c8d76-6445b877, #w-node-d9973e07-47a0-5f74-cf59-861a35b0b4a6-6445b877, #w-node-_01167219-d761-d308-efaf-2ccb012fc2f8-b28cb136, #w-node-de325732-439a-d6e3-13d5-fc3abc387995-b28cb136, #w-node-_839640de-272e-62f7-e003-f920f6cb8040-b28cb136, #w-node-_424f956b-a53c-bdc8-bc5e-13c2f2c69b94-b28cb136, #w-node-b941d2f3-8bc4-4f09-1a38-0e84067ed97f-b28cb136, #w-node-d0953da3-11a6-7d5a-f178-3fe1d0c17dd4-5f55dd3a, #w-node-_6c6e6426-75ca-452e-1c5f-6fb302360008-5f55dd3a, #w-node-_388c0abb-f142-4d8f-958f-a6ef6a9e3935-5f55dd3a, #w-node-e70d67b1-9b9d-cc78-8847-3fb75aaebde1-5f55dd3a, #w-node-_6134032b-00fa-9697-afbd-2f92ebf4d1d8-5f55dd3a, #w-node-_3b6f62f7-0e61-2d76-e593-d00824e65abb-5f55dd3a, #w-node-b7ff82ec-182a-6fa3-fcb3-422cac9bf9cb-5f55dd3a, #w-node-_4e91d962-0df4-e6ee-69ed-1f5031d4c850-5f55dd3a, #w-node-_5b163632-44b9-1fed-a6b4-9417a8a32fd2-5f55dd3a, #w-node-_65a7ffdb-e6c2-031f-5560-bcefa7907f39-5f55dd3a, #w-node-_1c302a2d-d229-b6f2-d658-e3f46911a176-5f55dd3a, #w-node-_337e7d54-9e99-3560-8bd4-032eb6b2c738-5f55dd3a, #w-node-d0953da3-11a6-7d5a-f178-3fe1d0c17dda-5f55dd3a, #w-node-d0953da3-11a6-7d5a-f178-3fe1d0c17de0-5f55dd3a, #w-node-d0953da3-11a6-7d5a-f178-3fe1d0c17de6-5f55dd3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'sidebar-icon';
  src: url('../fonts/side-bar-icon.eot') format('embedded-opentype'), url('../fonts/side-bar-icon.woff') format('woff'), url('../fonts/side-bar-icon.ttf') format('truetype'), url('../fonts/side-bar-icon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'topbar-icon';
  src: url('../fonts/top-bar-icon.eot') format('embedded-opentype'), url('../fonts/top-bar-icon.woff') format('woff'), url('../fonts/top-bar-icon.ttf') format('truetype'), url('../fonts/top-bar-icon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Buttons';
  src: url('../fonts/Buttons.eot') format('embedded-opentype'), url('../fonts/Buttons.woff') format('woff'), url('../fonts/Buttons.ttf') format('truetype'), url('../fonts/Buttons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Photo';
  src: url('../fonts/Photo.eot') format('embedded-opentype'), url('../fonts/Photo.woff') format('woff'), url('../fonts/Photo.ttf') format('truetype'), url('../fonts/Photo.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Refresh delete';
  src: url('../fonts/Refresh-Delete.eot') format('embedded-opentype'), url('../fonts/Refresh-Delete.woff') format('woff'), url('../fonts/Refresh-Delete.ttf') format('truetype'), url('../fonts/Refresh-Delete.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Quantity';
  src: url('../fonts/Quantity.eot') format('embedded-opentype'), url('../fonts/Quantity.woff') format('woff'), url('../fonts/Quantity.ttf') format('truetype'), url('../fonts/Quantity.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Icons';
  src: url('../fonts/icons.eot') format('embedded-opentype'), url('../fonts/icons.woff') format('woff'), url('../fonts/icons.ttf') format('truetype'), url('../fonts/icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Chevrons';
  src: url('../fonts/chevrons.eot') format('embedded-opentype'), url('../fonts/chevrons.woff') format('woff'), url('../fonts/chevrons.ttf') format('truetype'), url('../fonts/chevrons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dropdown';
  src: url('../fonts/dropdown.eot') format('embedded-opentype'), url('../fonts/dropdown.woff') format('woff'), url('../fonts/dropdown.ttf') format('truetype'), url('../fonts/dropdown.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Chevron thick';
  src: url('../fonts/Chevron-thick.eot') format('embedded-opentype'), url('../fonts/Chevron-thick.woff') format('woff'), url('../fonts/Chevron-thick.ttf') format('truetype'), url('../fonts/Chevron-thick.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'KPI parceiro';
  src: url('../fonts/KPI-Parceiro.eot') format('embedded-opentype'), url('../fonts/KPI-Parceiro.woff') format('woff'), url('../fonts/KPI-Parceiro.ttf') format('truetype'), url('../fonts/KPI-Parceiro.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'KPI parceiro extended';
  src: url('../fonts/KPI-Parceiro-EXTENDED.eot') format('embedded-opentype'), url('../fonts/KPI-Parceiro-EXTENDED.woff') format('woff'), url('../fonts/KPI-Parceiro-EXTENDED.ttf') format('truetype'), url('../fonts/KPI-Parceiro-EXTENDED.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Actions';
  src: url('../fonts/Actions.eot') format('embedded-opentype'), url('../fonts/Actions.woff') format('woff'), url('../fonts/Actions.ttf') format('truetype'), url('../fonts/Actions.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Edit icon';
  src: url('../fonts/Edit-icon.eot') format('embedded-opentype'), url('../fonts/Edit-icon.woff') format('woff'), url('../fonts/Edit-icon.ttf') format('truetype'), url('../fonts/Edit-icon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Alerts';
  src: url('../fonts/Alerts.eot') format('embedded-opentype'), url('../fonts/Alerts.woff') format('woff'), url('../fonts/Alerts.ttf') format('truetype'), url('../fonts/Alerts.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Warning info';
  src: url('../fonts/Warning-info.eot') format('embedded-opentype'), url('../fonts/Warning-info.woff') format('woff'), url('../fonts/Warning-info.ttf') format('truetype'), url('../fonts/Warning-info.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: '3 dots';
  src: url('../fonts/3-dots.eot') format('embedded-opentype'), url('../fonts/3-dots.woff') format('woff'), url('../fonts/3-dots.ttf') format('truetype'), url('../fonts/3-dots.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Chat';
  src: url('../fonts/chat.eot') format('embedded-opentype'), url('../fonts/chat.woff') format('woff'), url('../fonts/chat.ttf') format('truetype'), url('../fonts/chat.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Attachment';
  src: url('../fonts/Attachment.eot') format('embedded-opentype'), url('../fonts/Attachment.woff') format('woff'), url('../fonts/Attachment.ttf') format('truetype'), url('../fonts/Attachment.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Entrada saida';
  src: url('../fonts/entrada-saida.eot') format('embedded-opentype'), url('../fonts/entrada-saida.woff') format('woff'), url('../fonts/entrada-saida.ttf') format('truetype'), url('../fonts/entrada-saida.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'chat-icon';
  src: url('../fonts/chat-icon.eot') format('embedded-opentype'), url('../fonts/chat-icon.woff') format('woff'), url('../fonts/chat-icon.ttf') format('truetype'), url('../fonts/chat-icon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'login-icons';
  src: url('../fonts/login-icons.eot') format('embedded-opentype'), url('../fonts/login-icons.woff') format('woff'), url('../fonts/login-icons.ttf') format('truetype'), url('../fonts/login-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'check-sign';
  src: url('../fonts/check-sign.eot') format('embedded-opentype'), url('../fonts/check-sign.woff') format('woff'), url('../fonts/check-sign.ttf') format('truetype'), url('../fonts/check-sign.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Win';
  src: url('../fonts/win.eot') format('embedded-opentype'), url('../fonts/win.woff') format('woff'), url('../fonts/win.ttf') format('truetype'), url('../fonts/win.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Conta certa';
  src: url('../fonts/conta-certa.eot') format('embedded-opentype'), url('../fonts/conta-certa.woff') format('woff'), url('../fonts/conta-certa.ttf') format('truetype'), url('../fonts/conta-certa.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Contas fonts';
  src: url('../fonts/contas-fonts.eot') format('embedded-opentype'), url('../fonts/contas-fonts.woff') format('woff'), url('../fonts/contas-fonts.ttf') format('truetype'), url('../fonts/contas-fonts.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Upay font';
  src: url('../fonts/upay-font.eot') format('embedded-opentype'), url('../fonts/upay-font.woff') format('woff'), url('../fonts/upay-font.ttf') format('truetype'), url('../fonts/upay-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Socials';
  src: url('../fonts/socials.eot') format('embedded-opentype'), url('../fonts/socials.woff') format('woff'), url('../fonts/socials.ttf') format('truetype'), url('../fonts/socials.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New rellevant icons';
  src: url('../fonts/new-rellevant-icons.eot') format('embedded-opentype'), url('../fonts/new-rellevant-icons.woff') format('woff'), url('../fonts/new-rellevant-icons.ttf') format('truetype'), url('../fonts/new-rellevant-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans book';
  src: url('../fonts/BentonSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}