:root {
  --black: #223;
  --light-steel-blue-2: #a0aec02e;
  --lines: #c9d7f0;
  --black-2: #333;
  --light-steel-blue: #a0aec0;
  --royal-blue: #1a5785;
  --crimson: #d13232;
  --sea-green: #288562;
  --goldenrod: #edb54c;
  --background: #f7f7f7;
  --light-sky-blue: #83c5f7;
  --dodger-blue: #4197d8;
  --white: white;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.main {
  width: 100vw;
}

.navigation {
  border-right: 1px none var(--light-steel-blue-2);
  border-bottom: 1px none var(--lines);
  background-color: #fff;
  width: auto;
  min-width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
}

.content-wrapper {
  height: 100vh;
  margin-left: 0;
  padding-top: 90px;
  padding-bottom: 50px;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

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

.brand-wrapper {
  height: 150px;
  padding: 45px;
}

.brand {
  background-image: url('../images/Fiinika_operacoes.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 170px;
  height: 70px;
  display: block;
}

.links-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.head-text {
  padding-top: 50px;
}

.text {
  color: var(--black-2);
  margin-bottom: 1rem;
}

.text.dim {
  color: #4a5568;
}

.text.dim2 {
  color: var(--light-steel-blue);
}

.text.white {
  color: #fff;
}

.heading {
  color: var(--black);
}

.heading-2.box {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.buttons {
  padding-top: 50px;
}

.button {
  text-align: center;
  background-color: #1b4d91;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

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

.button.secundario {
  background-color: var(--black);
}

.button.secundario:hover {
  background-color: #173549;
}

.button.icon {
  justify-content: center;
  display: flex;
}

.button.icon.red {
  background-color: #ec3838;
}

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

.button.icon.no-color {
  color: var(--crimson);
  background-color: #0000;
  border: 1px solid #ff0909;
  font-family: PT Sans, sans-serif;
}

.button.icon.no-color:hover {
  color: #fff;
  background-color: red;
}

.button.bx:hover {
  background-color: var(--royal-blue);
}

.button.bx.green {
  background-color: var(--sea-green);
}

.button.form {
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

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

.button.red:hover {
  background-color: var(--crimson);
}

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

.div-block-2.submit {
  max-width: 100%;
}

.div-block-2._50 {
  width: 100%;
  min-width: auto;
  max-width: 100%;
  margin-top: 25px;
  margin-right: 0;
}

.icons-no-botao {
  margin-right: 10px;
  padding-top: 1px;
  font-family: System main, sans-serif;
  display: block;
  position: relative;
  top: 1px;
}

.header-with-back-button {
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 0;
}

.header-back-wrapper.buttonx {
  justify-content: flex-start;
  display: flex;
}

.header-back-wrapper.buttonx._6 {
  margin-bottom: 25px;
}

.link {
  float: left;
  color: #2222337d;
  padding-right: 1.5rem;
  font-family: System main, sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  text-decoration: none;
  display: block;
}

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

.card-principal {
  margin-top: 50px;
}

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

.card-wrapper:hover {
  border: 1px solid #1a5785a8;
}

.card-wrapper.red {
  border: 1px solid var(--crimson);
  border: 1px solid #d13232;
}

.card-item {
  height: 100%;
}

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

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

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

.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.name {
  color: #223;
  align-items: center;
  width: 85%;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

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

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

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

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

.div-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  width: 55px;
  height: 55px;
}

.div-block-4.user {
  border-color: var(--lines);
  background-image: url('../images/blank-profile-picture.jpeg');
  background-position: 50% 0;
  flex: none;
}

.text-block {
  color: #222233db;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-block-2 {
  font-family: Full icons, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

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

.text-block-3 {
  color: #222233b8;
  align-items: center;
  font-size: .9rem;
  line-height: 1.1;
  display: flex;
}

.text-block-3.confirmado {
  color: #b2b2b2;
  font-weight: 700;
}

.text-block-3.pendente {
  color: var(--goldenrod);
  font-weight: 700;
}

.text-block-3.cancelado {
  color: var(--crimson);
  font-weight: 700;
}

.text-block-3.terminado {
  color: var(--sea-green);
  font-weight: 700;
}

.text-block-3.preparacao {
  color: #4490ca;
  font-size: .9rem;
  font-weight: 400;
}

.text-block-3.cancelado {
  color: #d13232;
  font-size: .9rem;
  font-weight: 400;
}

.text-block-3.pendente {
  color: #edb54c;
  text-align: left;
  font-size: .9rem;
  font-weight: 400;
}

.text-block-3.terminado {
  color: #288562;
  font-size: .9rem;
  font-weight: 400;
}

.legenda-wrapper {
  border-top: 1px solid var(--lines);
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.txt {
  color: var(--light-steel-blue);
  font-size: 13px;
  font-weight: 500;
}

.nav-lin {
  color: var(--black);
  align-items: center;
  min-height: 60px;
  padding: 10px 35px 10px 45px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-lin:hover {
  background-color: var(--light-steel-blue-2);
  border-left: 4px #e8a036;
}

.nav-lin.w--current {
  border-left: 4px solid var(--crimson);
  background-color: var(--light-steel-blue-2);
}

.nav-lin.log-out {
  color: var(--light-steel-blue);
}

.nav-lin.log-out:hover {
  color: #d55a5a;
  background-color: #0000;
}

.text-block-5 {
  margin-right: 20px;
  font-family: Full icons, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.text-block-6 {
  font-size: 1.1rem;
  line-height: 1.2;
}

.formx {
  padding-top: 50px;
}

.form-block {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 50px;
}

.form-text-field {
  border-radius: 5px;
  height: 50px;
}

.form-item-wrapper {
  margin-bottom: 25px;
}

.form-field-label {
  color: #222233db;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.div-block {
  flex: 1;
}

.photo-upload-input-field {
  border: 2px dashed var(--lines);
  text-align: center;
  cursor: pointer;
  background-color: #c9d7f029;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  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::placeholder {
  color: #9c9c9c;
}

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

.test-form-block.zero-padding-all {
  background-color: #0000;
  height: auto;
  padding: 0;
}

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

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

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

.form-select-field {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 25px;
  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 {
  border-color: var(--lines);
  color: #333;
  background-color: #f8f8f800;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
}

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

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

.button-2.gray.apagar:hover {
  background-color: #fc3636;
}

.button-2.success-continue-copy {
  background-color: #0000002e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-2.success-continue-copy:hover {
  background-color: #00000052;
}

.button-2.success-continue-copy.ok {
  color: #05b32e;
  background-color: #0000;
  border: 1px solid #05b32e;
  right: 177px;
}

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

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

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

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

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

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

.button-2.gray:hover {
  color: #fff;
  background-color: #3668fc;
  border-color: #0000;
}

.button-2._900 {
  color: #1242af;
  text-align: center;
  background-color: #0000;
  border-style: solid;
  border-color: #1242af;
  width: 100%;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}

.confirmation-check-icon {
  color: #05b32e;
  text-align: center;
  background-color: #0000;
  border: 3px solid #05b32e;
  border-radius: 13px;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

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

.success-flex {
  display: flex;
}

.form-fiield {
  border: 1px solid var(--lines);
  color: var(--black);
  background-color: #f8f8f800;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 25px;
  font-size: 17px;
  transition: all .1s;
}

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

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

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

.form-fiield._2 {
  margin-bottom: 0;
}

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

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

._40 {
  margin-top: 25px;
}

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

.div-1.eie {
  margin-top: 0;
  margin-bottom: 25px;
  overflow: hidden;
}

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

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

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

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

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

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

.form-success {
  z-index: 1000;
  background-color: #f0f0f0bf;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  inset: 0%;
}

.photo-upload-input-wrapper {
  border-bottom: 1px solid var(--lines);
  min-height: 170px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
  overflow: hidden;
}

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

.form {
  width: 100%;
}

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

.form.round-corners._10 {
  border-color: var(--lines);
  margin-left: 0;
  display: flex;
}

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

.uploaded-photo-content {
  border: 1px solid var(--lines);
  background-color: #c9d7f029;
  border-radius: 4px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.uploaded-photo-div {
  border-right: 1px solid var(--lines);
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.form-item-with-content {
  margin-bottom: 25px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 5px;
}

.div-block-142 {
  background-color: #e4e4e4eb;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.fomr-alt-text {
  flex: 1;
  width: 80%;
  font-size: .8rem;
  line-height: 1;
}

.text-block-7 {
  flex: none;
  width: 20%;
}

.link-2 {
  color: red;
  font-family: System main, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  top: 1px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-block-2 {
  background-color: #fff;
  border-radius: 8px;
  min-width: 450px;
  margin-bottom: 25px;
  padding: 50px;
}

.ope {
  background-image: url('../images/FG_Operação_black.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  min-width: 1200px;
}

.brand-holder {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
}

.brand-holder._1 {
  background-image: url('../images/FG_Operação_black.png');
  margin-top: 0;
}

.brand-holder._2 {
  background-image: url('../images/FG_Manutenção_black.png');
  height: 30px;
}

.brand-holder._3 {
  background-image: url('../images/FG_Stock_black.png');
  height: 30px;
  margin-top: 0;
}

.brand-holder._4 {
  background-image: url('../images/FG_Contabilidade_black.png');
  height: 30px;
}

.brand-holder._5 {
  background-image: url('../images/FG_RH_black.png');
  height: 30px;
  margin-top: 0;
}

.brand-holder._6 {
  background-image: url('../images/FG_Analitica_black.png');
  height: 30px;
  margin-top: 0;
}

.brand-holder._90 {
  background-image: url('../images/FG_Logo_principal.png');
}

.div-block-144 {
  background-color: var(--background);
  padding: 20px 100px 50px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.top-bar {
  z-index: 10;
  border-bottom: 1px none var(--lines);
  background-color: #ffffff91;
  margin-left: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.top-bar-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.log-out-div {
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.dropdown-toggle {
  background-color: #fff;
  border-radius: 50px;
  margin-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  display: flex;
}

.div-block-145 {
  border: 1px solid var(--lines);
  background-image: url('../images/blank-profile-picture.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 200px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.div-block-146 {
  max-width: 150px;
  font-weight: 400;
  line-height: 50px;
  overflow: hidden;
}

.dropdown {
  display: block;
}

.h3-head {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 400;
}

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

.div-block-148 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  padding: 25px;
}

.text-block-8 {
  color: var(--black);
  margin-top: 18px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.text-block-8.logs, .text-block-8.verd {
  color: var(--black);
}

.heading-4, .heading-5 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.heading-6 {
  color: var(--light-steel-blue);
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
}

.div-block-149 {
  margin-top: 25px;
  display: flex;
}

.text-block-9 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  border-radius: 200px;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  font-family: Full icons, sans-serif;
  font-size: 28px;
  line-height: 70px;
}

.text-block-9.logs {
  background-color: var(--light-sky-blue);
}

.text-block-9._125 {
  background-color: var(--royal-blue);
}

.text-block-9.red {
  background-color: var(--dodger-blue);
  color: #fff;
}

.div-block-150 {
  text-align: right;
  margin-top: 18px;
}

.link-3 {
  color: var(--light-steel-blue);
  font-weight: 400;
}

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

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

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

.head-4 {
  color: var(--light-steel-blue);
  font-size: 1.3rem;
  font-weight: 400;
}

.head-4._00 {
  margin-bottom: 25px;
  font-weight: 400;
}

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

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

.link-block {
  border: 1px solid var(--lines);
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 270px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  border-color: #1a5785ba;
}

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

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

.name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.shadow {
  height: 90px;
}

.main-wrapper {
  padding-top: 50px;
}

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

.div-block-11 {
  border: 1px none var(--lines);
  text-align: center;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: static;
}

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

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

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

.search-input-2 {
  border: 1px solid var(--lines);
  color: #171f36;
  background-color: #0000;
  border-radius: 4px;
  height: 45px;
  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::placeholder {
  color: #b8bac1;
  font-size: 14px;
}

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

.search-button-2 {
  color: #b8bac1;
  background-color: #0000;
  width: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  inset: 0 0 0 10px;
}

.search-button-2._89 {
  height: 40px;
  font-family: System main, sans-serif;
  top: 2px;
}

.select-field {
  border: 1px solid var(--lines);
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  height: 45px;
  margin-bottom: 0;
  margin-right: 15px;
}

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

.hidding-menu {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 8px;
  min-width: 120px;
  padding: 25px 15px 15px 25px;
  display: none;
  position: absolute;
  inset: auto 25% 25% auto;
}

.link-4 {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 1rem;
  text-decoration: none;
  display: block;
}

.link-4:hover {
  color: #2d9ae6;
}

.hidding-menu-2 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 8px;
  min-width: 120px;
  padding: 25px 15px 15px 25px;
  display: none;
  position: absolute;
  inset: auto 25% 25% auto;
}

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

.div-block-156._8 {
  border-bottom: 1px dashed var(--lines);
  padding-bottom: 25px;
}

.text-block-10 {
  color: var(--light-steel-blue);
  font-size: 1.9rem;
  line-height: 1;
}

.text-block-10._1000 {
  font-size: 1.3rem;
}

.text-block-10._1000.iban {
  font-size: 1rem;
}

.text-block-10._1000._1 {
  margin-bottom: 15px;
}

.text-block-10.motorista-name {
  font-size: 1.4rem;
}

.text-block-10._600 {
  font-size: .9rem;
}

.text-block-10.blue {
  color: var(--sea-green);
  font-size: 2rem;
}

.radio-button-field {
  margin-top: 15px;
  font-size: 1.25rem;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 10px;
}

.apagar-div {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.apagar-div.submit {
  max-width: 100%;
}

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

.parceiro-text-field {
  color: var(--light-steel-blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 120%;
}

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

.parceiro-text-field.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.editar-perfil:hover {
  color: #fff;
  background-color: #3668fc;
}

.parceiro-text-field.red {
  color: var(--goldenrod);
  font-weight: 400;
}

.parceiro-text-field.disponivel {
  color: var(--sea-green);
  font-weight: 700;
  text-decoration: underline;
}

.parceiro-text-field.indisponivel {
  color: var(--goldenrod);
  font-weight: 700;
  text-decoration: underline;
}

.parceiro-text-field.inativo {
  font-weight: 700;
  text-decoration: underline;
}

.parceiro-text-field.fretes {
  color: var(--sea-green);
  font-weight: 700;
}

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

.parceiro-info.shorter {
  min-height: 650px;
}

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

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

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

.form-field-label-2.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

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

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

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

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

.parceiro-info-seperator._500 {
  margin-bottom: 0;
}

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

.div-block-158 {
  border-bottom: 1px dashed #3333336e;
  margin-bottom: .7rem;
  padding-bottom: .5rem;
}

.text-block-11 {
  color: #222233b0;
  font-size: 1rem;
  line-height: 1.25;
}

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

.div-block-159 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  min-height: 500px;
  padding: 50px;
}

.div-block-160 {
  height: 100%;
}

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

.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: var(--light-steel-blue);
  font-size: 21px;
}

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

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

.text-block-127.red {
  color: var(--crimson);
}

.text-block-126 {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
}

.grafico {
  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;
  width: 70%;
  height: 300px;
}

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

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

.text-block-128 {
  line-height: 1;
}

.text-block-129 {
  background-color: var(--light-steel-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
}

.text-block-129:hover {
  background-color: var(--royal-blue);
}

.map {
  border-radius: 5px;
  height: 300px;
  margin-bottom: 25px;
}

._25-down {
  margin-bottom: 25px;
}

.rota {
  color: var(--light-steel-blue);
  border-bottom: 1px solid #a0aec094;
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.rota._3 {
  margin-top: 0;
}

.rota._900 {
  border-bottom-style: dashed;
  border-bottom-color: var(--lines);
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 400;
}

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

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

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

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

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

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

.project-state.done.red {
  background-color: var(--crimson);
}

.project-state.in-progress {
  background-color: var(--light-steel-blue);
}

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

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

.in-progress-line {
  border: 1px dashed var(--lines);
  border-radius: 10px;
}

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

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

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

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

.material-icons.checker {
  padding-top: 5px;
  padding-bottom: 4px;
  font-family: System main, sans-serif;
  font-size: 20px;
}

.div-block-162 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 51px;
}

.columns {
  margin-top: 25px;
}

.div-block-163 {
  padding-left: 25px;
}

.view-foto {
  border: 1px dashed var(--sea-green);
  color: var(--sea-green);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.view-foto:hover {
  background-color: var(--sea-green);
  color: var(--background);
}

.div-block-164 {
  padding-right: 20px;
}

.div-block-164._200 {
  padding-left: 50px;
}

.div-block-165 {
  padding-left: 20px;
}

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

.link-block-2 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  height: 400px;
  padding: 30px;
  text-decoration: none;
  position: relative;
}

.div-block-166 {
  border: 1px solid var(--lines);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 200px;
}

.div-block-166._100 {
  background-image: url('../images/Screen-Shot-2022-06-28-at-5.09.12-PM.png');
}

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

.text-block-130 {
  background-color: var(--light-steel-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 25px;
}

.text-block-130:hover {
  background-color: var(--royal-blue);
}

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

.div-block-169 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  padding: 60px 50px 50px;
}

.div-block-170 {
  border: 1px solid var(--lines);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 250px;
}

.div-block-170._25 {
  background-image: url('../images/Screen-Shot-2022-06-28-at-5.09.12-PM.png');
  height: 350px;
  padding-top: 10px;
  padding-left: 10px;
}

.text-block-131 {
  background-color: var(--sea-green);
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
}

.text-block-131.inativo {
  background-color: var(--goldenrod);
}

.tabs {
  margin-top: 50px;
}

.tab-link {
  background-color: #dddddda6;
  border-radius: 5px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1rem;
}

.tab-link.w--current {
  background-color: var(--light-steel-blue);
  color: #fff;
  font-weight: 700;
}

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

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

.perfil-1 {
  border: 1px solid var(--lines);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 250px;
  height: 250px;
}

.perfil-1._25 {
  background-image: url('../images/Screen-Shot-2022-06-28-at-5.09.12-PM.png');
  height: 350px;
  padding-top: 10px;
  padding-left: 10px;
}

.perfil-1._500 {
  background-image: url('../images/2539.jpg');
}

.perfil-1._500._5858 {
  background-image: url('../images/blank-profile-picture.jpeg');
}

.div-block-173 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  padding-left: 50px;
}

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

.link-block-3 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 170px;
  padding: 25px 40px;
  text-decoration: none;
  display: flex;
}

.text-block-132 {
  color: var(--royal-blue);
  margin-bottom: 25px;
  font-family: Full icons, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.text-block-133 {
  color: var(--black);
  font-size: 1.1rem;
  font-weight: 400;
}

.div-block-153-copy {
  border: 1px solid var(--lines);
  background-image: url('../images/blank-profile-picture.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 200px;
  flex: none;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.section-2 {
  max-width: 473px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-174 {
  background-color: var(--black);
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav {
  background-color: var(--black);
  max-width: 473px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.shaddow-mobile {
  height: 80px;
}

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

.brand-mobile {
  background-image: url('../images/FG_Operação_white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 80px;
}

.menu-wrapper {
  line-height: 80px;
}

.link-5 {
  color: var(--background);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.icon {
  font-family: Full icons, sans-serif;
  display: inline-block;
  position: relative;
  top: 2px;
}

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

.novos-fretes, .outros-comunicados {
  padding-top: 20px;
}

.menu-mobile {
  z-index: 100;
  background-color: var(--black);
  width: 90%;
  padding: 50px 0 0;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.div-block-179 {
  text-align: right;
  margin-bottom: 40px;
  padding-right: 45px;
}

.link-6 {
  color: #fff;
  background-color: #000;
  border-radius: 200px;
  padding: 8px 20px;
  text-decoration: none;
  display: inline-block;
}

.modulos {
  padding-top: 50px;
}

.div-block-181 {
  padding-left: 45px;
  padding-right: 45px;
}

.div-block-182 {
  background-image: url('../images/FG_RH_white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 60px;
  margin-bottom: 20px;
  display: block;
}

.novo-frete-wrapper {
  border: 1px none var(--lines);
  background-color: var(--sea-green);
  border-radius: 5px;
  padding: 25px;
  display: flex;
}

.text-block-134 {
  color: var(--background);
  margin-bottom: 7px;
  font-weight: 700;
  line-height: 1;
}

.div-block-183 {
  flex: none;
  width: 90%;
  padding-right: 50px;
}

.text-block-135 {
  font-family: System main, sans-serif;
  font-size: 24px;
}

.div-block-184 {
  color: #fff;
  text-align: right;
  flex: 1;
  line-height: 60px;
}

.text-block-136 {
  border-bottom: 1px none var(--lines);
  color: #ffffff8c;
  margin-bottom: 10px;
  font-weight: 400;
}

.div-block-185 {
  background-color: #222233fa;
  justify-content: center;
  align-items: center;
  padding: 50px;
  font-size: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block-137 {
  color: #fff;
}

.rota-2 {
  color: #a0aec0;
  border-bottom: 1px solid #a0aec094;
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rota-2._900 {
  border-bottom-style: dashed;
  margin-top: 0;
  margin-bottom: 50px;
}

.rota-2._900._8989 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}

.button-3 {
  text-align: center;
  background-color: #1b4d91;
  border-radius: 5px;
  min-height: 50px;
  padding: .9rem 1.3rem .8rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-3:hover, .button-3.bx:hover {
  background-color: #1a5785;
}

.motorista {
  color: #d2d2d2;
}

.tabs-2 {
  margin-top: 25px;
}

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

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

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

.form-text-field-2:focus {
  background-color: #fff;
  border-color: #f76c5e;
}

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

.form-text-field-2._90 {
  height: 90px;
}

.form-select-field-2 {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  height: 45px;
  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.o {
  margin-bottom: 10px;
}

.form-text-field-3 {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  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::placeholder {
  color: #9c9c9c;
}

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

.form-button-icon-2 {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

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

.text-block-151 {
  background-color: var(--crimson);
  color: var(--background);
  text-align: center;
  border-radius: 200px;
  width: 15px;
  height: 15px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 12.0117px;
  left: 6px;
}

.red-alert {
  background-color: var(--crimson);
  color: var(--background);
  text-align: center;
  border-radius: 200px;
  width: 15px;
  height: 15px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 12.0117px;
  left: 33px;
}

.red-alert._2 {
  top: -5.9883px;
  left: 14px;
}

.no-data {
  border: 1px dashed var(--light-steel-blue);
  border-radius: 5px;
  padding: 35px;
}

.text-block-152 {
  color: var(--light-steel-blue);
  text-align: center;
  font-size: 17px;
}

.issue-div {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
}

.div-block-217 {
  width: 80%;
}

.form-6 {
  display: flex;
}

.div-block-218 {
  width: 75%;
  padding-right: 50px;
}

.div-block-219 {
  width: 25%;
}

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

.div-block-221 {
  border-bottom: 1px dashed var(--lines);
  margin-bottom: 35px;
  padding-bottom: 15px;
}

.text-block-153 {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

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

.grid-7 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.div-block-223 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
}

.div-block-224 {
  border-bottom: 1px dashed var(--lines);
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

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

.div-block-226 {
  flex: none;
  width: 30%;
}

.pendente {
  color: var(--goldenrod);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.simple-text {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1;
}

.simple-text.boldz {
  color: var(--light-steel-blue);
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 400;
}

.confirmado {
  color: var(--sea-green);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.text-block-154 {
  color: var(--light-steel-blue);
  margin-top: 3px;
  font-size: 12px;
}

.ocorrencias-1 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
  display: flex;
}

.div-block-227 {
  flex: none;
  width: 30%;
}

.temposs {
  color: var(--light-steel-blue);
  margin-bottom: 5px;
  font-size: 14px;
}

.div-block-228 {
  padding-left: 50px;
}

.div-block-229 {
  width: 50%;
  padding-top: 20px;
}

.div-block-230 {
  border: 1px dashed #a0aec085;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 30px;
}

.text-block-155 {
  color: var(--light-steel-blue);
  width: 60%;
}

.div-block-231 {
  margin-bottom: 10px;
  display: flex;
}

.text-block-155-copy {
  color: var(--light-steel-blue);
  width: 40%;
}

.section-4 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Main_Fiinika-Background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 50px 50px 50px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-285 {
  margin-bottom: 50px;
  display: flex;
}

.fiinika-ana {
  background-image: url('../images/fnk-operacoes.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 70px;
}

.text-block-156 {
  color: #f7f7f7;
  text-align: center;
  background-color: #d13232;
  border-radius: 200px;
  width: 15px;
  height: 15px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 12.0117px;
  left: 6px;
}

.text-block-157 {
  background-color: var(--light-steel-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
}

.text-block-157:hover {
  background-color: #1a5785;
}

._128 {
  color: #1a5785;
  line-height: 1;
}

.tab-link-2 {
  border: 1px solid var(--lines);
  background-color: #c9d7f012;
  border-radius: 5px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: .9rem;
}

.tab-link-2.w--current {
  background-color: var(--lines);
  color: #333;
  font-weight: 400;
}

.div-block-287 {
  margin-top: 35px;
}

.link-10 {
  text-align: center;
  border: 1px dashed #4568f2;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  display: block;
}

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

.paragraph {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 130%;
}

.text-block-160 {
  background-color: #a0aec06e;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 2px 10px;
  font-weight: 700;
  display: inline-block;
}

.div-block-288 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 60px 50px 50px;
}

.div-block-288._5 {
  border-color: var(--lines);
  height: auto;
  padding-bottom: 50px;
}

.form-7 {
  padding-top: 25px;
}

.text-block-158 {
  font-size: 21px;
}

.div-block-293 {
  justify-content: center;
  width: 40%;
  display: flex;
}

.div-block-293._7 {
  justify-content: flex-end;
}

.novo_preco {
  padding-right: 100px;
  display: none;
}

.link-11 {
  color: #22425a85;
}

.div-block-291 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 25px 25px 25px 35px;
  display: flex;
}

.text-block-161 {
  color: var(--light-steel-blue);
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
}

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

.text-block-159 {
  color: #288562;
  background-color: #28856263;
  border-radius: 8px;
  height: 32px;
  padding: 5px 20px;
  font-size: 15px;
}

.text-block-159.red {
  color: #8f1d1d;
  background-color: #d1323254;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-159._9 {
  color: var(--goldenrod);
  background-color: #edb54c38;
}

.text-block-159.enviado {
  color: var(--royal-blue);
  background-color: #4197d829;
  height: 32px;
}

.link-12 {
  color: #d13232;
  margin-left: 35px;
  font-size: 17px;
  line-height: 100%;
  display: inline-block;
}

.link-12.yes {
  color: #288562;
}

.link-12.yes._200 {
  color: var(--black);
  padding-top: 5px;
  font-size: 15px;
}

.link-12.maybe {
  color: #a0aec0;
}

.div-block-294 {
  width: 50%;
}

.text-block-163 {
  color: var(--light-steel-blue);
  margin-top: 5px;
}

.heading-9 {
  font-weight: 400;
}

.heading-10 {
  font-size: 1.1rem;
  font-weight: 400;
}

.div-block-295 {
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  display: flex;
}

.section-5 {
  background-color: #fff;
  border-bottom: 1px solid #c9d7f0;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

.text-block-166 {
  margin-right: 5px;
  font-family: System main, sans-serif;
  font-size: 16px;
  display: block;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  height: 90px;
}

.link-block-4 {
  color: #1b1b1b;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 25px;
  line-height: 50px;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  color: #d13232;
}

.link-block-4.w--current {
  border-color: #c9d7f0;
  margin-top: 0;
}

.div-block-296 {
  color: #223;
  justify-content: flex-start;
  align-items: center;
  min-height: 30px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.div-block-296:hover {
  color: #216faa;
}

.div-block-296.w--current {
  color: #223;
  font-weight: 500;
}

.div-block-296.logout {
  display: none;
}

.text-block-164 {
  display: flex;
}

.div-block-233 {
  margin-top: 0;
  line-height: 70px;
}

.text-block-168 {
  margin-right: 10px;
  font-family: Full icons, sans-serif;
}

.text-block-165 {
  display: flex;
}

.nav-menu {
  flex: 1;
  padding-left: 50px;
  display: flex;
}

.logo {
  background-image: url('../images/fnk-operacoes.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 70px;
  margin-right: 35px;
}

.container-2 {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-169 {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-170 {
  color: var(--light-steel-blue);
}

.paragraph-2 {
  color: var(--light-steel-blue);
  font-size: .9rem;
}

.paragraph-3 {
  font-size: 1rem;
}

.heading-11 {
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .navigation {
    display: block;
  }

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

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 2.5rem;
  }

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

  .heading-3 {
    font-size: 1.75rem;
  }

  .link {
    line-height: 1.2;
  }

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

  .div-block-4 {
    width: 50px;
    height: 50px;
  }

  .legenda-wrapper {
    display: none;
  }

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

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

  .text-block-137 {
    text-align: center;
  }

  .div-block-296 {
    margin-left: 35px;
    font-size: 19px;
    line-height: 70px;
  }

  .div-block-296.logout {
    margin-top: 50px;
    display: flex;
  }

  .menu-button {
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .menu-button.w--open {
    height: 10vh;
  }

  .div-block-233 {
    display: none;
  }

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

  .text-block-168._456 {
    font-family: System main, sans-serif;
  }

  .nav-menu {
    z-index: 100;
    background-color: #fff;
    flex-flow: column;
    flex: none;
    width: 70%;
    height: 100vh;
    margin-top: -10px;
    padding-top: 68px;
    padding-left: 0;
    line-height: 60px;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .logo, .logo.w--current {
    flex: 1;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.25rem;
  }

  h5, p {
    font-size: 1.125rem;
  }

  .heading {
    font-size: 1.75rem;
  }

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

  .heading-3 {
    font-size: 1.375rem;
  }

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

  .form-block-2 {
    min-width: 100%;
  }

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

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

  .div-block-211 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2.box {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .button {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button.bx {
    margin-top: 12px;
  }

  .button._4 {
    background-color: var(--light-steel-blue);
  }

  .button._1 {
    background-color: #194c3899;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

  .div-block-3._20 {
    width: 80%;
  }

  .card-wrapper {
    height: auto;
    padding: 15px;
  }

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

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

  .side-a {
    flex-direction: column;
  }

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

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

  .form-select-field.last-item {
    font-size: 16px;
  }

  .form-fiield._500 {
    height: 200px;
  }

  .form-fiield.long {
    padding-bottom: 140px;
  }

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

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

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-block-2 {
    padding: 50px 35px;
  }

  .ope {
    width: 120px;
  }

  .head-4 {
    font-size: 1.1rem;
  }

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

  .text-block-10 {
    font-size: 1.8rem;
  }

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

  .parceiro-text-field {
    margin-bottom: 5px;
  }

  .parceiro-text-field._20 {
    margin-bottom: 10px;
  }

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

  .rota._900 {
    margin-bottom: 45px;
    font-size: 18px;
  }

  .rota._900._8 {
    margin-bottom: 25px;
  }

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

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

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

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

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

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

  .confirmed-line {
    height: 100%;
  }

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

  .div-block-165 {
    padding-left: 0;
  }

  .section-2 {
    padding-bottom: 50px;
  }

  .mobile-nav {
    background-color: #fff;
    border-bottom: 1px solid #00000021;
  }

  .brand-mobile {
    background-image: url('../images/fnk-operacoes.png');
    width: 110px;
  }

  .menu-wrapper {
    display: none;
  }

  .novos-fretes, .outros-comunicados {
    padding-top: 30px;
  }

  .menu-mobile {
    display: none;
  }

  .novo-frete-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }

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

  .div-block-183 {
    padding-right: 10px;
  }

  .text-block-136._2 {
    margin-bottom: 0;
  }

  .div-block-185 {
    display: none;
  }

  .text-block-137 {
    text-align: center;
  }

  .noticia-div {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 15px;
    text-decoration: none;
    display: flex;
  }

  .div-block-186 {
    flex: 1;
    padding-top: 5px;
    padding-left: 15px;
  }

  .img {
    background-image: url('../images/astronomy-1867616__340.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    flex: none;
    width: 100px;
    height: 100px;
  }

  .img._2 {
    background-image: url('../images/Marmotamaps_Wallpaper_Berchtesgaden_Desktop_1920x1080.jpeg');
  }

  .img._3 {
    background-image: url('../images/23480.jpeg');
  }

  .text-block-138 {
    background-color: var(--goldenrod);
    color: #fff;
    border-radius: 20px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 0 15px;
    font-size: 12px;
    display: inline-block;
  }

  .text-block-138.noticia {
    background-color: var(--royal-blue);
  }

  .heading-7 {
    margin-bottom: .3rem;
    font-size: .9rem;
    font-weight: 400;
  }

  .text-block-139 {
    color: #b0b0b0;
    font-size: 12px;
  }

  .div-block-187 {
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-188 {
    padding-top: 30px;
  }

  .div-block-188._2 {
    padding-top: 20px;
  }

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

  .form-block-4 {
    border: 1px solid var(--lines);
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
  }

  .div-block-190 {
    margin-bottom: 30px;
    display: flex;
  }

  .div-block-191 {
    width: 55%;
    padding-top: 3px;
    padding-right: 15px;
  }

  .div-block-192 {
    justify-content: flex-end;
    width: 45%;
    display: flex;
  }

  .radio-button-2 {
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }

  .radio-button-2:active {
    border: 10px solid var(--sea-green);
  }

  .radio-button-field-2 {
    margin-bottom: 0;
    margin-left: 15px;
  }

  .radio-button-label {
    margin-top: 3px;
    margin-bottom: 0;
  }

  .text-block-140 {
    font-size: 18px;
    font-weight: 400;
  }

  .form-3 {
    margin-bottom: 25px;
  }

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

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

  .div-block-195 {
    border: 1px dashed var(--lines);
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 30px;
  }

  .div-block-196 {
    border: 1px dashed var(--lines);
    color: #5e5e5e;
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
    display: flex;
  }

  .div-block-197 {
    background-image: url('../images/images.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    width: 40px;
    height: 60px;
  }

  .div-block-198 {
    padding-top: 5px;
    padding-left: 15px;
  }

  .text-block-141 {
    color: var(--crimson);
    text-decoration: underline;
  }

  .text-block-142 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-199 {
    padding-top: 40px;
  }

  .div-block-200 {
    width: 50%;
    padding-top: 3px;
    padding-right: 10px;
  }

  .text-block-143 {
    color: #d13232;
    text-decoration: underline;
  }

  .rota-2._900 {
    margin-bottom: 45px;
    font-size: 19px;
  }

  .rota-2._900._8 {
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 400;
  }

  .div-block-201 {
    padding-top: 5px;
    padding-left: 15px;
  }

  .form-4 {
    margin-bottom: 25px;
  }

  .button-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-3.bx {
    margin-top: 12px;
  }

  .div-block-202 {
    border: 1px dashed var(--lines);
    color: #5e5e5e;
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
    display: flex;
  }

  .form-block-5 {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 30px;
  }

  .div-block-203 {
    margin-bottom: 30px;
    display: flex;
  }

  .radio-button-label-2 {
    margin-top: 3px;
    margin-bottom: 0;
  }

  .div-block-204 {
    background-image: url('../images/images.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    width: 40px;
    height: 60px;
  }

  .text-block-144 {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .div-block-205 {
    justify-content: flex-end;
    width: 50%;
    padding-right: 0;
    display: flex;
  }

  .text-block-145 {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
  }

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

  .radio-button-3 {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }

  .radio-button-3:active {
    border: 10px solid #288562;
  }

  .radio-button-field-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .form-5 {
    flex-direction: row;
    display: flex;
  }

  .form-block-6 {
    border: 1px solid var(--lines);
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .div-block-207 {
    flex: none;
    width: 70%;
    padding-right: 25px;
  }

  .div-block-208 {
    flex: none;
    width: 30%;
  }

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

  .tempo {
    color: #9b9b9b;
    display: none;
  }

  .completar {
    color: var(--sea-green);
    font-weight: 700;
    display: none;
  }

  .map-motorista {
    height: 200px;
  }

  .ocorrencia {
    padding-top: 20px;
  }

  .section-3 {
    background-color: var(--sea-green);
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .div-block-210 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-146 {
    color: var(--background);
    background-color: #34ae7f;
    border-radius: 200px;
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    font-family: System main, sans-serif;
    font-size: 54px;
    line-height: 80px;
  }

  .heading-8 {
    color: #fff;
    margin-bottom: 70px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 120%;
  }

  .motorista {
    color: #cfcfcf;
  }

  .layout-go {
    z-index: 100;
    background-color: #222233d6;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .form-do-problema {
    background-color: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 50px 30px 80px;
    position: absolute;
    inset: auto 0% 0%;
    transform: translate(0, 100%);
  }

  .text-block-147 {
    color: var(--light-steel-blue);
    font-size: 17px;
  }

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

  .text-block-148 {
    color: var(--light-steel-blue);
  }

  .overlay-pendente {
    background-color: #222233d9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 21px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-215 {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 40px;
    display: flex;
  }

  .text-block-149 {
    background-color: var(--goldenrod);
    color: #fff;
    text-align: center;
    border-radius: 200px;
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
    font-family: System main, sans-serif;
    font-size: 28px;
    line-height: 70px;
  }

  .link-7 {
    color: #22223361;
    width: 10%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .link-8 {
    color: #cacaca;
    font-size: 10px;
  }

  .text-block-150 {
    border: 1px dashed var(--goldenrod);
    color: var(--goldenrod);
    text-align: center;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
  }

  .form-text-field-2 {
    border-color: var(--lines);
    color: var(--black);
    background-color: #f8f8f800;
    font-size: 17px;
  }

  .form-text-field-3._2 {
    border-color: var(--lines);
    background-color: #f8f8f800;
    font-size: 16px;
  }

  .pac-mod-wrapper {
    flex: 1;
    margin-bottom: 25px;
  }

  .form-button-icon-2 {
    font-family: System main, sans-serif;
  }

  .form-block-6-copy {
    border: 1px solid var(--lines);
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 40px 30px;
  }

  .form-5-copy {
    flex-direction: column;
    display: flex;
  }

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

  .link-9 {
    color: var(--light-steel-blue);
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    display: block;
  }

  .section-4 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 144px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .div-block-296 {
    font-size: 17px;
  }

  .menu-button {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    width: 90%;
    padding-left: 35px;
  }

  .logo {
    flex: none;
    width: 130px;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-_82138484-68aa-8b92-48a9-ea6096f5be9f-ff21f0d1, #w-node-e4fcf541-5342-3faa-9d14-ed830471cdf4-ff21f0d1, #w-node-c764d0ca-aaea-60c1-de30-3a986838cc96-ff21f0d1, #w-node-a6151fea-c59b-c2ed-9630-848820888588-ff21f0d1, #w-node-_2769df83-aca4-361b-70d2-fe792efc3cad-ff21f0d1, #w-node-_15c14306-51d4-3148-532f-dba5bbc21587-ff21f0d1, #w-node-b3caf927-c63a-b4eb-d0d5-1bb9c5a7adad-f008f794, #w-node-_13c1705a-d6b3-8689-3303-15bd6c53d57f-f008f794, #w-node-_29251709-2a00-57db-8f60-7a4f9d16521e-f008f794, #w-node-_1f4bceba-ee62-1f02-6843-afa251c7ddeb-6229d79a, #w-node-d8dfb5e2-b6ae-caa5-35fa-0e7fef3d42f9-6229d79a, #w-node-_895b84e8-8224-aa45-26b2-1a6c92675aaa-095256c4, #w-node-e7c0f018-201f-d2c4-96f5-9e2bfd84651d-095256c4, #w-node-_7e1debe1-32e5-84bc-5c61-10c1bf86fcfb-095256c4, #w-node-_42f85916-f50c-8433-e516-06f325b00529-095256c4, #w-node-e5b0e62f-40ce-9bb6-07b1-f3e74cbfc5c0-095256c4, #w-node-b8bc541f-3bae-306e-17b2-aeedac28724e-095256c4, #w-node-a7e5d328-e4be-a5d5-c74c-7c192535b918-d889a1ac, #w-node-_6854ddde-7a69-2053-639b-03aca18cfb2b-d889a1ac, #w-node-c0c18336-0c71-3a62-5e10-f8f8487fc01d-d889a1ac, #w-node-e52671bc-c34d-0631-691e-33159f8002fe-d889a1ac, #w-node-aa60e471-98c3-7cb2-ff9f-9d81fb56156a-d889a1ac, #w-node-_866692a2-ab0d-d7ad-754b-a842bbed2516-d889a1ac, #w-node-d3dc51dd-f597-00cf-fe46-08110115be68-d889a1ac, #w-node-_93060ac1-c03a-2ce8-b376-0eed1c2d5f11-d889a1ac, #w-node-a2bdc71c-7349-eca0-c4d9-d373998b1801-82d175d4, #w-node-e19056c9-2552-4202-00bf-6f4ab048313e-82d175d4, #w-node-a7e5d328-e4be-a5d5-c74c-7c192535b918-80df1072, #w-node-_11f83128-4fa6-1fd5-937a-a1d824ae0f80-80df1072, #w-node-_05d82c69-f1ba-d47e-511a-f8b660266959-80df1072, #w-node-_217bf57d-83aa-8d00-ee62-497ad6aa0f5b-80df1072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Full icons';
  src: url('../fonts/full-icons.eot') format('embedded-opentype'), url('../fonts/full-icons.woff') format('woff'), url('../fonts/full-icons.ttf') format('truetype'), url('../fonts/full-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'System main';
  src: url('../fonts/system-main.eot') format('embedded-opentype'), url('../fonts/system-main.woff') format('woff'), url('../fonts/system-main.ttf') format('truetype'), url('../fonts/system-main.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}