:root {
  --royal-blue-3: #0052a0;
  --royal-blue-2: #185997;
  --white-smoke: #f0f0f0;
  --midnight-blue: #222843;
  --lines: rgba(224, 226, 231, .43);
  --gainsboro: #e0e2e7;
  --royal-blue: #3668fc;
  --forest-green: #199121;
  --dark-grey: #aaa;
  --crimson: #e12c2c;
  --steel-blue: #4489be;
}

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

body {
  color: #333;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

.login-form-block {
  margin-bottom: 0;
}

.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.submit {
  width: 100%;
  height: 45px;
  background-color: var(--royal-blue-3);
  text-align: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 45px;
  transition: all .1s;
  display: block;
}

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

.button.submit.login-button {
  height: 50px;
  background-color: #225a9d;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 50px;
}

.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.span {
  height: auto;
  opacity: 0;
  background-color: #05b32e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.button.blue.float-right {
  height: 50px;
  min-width: 150px;
  float: right;
  background-color: var(--royal-blue-2);
  text-align: center;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}

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

.button.blue.float-right._6 {
  border: 1px solid var(--royal-blue-3);
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.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;
  font-family: Dashboard font sige, sans-serif;
  line-height: 41px;
}

.button.red {
  background-color: #e6253f;
}

.button.red:hover {
  background-color: #b81b2c;
}

.button.red.float-right {
  float: right;
  color: #e6253f;
  background-color: #fff;
  margin-right: 0;
  padding-top: 8px;
}

.button.red.float-right:hover {
  color: #fff;
  background-color: #e6253f;
}

.button.red.float-right.cancelar {
  width: 120px;
  height: 40px;
  color: #9c9c9c;
  text-align: center;
  border: 1px solid #e0e2e7;
  border-radius: 5px;
  padding-top: 7px;
  position: static;
}

.button.red.float-right.cancelar:hover {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

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

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

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

.section {
  background-color: var(--white-smoke);
  background-image: url('../images/opt-2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.login-form {
  position: static;
}

.login-form.login {
  position: relative;
}

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

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

.success-message.margins.none {
  margin-bottom: 0;
}

.form-content-wrapper {
  flex: 1;
}

.form-content-wrapper.in-login {
  z-index: 1;
  position: relative;
}

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

.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-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

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

.form-text-field {
  height: 45px;
  border: 1px solid rgba(170, 170, 170, .32);
  border-radius: 4px;
  margin-bottom: 35px;
  font-size: 17px;
  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: var(--midnight-blue);
}

.form-text-field::placeholder {
  color: var(--midnight-blue);
}

.form-text-field.login-field {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(208, 211, 221, .47);
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 9px;
  padding-left: 25px;
  font-size: 17px;
}

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

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

.form-text-field.login-field.senha-field {
  margin-top: 25px;
  margin-bottom: 15px;
}

.form-text-field._500 {
  height: auto;
  padding-bottom: 72px;
}

.form-text-field._900 {
  color: #333;
  margin-bottom: 10px;
}

.form-text-field._900::-ms-input-placeholder {
  color: rgba(51, 51, 51, .59);
}

.form-text-field._900::placeholder {
  color: rgba(51, 51, 51, .59);
}

.login-success {
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.login-success.in-login {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-header-wrap {
  text-align: center;
  border-bottom: 1px #e0e2e7;
  margin-bottom: 25px;
  padding-bottom: 20px;
  display: flex;
}

.login-container {
  width: 500px;
  background-color: #fff;
  border-radius: 5px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.success-flex {
  display: flex;
}

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

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

.sidebar-nav-link:hover {
  color: var(--midnight-blue);
  background-color: rgba(68, 137, 190, .08);
}

.sidebar-nav-link.w--current {
  border-left-color: var(--royal-blue-2);
  color: var(--midnight-blue);
  background-color: rgba(68, 137, 190, .05);
}

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

.profile-name.at-topbar {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.home-logo {
  width: 70%;
  height: 60px;
  background-image: url('../images/Fiinika_Propinas.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

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

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

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

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

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

.sidebar-block._65 {
  height: 60%;
}

.sidebar-block._20 {
  height: 20%;
  padding-top: 24px;
}

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

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

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

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

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

.profile-image-wrap {
  width: 30px;
  height: 30px;
  background-color: #b8bac1;
  background-image: url('../images/placeholder-face-big.png');
  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-text {
  margin-left: 45px;
  font-size: 17px;
  line-height: 50px;
}

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

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

.sidebar-contain.wrapping-logo {
  width: 180px;
  height: auto;
}

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

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

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

.table-main-wrapper._10 {
  margin-top: 25px;
}

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

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

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

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

.main-wrapper {
  height: 100vh;
}

.table-field-lable-wrapper {
  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;
}

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

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

.search-button-2._89 {
  height: 40px;
}

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

.table-wrapper {
  min-height: 500px;
  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-image: url('../images/placeholder-face-big.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  flex: 0 auto;
}

.table-image-wrapper.avatar._2 {
  background-image: url('../images/opt-2.jpg');
  border-radius: 5px;
}

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

.container._5 {
  padding-top: 40px;
}

.notification-icon {
  font-size: 20px;
  line-height: 80px;
}

._20px {
  height: 20px;
  font-size: 17px;
  overflow: hidden;
}

._20px.nome {
  overflow: visible;
}

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

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

.page-title-wrapper._90 {
  justify-content: space-between;
  margin-bottom: 25px;
}

.page-title-wrapper.minus-20-bottom-margin {
  justify-content: space-between;
  margin-bottom: 30px;
}

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

.page-h1.in-page-with-icon {
  max-width: 70%;
  margin-left: 0;
  line-height: 120%;
  position: relative;
}

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

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

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

.body {
  background-color: rgba(170, 170, 170, .08);
}

.news-div {
  border: 1px solid var(--lines);
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 41px;
  text-decoration: none;
  display: flex;
}

.news-div:hover {
  border-color: #5980e0;
}

.news-icons {
  flex: none;
}

.news-content-div {
  width: 90%;
  flex: 1;
  padding-top: 15px;
  padding-left: 25px;
}

.text-block {
  color: #087020;
  font-family: Main font sige, sans-serif;
  font-size: 52px;
  line-height: 110%;
}

.text-block.cobranca {
  color: #db9800;
}

.heading {
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 400;
}

.text-block-2 {
  margin-bottom: 20px;
  font-size: 17px;
}

.paragraph {
  color: #7a7a7a;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 150%;
}

.text-block-3 {
  background-color: #dfdfdf;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.text-block-3.cobranca {
  color: #db9800;
  background-color: rgba(243, 156, 18, .15);
}

.div-block-11 {
  border: 1px solid var(--gainsboro);
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: static;
}

.div-block-11._90, .div-block-11._700 {
  margin-bottom: 50px;
}

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

.search-no-filtro._9 {
  flex: none;
}

.div-block-12 {
  width: 70%;
  flex: 1;
  margin-left: 0;
  padding-left: 0;
}

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

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

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

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

.select-field.mess {
  flex: 1;
}

.button-icon {
  margin-right: 10px;
  font-family: Dashboard font sige, sans-serif;
  font-size: 16px;
  position: relative;
  top: 4px;
}

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

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

.div-block {
  flex: 1;
}

.uploaded-image-resolution {
  max-width: 95%;
  color: #9c9c9c;
}

.form-select-field {
  height: 50px;
  background-color: rgba(248, 248, 248, .35);
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  margin-bottom: 35px;
  font-size: 17px;
  transition: all .1s;
}

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

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

.form-select-field.last-item {
  background-color: rgba(248, 248, 248, .33);
  border-radius: 4px;
  margin-bottom: 0;
}

.form-select-field.last-item:focus {
  border-color: #1675bd;
}

.form-select-field.last-item._6 {
  margin-bottom: 10px;
}

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

.uploaded-photo-wrapper._3 {
  display: block;
}

._40 {
  margin-top: 25px;
  margin-bottom: 25px;
}

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

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

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

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

.form-right-side {
  max-width: 50%;
  background-color: #fff;
  border-left: 1px solid #e0e2e7;
  border-right: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
  overflow: hidden;
}

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

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

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

.form-field-label.bold {
  font-weight: 700;
}

.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-field-label-description {
  color: #9c9c9c;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 120%;
}

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

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

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

.test-form-block.zero-padding-all._78 {
  width: 60%;
}

.form-left-side {
  max-width: 50%;
  background-color: #fff;
  border-left: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
  overflow: hidden;
}

.form-left-side._8 {
  max-width: 100%;
}

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

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

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

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

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

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

.random-text {
  font-size: 17px;
}

.random-text.pendente {
  color: #eb9c3c;
}

.random-text.aceite {
  color: #4abd67;
}

.random-text.cancelado {
  color: #e43434;
}

.nome-e-imagem-side {
  width: 30%;
  display: flex;
}

.text-indicar-mapa {
  flex: none;
  padding-left: 25px;
  padding-right: 25px;
}

.text-indicar-mapa.img {
  width: 30%;
}

.text-indicar-mapa.the-name {
  width: 70%;
}

.text-indicar-mapa.mes {
  width: 8.3%;
  text-align: center;
  padding-left: 0;
  padding-right: 3px;
}

.meses {
  width: 70%;
  display: flex;
}

.div-block-16 {
  height: 70px;
  border-right: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
  background-color: #fff;
  display: flex;
}

.item-no-mapa {
  flex: none;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.item-no-mapa.nome {
  width: 75%;
  color: #171f36;
  justify-content: flex-start;
  font-size: 16px;
}

.item-no-mapa.fotos {
  width: 25%;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}

.item-no-mapa.meses {
  width: 8.3%;
  border-left: 1px solid var(--gainsboro);
  text-align: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}

.text.pago {
  color: #70c276;
}

.text.n-o-pago {
  color: #e06363;
}

.mural-di-copy {
  margin-top: 40px;
  padding-right: 0;
}

.ler-mais {
  color: #8d9ac0;
  text-decoration: underline;
}

._12 {
  margin-bottom: 25px;
}

.image {
  display: inline-block;
}

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

.div-block-7 {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  padding: 10px;
}

.grid-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.div-block-8 {
  background-color: #d0d3dd;
  border-radius: 5px;
  margin-bottom: 2px;
  padding: 10px;
  display: flex;
}

.text-block-9 {
  width: 80%;
  color: rgba(23, 31, 54, .52);
  flex: 1;
}

.link-3 {
  width: 20%;
  color: #e6253f;
  text-align: center;
  font-family: Dashboard font sige, sans-serif;
  text-decoration: none;
}

.matricula {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .92);
  justify-content: center;
  align-items: center;
  padding: 107px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.erro, .sucesso {
  z-index: 1000;
  background-color: rgba(34, 34, 34, .9);
  padding: 100px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.certeza {
  z-index: 100;
  background-color: rgba(34, 34, 34, .9);
  padding: 100px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading, .sucesso-2 {
  z-index: 1000;
  background-color: rgba(34, 34, 34, .9);
  padding: 100px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.alert {
  width: 15px;
  height: 15px;
  text-align: center;
  background-color: red;
  border-radius: 200px;
  padding-right: 3px;
  line-height: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 17%;
  right: auto;
}

.d-ref {
  width: 7%;
  float: left;
}

.mobile-navbar-aluno, .section-3 {
  display: none;
}

.link-25 {
  color: #d4d4d4;
  margin-right: 5px;
  display: none;
}

.filters-flex {
  margin-right: -15px;
  display: flex;
}

.log-o {
  width: 200px;
  height: 80px;
  background-image: url('../images/Fiinika_Propinas.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.shadow {
  height: 100px;
}

.navbar {
  height: 100px;
  border-bottom: 1px solid var(--lines);
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-116 {
  justify-content: space-between;
}

.brand {
  width: 160px;
  height: 100px;
  background-image: url('../images/Fiinika_Propinas.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.div-block-117 {
  height: 100px;
  color: rgba(34, 40, 67, .83);
  align-items: center;
  margin-left: 35px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-block-117:hover {
  color: #19639b;
}

.text-block-106 {
  margin-right: 10px;
  font-family: Dashboard font sige, sans-serif;
  font-size: 21px;
  position: relative;
  top: 2px;
}

.nav-menu {
  display: flex;
}

.section-4 {
  padding-top: 70px;
  padding-bottom: 80px;
}

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

.div-block-118 {
  min-height: 180px;
  border: 1px solid var(--lines);
  color: rgba(34, 40, 67, .68);
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  padding: 50px;
  font-size: 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-118:hover {
  border-color: var(--midnight-blue);
}

.div-block-118.u {
  border-color: var(--forest-green);
  color: var(--midnight-blue);
  background-color: #fff;
}

.div-block-118.u:hover {
  border-color: var(--forest-green);
  background-color: rgba(25, 145, 33, .05);
}

.text-block-107 {
  margin-right: 25px;
  font-family: Dashboard font sige, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.text-block-107.new {
  width: 70px;
  height: 70px;
  border: 1px solid var(--forest-green);
  color: var(--forest-green);
  background-color: rgba(29, 160, 68, .08);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  display: flex;
}

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

.heading-27 {
  color: rgba(51, 51, 51, .34);
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 21px;
  font-weight: 400;
}

.text-block-108 {
  color: #223;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.card-item {
  height: 100%;
}

.card-item.icon {
  width: 20%;
  color: #d13232;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
}

.card-item.name {
  width: 85%;
  color: #223;
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.card-item.data-1 {
  width: 25%;
  padding-right: 1rem;
  display: flex;
}

.card-item.data-1.x {
  width: 15%;
}

.card-item.data-1.x._10 {
  width: 20%;
}

.card-item.img {
  width: 20%;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.card-item.img._900 {
  width: 20%;
}

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

.text-block-129 {
  width: 100%;
  color: var(--midnight-blue);
  text-align: center;
  background-color: rgba(160, 174, 192, .36);
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 400;
}

.text-block-129:hover {
  background-color: rgba(26, 87, 133, .23);
}

.legenda-wrapper {
  border-top: 1px solid rgba(34, 34, 51, .24);
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.side-a-2 {
  width: 90%;
  display: flex;
}

.side-b-2 {
  width: 10%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.side-b-2._123 {
  padding-left: 10px;
  padding-right: 15px;
}

.text-block-130 {
  color: rgba(34, 34, 51, .72);
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-130.cancelado {
  color: #d13232;
  font-weight: 400;
}

.text-block-130.pendente {
  color: #d79a28;
  text-align: left;
  font-weight: 400;
}

.text-block-130.terminado {
  color: #288562;
  font-weight: 400;
}

._128 {
  color: #1a5785;
  font-family: Dashboard font sige, sans-serif;
  line-height: 1;
}

.card-wrapper {
  height: 80px;
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.card-wrapper:hover {
  border: 1px solid rgba(26, 87, 133, .66);
}

.side-a-1 {
  width: 50%;
  display: flex;
}

.txt {
  color: rgba(34, 34, 51, .35);
  font-size: 13px;
  font-weight: 700;
}

.propina-div-overlay {
  z-index: 1000;
  background-color: rgba(34, 40, 67, .33);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pagamento-div {
  width: 50%;
  height: 100vh;
  float: right;
  background-color: #fff;
  padding: 60px;
  overflow: auto;
  transform: translate(100%);
}

.div-block-157 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.link-26 {
  border: 1px solid var(--dark-grey);
  color: #353535;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-block-153 {
  color: rgba(51, 51, 51, .69);
  font-size: 24px;
  line-height: 120%;
}

.div-block-158 {
  margin-bottom: 35px;
}

.div-block-159 {
  border-bottom: 1px solid #d8d8d8;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  display: flex;
}

.div-block-159.bold {
  font-weight: 700;
}

.instruction {
  max-width: 26em;
  color: rgba(23, 31, 54, .72);
  margin-top: 0;
  padding-left: 2em;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
}

.tabs-menu-2 {
  display: flex;
}

.currency-2 {
  margin-left: .2em;
  font-size: .4em;
  display: inline-block;
  position: relative;
  top: -1em;
}

.currency-2.lil-bigger {
  margin-left: 0;
  margin-right: .3em;
  font-size: .7em;
  top: -.28em;
}

.pagamento-field-lable {
  color: #171f36;
  margin-bottom: .7em;
  font-size: 1.3em;
  font-weight: 400;
}

.button-5 {
  width: 200px;
  text-align: center;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}

.pages-h1 {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
}

.pages-h1.instrc {
  margin-bottom: .5em;
}

.pages-h2 {
  max-width: 25.8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.instructions-wrapper {
  grid-row-gap: 2em;
  color: #000;
  border-left: 2px dashed #1242af;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 3em 3em 3em 5em;
  display: grid;
}

.image-3 {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.validar-wrap {
  grid-row-gap: 3em;
  background-color: rgba(18, 66, 175, .06);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3em;
  display: grid;
}

.pagamento-referencia-info {
  color: #1242af;
  margin-top: 0;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1;
}

.validar-pagamento-wrapper {
  max-width: 1100px;
  grid-column-gap: 0px;
  border: 2px dashed #1242af;
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-1 {
  width: 200px;
  height: 60px;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 2px 5px;
  display: flex;
}

.tab-1.w--current {
  background-color: #fff;
  border: 1px solid #1675bd;
}

.tab-1._20.w--current {
  background-color: #fff;
  background-image: none;
  border: 1px solid #1675bd;
}

.comprar-button {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1242af;
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

.comprar-button:hover {
  background-color: var(--midnight-blue);
}

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

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

.number-system {
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: .5em;
  right: auto;
}

.pages-headet-wrapper {
  color: #171f36;
  margin-bottom: 55px;
}

.div-block-160 {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

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

.div-block-161 {
  align-items: center;
  font-size: 18px;
  display: flex;
}

.link-27 {
  color: rgba(51, 51, 51, .57);
  margin-right: 25px;
  padding-right: 20px;
  font-family: Dashboard font sige, sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-decoration: none;
}

.text-block-155 {
  font-size: 27px;
  line-height: 120%;
}

.text-block-134 {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.parte-5 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  float: left;
  flex: 1;
  padding-top: 35px;
}

.text-block-132 {
  color: #000;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 14px;
}

.div-block-4-copy-2 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ref-text-copy-2 {
  margin-left: 0;
  padding-left: 5px;
  font-size: 8px;
  font-weight: 500;
  line-height: 20px;
}

.imposto-v1-2 {
  color: #676767;
  margin-top: 3px;
  padding-left: 5px;
  font-size: 8px;
  font-style: italic;
  line-height: 100%;
}

.ref-text-3 {
  margin-left: 0;
  padding-left: 5px;
  font-size: 8px;
  font-weight: 500;
  line-height: 20px;
}

.inc-200 {
  width: 35%;
  float: left;
}

.d-descricao-2 {
  width: 35%;
  float: left;
  line-height: 20px;
  overflow: hidden;
}

.text-block-137 {
  margin-top: 0;
  font-size: 12px;
}

.div-block-91-copy {
  margin-top: 15px;
  margin-bottom: 13px;
}

.info-despesa-wrapper-2 {
  color: #000;
  background-color: #dedede;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 30px;
}

.div-block-148 {
  margin-bottom: 5px;
}

.text-block-131 {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
}

.text-sium-2 {
  margin-left: 0;
  padding-left: 10px;
  font-size: 8px;
  line-height: 15px;
}

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

.valor-imp {
  width: 33%;
  float: left;
}

.text-block-156 {
  font-size: 8px;
  line-height: 12px;
}

.grey {
  width: 80%;
  background-color: #fff;
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
}

.inc {
  width: 33%;
  float: left;
}

.div-block-89 {
  margin-bottom: 5px;
}

.div-block-147 {
  border-top: 1px solid rgba(0, 0, 0, .25);
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nome-da-empresa {
  width: 50%;
  float: right;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

.div-block-149 {
  width: 50%;
  max-width: 50%;
  float: right;
  text-align: right;
}

.nome-do-suma {
  width: 50%;
  float: left;
  font-weight: 700;
}

.parte-1 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  float: left;
  flex: 1;
  display: block;
}

.div-block-145 {
  border-bottom: 1px solid rgba(203, 203, 203, .28);
  padding-top: 0;
  padding-bottom: 3px;
}

.nome-do-cliente {
  width: 50%;
  max-width: 50%;
  float: left;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.a4-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.text-block-102-copy-3 {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  margin-bottom: 3px;
  padding-bottom: 0;
  font-size: 8px;
  font-weight: 700;
}

.tx {
  width: 15%;
  float: left;
}

.text-sium-copy-2 {
  margin-left: 0;
  padding-left: 10px;
  font-size: 9px;
  font-weight: 900;
  line-height: 15px;
}

.iban-2 {
  margin-bottom: 2px;
  padding-bottom: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
}

.text-block-133 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
}

.ref-text-4 {
  margin-left: 0;
  padding-left: 5px;
  font-size: 9px;
  line-height: 11px;
}

.nova-div {
  width: 15%;
  float: left;
}

.div-block-144 {
  margin-top: 5px;
}

.ttx {
  width: 15%;
  float: left;
}

.v-i {
  width: 35%;
  float: left;
}

.text-block-157 {
  font-size: 8px;
  line-height: 12px;
}

.ref-text-2-copy-2 {
  margin-left: 0;
  padding-left: 5px;
  font-size: 10px;
  font-weight: 900;
  line-height: 15px;
}

.d-qtd-2 {
  width: 6%;
  float: left;
  overflow: hidden;
}

.text-block-136 {
  font-size: 10px;
  line-height: 12px;
}

.sumario {
  color: #000;
  background-color: #dedede;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
}

.new-block {
  padding-top: 5px;
}

.logo-brand-2 {
  width: 220px;
  height: 100px;
  float: left;
  padding: 0 0 10px;
}

.text-block-135 {
  font-weight: 700;
}

.inc-copy {
  width: 50%;
  float: left;
  font-weight: 700;
}

.d-preco-2 {
  width: 16%;
  float: left;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.button-6 {
  height: 44px;
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  padding-top: 14px;
  padding-left: 24px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-6._3 {
  text-align: center;
  background-color: #b2bccc;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 15px;
  padding-top: 11px;
}

.button-6._3:hover {
  background-color: #3461ff;
}

.grid-21 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-162 {
  border: 1px solid var(--lines);
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 59px 40px 60px;
  text-decoration: none;
  display: flex;
}

.div-block-163 {
  width: 150px;
  height: 150px;
  border: 1px solid var(--gainsboro);
  background-image: url('../images/placeholder-face-big.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  margin-bottom: 25px;
}

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

.text-block-159 {
  color: rgba(51, 51, 51, .78);
  margin-bottom: 15px;
  font-size: 16px;
}

.text-block-160 {
  color: rgba(51, 51, 51, .77);
  font-size: 16px;
}

.img-wrapper.cliente {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.div-block-6 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 4px;
  padding: 40px;
}

.list-item {
  color: rgba(9, 20, 38, .47);
  margin-bottom: 24px;
  font-size: 17px;
  text-decoration: none;
}

.list-item.t {
  text-decoration: underline;
}

.list-item.blue {
  color: var(--royal-blue);
  font-weight: 700;
}

.img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.img.profile-pic {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img.profile-pic._500 {
  border-radius: 5px;
}

.list-item-lable {
  color: #000;
  letter-spacing: -.3px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.grid-22 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 50px;
}

.grid-23 {
  grid-template-rows: auto;
}

.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;
  font-family: Dashboard font sige, sans-serif;
  top: 7px;
}

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

.wrapper-1 {
  text-align: center;
  border: 1px #e5e5e5;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: static;
}

.div-block-164 {
  width: 70%;
  flex: 1;
  margin-left: 0;
  padding-left: 0;
}

.search-input-3 {
  height: 50px;
  color: #171f36;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

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

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

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

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

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

.link-29 {
  color: #eaeaea;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-29.main {
  margin-top: 0;
}

.grid-24 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 35px;
  margin-bottom: 50px;
}

.div-block-296 {
  min-height: 180px;
  background-color: #fff;
  border: 1px solid rgba(224, 226, 231, .76);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.text-block-161 {
  margin-bottom: 15px;
  font-size: 16px;
}

.text-block-162 {
  color: var(--royal-blue-3);
  font-size: 34px;
  line-height: 120%;
}

.div-block-297 {
  align-items: center;
  display: flex;
}

.text-block-163 {
  color: var(--royal-blue-3);
  font-size: 25px;
}

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

.div-block-299 {
  background-color: #fff;
  border: 1px solid rgba(224, 226, 231, .5);
  border-radius: 5px;
  padding: 36px;
  text-decoration: none;
}

.div-block-299:hover {
  border-color: var(--royal-blue-3);
}

.text-block-164 {
  color: var(--royal-blue-3);
  margin-bottom: 15px;
  font-family: Main font sige, sans-serif;
  font-size: 32px;
  line-height: 150%;
}

.text-block-165 {
  color: #2e2e2e;
  font-size: 18px;
}

.link-30 {
  width: 150px;
  height: 50px;
  border: 1px solid var(--royal-blue-3);
  color: var(--royal-blue-3);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

._5 {
  margin-bottom: 35px;
}

.link-31 {
  color: var(--royal-blue-3);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 35px;
  display: block;
}

.div-block-300 {
  margin-top: 50px;
}

.div-block-301 {
  height: 40px;
  align-items: center;
  display: flex;
}

.text-block-166 {
  color: var(--royal-blue-3);
  font-size: 18px;
}

.grid-24-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 35px;
  margin-bottom: 50px;
}

.logo-relatorio {
  width: 200px;
  height: 70px;
  float: left;
  background-image: url('../images/Fiinika_contabilidade.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.text-block-169 {
  width: 15%;
  float: left;
}

.text-block-169._3 {
  width: 30%;
  padding-left: 10px;
}

.text-block-169._30 {
  width: 22%;
}

.div-block-129 {
  margin-bottom: 40px;
}

.main-lead-content {
  color: #fff;
  background-color: #919ba7;
  border-bottom: 1px solid #919ba7;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 40px;
}

.text-2 {
  color: #333;
  margin-bottom: 1rem;
}

.text-2._20 {
  text-align: justify;
  margin-bottom: 2.6rem;
}

.text-block-168 {
  color: #919ba7;
  font-size: 19px;
}

.heading-9 {
  margin-bottom: 10px;
  font-weight: 400;
}

.heading-8 {
  color: #919ba7;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
}

.relatorio-main-div {
  width: 100%;
  background-color: #fff;
  padding: 50px 70px;
}

.reuni-content {
  border-bottom: 1px solid #b8bac1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.grid-26 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-3 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  display: flex;
}

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

.text-block-170 {
  margin-bottom: 20px;
}

.link-32 {
  width: 150px;
  border: 1px solid var(--royal-blue-3);
  color: var(--royal-blue-3);
  border-radius: 5px;
  line-height: 40px;
  text-decoration: none;
}

.link-32:hover {
  background-color: rgba(0, 82, 160, .03);
}

.red {
  width: 10px;
  height: 10px;
  background-color: var(--crimson);
  border-radius: 200px;
  position: absolute;
  top: 65.6667px;
}

.text-block-171 {
  color: var(--crimson);
  margin-left: 15px;
  font-size: 12px;
}

.div-block-303, .div-block-304 {
  display: flex;
}

.pb {
  z-index: 1000;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, .79), rgba(0, 0, 0, 0) 91%);
  padding-top: 25px;
  padding-bottom: 25px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.image-5 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.div-block-305 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4 {
  width: 100%;
  height: 200px;
  background-image: url('../images/IndieBanner_Indie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.link-33 {
  color: #fff;
  background-color: #000;
  border-radius: 200px;
  margin-bottom: 15px;
  padding: 10px 15px;
  text-decoration: none;
}

.section-5 {
  min-height: 500px;
  background-color: #f9f9f9;
  padding: 50px;
}

.id {
  border: 1px dashed var(--forest-green);
  background-color: rgba(25, 145, 33, .03);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 27px 27px 5px;
}

.div-block-306 {
  justify-content: space-around;
  display: flex;
}

.mostrar-mais {
  padding-top: 25px;
}

.link-34 {
  color: #1a3da4;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-34:hover {
  font-weight: 700;
}

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

.link-block-5 {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 25px 25px 35px;
  text-decoration: none;
}

.link-block-5:hover {
  border-color: var(--royal-blue-2);
}

.text-block-172 {
  color: var(--royal-blue-2);
  margin-bottom: 20px;
  font-family: Main font sige, sans-serif;
  font-size: 27px;
  line-height: 120%;
  text-decoration: none;
}

.text-block-173 {
  color: #303030;
  font-size: 18px;
}

.div-block-307 {
  border: 1px solid var(--lines);
  border-radius: 5px;
  margin-top: 5px;
  padding: 15px;
}

@media screen and (max-width: 991px) {
  .side-bar {
    display: none;
  }

  .container {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrapper {
    margin-left: 0;
  }

  .page-title-wrapper._90 {
    height: auto;
    padding-bottom: 0;
  }

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

  .news-div {
    padding: 26px;
  }

  .text-block {
    font-size: 42px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 120%;
  }

  .div-block-11 {
    padding: 25px;
  }

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

  .ler-mais {
    font-size: 12px;
  }

  .mobile-navbar-aluno {
    z-index: 100;
    height: 80px;
    background-color: #1d202d;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-mobile-item {
    width: 25%;
    height: 100%;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .menu-mobile-item.w--current {
    border-top: 4px solid var(--royal-blue);
    background-color: var(--midnight-blue);
  }

  .icon-menu-mobile {
    margin-bottom: 5px;
    font-family: Main font sige, sans-serif;
    font-size: 26px;
    line-height: 100%;
  }

  .hidden-menu {
    z-index: 101;
    width: 45%;
    background-color: #fff;
    padding: 50px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: translate(200%);
    box-shadow: 0 0 12px 11px rgba(0, 0, 0, .23);
  }

  .text-block-102 {
    background-color: #e1e1e1;
    border-radius: 200px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 250%;
    display: inline-block;
  }

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

  .link-block-2 {
    color: #2f2f2f;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 300%;
    text-decoration: none;
    display: flex;
  }

  .link-block-2.w--current {
    color: var(--royal-blue);
  }

  .text-block-103 {
    margin-right: 15px;
    font-family: Main font sige, sans-serif;
    font-size: 23px;
  }

  .text-block-104 {
    font-size: 16px;
  }

  .section-3 {
    display: block;
  }

  .contain {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-117 {
    color: rgba(255, 255, 255, .83);
  }

  .div-block-117:hover {
    color: #fff;
  }

  .div-block-117.o {
    margin-top: 210px;
  }

  .text-block-106 {
    margin-right: 25px;
  }

  .nav-menu {
    width: 80%;
    height: 100vh;
    background-color: var(--midnight-blue);
    flex-direction: column;
    padding-top: 64px;
    padding-left: 25px;
  }

  .grid-20 {
    grid-template-columns: 1fr 1fr;
  }

  .card-item.img {
    flex: none;
  }

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

  .legenda-wrapper {
    display: none;
  }

  .menu-button {
    height: 100px;
    padding: 33px 0 0;
    font-size: 34px;
  }

  .pagamento-div {
    width: 90%;
  }

  .pages-h1 {
    font-size: 1.6em;
  }

  .text-block-134 {
    margin-bottom: 2px;
  }

  .text-block-132 {
    margin-bottom: 3px;
  }

  .div-block-4-copy-2 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .inc-200 {
    width: 33%;
  }

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

  .info-despesa-wrapper-2 {
    color: #000;
    background-color: #dedede;
    line-height: 20px;
  }

  .text-block-131 {
    margin-bottom: 4px;
  }

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

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

  .valor-imp, .inc {
    width: 33%;
  }

  .div-block-147 {
    border-top: 1px solid #d0d3dd;
    border-bottom: 1px solid #d0d3dd;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .div-block-149 {
    text-align: right;
  }

  .nome-do-suma {
    width: 45%;
  }

  .div-block-145 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text-block-102-copy-3 {
    font-weight: 700;
  }

  .tx, .nova-div {
    width: 12%;
  }

  .div-block-144 {
    margin-top: 5px;
  }

  .ttx {
    width: 12%;
  }

  .v-i {
    width: 38%;
  }

  .ref-text-2-copy-2 {
    font-weight: 900;
  }

  .inc-copy {
    width: 50%;
  }

  .d-preco-2 {
    width: 16%;
  }

  .button-6 {
    height: 50px;
    padding-top: 17px;
  }

  .grid-21 {
    grid-template-columns: 1fr 1fr;
  }

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

  .wrapper-1 {
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  .form.round-corners._10 {
    flex-direction: column;
  }

  .hidden-menu {
    width: 60%;
  }

  .nav-menu {
    width: 90%;
  }

  .text-block-130.pendente {
    font-size: 1rem;
  }

  .pagamento-div {
    width: 100%;
  }

  .pages-h2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

  .instructions-wrapper {
    border-top: 2px dashed #4daa57;
    border-left-style: none;
  }

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

  .ref-text-copy-2 {
    font-size: 8px;
  }

  .inc-200 {
    width: 33%;
  }

  .text-sium-2 {
    font-size: 11px;
  }

  .inc {
    width: 33%;
  }

  .inc-copy {
    width: 55%;
  }
}

@media screen and (max-width: 479px) {
  .button.blue.float-right {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .button.chevron.float-left {
    margin-top: -5px;
    padding-right: 10px;
  }

  .button.red.float-right.cancelar {
    display: none;
  }

  .form-header-wrap {
    padding-bottom: 0;
  }

  .login-container {
    width: 90%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .table-field-lable-wrapper {
    display: none;
  }

  .container {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .page-h1 {
    width: 50%;
    font-size: 23px;
    line-height: 120%;
  }

  .page-h1.in-page-with-icon {
    max-width: 100%;
    font-size: 22px;
  }

  .news-div {
    padding: 20px;
  }

  .news-icons {
    display: none;
  }

  .news-content-div {
    padding-left: 0;
  }

  .div-block-11 {
    padding: 15px;
  }

  .button-icon {
    margin-right: 5px;
  }

  .uploaded-photo-div {
    width: 70px;
    max-width: 70px;
    min-width: 70px;
  }

  .form-right-side {
    max-width: 100%;
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .uploaded-photo-content {
    height: 70px;
  }

  .form-left-side {
    max-width: 100%;
    padding: 35px 25px;
  }

  .uploaded-photo-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .photo-upload-input-wrapper {
    min-height: auto;
    padding-bottom: 15px;
  }

  .erro {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sucesso {
    padding-top: 80px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .certeza {
    padding: 80px 11px 11px;
  }

  .sucesso-2 {
    padding-top: 80px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .mobile-navbar-aluno {
    height: 70px;
  }

  .menu-mobile-item {
    font-size: 12px;
  }

  .icon-menu-mobile {
    font-size: 23px;
  }

  .hidden-menu {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-block-2 {
    margin-bottom: 15px;
  }

  .shadow, .navbar {
    height: 80px;
  }

  .brand {
    width: 120px;
    height: 80px;
  }

  .contain {
    padding: 0 15px;
  }

  .div-block-117 {
    height: 80px;
    margin-left: 0;
    padding-left: 35px;
  }

  .text-block-106 {
    margin-right: 20px;
  }

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

  .section-4 {
    padding-top: 50px;
  }

  .grid-20 {
    grid-template-columns: 1fr;
  }

  .div-block-118 {
    min-height: auto;
    padding: 25px;
    font-size: 18px;
  }

  .text-block-107 {
    font-size: 26px;
  }

  .text-block-107.new {
    width: 50px;
    height: 50px;
  }

  .heading-27 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .text-block-108 {
    font-weight: 400;
  }

  .card-item.icon {
    width: 15%;
    justify-content: flex-start;
  }

  .card-item.name {
    margin-bottom: 0;
  }

  .card-item.data-1 {
    width: 100%;
  }

  .card-item.data-1.x {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 15%;
  }

  .card-item.data-1.x._10 {
    width: 100%;
    margin-bottom: 5px;
  }

  .card-item.img {
    padding-left: 0;
  }

  .side-a-2 {
    width: 100%;
    flex-direction: column;
  }

  .side-b-2._123 {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-130 {
    margin-bottom: .3rem;
  }

  .card-wrapper {
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 25px 10px 25px 15px;
  }

  .side-a-1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .menu-button {
    height: 80px;
    padding-top: 25px;
    font-size: 28px;
  }

  .pagamento-div {
    padding: 57px 25px 25px;
  }

  .text-block-153 {
    color: var(--midnight-blue);
    font-size: 20px;
  }

  .res-txt {
    max-width: 80%;
  }

  .instruction {
    font-size: 1.2em;
  }

  .pagamento-field-lable {
    color: #000;
  }

  .pages-h1 {
    font-size: 1.3em;
  }

  .pages-h2 {
    max-width: none;
    font-size: 17px;
  }

  .instructions-wrapper {
    color: #040f20;
    border-top-style: none;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .validar-wrap {
    border: 2px dashed var(--midnight-blue);
    border-radius: .5em;
    align-content: start;
    align-items: start;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .pagamento-referencia-info {
    font-size: 1.5em;
  }

  .validar-pagamento-wrapper {
    border-style: none;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .link-27 {
    margin-right: 20px;
    padding-right: 0;
    font-size: 29px;
  }

  .text-block-155 {
    font-size: 23px;
  }

  .grid-21 {
    grid-template-columns: 1fr;
  }

  .div-block-162 {
    padding: 30px;
  }

  .div-block-163 {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .text-block-158 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .text-block-159 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-block-160 {
    font-size: 14px;
  }

  .div-block-6 {
    padding: 30px 25px;
  }

  .grid-23 {
    grid-template-columns: 1fr;
  }

  .wrapper-1 {
    padding: 15px;
  }

  .pb {
    background-image: linear-gradient(360deg, rgba(0, 0, 0, .79), rgba(0, 0, 0, 0));
    padding-bottom: 25px;
  }

  .link-block-4 {
    height: 300px;
    /*background-image: url('../images/1683294599-sanlam-auto-mobile.jpeg');*/
  }
}

#w-node-_7ead82fe-f8bd-8177-6eae-e0627a829a41-02183f68, #w-node-_96859a95-9518-2867-a987-7503f68ed14e-02183f68, #w-node-_8bd267cc-935a-3a7f-b9cf-b89c80a21f34-02183f68, #w-node-_940e021d-e40f-a717-f97a-667ffb46d23c-7b672690, #w-node-ff492fdb-0a8a-ce8c-00ed-44090f74ca31-7b672690, #w-node-_38cb51c8-0954-74aa-addd-d0b0631626d5-7b672690, #w-node-_5ed9a43c-6be8-d700-e919-96f69807e1d6-7b672690, #w-node-b84fc8b0-8f36-a26c-344b-9df5fcb242cd-7a0a9772, #w-node-b84fc8b0-8f36-a26c-344b-9df5fcb242cf-7a0a9772, #w-node-b84fc8b0-8f36-a26c-344b-9df5fcb242e4-7a0a9772, #w-node-aa6c7cd3-bbf0-bbf2-8c16-864ddd47bc5f-d5109a94, #w-node-aa6c7cd3-bbf0-bbf2-8c16-864ddd47bc61-d5109a94, #w-node-aa6c7cd3-bbf0-bbf2-8c16-864ddd47bc6c-d5109a94, #w-node-_7ead82fe-f8bd-8177-6eae-e0627a829a41-8b6ccad5, #w-node-_8bd267cc-935a-3a7f-b9cf-b89c80a21f34-8b6ccad5, #w-node-_5dfeac0b-c007-2b6b-b144-e5cca947b47a-72ee6f3a, #w-node-_5dfeac0b-c007-2b6b-b144-e5cca947b47c-72ee6f3a, #w-node-_5dfeac0b-c007-2b6b-b144-e5cca947b48c-72ee6f3a, #w-node-_5dfeac0b-c007-2b6b-b144-e5cca947b47a-6b748700, #w-node-_5dfeac0b-c007-2b6b-b144-e5cca947b47c-6b748700, #w-node-_5dfeac0b-c007-2b6b-b144-e5cca947b48c-6b748700, #w-node-_7a751a60-90ad-d260-81db-7ade5d68c7b9-78353848, #w-node-_1584d097-cc0e-be67-2aa3-d37060cad146-78353848, #w-node-c43c2d41-1187-9e76-fb9d-3875d9a2cfd3-78353848 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Main font sige';
  src: url('../fonts/main-font-sige.eot') format('embedded-opentype'), url('../fonts/main-font-sige.woff') format('woff'), url('../fonts/main-font-sige.ttf') format('truetype'), url('../fonts/main-font-sige.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dashboard font sige';
  src: url('../fonts/dashboard-font-sige.eot') format('embedded-opentype'), url('../fonts/dashboard-font-sige.woff') format('woff'), url('../fonts/dashboard-font-sige.ttf') format('truetype'), url('../fonts/dashboard-font-sige.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}