/* IMPORT COMPASS & CORE ANIMATIONS */
/* IMPORT UTILITIES */
/*** MEDIAS ***/
/*** LAYOUT WIDTH ***/
/*** COLORs ***/
/*** FONTs ***/
/*** EASES ***/
/*** CONFIGs ***/
/* ------------------------------------------------- */
/* ==from https://codepen.io/jakob-e/pen/doMoML       */
/* ------------------------------------------------- */
/* custom mixin to replace a defined fill color with another one */
/* IMPORT BASE */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
/* line 5, node_modules/compass-mixins/lib/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, node_modules/compass-mixins/lib/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, node_modules/compass-mixins/lib/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, node_modules/compass-mixins/lib/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, node_modules/compass-mixins/lib/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, node_modules/compass-mixins/lib/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}

/* line 103, node_modules/compass-mixins/lib/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, node_modules/compass-mixins/lib/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, node_modules/compass-mixins/lib/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, _src/scss/base/_utilities.scss */
html {
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  /* line 1, _src/scss/base/_utilities.scss */
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (max-width: 991px) {
  /* line 1, _src/scss/base/_utilities.scss */
  html {
    font-size: 2.1333333333vw;
  }
}

@media screen and (max-width: 750px) {
  /* line 1, _src/scss/base/_utilities.scss */
  html {
    font-size: 4.2666666667vw;
  }
}

/* line 18, _src/scss/base/_utilities.scss */
body {
  font-family: "Lato", sans-serif;
  color: #4a4a4a;
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  background: #f3f3f3;
}

/* line 27, _src/scss/base/_utilities.scss */
* {
  text-decoration: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 34, _src/scss/base/_utilities.scss */
*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 40, _src/scss/base/_utilities.scss */
img {
  display: block;
  max-width: 100%;
}

/* line 45, _src/scss/base/_utilities.scss */
b,
strong {
  font-weight: 700;
}

/* line 50, _src/scss/base/_utilities.scss */
u {
  text-decoration: underline;
}

/* line 54, _src/scss/base/_utilities.scss */
sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.4rem;
}

/* line 62, _src/scss/base/_utilities.scss */
a {
  color: #4a4a4a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 68, _src/scss/base/_utilities.scss */
[onclick],
[href],
[for],
[data-tooltip],
[modal-open],
[modal-close],
.accordion-header {
  cursor: pointer;
}

/* line 78, _src/scss/base/_utilities.scss */
.title {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
}

/* line 87, _src/scss/base/_utilities.scss */
.paragraph, p, .form-group .custom-file ~ label span.description, .form-group .custom-file ~ label span.link, .form-group .custom-file ~ label span.file-success .file-name, .form-group .custom-file ~ div span.description, .form-group .custom-file ~ div span.link, .form-group .custom-file ~ div span.file-success .file-name, .modal#modalDetail table tr td, .default-list li, .page-step.page-step-3 .box-info .infos .item {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-bottom: 1.25rem;
}

/* line 93, _src/scss/base/_utilities.scss */
.paragraph a, p a, .form-group .custom-file ~ label span.description a, .form-group .custom-file ~ label span.link a, .form-group .custom-file ~ label span.file-success .file-name a, .form-group .custom-file ~ div span.description a, .form-group .custom-file ~ div span.link a, .form-group .custom-file ~ div span.file-success .file-name a, .modal#modalDetail table tr td a, .default-list li a, .page-step.page-step-3 .box-info .infos .item a {
  font-weight: 700;
  text-decoration: underline;
}

/* line 97, _src/scss/base/_utilities.scss */
.paragraph a:hover, p a:hover, .form-group .custom-file ~ label span.description a:hover, .form-group .custom-file ~ label span.link a:hover, .form-group .custom-file ~ label span.file-success .file-name a:hover, .form-group .custom-file ~ div span.description a:hover, .form-group .custom-file ~ div span.link a:hover, .form-group .custom-file ~ div span.file-success .file-name a:hover, .modal#modalDetail table tr td a:hover, .default-list li a:hover, .page-step.page-step-3 .box-info .infos .item a:hover {
  color: #006b2c;
}

/* line 103, _src/scss/base/_utilities.scss */
.link {
  font-weight: 900;
  line-height: 1.57;
  color: #ea7402;
}

/* line 108, _src/scss/base/_utilities.scss */
.link:hover {
  text-decoration: underline;
}

/* line 118, _src/scss/base/_utilities.scss */
ul li {
  position: relative;
}

/* line 123, _src/scss/base/_utilities.scss */
.object-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  object-fit: cover;
}

/* line 134, _src/scss/base/_utilities.scss */
.object-contain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  object-fit: contain;
}

/* line 145, _src/scss/base/_utilities.scss */
.container {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 153, _src/scss/base/_utilities.scss */
.full-float, .region {
  float: left;
  width: 100%;
  clear: both;
}

/* line 159, _src/scss/base/_utilities.scss */
.region {
  position: relative;
}

/* line 165, _src/scss/base/_utilities.scss */
.hidden {
  display: none !important;
}

@media screen and (max-width: 750px) {
  /* line 168, _src/scss/base/_utilities.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  /* line 182, _src/scss/base/_utilities.scss */
  .hidden-md {
    display: none !important;
  }
}

/* line 189, _src/scss/base/_utilities.scss */
.sr-only, .default-radio input, .default-checkbox, .checkbox-switch, .form-group .custom-file {
  position: relative !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* line 204, _src/scss/base/_utilities.scss */
img:not([src]) {
  visibility: hidden;
}

/* line 209, _src/scss/base/_utilities.scss */
.permissao {
  text-align: center;
  display: block;
  background: #fff;
  width: 600px;
  margin: 0 auto;
}

/* line 214, _src/scss/base/_utilities.scss */
.permissao img {
  display: inline-block;
  margin: 20px 0 0 0;
}

/* line 215, _src/scss/base/_utilities.scss */
.permissao p {
  margin: 20px 0 40px 0;
}

/* line 220, _src/scss/base/_utilities.scss */
.alert-success {
  border: none;
  background: url("../../../images/mensagem-sucesso.png") no-repeat rgba(99, 191, 9, 0.5) left center;
  color: #232b3a;
  margin-top: 0;
  text-align: left;
  padding-left: 70px;
  width: 100%;
  display: inline-block;
  height: 50px;
  margin-bottom: 25px;
  padding-top: 18px;
  font-weight: 600;
}

/* line 236, _src/scss/base/_utilities.scss */
.alert-danger {
  background: url("../../../images/mensagem-erro.png") no-repeat rgba(212, 0, 26, 0.3) left center;
  text-align: left;
  padding-left: 70px;
  color: #232b3a;
  min-height: 40px;
  width: 100%;
  display: inline-block;
  height: 50px;
  margin-bottom: 25px;
  padding-top: 18px;
  font-weight: 600;
}

/* line 251, _src/scss/base/_utilities.scss */
.validation-summary-errors {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 4px;
  padding: 10px 0 0 0;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

/* line 252, _src/scss/base/_utilities.scss */
.validation-summary-errors ul {
  margin: 0;
  padding: 0;
}

/* line 266, _src/scss/base/_utilities.scss */
.validation-summary-errors li {
  list-style: none;
  padding-bottom: 5px;
  text-align: center;
}

/* line 273, _src/scss/base/_utilities.scss */
.text-center {
  text-align: center;
}

/* line 274, _src/scss/base/_utilities.scss */
.certo {
  margin: 0 auto;
}

/* line 275, _src/scss/base/_utilities.scss */
.msg-telas {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

/* line 285, _src/scss/base/_utilities.scss */
.rodape-telas {
  margin-top: 30px;
  display: flex;
  align-items: center;
  padding-top: 30px;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 1.875rem -1.875rem 0;
  padding: 30px 0 0 0;
}

/* line 288, _src/scss/base/_utilities.scss */
.voltar_home {
  width: 230px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background-color: #006b2c;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 294, _src/scss/base/_utilities.scss */
.alert-danger li {
  list-style: none;
}

/* line 295, _src/scss/base/_utilities.scss */
.alert-danger ul {
  margin: 0;
  padding: 0;
}

/* line 297, _src/scss/base/_utilities.scss */
.text-danger.validation-summary-errors, .validation-summary-errors {
  background: url("../../../images/mensagem-erro.png") no-repeat rgba(212, 0, 26, 0.3) left center;
  text-align: left;
  padding-left: 70px;
  color: #232b3a;
  min-height: 40px;
  width: 100%;
  display: inline-block;
  height: 50px;
  margin-bottom: 25px;
  padding-top: 18px;
  font-weight: 600;
}

/* line 305, _src/scss/base/_utilities.scss */
.validation-summary-errors li {
  text-align: left;
}

/* line 1, _src/scss/base/_buttons.scss */
.btn-aprovar {
  color: #FFF;
  border-radius: 20px;
}

/* line 3, _src/scss/base/_buttons.scss */
.btn, [class^="btn"], .form-group input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #006b2c;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

/* line 20, _src/scss/base/_buttons.scss */
.btn i, [class^="btn"] i, .form-group input[type="submit"] i {
  display: inline-block;
  margin-right: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* line 32, _src/scss/base/_buttons.scss */
.btn:hover, :hover[class^="btn"], .form-group input:hover[type="submit"] {
  opacity: 0.8;
}

/* line 41, _src/scss/base/_buttons.scss */
.btn-color-3, .form-group input.btn-color-3[type="submit"], .page-step.page-op-step-1 .form-grid .form-group-submit input[type="submit"], .page-step.page-op-step-1 [class^="form-grid"] .form-group-submit input[type="submit"], .page-solicitations .form-filter input[type="submit"] {
  background-color: #ea7402;
}

/* line 45, _src/scss/base/_buttons.scss */
.btn-gray {
  background-color: #ececec;
  color: #4a4a4a;
}

/* line 50, _src/scss/base/_buttons.scss */
.btn-facebook {
  background: #34589d;
}

/* line 53, _src/scss/base/_buttons.scss */
.btn-facebook i {
  width: 0.625rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M9.366.003L7.03 0C4.41 0 2.714 1.739 2.714 4.43v2.043H.367A.366.366 0 0 0 0 6.839V9.8c0 .202.164.367.367.367h2.347v7.467c0 .203.164.367.368.367h3.06a.367.367 0 0 0 .368-.367v-7.467h2.744a.367.367 0 0 0 .367-.367l.002-2.96a.367.367 0 0 0-.369-.366H6.51V4.74c0-.833.198-1.255 1.282-1.255h1.573a.367.367 0 0 0 .366-.367V.37a.367.367 0 0 0-.365-.368z'/%3E%3C/svg%3E");
}

/* line 59, _src/scss/base/_buttons.scss */
.btn-google {
  background: #dd4b39;
}

/* line 62, _src/scss/base/_buttons.scss */
.btn-google i {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E %3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M17.538 10.79C16.84 15.374 13.424 18 9.001 18A9 9 0 0 1 9 0c2.404 0 4.511.858 6.045 2.348L12.463 4.93C11.588 4.05 10.39 3.58 9 3.58 6.075 3.58 3.702 6.074 3.702 9c0 2.927 2.373 5.35 5.299 5.35 2.452 0 4.31-1.186 4.845-3.56H9.001V7.177h8.515c.102.583.154 1.192.154 1.823 0 .627-.045 1.223-.132 1.792z'/%3E %3C/svg%3E");
}

/* line 1, _src/scss/base/_forms.scss */
.default-label, .form-group label {
  display: block;
  font-size: 0.75rem;
  color: #4a4a4a;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

/* line 9, _src/scss/base/_forms.scss */
.default-label.error, .form-group label.error {
  color: #D0021B;
  font-size: 0.75rem;
  margin: 0.25rem 0 0;
}

/* line 15, _src/scss/base/_forms.scss */
.default-label.label-error, .form-group label.label-error {
  color: #D0021B;
}

/* line 20, _src/scss/base/_forms.scss */
.default-input, .default-select, .form-group select, .form-group input,
.form-group textarea {
  display: block;
  border: none;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.625rem;
  border: 1px solid #d7d7d7;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 43, node_modules/compass-mixins/lib/compass/css3/_user-interface.scss */
.default-input:-ms-input-placeholder, .default-select:-ms-input-placeholder, .form-group select:-ms-input-placeholder, .form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

/* line 44, node_modules/compass-mixins/lib/compass/css3/_user-interface.scss */
.default-input:-moz-placeholder, .default-select:-moz-placeholder, .form-group select:-moz-placeholder, .form-group input:-moz-placeholder,
.form-group textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

/* line 45, node_modules/compass-mixins/lib/compass/css3/_user-interface.scss */
.default-input::-moz-placeholder, .default-select::-moz-placeholder, .form-group select::-moz-placeholder, .form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

/* line 46, node_modules/compass-mixins/lib/compass/css3/_user-interface.scss */
.default-input::-webkit-input-placeholder, .default-select::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder, .form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

/* line 39, _src/scss/base/_forms.scss */
.default-input[disabled], .default-select[disabled], .form-group select[disabled], .form-group input[disabled],
.form-group textarea[disabled] {
  background: #f3f3f3;
  border: none;
}

/* line 44, _src/scss/base/_forms.scss */
.default-input.error, .error.default-select, .form-group select.error, .form-group input.error,
.form-group textarea.error {
  border-color: rgba(208, 2, 27, 0.2);
  color: #D0021B;
}

/* line 49, _src/scss/base/_forms.scss */
.default-input.mask-date, .mask-date.default-select, .form-group select.mask-date, .form-group input.mask-date,
.form-group textarea.mask-date {
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: auto 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%239b9b9b' d='M192 1664h1408v-1024h-1408v1024zm384-1216v-288q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v288q0 14 9 23t23 9h64q14 0 23-9t9-23zm768 0v-288q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v288q0 14 9 23t23 9h64q14 0 23-9t9-23zm384-64v1280q0 52-38 90t-90 38h-1408q-52 0-90-38t-38-90v-1280q0-52 38-90t90-38h128v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
}

/* line 57, _src/scss/base/_forms.scss */
.default-input.mask-date.error, .mask-date.error.default-select, .form-group select.mask-date.error, .form-group input.mask-date.error,
.form-group textarea.mask-date.error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23D0021B' d='M192 1664h1408v-1024h-1408v1024zm384-1216v-288q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v288q0 14 9 23t23 9h64q14 0 23-9t9-23zm768 0v-288q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v288q0 14 9 23t23 9h64q14 0 23-9t9-23zm384-64v1280q0 52-38 90t-90 38h-1408q-52 0-90-38t-38-90v-1280q0-52 38-90t90-38h128v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
}

/* line 63, _src/scss/base/_forms.scss */
.default-select, .form-group select {
  cursor: pointer;
}

/* line 68, _src/scss/base/_forms.scss */
.default-select:invalid, .form-group select:invalid,
.default-select option[disabled],
.form-group select option[disabled] {
  font-style: italic;
  color: #9b9b9b;
}

/* line 74, _src/scss/base/_forms.scss */
.default-select option:not([disabled]), .form-group select option:not([disabled]) {
  font-style: normal;
  color: #000000;
}

/* line 84, _src/scss/base/_forms.scss */
.default-radio input ~ label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #4a4a4a;
  text-transform: none;
}

/* line 92, _src/scss/base/_forms.scss */
.default-radio input ~ label:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 0.125rem solid #979797;
  margin-right: 0.5rem;
  -webkit-box-shadow: 0 0 0 0.125rem #FFFFFF inset;
  -moz-box-shadow: 0 0 0 0.125rem #FFFFFF inset;
  box-shadow: 0 0 0 0.125rem #FFFFFF inset;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/* line 107, _src/scss/base/_forms.scss */
.default-radio input:checked ~ label:before {
  background: #4f9f01;
  border-color: #4f9f01;
}

/* line 116, _src/scss/base/_forms.scss */
.default-checkbox {
  position: relative !important;
}

/* line 121, _src/scss/base/_forms.scss */
.default-checkbox ~ label {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  padding-left: 1.875rem;
  text-transform: none;
}

/* line 129, _src/scss/base/_forms.scss */
.default-checkbox ~ label a {
  text-decoration: underline;
}

/* line 133, _src/scss/base/_forms.scss */
.default-checkbox ~ label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  border: 1px solid #4a4a4a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 95%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Camada_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17 17' enable-background='new 0 0 17 17' xml:space='preserve'%3E %3Cpolygon fill='%23FFFFFF' points='6.6,10.7 3.2,7.4 1.9,8.7 6.6,13.2 15.1,5 13.8,3.8 ' /%3E %3C/svg%3E");
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 157, _src/scss/base/_forms.scss */
.default-checkbox:checked ~ label:before {
  background-color: #4a4a4a;
}

/* line 164, _src/scss/base/_forms.scss */
.checkbox-switch {
  position: relative !important;
}

/* line 169, _src/scss/base/_forms.scss */
.checkbox-switch ~ label {
  display: flex;
  align-items: center;
  height: 2.5rem;
  width: 100%;
  text-align: left;
  position: relative;
  text-transform: none;
  padding: 0 0.9375rem;
  background: #eaeaea;
  font-size: 0.875rem;
  font-weight: 400;
}

/* line 182, _src/scss/base/_forms.scss */
.checkbox-switch ~ label a {
  text-decoration: underline;
}

/* line 186, _src/scss/base/_forms.scss */
.checkbox-switch ~ label .switch {
  width: 2rem;
  height: 1.125rem;
  position: relative;
  margin-left: auto;
  background-color: #4a4a4a;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 196, _src/scss/base/_forms.scss */
.checkbox-switch ~ label .switch:before {
  content: "";
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  left: 0.1875rem;
  bottom: 0.1875rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/* line 213, _src/scss/base/_forms.scss */
.checkbox-switch:checked ~ label .switch {
  background-color: #4f9f01;
}

/* line 216, _src/scss/base/_forms.scss */
.checkbox-switch:checked ~ label .switch:before {
  left: 1.0625rem;
}

/* line 224, _src/scss/base/_forms.scss */
.form-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  margin: 0 0 1.25rem 0;
}

/* line 255, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label {
  padding: 1.125rem 1.125rem 1.125rem 4.75rem;
  border: 1px dashed #d7d7d7;
  text-transform: none;
  background-repeat: no-repeat;
  background-position: top 1.25rem left 1.25rem;
  background-size: 2.25rem auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E %3Cg fill='%239b9b9b' fill-rule='evenodd'%3E %3Cpath d='M18 0C8.075 0 0 8.075 0 18s8.075 18 18 18 18-8.075 18-18S27.925 0 18 0zm0 32c-7.72 0-14-6.28-14-14S10.28 4 18 4s14 6.28 14 14-6.28 14-14 14z'/%3E %3Cpath stroke='%239b9b9b' stroke-width='2' d='M18.28 10c-.607 0-1.098.492-1.098 1.098v7.445l4.496 4.646a1.08 1.08 0 0 0 1.552 0 1.153 1.153 0 0 0 0-1.604l-3.852-3.982v-6.505c0-.606-.492-1.098-1.098-1.098z'/%3E %3C/g%3E %3C/svg%3E");
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 268, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label span {
  display: block;
}

/* line 271, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label span.title {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

/* line 276, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label span.description {
  margin-bottom: 0.25rem;
  font-weight: normal;
}

/* line 283, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label span.link {
  margin-bottom: 0;
}

/* line 288, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label span.link:hover {
  text-decoration: none;
}

/* line 293, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label span.file-success {
  display: none;
}

/* line 296, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label span.file-success .file-name {
  display: inline-block;
  color: #4f9f01;
  margin: 0 0.625rem 0 0;
}

/* line 304, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label span.file-success .icon-remove {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25rem;
  width: 1.0625rem;
  height: 1.0625rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23D0021B'/%3E %3Cpath fill='%23FFF' d='M11.302 12.709L8.5 9.907l-2.802 2.802a.995.995 0 0 1-1.407-1.407L7.093 8.5 4.291 5.698A.995.995 0 0 1 5.698 4.29L8.5 7.093l2.802-2.802a.995.995 0 0 1 1.407 1.407L9.907 8.5l2.802 2.802a.995.995 0 0 1-1.407 1.407z'/%3E %3C/g%3E %3C/svg%3E");
}

/* line 322, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label.label-success {
  border: 1px solid #4f9f01;
  background-color: rgba(79, 159, 1, 0.1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%234f9f01' d='M18 0C8.075 0 0 8.075 0 18s8.075 18 18 18 18-8.075 18-18S27.925 0 18 0z'/%3E %3Cpath fill='%23FFF' stroke='%23FFF' stroke-width='2' d='M15.29 23.64l-3.935-3.989a1.24 1.24 0 0 1 0-1.736 1.2 1.2 0 0 1 1.712 0l3.08 3.122 6.786-7.678a1.2 1.2 0 0 1 1.712 0 1.24 1.24 0 0 1 0 1.736l-7.642 8.546a1.199 1.199 0 0 1-1.712 0z'/%3E %3C/g%3E %3C/svg%3E");
}

/* line 330, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label.label-success span.link {
  display: none;
}

/* line 334, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label.label-success span.file-success {
  display: block;
}

/* line 340, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label.label-error {
  border: 1px solid #D0021B;
  background-color: rgba(208, 2, 27, 0.1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23D0021B' d='M18 0C8.075 0 0 8.075 0 18s8.075 18 18 18 18-8.075 18-18S27.925 0 18 0z'/%3E %3Cpath fill='%23FFF' stroke='%23FFF' stroke-width='2' d='M15.29 23.64l-3.935-3.989a1.24 1.24 0 0 1 0-1.736 1.2 1.2 0 0 1 1.712 0l3.08 3.122 6.786-7.678a1.2 1.2 0 0 1 1.712 0 1.24 1.24 0 0 1 0 1.736l-7.642 8.546a1.199 1.199 0 0 1-1.712 0z'/%3E %3C/g%3E %3C/svg%3E");
}

/* line 348, _src/scss/base/_forms.scss */
.form-group .custom-file ~ label.error {
  display: none !important;
}

/* line 353, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div {
  padding: 1.125rem 1.125rem 1.125rem 4.75rem;
  border: 1px dashed #d7d7d7;
  text-transform: none;
  background-repeat: no-repeat;
  background-position: top 1.25rem left 1.25rem;
  background-size: 2.25rem auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E %3Cg fill='%239b9b9b' fill-rule='evenodd'%3E %3Cpath d='M18 0C8.075 0 0 8.075 0 18s8.075 18 18 18 18-8.075 18-18S27.925 0 18 0zm0 32c-7.72 0-14-6.28-14-14S10.28 4 18 4s14 6.28 14 14-6.28 14-14 14z'/%3E %3Cpath stroke='%239b9b9b' stroke-width='2' d='M18.28 10c-.607 0-1.098.492-1.098 1.098v7.445l4.496 4.646a1.08 1.08 0 0 0 1.552 0 1.153 1.153 0 0 0 0-1.604l-3.852-3.982v-6.505c0-.606-.492-1.098-1.098-1.098z'/%3E %3C/g%3E %3C/svg%3E");
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 366, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div span {
  display: block;
}

/* line 369, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div span.title {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

/* line 374, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div span.description {
  margin-bottom: 0.25rem;
  font-weight: normal;
}

/* line 381, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div span.link {
  margin-bottom: 0;
}

/* line 386, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div span.link:hover {
  text-decoration: none;
}

/* line 391, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div span.file-success {
  display: none;
}

/* line 394, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div span.file-success .file-name {
  display: inline-block;
  color: #4f9f01;
  margin: 0 0.625rem 0 0;
}

/* line 402, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div span.file-success .icon-remove {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25rem;
  width: 1.0625rem;
  height: 1.0625rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23D0021B'/%3E %3Cpath fill='%23FFF' d='M11.302 12.709L8.5 9.907l-2.802 2.802a.995.995 0 0 1-1.407-1.407L7.093 8.5 4.291 5.698A.995.995 0 0 1 5.698 4.29L8.5 7.093l2.802-2.802a.995.995 0 0 1 1.407 1.407L9.907 8.5l2.802 2.802a.995.995 0 0 1-1.407 1.407z'/%3E %3C/g%3E %3C/svg%3E");
}

/* line 418, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div.label-success {
  border: 1px solid #4f9f01;
  background-color: rgba(79, 159, 1, 0.1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%234f9f01' d='M18 0C8.075 0 0 8.075 0 18s8.075 18 18 18 18-8.075 18-18S27.925 0 18 0z'/%3E %3Cpath fill='%23FFF' stroke='%23FFF' stroke-width='2' d='M15.29 23.64l-3.935-3.989a1.24 1.24 0 0 1 0-1.736 1.2 1.2 0 0 1 1.712 0l3.08 3.122 6.786-7.678a1.2 1.2 0 0 1 1.712 0 1.24 1.24 0 0 1 0 1.736l-7.642 8.546a1.199 1.199 0 0 1-1.712 0z'/%3E %3C/g%3E %3C/svg%3E");
}

/* line 426, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div.label-success span.link {
  display: none;
}

/* line 430, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div.label-success span.file-success {
  display: block;
}

/* line 436, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div.label-error {
  border: 1px solid #D0021B;
  background-color: rgba(208, 2, 27, 0.1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23D0021B' d='M18 0C8.075 0 0 8.075 0 18s8.075 18 18 18 18-8.075 18-18S27.925 0 18 0z'/%3E %3Cpath fill='%23FFF' stroke='%23FFF' stroke-width='2' d='M15.29 23.64l-3.935-3.989a1.24 1.24 0 0 1 0-1.736 1.2 1.2 0 0 1 1.712 0l3.08 3.122 6.786-7.678a1.2 1.2 0 0 1 1.712 0 1.24 1.24 0 0 1 0 1.736l-7.642 8.546a1.199 1.199 0 0 1-1.712 0z'/%3E %3C/g%3E %3C/svg%3E");
}

/* line 444, _src/scss/base/_forms.scss */
.form-group .custom-file ~ div.error {
  display: none !important;
}

/* line 450, _src/scss/base/_forms.scss */
.form-group .custom-file.custom-file-xls ~ label {
  background-position: top 1rem left 1rem;
  background-size: 2.625rem auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%239b9b9b' d='M41,10H25v28h16c0.553,0,1-0.447,1-1V11C42,10.447,41.553,10,41,10z'/%3E%3Cpath fill='%23FFF' d='M32 15H39V18H32zM32 25H39V28H32zM32 30H39V33H32zM32 20H39V23H32zM25 15H30V18H25zM25 25H30V28H25zM25 30H30V33H25zM25 20H30V23H25z'/%3E%3Cpath fill='%239b9b9b' d='M27 42L6 38 6 10 27 6z'/%3E%3Cpath fill='%23FFF' d='M19.129,31l-2.411-4.561c-0.092-0.171-0.186-0.483-0.284-0.938h-0.037c-0.046,0.215-0.154,0.541-0.324,0.979L13.652,31H9.895l4.462-7.001L10.274,17h3.837l2.001,4.196c0.156,0.331,0.296,0.725,0.42,1.179h0.04c0.078-0.271,0.224-0.68,0.439-1.22L19.237,17h3.515l-4.199,6.939l4.316,7.059h-3.74V31z'/%3E%3C/svg%3E");
}

/* line 460, _src/scss/base/_forms.scss */
.form-group .custom-file.custom-file-upload ~ label {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 486.3 486.3' style='enable-background:new 0 0 486.3 486.3;' xml:space='preserve'%3E %3Cpath fill='%239b9b9b' d='M395.5,135.8c-5.2-30.9-20.5-59.1-43.9-80.5c-26-23.8-59.8-36.9-95-36.9c-27.2,0-53.7,7.8-76.4,22.5 c-18.9,12.2-34.6,28.7-45.7,48.1c-4.8-0.9-9.8-1.4-14.8-1.4c-42.5,0-77.1,34.6-77.1,77.1c0,5.5,0.6,10.8,1.6,16 C16.7,200.7,0,232.9,0,267.2c0,27.7,10.3,54.6,29.1,75.9c19.3,21.8,44.8,34.7,72,36.2c0.3,0,0.5,0,0.8,0h86 c7.5,0,13.5-6,13.5-13.5s-6-13.5-13.5-13.5h-85.6C61.4,349.8,27,310.9,27,267.1c0-28.3,15.2-54.7,39.7-69 c5.7-3.3,8.1-10.2,5.9-16.4c-2-5.4-3-11.1-3-17.2c0-27.6,22.5-50.1,50.1-50.1c5.9,0,11.7,1,17.1,3c6.6,2.4,13.9-0.6,16.9-6.9 c18.7-39.7,59.1-65.3,103-65.3c59,0,107.7,44.2,113.3,102.8c0.6,6.1,5.2,11,11.2,12c44.5,7.6,78.1,48.7,78.1,95.6 c0,49.7-39.1,92.9-87.3,96.6h-73.7c-7.5,0-13.5,6-13.5,13.5s6,13.5,13.5,13.5h74.2c0.3,0,0.6,0,1,0c30.5-2.2,59-16.2,80.2-39.6 c21.1-23.2,32.6-53,32.6-84C486.2,199.5,447.9,149.6,395.5,135.8z' /%3E %3Cpath fill='%239b9b9b' d='M324.2,280c5.3-5.3,5.3-13.8,0-19.1l-71.5-71.5c-2.5-2.5-6-4-9.5-4s-7,1.4-9.5,4l-71.5,71.5c-5.3,5.3-5.3,13.8,0,19.1 c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4l48.5-48.5v222.9c0,7.5,6,13.5,13.5,13.5s13.5-6,13.5-13.5V231.5l48.5,48.5 C310.4,285.3,318.9,285.3,324.2,280z' /%3E%3C/svg%3E");
}

/* line 466, _src/scss/base/_forms.scss */
.form-group .line-or, .form-group .separator {
  display: block;
  position: relative;
  font-size: 0.75rem;
  line-height: 2;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  color: #9b9b9b;
}

/* line 476, _src/scss/base/_forms.scss */
.form-group .line-or span, .form-group .separator span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #FFFFFF;
  padding: 0 0.3125rem;
}

/* line 484, _src/scss/base/_forms.scss */
.form-group .line-or:before, .form-group .separator:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  margin-top: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

/* line 498, _src/scss/base/_forms.scss */
.form-group .separator {
  font-size: 1.125rem;
  color: #000000;
  text-transform: none;
}

/* line 506, _src/scss/base/_forms.scss */
.form-group .box-radios {
  display: flex;
  width: 100%;
  flex-direction: row;
  background: #f3f3f3;
  padding: 0.625rem 0.9375rem;
}

/* line 513, _src/scss/base/_forms.scss */
.form-group .box-radios > * {
  width: 50%;
}

/* line 516, _src/scss/base/_forms.scss */
.form-group .box-radios > * label {
  margin-bottom: 0;
}

/* line 522, _src/scss/base/_forms.scss */
.form-group:last-child {
  margin-bottom: 0;
}

/* line 526, _src/scss/base/_forms.scss */
.form-group.form-two-buttons {
  flex-direction: row;
  justify-content: space-between;
}

/* line 530, _src/scss/base/_forms.scss */
.form-group.form-two-buttons > input[type="submit"],
.form-group.form-two-buttons > [class^="btn"] {
  width: calc(50% - 0.625rem);
}

/* line 536, _src/scss/base/_forms.scss */
.form-group.form-link {
  align-items: center;
  justify-content: center;
}

/* line 540, _src/scss/base/_forms.scss */
.form-group.form-link a {
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.7;
  color: #006b2c;
}

/* line 546, _src/scss/base/_forms.scss */
.form-group.form-link a:hover {
  text-decoration: underline;
}

/* line 553, _src/scss/base/_forms.scss */
.form-grid, [class^="form-grid"] {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

/* line 561, _src/scss/base/_forms.scss */
.form-grid .form-group:last-child, [class^="form-grid"] .form-group:last-child {
  margin-bottom: 1.25rem;
}

/* line 565, _src/scss/base/_forms.scss */
.form-grid .form-group.form-group-submit, [class^="form-grid"] .form-group.form-group-submit {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  /* line 570, _src/scss/base/_forms.scss */
  .form-grid-1-1 {
    flex-direction: column;
  }
}

/* line 575, _src/scss/base/_forms.scss */
.form-grid-1-1 .form-group,
.form-grid-1-1 [class^="form-grid"] {
  width: calc(50% - 0.9375rem);
}

@media screen and (max-width: 750px) {
  /* line 575, _src/scss/base/_forms.scss */
  .form-grid-1-1 .form-group,
  .form-grid-1-1 [class^="form-grid"] {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  /* line 585, _src/scss/base/_forms.scss */
  .form-grid-1-2-1 {
    flex-direction: column;
  }
}

/* line 590, _src/scss/base/_forms.scss */
.form-grid-1-2-1 .form-group,
.form-grid-1-2-1 [class^="form-grid"] {
  width: 25%;
}

@media screen and (max-width: 750px) {
  /* line 590, _src/scss/base/_forms.scss */
  .form-grid-1-2-1 .form-group,
  .form-grid-1-2-1 [class^="form-grid"] {
    width: 100%;
  }
}

/* line 598, _src/scss/base/_forms.scss */
.form-grid-1-2-1 .form-group:nth-child(2),
.form-grid-1-2-1 [class^="form-grid"]:nth-child(2) {
  width: calc(50% - 3.75rem);
}

@media screen and (max-width: 750px) {
  /* line 598, _src/scss/base/_forms.scss */
  .form-grid-1-2-1 .form-group:nth-child(2),
  .form-grid-1-2-1 [class^="form-grid"]:nth-child(2) {
    width: 100%;
  }
}

/* line 614, _src/scss/base/_forms.scss */
label.added {
  background-color: rgba(79, 159, 1, 0.1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%234f9f01' d='M18 0C8.075 0 0 8.075 0 18s8.075 18 18 18 18-8.075 18-18S27.925 0 18 0z'/%3E %3Cpath fill='%23FFF' stroke='%23FFF' stroke-width='2' d='M15.29 23.64l-3.935-3.989a1.24 1.24 0 0 1 0-1.736 1.2 1.2 0 0 1 1.712 0l3.08 3.122 6.786-7.678a1.2 1.2 0 0 1 1.712 0 1.24 1.24 0 0 1 0 1.736l-7.642 8.546a1.199 1.199 0 0 1-1.712 0z'/%3E %3C/g%3E %3C/svg%3E") !important;
}

/* line 4, _src/scss/base/_spaces.scss */
.mt-0 {
  margin-top: 0rem !important;
}

/* line 8, _src/scss/base/_spaces.scss */
.mb-0 {
  margin-bottom: 0rem !important;
}

/* line 12, _src/scss/base/_spaces.scss */
.ml-0 {
  margin-left: 0rem !important;
}

/* line 16, _src/scss/base/_spaces.scss */
.mr-0 {
  margin-right: 0rem !important;
}

/* line 20, _src/scss/base/_spaces.scss */
.pt-0 {
  padding-top: 0rem !important;
}

/* line 24, _src/scss/base/_spaces.scss */
.pb-0 {
  padding-bottom: 0rem !important;
}

/* line 28, _src/scss/base/_spaces.scss */
.pl-0 {
  padding-left: 0rem !important;
}

/* line 32, _src/scss/base/_spaces.scss */
.pr-0 {
  padding-right: 0rem !important;
}

@media screen and (min-width: 751px) {
  /* line 37, _src/scss/base/_spaces.scss */
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  /* line 41, _src/scss/base/_spaces.scss */
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  /* line 45, _src/scss/base/_spaces.scss */
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  /* line 49, _src/scss/base/_spaces.scss */
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  /* line 53, _src/scss/base/_spaces.scss */
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  /* line 57, _src/scss/base/_spaces.scss */
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  /* line 61, _src/scss/base/_spaces.scss */
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  /* line 65, _src/scss/base/_spaces.scss */
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 992px) {
  /* line 71, _src/scss/base/_spaces.scss */
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  /* line 75, _src/scss/base/_spaces.scss */
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  /* line 79, _src/scss/base/_spaces.scss */
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  /* line 83, _src/scss/base/_spaces.scss */
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  /* line 87, _src/scss/base/_spaces.scss */
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  /* line 91, _src/scss/base/_spaces.scss */
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  /* line 95, _src/scss/base/_spaces.scss */
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  /* line 99, _src/scss/base/_spaces.scss */
  .pr-md-0 {
    padding-right: 0rem !important;
  }
}

/* line 4, _src/scss/base/_spaces.scss */
.mt-1 {
  margin-top: 0.625rem !important;
}

/* line 8, _src/scss/base/_spaces.scss */
.mb-1 {
  margin-bottom: 0.625rem !important;
}

/* line 12, _src/scss/base/_spaces.scss */
.ml-1 {
  margin-left: 0.625rem !important;
}

/* line 16, _src/scss/base/_spaces.scss */
.mr-1 {
  margin-right: 0.625rem !important;
}

/* line 20, _src/scss/base/_spaces.scss */
.pt-1 {
  padding-top: 0.625rem !important;
}

/* line 24, _src/scss/base/_spaces.scss */
.pb-1 {
  padding-bottom: 0.625rem !important;
}

/* line 28, _src/scss/base/_spaces.scss */
.pl-1 {
  padding-left: 0.625rem !important;
}

/* line 32, _src/scss/base/_spaces.scss */
.pr-1 {
  padding-right: 0.625rem !important;
}

@media screen and (min-width: 751px) {
  /* line 37, _src/scss/base/_spaces.scss */
  .mt-sm-1 {
    margin-top: 0.625rem !important;
  }
  /* line 41, _src/scss/base/_spaces.scss */
  .mb-sm-1 {
    margin-bottom: 0.625rem !important;
  }
  /* line 45, _src/scss/base/_spaces.scss */
  .ml-sm-1 {
    margin-left: 0.625rem !important;
  }
  /* line 49, _src/scss/base/_spaces.scss */
  .mr-sm-1 {
    margin-right: 0.625rem !important;
  }
  /* line 53, _src/scss/base/_spaces.scss */
  .pt-sm-1 {
    padding-top: 0.625rem !important;
  }
  /* line 57, _src/scss/base/_spaces.scss */
  .pb-sm-1 {
    padding-bottom: 0.625rem !important;
  }
  /* line 61, _src/scss/base/_spaces.scss */
  .pl-sm-1 {
    padding-left: 0.625rem !important;
  }
  /* line 65, _src/scss/base/_spaces.scss */
  .pr-sm-1 {
    padding-right: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  /* line 71, _src/scss/base/_spaces.scss */
  .mt-md-1 {
    margin-top: 0.625rem !important;
  }
  /* line 75, _src/scss/base/_spaces.scss */
  .mb-md-1 {
    margin-bottom: 0.625rem !important;
  }
  /* line 79, _src/scss/base/_spaces.scss */
  .ml-md-1 {
    margin-left: 0.625rem !important;
  }
  /* line 83, _src/scss/base/_spaces.scss */
  .mr-md-1 {
    margin-right: 0.625rem !important;
  }
  /* line 87, _src/scss/base/_spaces.scss */
  .pt-md-1 {
    padding-top: 0.625rem !important;
  }
  /* line 91, _src/scss/base/_spaces.scss */
  .pb-md-1 {
    padding-bottom: 0.625rem !important;
  }
  /* line 95, _src/scss/base/_spaces.scss */
  .pl-md-1 {
    padding-left: 0.625rem !important;
  }
  /* line 99, _src/scss/base/_spaces.scss */
  .pr-md-1 {
    padding-right: 0.625rem !important;
  }
}

/* line 4, _src/scss/base/_spaces.scss */
.mt-2 {
  margin-top: 1.25rem !important;
}

/* line 8, _src/scss/base/_spaces.scss */
.mb-2 {
  margin-bottom: 1.25rem !important;
}

/* line 12, _src/scss/base/_spaces.scss */
.ml-2 {
  margin-left: 1.25rem !important;
}

/* line 16, _src/scss/base/_spaces.scss */
.mr-2 {
  margin-right: 1.25rem !important;
}

/* line 20, _src/scss/base/_spaces.scss */
.pt-2 {
  padding-top: 1.25rem !important;
}

/* line 24, _src/scss/base/_spaces.scss */
.pb-2 {
  padding-bottom: 1.25rem !important;
}

/* line 28, _src/scss/base/_spaces.scss */
.pl-2 {
  padding-left: 1.25rem !important;
}

/* line 32, _src/scss/base/_spaces.scss */
.pr-2 {
  padding-right: 1.25rem !important;
}

@media screen and (min-width: 751px) {
  /* line 37, _src/scss/base/_spaces.scss */
  .mt-sm-2 {
    margin-top: 1.25rem !important;
  }
  /* line 41, _src/scss/base/_spaces.scss */
  .mb-sm-2 {
    margin-bottom: 1.25rem !important;
  }
  /* line 45, _src/scss/base/_spaces.scss */
  .ml-sm-2 {
    margin-left: 1.25rem !important;
  }
  /* line 49, _src/scss/base/_spaces.scss */
  .mr-sm-2 {
    margin-right: 1.25rem !important;
  }
  /* line 53, _src/scss/base/_spaces.scss */
  .pt-sm-2 {
    padding-top: 1.25rem !important;
  }
  /* line 57, _src/scss/base/_spaces.scss */
  .pb-sm-2 {
    padding-bottom: 1.25rem !important;
  }
  /* line 61, _src/scss/base/_spaces.scss */
  .pl-sm-2 {
    padding-left: 1.25rem !important;
  }
  /* line 65, _src/scss/base/_spaces.scss */
  .pr-sm-2 {
    padding-right: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  /* line 71, _src/scss/base/_spaces.scss */
  .mt-md-2 {
    margin-top: 1.25rem !important;
  }
  /* line 75, _src/scss/base/_spaces.scss */
  .mb-md-2 {
    margin-bottom: 1.25rem !important;
  }
  /* line 79, _src/scss/base/_spaces.scss */
  .ml-md-2 {
    margin-left: 1.25rem !important;
  }
  /* line 83, _src/scss/base/_spaces.scss */
  .mr-md-2 {
    margin-right: 1.25rem !important;
  }
  /* line 87, _src/scss/base/_spaces.scss */
  .pt-md-2 {
    padding-top: 1.25rem !important;
  }
  /* line 91, _src/scss/base/_spaces.scss */
  .pb-md-2 {
    padding-bottom: 1.25rem !important;
  }
  /* line 95, _src/scss/base/_spaces.scss */
  .pl-md-2 {
    padding-left: 1.25rem !important;
  }
  /* line 99, _src/scss/base/_spaces.scss */
  .pr-md-2 {
    padding-right: 1.25rem !important;
  }
}

/* line 4, _src/scss/base/_spaces.scss */
.mt-3 {
  margin-top: 1.875rem !important;
}

/* line 8, _src/scss/base/_spaces.scss */
.mb-3 {
  margin-bottom: 1.875rem !important;
}

/* line 12, _src/scss/base/_spaces.scss */
.ml-3 {
  margin-left: 1.875rem !important;
}

/* line 16, _src/scss/base/_spaces.scss */
.mr-3 {
  margin-right: 1.875rem !important;
}

/* line 20, _src/scss/base/_spaces.scss */
.pt-3 {
  padding-top: 1.875rem !important;
}

/* line 24, _src/scss/base/_spaces.scss */
.pb-3 {
  padding-bottom: 1.875rem !important;
}

/* line 28, _src/scss/base/_spaces.scss */
.pl-3 {
  padding-left: 1.875rem !important;
}

/* line 32, _src/scss/base/_spaces.scss */
.pr-3 {
  padding-right: 1.875rem !important;
}

@media screen and (min-width: 751px) {
  /* line 37, _src/scss/base/_spaces.scss */
  .mt-sm-3 {
    margin-top: 1.875rem !important;
  }
  /* line 41, _src/scss/base/_spaces.scss */
  .mb-sm-3 {
    margin-bottom: 1.875rem !important;
  }
  /* line 45, _src/scss/base/_spaces.scss */
  .ml-sm-3 {
    margin-left: 1.875rem !important;
  }
  /* line 49, _src/scss/base/_spaces.scss */
  .mr-sm-3 {
    margin-right: 1.875rem !important;
  }
  /* line 53, _src/scss/base/_spaces.scss */
  .pt-sm-3 {
    padding-top: 1.875rem !important;
  }
  /* line 57, _src/scss/base/_spaces.scss */
  .pb-sm-3 {
    padding-bottom: 1.875rem !important;
  }
  /* line 61, _src/scss/base/_spaces.scss */
  .pl-sm-3 {
    padding-left: 1.875rem !important;
  }
  /* line 65, _src/scss/base/_spaces.scss */
  .pr-sm-3 {
    padding-right: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  /* line 71, _src/scss/base/_spaces.scss */
  .mt-md-3 {
    margin-top: 1.875rem !important;
  }
  /* line 75, _src/scss/base/_spaces.scss */
  .mb-md-3 {
    margin-bottom: 1.875rem !important;
  }
  /* line 79, _src/scss/base/_spaces.scss */
  .ml-md-3 {
    margin-left: 1.875rem !important;
  }
  /* line 83, _src/scss/base/_spaces.scss */
  .mr-md-3 {
    margin-right: 1.875rem !important;
  }
  /* line 87, _src/scss/base/_spaces.scss */
  .pt-md-3 {
    padding-top: 1.875rem !important;
  }
  /* line 91, _src/scss/base/_spaces.scss */
  .pb-md-3 {
    padding-bottom: 1.875rem !important;
  }
  /* line 95, _src/scss/base/_spaces.scss */
  .pl-md-3 {
    padding-left: 1.875rem !important;
  }
  /* line 99, _src/scss/base/_spaces.scss */
  .pr-md-3 {
    padding-right: 1.875rem !important;
  }
}

/* line 4, _src/scss/base/_spaces.scss */
.mt-4 {
  margin-top: 2.5rem !important;
}

/* line 8, _src/scss/base/_spaces.scss */
.mb-4 {
  margin-bottom: 2.5rem !important;
}

/* line 12, _src/scss/base/_spaces.scss */
.ml-4 {
  margin-left: 2.5rem !important;
}

/* line 16, _src/scss/base/_spaces.scss */
.mr-4 {
  margin-right: 2.5rem !important;
}

/* line 20, _src/scss/base/_spaces.scss */
.pt-4 {
  padding-top: 2.5rem !important;
}

/* line 24, _src/scss/base/_spaces.scss */
.pb-4 {
  padding-bottom: 2.5rem !important;
}

/* line 28, _src/scss/base/_spaces.scss */
.pl-4 {
  padding-left: 2.5rem !important;
}

/* line 32, _src/scss/base/_spaces.scss */
.pr-4 {
  padding-right: 2.5rem !important;
}

@media screen and (min-width: 751px) {
  /* line 37, _src/scss/base/_spaces.scss */
  .mt-sm-4 {
    margin-top: 2.5rem !important;
  }
  /* line 41, _src/scss/base/_spaces.scss */
  .mb-sm-4 {
    margin-bottom: 2.5rem !important;
  }
  /* line 45, _src/scss/base/_spaces.scss */
  .ml-sm-4 {
    margin-left: 2.5rem !important;
  }
  /* line 49, _src/scss/base/_spaces.scss */
  .mr-sm-4 {
    margin-right: 2.5rem !important;
  }
  /* line 53, _src/scss/base/_spaces.scss */
  .pt-sm-4 {
    padding-top: 2.5rem !important;
  }
  /* line 57, _src/scss/base/_spaces.scss */
  .pb-sm-4 {
    padding-bottom: 2.5rem !important;
  }
  /* line 61, _src/scss/base/_spaces.scss */
  .pl-sm-4 {
    padding-left: 2.5rem !important;
  }
  /* line 65, _src/scss/base/_spaces.scss */
  .pr-sm-4 {
    padding-right: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  /* line 71, _src/scss/base/_spaces.scss */
  .mt-md-4 {
    margin-top: 2.5rem !important;
  }
  /* line 75, _src/scss/base/_spaces.scss */
  .mb-md-4 {
    margin-bottom: 2.5rem !important;
  }
  /* line 79, _src/scss/base/_spaces.scss */
  .ml-md-4 {
    margin-left: 2.5rem !important;
  }
  /* line 83, _src/scss/base/_spaces.scss */
  .mr-md-4 {
    margin-right: 2.5rem !important;
  }
  /* line 87, _src/scss/base/_spaces.scss */
  .pt-md-4 {
    padding-top: 2.5rem !important;
  }
  /* line 91, _src/scss/base/_spaces.scss */
  .pb-md-4 {
    padding-bottom: 2.5rem !important;
  }
  /* line 95, _src/scss/base/_spaces.scss */
  .pl-md-4 {
    padding-left: 2.5rem !important;
  }
  /* line 99, _src/scss/base/_spaces.scss */
  .pr-md-4 {
    padding-right: 2.5rem !important;
  }
}

/* line 4, _src/scss/base/_spaces.scss */
.mt-5 {
  margin-top: 3.125rem !important;
}

/* line 8, _src/scss/base/_spaces.scss */
.mb-5 {
  margin-bottom: 3.125rem !important;
}

/* line 12, _src/scss/base/_spaces.scss */
.ml-5 {
  margin-left: 3.125rem !important;
}

/* line 16, _src/scss/base/_spaces.scss */
.mr-5 {
  margin-right: 3.125rem !important;
}

/* line 20, _src/scss/base/_spaces.scss */
.pt-5 {
  padding-top: 3.125rem !important;
}

/* line 24, _src/scss/base/_spaces.scss */
.pb-5 {
  padding-bottom: 3.125rem !important;
}

/* line 28, _src/scss/base/_spaces.scss */
.pl-5 {
  padding-left: 3.125rem !important;
}

/* line 32, _src/scss/base/_spaces.scss */
.pr-5 {
  padding-right: 3.125rem !important;
}

@media screen and (min-width: 751px) {
  /* line 37, _src/scss/base/_spaces.scss */
  .mt-sm-5 {
    margin-top: 3.125rem !important;
  }
  /* line 41, _src/scss/base/_spaces.scss */
  .mb-sm-5 {
    margin-bottom: 3.125rem !important;
  }
  /* line 45, _src/scss/base/_spaces.scss */
  .ml-sm-5 {
    margin-left: 3.125rem !important;
  }
  /* line 49, _src/scss/base/_spaces.scss */
  .mr-sm-5 {
    margin-right: 3.125rem !important;
  }
  /* line 53, _src/scss/base/_spaces.scss */
  .pt-sm-5 {
    padding-top: 3.125rem !important;
  }
  /* line 57, _src/scss/base/_spaces.scss */
  .pb-sm-5 {
    padding-bottom: 3.125rem !important;
  }
  /* line 61, _src/scss/base/_spaces.scss */
  .pl-sm-5 {
    padding-left: 3.125rem !important;
  }
  /* line 65, _src/scss/base/_spaces.scss */
  .pr-sm-5 {
    padding-right: 3.125rem !important;
  }
}

@media screen and (min-width: 992px) {
  /* line 71, _src/scss/base/_spaces.scss */
  .mt-md-5 {
    margin-top: 3.125rem !important;
  }
  /* line 75, _src/scss/base/_spaces.scss */
  .mb-md-5 {
    margin-bottom: 3.125rem !important;
  }
  /* line 79, _src/scss/base/_spaces.scss */
  .ml-md-5 {
    margin-left: 3.125rem !important;
  }
  /* line 83, _src/scss/base/_spaces.scss */
  .mr-md-5 {
    margin-right: 3.125rem !important;
  }
  /* line 87, _src/scss/base/_spaces.scss */
  .pt-md-5 {
    padding-top: 3.125rem !important;
  }
  /* line 91, _src/scss/base/_spaces.scss */
  .pb-md-5 {
    padding-bottom: 3.125rem !important;
  }
  /* line 95, _src/scss/base/_spaces.scss */
  .pl-md-5 {
    padding-left: 3.125rem !important;
  }
  /* line 99, _src/scss/base/_spaces.scss */
  .pr-md-5 {
    padding-right: 3.125rem !important;
  }
}

/* line 105, _src/scss/base/_spaces.scss */
.no-margin {
  margin: 0 !important;
}

/* line 109, _src/scss/base/_spaces.scss */
.no-padding {
  margin: 0 !important;
}

/* line 113, _src/scss/base/_spaces.scss */
.space {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 1.25rem;
}

/* IMPORT LAYOUT */
/* line 25, _src/scss/layout/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

/* line 32, _src/scss/layout/_grid.scss */
.row, .main-content .content-box .content-row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 42, _src/scss/layout/_grid.scss */
.row.reverse, .main-content .content-box .reverse.content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 46, _src/scss/layout/_grid.scss */
.col.reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 66, _src/scss/layout/_grid.scss */
.col-xs {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}

/* line 71, _src/scss/layout/_grid.scss */
.col-xs-1 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 71, _src/scss/layout/_grid.scss */
.col-xs-2 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 71, _src/scss/layout/_grid.scss */
.col-xs-3 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

/* line 71, _src/scss/layout/_grid.scss */
.col-xs-4 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 71, _src/scss/layout/_grid.scss */
.col-xs-5 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 71, _src/scss/layout/_grid.scss */
.col-xs-6 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

/* line 71, _src/scss/layout/_grid.scss */
.col-xs-7 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 71, _src/scss/layout/_grid.scss */
.col-xs-8 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 71, _src/scss/layout/_grid.scss */
.col-xs-9 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

/* line 71, _src/scss/layout/_grid.scss */
.col-xs-10 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 71, _src/scss/layout/_grid.scss */
.col-xs-11 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 71, _src/scss/layout/_grid.scss */
.col-xs-12 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-0 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 16.6666666667%;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 25%;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 33.3333333333%;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 41.6666666667%;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 50%;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 58.3333333333%;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 66.6666666667%;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 75%;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 83.3333333333%;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 91.6666666667%;
}

/* line 78, _src/scss/layout/_grid.scss */
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 100%;
}

/* line 87, _src/scss/layout/_grid.scss */
.col-xs {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
}

/* line 92, _src/scss/layout/_grid.scss */
.start-xs {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}

/* line 97, _src/scss/layout/_grid.scss */
.center-xs {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

/* line 102, _src/scss/layout/_grid.scss */
.end-xs {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}

/* line 107, _src/scss/layout/_grid.scss */
.top-xs {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* line 111, _src/scss/layout/_grid.scss */
.middle-xs {
  -webkit-align-items: center;
  align-items: center;
}

/* line 115, _src/scss/layout/_grid.scss */
.bottom-xs {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/* line 119, _src/scss/layout/_grid.scss */
.around-xs {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/* line 123, _src/scss/layout/_grid.scss */
.between-xs {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 127, _src/scss/layout/_grid.scss */
.first-xs {
  order: -1;
}

/* line 131, _src/scss/layout/_grid.scss */
.last-xs {
  order: 1;
}

@media screen and (min-width: 751px) {
  /* line 141, _src/scss/layout/_grid.scss */
  .col-sm {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-0 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.6666666667%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.3333333333%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.6666666667%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.3333333333%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.6666666667%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.3333333333%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.6666666667%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  /* line 162, _src/scss/layout/_grid.scss */
  .col-sm {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  /* line 167, _src/scss/layout/_grid.scss */
  .start-sm {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  /* line 172, _src/scss/layout/_grid.scss */
  .center-sm {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  /* line 177, _src/scss/layout/_grid.scss */
  .end-sm {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  /* line 182, _src/scss/layout/_grid.scss */
  .top-sm {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 186, _src/scss/layout/_grid.scss */
  .middle-sm {
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 190, _src/scss/layout/_grid.scss */
  .bottom-sm {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  /* line 194, _src/scss/layout/_grid.scss */
  .around-sm {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  /* line 198, _src/scss/layout/_grid.scss */
  .between-sm {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 202, _src/scss/layout/_grid.scss */
  .first-sm {
    order: -1;
  }
  /* line 206, _src/scss/layout/_grid.scss */
  .last-sm {
    order: 1;
  }
}

@media screen and (min-width: 992px) {
  /* line 141, _src/scss/layout/_grid.scss */
  .col-md {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-md-1 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-md-2 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-md-3 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-md-4 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-md-5 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-md-6 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-md-7 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-md-8 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-md-9 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-md-10 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-md-11 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 146, _src/scss/layout/_grid.scss */
  .col-md-12 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-0 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333333333%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.6666666667%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.3333333333%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.6666666667%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.3333333333%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.6666666667%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.3333333333%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.6666666667%;
  }
  /* line 153, _src/scss/layout/_grid.scss */
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  /* line 162, _src/scss/layout/_grid.scss */
  .col-md {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  /* line 167, _src/scss/layout/_grid.scss */
  .start-md {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  /* line 172, _src/scss/layout/_grid.scss */
  .center-md {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  /* line 177, _src/scss/layout/_grid.scss */
  .end-md {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  /* line 182, _src/scss/layout/_grid.scss */
  .top-md {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 186, _src/scss/layout/_grid.scss */
  .middle-md {
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 190, _src/scss/layout/_grid.scss */
  .bottom-md {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  /* line 194, _src/scss/layout/_grid.scss */
  .around-md {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  /* line 198, _src/scss/layout/_grid.scss */
  .between-md {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 202, _src/scss/layout/_grid.scss */
  .first-md {
    order: -1;
  }
  /* line 206, _src/scss/layout/_grid.scss */
  .last-md {
    order: 1;
  }
}

/* line 1, _src/scss/layout/_header.scss */
.main-header {
  position: relative;
  z-index: 10;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12);
}

/* line 11, _src/scss/layout/_header.scss */
.main-header .icone-menu {
  display: none;
  margin-right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  /* line 11, _src/scss/layout/_header.scss */
  .main-header .icone-menu {
    display: block;
  }
}

/* line 18, _src/scss/layout/_header.scss */
.main-header .main-menu.active {
  display: block !important;
}

/* line 22, _src/scss/layout/_header.scss */
.main-header .container {
  display: flex;
  align-items: center;
  height: 5rem;
}

@media screen and (max-width: 750px) {
  /* line 22, _src/scss/layout/_header.scss */
  .main-header .container {
    height: 4.0625rem;
    justify-content: space-between;
  }
}

/* line 32, _src/scss/layout/_header.scss */
.main-header .container .logo {
  background: url("../img/logo.png?v=3386") no-repeat center center;
  background-size: contain;
  width: 8.75rem;
  margin-top: -0.625rem;
}

/* line 38, _src/scss/layout/_header.scss */
.main-header .container .logo:before {
  content: "";
  display: block;
  padding-top: 34%;
}

/* line 45, _src/scss/layout/_header.scss */
.main-header .container .link-menu {
  margin-left: auto;
  display: none;
}

@media screen and (max-width: 750px) {
  /* line 45, _src/scss/layout/_header.scss */
  .main-header .container .link-menu {
    display: flex;
  }
}

/* line 53, _src/scss/layout/_header.scss */
.main-header .container .link-menu .hamburguer {
  width: 1.5625rem;
  display: block;
}

/* line 57, _src/scss/layout/_header.scss */
.main-header .container .link-menu .hamburguer .icon {
  display: block;
  height: 0.1875rem;
  background: #9b9b9b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 64, _src/scss/layout/_header.scss */
.main-header .container .link-menu .hamburguer .icon:first-child {
  margin-bottom: 0.375rem;
}

/* line 68, _src/scss/layout/_header.scss */
.main-header .container .link-menu .hamburguer .icon:last-child {
  margin-top: 0.375rem;
}

/* line 75, _src/scss/layout/_header.scss */
.main-header .container .main-menu {
  margin-left: auto;
  padding-left: 1.875rem;
}

@media screen and (max-width: 750px) {
  /* line 75, _src/scss/layout/_header.scss */
  .main-header .container .main-menu {
    margin-top: 143px;
    width: 100%;
    position: fixed;
    left: 0;
    top: -72px;
    background: #ccc;
    padding: 0;
    display: none;
  }
}

/* line 91, _src/scss/layout/_header.scss */
.main-header .container .main-menu ul {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  /* line 91, _src/scss/layout/_header.scss */
  .main-header .container .main-menu ul {
    flex-direction: column;
    background: #ccc;
  }
}

/* line 100, _src/scss/layout/_header.scss */
.main-header .container .main-menu ul li {
  position: relative;
}

/* line 104, _src/scss/layout/_header.scss */
.main-header .container .main-menu ul li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0 0.9375rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  /* line 104, _src/scss/layout/_header.scss */
  .main-header .container .main-menu ul li a {
    border-top: none;
    padding: 0.9375rem 0.9375rem;
  }
}

/* line 118, _src/scss/layout/_header.scss */
.main-header .container .main-menu ul li a:hover, .main-header .container .main-menu ul li a.active {
  color: #ea7402;
}

/* line 124, _src/scss/layout/_header.scss */
.main-header .container .main-menu ul li .icon-person {
  display: flex;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

@media screen and (max-width: 750px) {
  /* line 124, _src/scss/layout/_header.scss */
  .main-header .container .main-menu ul li .icon-person {
    display: none;
  }
}

/* line 139, _src/scss/layout/_header.scss */
.main-header .container .main-menu ul li .icon-person:before {
  content: "";
  width: 2.5rem;
  height: 1.875rem;
  border-right: 1px solid #f3f3f3;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 90%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='29' viewBox='0 0 30 29'%3E %3Cg fill='rgba(0, 0, 0, 0.3)' fill-rule='evenodd'%3E %3Cpath d='M14.865 15.942a7.985 7.985 0 0 0 7.984-7.983C22.85 3.552 19.274 0 14.865 0c-4.408 0-7.983 3.576-7.983 7.96 0 4.383 3.575 7.982 7.983 7.982zm0-13.86c3.233 0 5.878 2.645 5.878 5.877 0 3.233-2.645 5.877-5.878 5.877-3.232 0-5.878-2.644-5.878-5.877 0-3.232 2.646-5.877 5.878-5.877zM1.053 28.408h27.723c.588 0 1.053-.465 1.053-1.053 0-5.51-4.482-10.016-10.017-10.016h-9.796C4.506 17.34 0 21.821 0 27.355c0 .588.465 1.053 1.053 1.053zm8.963-8.963h9.796a7.905 7.905 0 0 1 7.837 6.858H2.179c.515-3.846 3.822-6.858 7.837-6.858z'/%3E %3C/g%3E %3C/svg%3E");
}

/* line 152, _src/scss/layout/_header.scss */
.main-header .container .main-menu ul li .icon-person:after {
  content: "";
  width: 1.5rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ea7402' d='M1683 808l-742 741q-19 19-45 19t-45-19l-742-741q-19-19-19-45.5t19-45.5l166-165q19-19 45-19t45 19l531 531 531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5z'/%3E%3C/svg%3E");
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 167, _src/scss/layout/_header.scss */
.main-header .container .main-menu ul li .icon-person:hover:after {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

@media screen and (min-width: 751px) {
  /* line 173, _src/scss/layout/_header.scss */
  .main-header .container .main-menu ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 50%;
    margin-top: 0.9375rem;
    flex-direction: column;
    -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  /* line 185, _src/scss/layout/_header.scss */
  .main-header .container .main-menu ul li ul:before {
    bottom: 100%;
    right: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #efefef;
    border-width: 0.625rem;
    margin-right: -0.625rem;
  }
  /* line 200, _src/scss/layout/_header.scss */
  .main-header .container .main-menu ul li ul li {
    width: 100%;
    border: 1px solid #f3f3f3;
    overflow: hidden;
  }
  /* line 205, _src/scss/layout/_header.scss */
  .main-header .container .main-menu ul li ul li:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  /* line 209, _src/scss/layout/_header.scss */
  .main-header .container .main-menu ul li ul li:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  /* line 213, _src/scss/layout/_header.scss */
  .main-header .container .main-menu ul li ul li a {
    text-align: center;
    min-width: 15rem;
    display: block;
    background: #efefef;
    padding: 0.625rem 0.9375rem;
  }
  /* line 220, _src/scss/layout/_header.scss */
  .main-header .container .main-menu ul li ul li a:hover {
    background: #f5f5f5;
  }
}

@media screen and (max-width: 750px) {
  /* line 229, _src/scss/layout/_header.scss */
  .main-header .container .main-menu ul li ul li a {
    background: rgba(0, 0, 0, 0.15);
  }
}

/* line 237, _src/scss/layout/_header.scss */
.main-header .container .main-menu ul li:hover ul {
  display: flex;
}

/* line 243, _src/scss/layout/_header.scss */
.main-header .container .main-menu ul li.dropdown-login ul {
  right: 2.125rem;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 991px) {
  /* line 243, _src/scss/layout/_header.scss */
  .main-header .container .main-menu ul li.dropdown-login ul {
    right: 1.25rem;
  }
}

/* line 252, _src/scss/layout/_header.scss */
.main-header .container .main-menu ul li.dropdown-login ul:before {
  right: 4.0625rem;
}

/* line 264, _src/scss/layout/_header.scss */
.main-header .container #menuOpened:checked ~ .link-menu .hamburguer {
  margin-top: -0.1875rem;
}

/* line 268, _src/scss/layout/_header.scss */
.main-header .container #menuOpened:checked ~ .link-menu .hamburguer .icon:nth-child(2) {
  opacity: 0;
}

/* line 272, _src/scss/layout/_header.scss */
.main-header .container #menuOpened:checked ~ .link-menu .hamburguer .icon:first-child {
  margin-bottom: -0.1875rem;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* line 278, _src/scss/layout/_header.scss */
.main-header .container #menuOpened:checked ~ .link-menu .hamburguer .icon:last-child {
  margin-top: -0.1875rem;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}

/* line 287, _src/scss/layout/_header.scss */
.main-header .container #menuOpened:checked ~ .main-menu {
  pointer-events: initial;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* line 1, _src/scss/layout/_footer.scss */
.main-footer {
  background: #e6e6e6;
  padding: 1.25rem 0;
  margin-top: 1.25rem;
  text-align: center;
}

/* line 7, _src/scss/layout/_footer.scss */
.main-footer .logo-greenpass {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 13, _src/scss/layout/_footer.scss */
.main-footer .logo-greenpass .text {
  font-size: 0.6875rem;
  color: #9b9b9b;
  margin-right: 0.625rem;
  margin-top: 0.5rem;
}

/* line 20, _src/scss/layout/_footer.scss */
.main-footer .logo-greenpass .logo {
  display: inline-block;
  width: 6.25rem;
  height: 1.5rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='23' viewBox='0 0 100 23'%3E %3Cg fill='%239b9b9b' fill-rule='evenodd'%3E %3Cpath d='M.073 13.46v-.037c0-3.634 2.812-6.61 6.658-6.61 2.287 0 3.666.62 4.99 1.753l-1.76 2.136c-.98-.822-1.85-1.296-3.32-1.296-2.032 0-3.647 1.808-3.647 3.98v.037c0 2.338 1.597 4.055 3.847 4.055 1.016 0 1.923-.256 2.63-.767v-1.826H6.66v-2.43h5.515v5.552c-1.306 1.115-3.102 2.027-5.424 2.027-3.956 0-6.677-2.794-6.677-6.574M13.663 10.026h2.758V12c.562-1.351 1.47-2.228 3.102-2.155v2.903h-.145c-1.832 0-2.957 1.115-2.957 3.453v3.615h-2.758v-9.789zM26.908 14.154c-.163-1.242-.889-2.082-2.05-2.082-1.143 0-1.887.822-2.105 2.082h4.155zm-6.858.821v-.036c0-2.794 1.977-5.095 4.808-5.095 3.248 0 4.735 2.538 4.735 5.315 0 .219-.018.474-.036.73H22.79c.272 1.26 1.143 1.918 2.376 1.918.926 0 1.597-.293 2.359-1.005l1.578 1.406c-.907 1.133-2.213 1.827-3.973 1.827-2.92 0-5.08-2.064-5.08-5.06zM37.305 14.154c-.164-1.242-.89-2.082-2.05-2.082-1.144 0-1.887.822-2.105 2.082h4.155zm-6.858.821v-.036c0-2.794 1.977-5.095 4.807-5.095 3.248 0 4.736 2.538 4.736 5.315 0 .219-.018.474-.037.73h-6.767c.273 1.26 1.143 1.918 2.377 1.918.925 0 1.596-.293 2.358-1.005l1.58 1.406c-.908 1.133-2.215 1.827-3.975 1.827-2.92 0-5.08-2.064-5.08-5.06zM40.952 10.026h2.758v1.388c.635-.821 1.451-1.57 2.848-1.57 2.087 0 3.302 1.388 3.302 3.634v6.337h-2.758v-5.46c0-1.315-.617-1.991-1.669-1.991s-1.723.676-1.723 1.99v5.461h-2.758v-9.789zM58.55 14.94v-.037c0-1.626-1.089-2.703-2.377-2.703-1.288 0-2.359 1.077-2.359 2.703v.036c0 1.625 1.07 2.703 2.359 2.703 1.288 0 2.376-1.06 2.376-2.703zm-7.457-4.914h2.757v1.407c.672-.913 1.597-1.59 3.03-1.59 2.268 0 4.427 1.79 4.427 5.06v.036c0 3.27-2.123 5.059-4.427 5.059-1.47 0-2.376-.675-3.03-1.461v4.2h-2.757v-12.71zM68.184 16.364v-.493a4.25 4.25 0 0 0-1.76-.366c-1.18 0-1.905.475-1.905 1.352v.036c0 .75.617 1.188 1.506 1.188 1.288 0 2.159-.713 2.159-1.717m-6.332.639v-.037c0-2.136 1.615-3.123 3.919-3.123.98 0 1.687.165 2.376.402v-.164c0-1.15-.707-1.79-2.086-1.79-1.052 0-1.796.201-2.685.53l-.69-2.119c1.07-.475 2.123-.785 3.774-.785 1.506 0 2.595.402 3.284 1.096.726.73 1.052 1.808 1.052 3.123v5.68H68.13v-1.06c-.672.749-1.597 1.242-2.94 1.242-1.832 0-3.338-1.06-3.338-2.995M71.777 18.519l1.179-1.826c1.052.767 2.16 1.168 3.066 1.168.799 0 1.162-.292 1.162-.73v-.037c0-.603-.944-.803-2.014-1.132-1.361-.402-2.904-1.04-2.904-2.94v-.037c0-1.99 1.597-3.105 3.556-3.105 1.234 0 2.577.42 3.63 1.133l-1.053 1.917c-.961-.566-1.923-.913-2.63-.913-.672 0-1.017.292-1.017.676v.036c0 .548.926.804 1.978 1.17 1.36.456 2.94 1.113 2.94 2.903v.037c0 2.173-1.616 3.159-3.72 3.159a6.782 6.782 0 0 1-4.173-1.48M80.34 18.519l1.18-1.826c1.052.767 2.16 1.168 3.066 1.168.799 0 1.161-.292 1.161-.73v-.037c0-.603-.943-.803-2.013-1.132-1.361-.402-2.903-1.04-2.903-2.94v-.037c0-1.99 1.596-3.105 3.556-3.105 1.233 0 2.576.42 3.628 1.133l-1.052 1.917c-.962-.566-1.923-.913-2.63-.913-.672 0-1.016.292-1.016.676v.036c0 .548.925.804 1.977 1.17 1.36.456 2.94 1.113 2.94 2.903v.037c0 2.173-1.616 3.159-3.72 3.159a6.785 6.785 0 0 1-4.173-1.48'/%3E %3Cpath d='M99.389 4.723C97.774 1.588 91.722.31 80.586.244c5.973 1.89 11.368 4.07 13.109 7.45 1.75 3.4.372 10.688-1.517 15.062 6.374-9.183 8.817-14.914 7.21-18.033'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
}

/* line 1, _src/scss/layout/_banner.scss */
.main-banner {
  background: url("../img/bg-titulo-egr.jpg?v=3386") no-repeat center center;
  background-size: cover;
  padding: 3.125rem 0 6.875rem;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 750px) {
  /* line 1, _src/scss/layout/_banner.scss */
  .main-banner {
    padding: 1.875rem 0 5rem;
  }
}

/* line 12, _src/scss/layout/_banner.scss */
.main-banner .title {
  font-size: 2.5rem;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: -0.078125rem;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 750px) {
  /* line 12, _src/scss/layout/_banner.scss */
  .main-banner .title {
    font-size: 1.75rem;
  }
}

/* line 1, _src/scss/layout/_content.scss */
.main-content {
  position: relative;
  z-index: 1;
  margin-top: -4.375rem;
}

@media screen and (max-width: 750px) {
  /* line 1, _src/scss/layout/_content.scss */
  .main-content {
    margin-top: -3.75rem;
  }
}

/* line 10, _src/scss/layout/_content.scss */
.main-content .content-box {
  background: #FFFFFF;
  overflow: hidden;
  padding: 1.875rem;
  margin-bottom: 2.5rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 750px) {
  /* line 10, _src/scss/layout/_content.scss */
  .main-content .content-box {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
  }
}

/* line 24, _src/scss/layout/_content.scss */
.main-content .content-box .content-row {
  width: auto;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

@media screen and (max-width: 750px) {
  /* line 24, _src/scss/layout/_content.scss */
  .main-content .content-box .content-row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

/* line 42, _src/scss/layout/_content.scss */
.main-content .content-title {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 900;
  color: #000000;
  height: 4.375rem;
  margin: -1.875rem -1.875rem 1.875rem;
  padding: 0 0.9375rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 750px) {
  /* line 42, _src/scss/layout/_content.scss */
  .main-content .content-title {
    height: 3.75rem;
    font-size: 1.125rem;
    margin: -1.25rem -1.25rem 1.25rem;
  }
}

/* line 64, _src/scss/layout/_content.scss */
.main-content .content-description {
  text-align: center;
  margin-bottom: 1.875rem;
}

/* line 68, _src/scss/layout/_content.scss */
.main-content .content-description p {
  font-size: 1.125rem;
  line-height: 1.22;
  margin: 0;
}

/* IMPORT COMPONENTS */
/* line 1, _src/scss/components/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90vw;
  height: 90vh;
  max-width: 33.75rem;
  max-height: 27.5rem;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 12;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 22, _src/scss/components/_modal.scss */
.modal.active {
  pointer-events: auto;
  opacity: 1;
}

/* line 27, _src/scss/components/_modal.scss */
.modal .modal-header {
  background: #ea7402;
  padding: 0 0 0 1.875rem;
  display: flex;
  align-items: center;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 35, _src/scss/components/_modal.scss */
.modal .modal-header .title {
  color: #FFFFFF;
  margin: 0;
  font-size: 1.125rem;
  text-transform: none;
}

/* line 42, _src/scss/components/_modal.scss */
.modal .modal-header .close {
  display: block;
  margin-left: auto;
  height: 3.125rem;
  width: 3.125rem;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFFFFF' d='M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z'/%3E%3C/svg%3E");
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 57, _src/scss/components/_modal.scss */
.modal .modal-header .close:hover {
  opacity: 0.6;
}

/* line 63, _src/scss/components/_modal.scss */
.modal .modal-content {
  padding: 1.875rem;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

@media screen and (max-width: 750px) {
  /* line 63, _src/scss/components/_modal.scss */
  .modal .modal-content {
    padding: 1.25rem;
  }
}

/* line 77, _src/scss/components/_modal.scss */
.modal#modalDetail table tr td {
  vertical-align: top;
  font-size: 1rem;
  padding-bottom: 0.3125rem;
}

/* line 84, _src/scss/components/_modal.scss */
.modal#modalDetail table tr td:first-child {
  text-align: right;
  padding-right: 0.9375rem;
}

/* line 94, _src/scss/components/_modal.scss */
.modal-backdrop {
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 107, _src/scss/components/_modal.scss */
.modal-backdrop.active {
  pointer-events: auto;
  opacity: 1;
}

/* line 1, _src/scss/components/_warning.scss */
.warning, [class^="warning"] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: rgba(248, 231, 28, 0.3);
  padding: 1.125rem 1.5rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

@media screen and (max-width: 750px) {
  /* line 1, _src/scss/components/_warning.scss */
  .warning, [class^="warning"] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

/* line 18, _src/scss/components/_warning.scss */
.warning .text, [class^="warning"] .text {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  font-weight: bold;
  color: #000000;
}

/* line 26, _src/scss/components/_warning.scss */
.warning .icon, [class^="warning"] .icon {
  display: inline-block;
  margin-right: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='34' viewBox='0 0 38 34'%3E %3Cg fill='%23d78600' fill-rule='evenodd' stroke='%23d78600'%3E %3Cpath stroke-width='.98' d='M5.598 30.053h26.806a1.727 1.727 0 0 0 1.688-1.755 1.756 1.756 0 0 0-.225-.84L20.464 4.781a1.703 1.703 0 0 0-2.351-.581 1.73 1.73 0 0 0-.575.58L4.135 27.459c-.225.4-.284.863-.166 1.308a1.722 1.722 0 0 0 1.629 1.287zM32.414 33H5.572a4.586 4.586 0 0 1-2.26-.627 4.645 4.645 0 0 1-2.153-2.844 4.707 4.707 0 0 1 .474-3.574L15.046 3.263a4.671 4.671 0 0 1 1.559-1.582 4.538 4.538 0 0 1 3.495-.545 4.596 4.596 0 0 1 2.852 2.12l.004.007L36.37 25.955l.012.02c.396.696.61 1.488.619 2.29.028 2.583-2.023 4.707-4.57 4.735h-.016z'/%3E %3Cpath stroke-width='.6' d='M19 19.667c-.736 0-1.333-.658-1.333-1.469v-6.396c0-.811.597-1.469 1.333-1.469s1.333.658 1.333 1.469v6.396c0 .811-.597 1.469-1.333 1.469M19 26.333c-.35 0-.695-.142-.943-.39a1.344 1.344 0 0 1-.39-.943c0-.35.142-.695.39-.943.248-.248.592-.39.943-.39s.695.142.943.39c.248.248.39.592.39.943s-.142.695-.39.943c-.249.248-.592.39-.943.39'/%3E %3C/g%3E %3C/svg%3E");
}

@media screen and (max-width: 750px) {
  /* line 26, _src/scss/components/_warning.scss */
  .warning .icon, [class^="warning"] .icon {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}

/* line 44, _src/scss/components/_warning.scss */
.warning [class^="btn"], [class^="warning"] [class^="btn"] {
  width: auto;
  align-self: flex-end;
  margin-left: auto;
  padding: 0 1.25rem;
}

@media screen and (max-width: 750px) {
  /* line 44, _src/scss/components/_warning.scss */
  .warning [class^="btn"], [class^="warning"] [class^="btn"] {
    margin: 0.9375rem auto 0;
  }
}

/* line 55, _src/scss/components/_warning.scss */
.warning-success {
  background-color: rgba(176, 200, 151, 0.3);
}

/* line 58, _src/scss/components/_warning.scss */
.warning-success .icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E %3Cg fill='none' fill-rule='evenodd' stroke='%23006b2c'%3E %3Ccircle cx='12.5' cy='12.5' r='11' stroke-width='3'/%3E %3Cpath fill='%23006b2c' stroke-width='.6' d='M12.5 18c-.552 0-1-.493-1-1.101V12.1c0-.608.448-1.101 1-1.101s1 .493 1 1.101V16.9c0 .608-.448 1.101-1 1.101'/%3E %3Cpath fill='%23006b2c' stroke-width='.6' d='M12.5 9c-.263 0-.52-.107-.707-.293A1.008 1.008 0 0 1 11.5 8c0-.263.107-.52.293-.707.186-.186.444-.293.707-.293.264 0 .521.107.707.293.186.186.293.444.293.707 0 .264-.107.521-.293.707A1.006 1.006 0 0 1 12.5 9'/%3E %3C/g%3E %3C/svg%3E");
}

/* line 2, _src/scss/components/_default-list.scss */
.default-list li {
  position: relative;
  margin-bottom: 0.25rem;
  padding-left: 1.125rem;
}

/* line 9, _src/scss/components/_default-list.scss */
.default-list li:before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: #ea7402;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/* line 1, _src/scss/components/_tabs.scss */
.nav-tabs {
  display: flex;
  width: 100%;
  max-width: 44.375rem;
  margin: 0 auto 1.875rem;
  align-items: center;
}

@media screen and (max-width: 750px) {
  /* line 1, _src/scss/components/_tabs.scss */
  .nav-tabs {
    flex-direction: column;
  }
}

/* line 12, _src/scss/components/_tabs.scss */
.nav-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  width: 100%;
  background: #eaeaea;
  color: #4a4a4a;
  font-size: 0.875rem;
  font-weight: 700;
  min-height: 3.125rem;
  padding: 0.25rem;
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 750px) {
  /* line 12, _src/scss/components/_tabs.scss */
  .nav-tabs a {
    min-height: 2.5rem;
  }
}

/* line 35, _src/scss/components/_tabs.scss */
.nav-tabs a:hover {
  background: rgba(0, 107, 44, 0.2);
}

/* line 40, _src/scss/components/_tabs.scss */
.nav-tabs a.active {
  background: #006b2c;
  color: #FFFFFF;
}

/* line 45, _src/scss/components/_tabs.scss */
.nav-tabs a:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 750px) {
  /* line 45, _src/scss/components/_tabs.scss */
  .nav-tabs a:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
}

/* line 53, _src/scss/components/_tabs.scss */
.nav-tabs a:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

@media screen and (max-width: 750px) {
  /* line 53, _src/scss/components/_tabs.scss */
  .nav-tabs a:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
}

/* line 64, _src/scss/components/_tabs.scss */
.tabs .tab-item {
  width: 100%;
  display: none;
}

/* line 2, _src/scss/components/_list-documents.scss */
.list-documents .list-item {
  padding: 1.75rem 1.875rem 1.75rem 5.375rem;
  background-repeat: no-repeat;
  background-position: top 1.875rem left 1.875rem;
  background-size: 2.25rem auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='40' viewBox='0 0 36 40'%3E %3Cpath fill='%239b9b9b' fill-rule='evenodd' d='M32.404 24.833a1.576 1.576 0 0 0-2.219 0l-.303.3 2.22 2.21.304-.302c.61-.608.61-1.6-.002-2.208zM29.88 29.55l-2.22-2.21-5.812 5.775-.932 3.057 3.186-.879 5.778-5.743zm4.743-.299l-8.596 8.544a1.57 1.57 0 0 1-.69.4l-6.333 1.747a1.573 1.573 0 0 1-1.542-.414c-.4-.408-.545-1-.378-1.546l1.876-6.15c.075-.246.21-.47.393-.652l8.614-8.56a4.726 4.726 0 0 1 6.656.002 4.679 4.679 0 0 1 0 6.629zM7.837 21.875c-.867 0-1.57.7-1.57 1.563 0 .862.703 1.562 1.57 1.562h9.815c.867 0 1.57-.7 1.57-1.563 0-.862-.703-1.562-1.57-1.562H7.837zm17.73-4.688c0-.862-.702-1.562-1.568-1.562H7.837c-.867 0-1.57.7-1.57 1.563 0 .862.703 1.562 1.57 1.562h16.162c.866 0 1.569-.7 1.569-1.563zM24 9.375H7.837c-.867 0-1.57.7-1.57 1.563 0 .862.703 1.562 1.57 1.562h16.162c.866 0 1.569-.7 1.569-1.563 0-.862-.703-1.562-1.57-1.562zM13.093 38.438c0 .862-.702 1.562-1.569 1.562H6.276C2.816 40 0 37.196 0 33.75V6.25C0 2.804 2.816 0 6.276 0h19.292c3.46 0 6.276 2.804 6.276 6.25v9.61c0 .862-.702 1.562-1.569 1.562s-1.57-.7-1.57-1.563V6.25a3.135 3.135 0 0 0-3.137-3.125H6.276A3.135 3.135 0 0 0 3.138 6.25v27.5a3.135 3.135 0 0 0 3.138 3.125h5.248c.867 0 1.57.7 1.57 1.563z'/%3E %3C/svg%3E");
  border-bottom: 1px solid #d7d7d7;
}

/* line 12, _src/scss/components/_list-documents.scss */
.list-documents .list-item .title,
.list-documents .list-item p {
  margin-bottom: 0.375rem;
}

/* line 17, _src/scss/components/_list-documents.scss */
.list-documents .list-item:last-child {
  border: none;
  padding-bottom: 0;
}

/* line 1, _src/scss/components/_default-table.scss */
.default-table {
  overflow: auto;
}

/* line 4, _src/scss/components/_default-table.scss */
.default-table table {
  width: 100%;
}

/* line 7, _src/scss/components/_default-table.scss */
.default-table table tr {
  border-top: 1px solid #e2dede;
}

/* line 10, _src/scss/components/_default-table.scss */
.default-table table tr th,
.default-table table tr td {
  height: 3rem;
  padding: 0 0.9375rem;
  line-height: 1.4;
}

/* line 16, _src/scss/components/_default-table.scss */
.default-table table tr th:first-child,
.default-table table tr td:first-child {
  padding-left: 1.875rem;
}

/* line 19, _src/scss/components/_default-table.scss */
.default-table table tr th:first-child:last-child,
.default-table table tr td:first-child:last-child {
  text-align: center;
}

/* line 24, _src/scss/components/_default-table.scss */
.default-table table tr th:last-child,
.default-table table tr td:last-child {
  padding-right: 1.875rem;
}

/* line 30, _src/scss/components/_default-table.scss */
.default-table table thead {
  background: #f2f2f2;
}

/* line 34, _src/scss/components/_default-table.scss */
.default-table table thead tr th {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 44, _src/scss/components/_default-table.scss */
.default-table table tbody tr td {
  font-size: 0.8125rem;
  white-space: nowrap;
}

/* line 48, _src/scss/components/_default-table.scss */
.default-table table tbody tr td [class^="status"] {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-bottom: -0.125rem;
  margin-right: 0.625rem;
  background: #D0021B;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/* line 58, _src/scss/components/_default-table.scss */
.default-table table tbody tr td [class^="status"].status-approved {
  background: #63bf09;
}

/* line 62, _src/scss/components/_default-table.scss */
.default-table table tbody tr td [class^="status"].status-progress {
  background: #f8bb1c;
}

/* line 67, _src/scss/components/_default-table.scss */
.default-table table tbody tr td .link-detail {
  font-weight: bold;
  color: #006b2c;
}

/* line 71, _src/scss/components/_default-table.scss */
.default-table table tbody tr td .link-detail:before {
  content: "";
  margin-bottom: -0.125rem;
  display: inline-block;
  margin-right: 0.375rem;
  width: 1.125rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E %3Cpath fill='%23006b2c' fill-rule='evenodd' d='M8.801 0C4.801 0 1.359 2.48 0 6a9.426 9.426 0 0 0 8.801 6c4 0 7.437-2.48 8.801-6a9.43 9.43 0 0 0-8.801-6zm0 10c-2.242 0-4-1.762-4-4s1.758-4 4-4c2.238 0 4 1.762 4 4s-1.762 4-4 4zm0-6.398c-1.36 0-2.403 1.039-2.403 2.398 0 1.359 1.043 2.398 2.403 2.398 1.359 0 2.398-1.039 2.398-2.398 0-1.359-1.039-2.398-2.398-2.398z'/%3E %3C/svg%3E");
}

/* line 87, _src/scss/components/_default-table.scss */
.default-table table tbody tr td .link-actions {
  position: relative;
  display: flex;
  margin-left: auto;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%239b9b9b' d='M1088 1248v192q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h192q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h192q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h192q40 0 68 28t28 68z'/%3E%3C/svg%3E");
}

/* line 101, _src/scss/components/_default-table.scss */
.default-table table tbody tr td .link-actions .dropdown-actions {
  position: absolute;
  margin-right: 0.5rem;
  right: 100%;
  bottom: -0.625rem;
  background: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 112, _src/scss/components/_default-table.scss */
.default-table table tbody tr td .link-actions .dropdown-actions:after {
  left: 100%;
  bottom: 0.75rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(220, 220, 220, 0);
  border-left-color: #dcdcdc;
  border-width: 0.5rem;
  margin-top: -0.5rem;
}

/* line 127, _src/scss/components/_default-table.scss */
.default-table table tbody tr td .link-actions .dropdown-actions li {
  display: block;
  overflow: hidden;
}

/* line 131, _src/scss/components/_default-table.scss */
.default-table table tbody tr td .link-actions .dropdown-actions li:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 135, _src/scss/components/_default-table.scss */
.default-table table tbody tr td .link-actions .dropdown-actions li:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 139, _src/scss/components/_default-table.scss */
.default-table table tbody tr td .link-actions .dropdown-actions li a {
  display: block;
  padding: 0.5rem 0.625rem;
  background: #dcdcdc;
}

/* line 144, _src/scss/components/_default-table.scss */
.default-table table tbody tr td .link-actions .dropdown-actions li a:hover {
  background: rgba(220, 220, 220, 0.8);
}

/* line 150, _src/scss/components/_default-table.scss */
.default-table table tbody tr td .link-actions .dropdown-actions.active {
  pointer-events: initial;
  opacity: 1;
}

/* line 1, _src/scss/components/_list-steps.scss */
.list-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 10.625rem;
  margin: 0 auto 1.875rem;
}

/* line 8, _src/scss/components/_list-steps.scss */
.list-steps:before {
  content: "";
  display: block;
  background: #979797;
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 100%;
  margin-top: -1px;
}

/* line 20, _src/scss/components/_list-steps.scss */
.list-steps .step {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 2px solid #979797;
  color: #9b9b9b;
  font-weight: 900;
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/* line 36, _src/scss/components/_list-steps.scss */
.list-steps .step.active {
  background: #ea7402;
  border-color: #ea7402;
  color: #FFFFFF;
}

/* line 42, _src/scss/components/_list-steps.scss */
.list-steps .step.success {
  background: #006b2c;
  border-color: #006b2c;
  color: #FFFFFF;
}

/* line 49, _src/scss/components/_list-steps.scss */
.list-steps.big {
  width: 15rem;
}

/* IMPORT PAGES */
/* line 2, _src/scss/pages/_login.scss */
.page-login .content-title {
  margin-bottom: 1.25rem;
}

/* line 7, _src/scss/pages/_login.scss */
.page-login .content-documents .warning, .page-login .content-documents [class^="warning"] {
  min-height: 5rem;
  padding: 0.9375rem 1.875rem;
}

/* line 11, _src/scss/pages/_login.scss */
.page-login .content-documents .warning .icon, .page-login .content-documents [class^="warning"] .icon {
  width: 2.375rem;
  height: 2.125rem;
}

/* line 2, _src/scss/pages/_replace-tag.scss */
.page-replace-tag .form-replace-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 7, _src/scss/pages/_replace-tag.scss */
.page-replace-tag .form-replace-tag .image {
  margin-right: 2.8125rem;
}

/* line 10, _src/scss/pages/_replace-tag.scss */
.page-replace-tag .form-replace-tag .image img {
  display: block;
  width: 19.375rem;
  max-width: 100%;
  margin: 0 auto;
}

/* line 18, _src/scss/pages/_replace-tag.scss */
.page-replace-tag .form-replace-tag .form-elements {
  width: 21.25rem;
  max-width: 100%;
}

/* line 23, _src/scss/pages/_replace-tag.scss */
.page-replace-tag .form-replace-tag .form-elements .form-grid-1-1 .form-placa {
  width: calc(35% - 0.9375rem);
}

@media screen and (max-width: 750px) {
  /* line 23, _src/scss/pages/_replace-tag.scss */
  .page-replace-tag .form-replace-tag .form-elements .form-grid-1-1 .form-placa {
    width: 100%;
  }
}

/* line 31, _src/scss/pages/_replace-tag.scss */
.page-replace-tag .form-replace-tag .form-elements .form-grid-1-1 .form-taggy {
  width: calc(65% - 0.9375rem);
}

@media screen and (max-width: 750px) {
  /* line 31, _src/scss/pages/_replace-tag.scss */
  .page-replace-tag .form-replace-tag .form-elements .form-grid-1-1 .form-taggy {
    width: 100%;
  }
}

/* line 41, _src/scss/pages/_replace-tag.scss */
.page-replace-tag .form-replace-tag .form-submit {
  flex-basis: 100%;
}

/* line 44, _src/scss/pages/_replace-tag.scss */
.page-replace-tag .form-replace-tag .form-submit .content-row {
  margin-top: 2.5rem;
  border-top: 1px solid #d7d7d7;
  padding: 1.875rem 15px 0;
}

/* line 49, _src/scss/pages/_replace-tag.scss */
.page-replace-tag .form-replace-tag .form-submit .content-row .btn, .page-replace-tag .form-replace-tag .form-submit .content-row [class^="btn"], .page-replace-tag .form-replace-tag .form-submit .content-row .form-group input[type="submit"], .form-group .page-replace-tag .form-replace-tag .form-submit .content-row input[type="submit"] {
  max-width: 15.625rem;
  margin: 0 auto;
}

/* line 2, _src/scss/pages/_documents.scss */
.page-documents .list-documents {
  display: flex;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 992px) {
  /* line 2, _src/scss/pages/_documents.scss */
  .page-documents .list-documents {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  /* line 12, _src/scss/pages/_documents.scss */
  .page-documents .list-documents .list-item {
    border: 1px solid #d7d7d7;
    width: calc(33.3333% - 1.25rem);
  }
}

@media screen and (min-width: 992px) {
  /* line 18, _src/scss/pages/_documents.scss */
  .page-documents .list-documents .list-item .title {
    max-width: 12.5rem;
  }
}

/* line 26, _src/scss/pages/_documents.scss */
.page-documents .next-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #d7d7d7;
  padding: 1.25rem 1.25rem 0;
}

/* line 33, _src/scss/pages/_documents.scss */
.page-documents .next-step p {
  font-size: 1rem;
}

/* line 37, _src/scss/pages/_documents.scss */
.page-documents .next-step .btn, .page-documents .next-step [class^="btn"], .page-documents .next-step .form-group input[type="submit"], .form-group .page-documents .next-step input[type="submit"] {
  max-width: 15.625rem;
}

/* line 2, _src/scss/pages/_steps.scss */
.page-step .form-submit {
  border-top: 1px solid #d7d7d7;
  padding: 1.875rem 15px 0;
}

/* line 6, _src/scss/pages/_steps.scss */
.page-step .form-submit .form-grid-1-1 {
  margin: 0 auto;
  max-width: 21.25rem;
}

/* line 10, _src/scss/pages/_steps.scss */
.page-step .form-submit .form-grid-1-1 .form-group {
  max-width: 13.75rem;
}

@media screen and (min-width: 751px) {
  /* line 10, _src/scss/pages/_steps.scss */
  .page-step .form-submit .form-grid-1-1 .form-group {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  /* line 10, _src/scss/pages/_steps.scss */
  .page-step .form-submit .form-grid-1-1 .form-group {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 26, _src/scss/pages/_steps.scss */
.page-step .form-step .form-step-inputs {
  max-width: 44.375rem;
  margin: 0 auto;
}

/* line 32, _src/scss/pages/_steps.scss */
.page-step .form-step.form-step-2 .form-group-add {
  padding-bottom: 1.875rem;
}

/* line 35, _src/scss/pages/_steps.scss */
.page-step .form-step.form-step-2 .form-group-add .btn, .page-step .form-step.form-step-2 .form-group-add [class^="btn"], .page-step .form-step.form-step-2 .form-group-add .form-group input[type="submit"], .form-group .page-step .form-step.form-step-2 .form-group-add input[type="submit"] {
  max-width: 13.75rem;
  margin: 0 auto;
}

/* line 44, _src/scss/pages/_steps.scss */
.page-step.page-step-1 .form-submit {
  margin-top: 1.875rem;
}

/* line 50, _src/scss/pages/_steps.scss */
.page-step.page-step-3 .box-info {
  max-width: 44.375rem;
  padding: 1.25rem;
  border: solid 1px #d7d7d7;
  margin: 0 auto 1.875rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 58, _src/scss/pages/_steps.scss */
.page-step.page-step-3 .box-info .box-info {
  border: none;
  border-top: solid 1px #d7d7d7;
  margin: 1.25rem -1.25rem -1.25rem -1.25rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 66, _src/scss/pages/_steps.scss */
.page-step.page-step-3 .box-info.box-info-attachments {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25rem;
}

/* line 74, _src/scss/pages/_steps.scss */
.page-step.page-step-3 .box-info .title {
  display: inline-block;
  padding-right: 1.875rem;
  margin-bottom: 0.625rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 80%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16'%3E %3Cpath fill='%23ea7402' fill-rule='evenodd' d='M9.998 2.67l3.27 3.27-8.278 8.28-3.27-3.27 8.278-8.28zm5.753-.789L14.29.423a1.447 1.447 0 0 0-2.044 0L10.85 1.82l3.27 3.27 1.63-1.63a1.115 1.115 0 0 0 0-1.579zM.009 15.546a.372.372 0 0 0 .45.443l3.645-.884-3.269-3.27-.826 3.711z'/%3E %3C/svg%3E");
}

/* line 85, _src/scss/pages/_steps.scss */
.page-step.page-step-3 .box-info .title:hover {
  color: #ea7402;
}

/* line 90, _src/scss/pages/_steps.scss */
.page-step.page-step-3 .box-info .attachment {
  display: block;
  line-height: 2.75rem;
  width: calc(50% - 0.625rem);
  margin-bottom: 1.25rem;
  background-color: #f3f3f3;
  color: #4a4a4a;
  padding: 0 2.625rem;
  background-repeat: no-repeat, no-repeat;
  background-position: left 0.9375rem center, right 0.9375rem center;
  background-size: 1.125rem auto, 1.25rem auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15' viewBox='0 0 17 15'%3E %3Cpath fill='rgba(0, 0, 0, 0.3)' fill-rule='evenodd' d='M15.714 1.25c-1.715-1.666-4.495-1.666-6.21 0L.965 9.545a3.136 3.136 0 0 0 0 4.526c1.06 1.03 2.66 1.197 3.91.528a.552.552 0 0 0 .36-.15l8.538-8.297a2.09 2.09 0 0 0 0-3.016 2.24 2.24 0 0 0-3.105 0L3.682 9.925a.523.523 0 0 0 0 .754.56.56 0 0 0 .776 0l6.987-6.788a1.12 1.12 0 0 1 1.552 0c.43.417.43 1.092 0 1.508l-8.151 7.92a2.241 2.241 0 0 1-3.105 0 2.09 2.09 0 0 1 0-3.016l8.539-8.3a3.361 3.361 0 0 1 4.658 0 3.136 3.136 0 0 1 0 4.527l-7.763 7.542a.523.523 0 0 0 0 .754.56.56 0 0 0 .777 0l7.762-7.542a4.182 4.182 0 0 0 0-6.035z'/%3E %3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E %3Cpath fill='%23006b2c' fill-rule='evenodd' d='M8.801 0C4.801 0 1.359 2.48 0 6a9.426 9.426 0 0 0 8.801 6c4 0 7.437-2.48 8.801-6a9.43 9.43 0 0 0-8.801-6zm0 10c-2.242 0-4-1.762-4-4s1.758-4 4-4c2.238 0 4 1.762 4 4s-1.762 4-4 4zm0-6.398c-1.36 0-2.403 1.039-2.403 2.398 0 1.359 1.043 2.398 2.403 2.398 1.359 0 2.398-1.039 2.398-2.398 0-1.359-1.039-2.398-2.398-2.398z'/%3E %3C/svg%3E");
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 108, _src/scss/pages/_steps.scss */
.page-step.page-step-3 .box-info .attachment:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  /* line 90, _src/scss/pages/_steps.scss */
  .page-step.page-step-3 .box-info .attachment {
    width: 100%;
  }
}

/* line 118, _src/scss/pages/_steps.scss */
.page-step.page-step-3 .box-info .infos .item {
  display: inline-block;
  margin-right: 1.875rem;
  margin-bottom: 0.375rem;
}

/* line 125, _src/scss/pages/_steps.scss */
.page-step.page-step-3 .box-info .infos .item.full {
  display: block;
}

/* line 129, _src/scss/pages/_steps.scss */
.page-step.page-step-3 .box-info .infos .item:last-child {
  margin-bottom: 0;
}

/* line 138, _src/scss/pages/_steps.scss */
.page-step.page-op-step-1 .form-grid, .page-step.page-op-step-1 [class^="form-grid"] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 750px) {
  /* line 138, _src/scss/pages/_steps.scss */
  .page-step.page-op-step-1 .form-grid, .page-step.page-op-step-1 [class^="form-grid"] {
    flex-direction: column;
  }
}

/* line 148, _src/scss/pages/_steps.scss */
.page-step.page-op-step-1 .form-grid .form-group, .page-step.page-op-step-1 [class^="form-grid"] .form-group {
  width: calc(64% - 1.875rem);
}

@media screen and (max-width: 750px) {
  /* line 148, _src/scss/pages/_steps.scss */
  .page-step.page-op-step-1 .form-grid .form-group, .page-step.page-op-step-1 [class^="form-grid"] .form-group {
    width: 100%;
  }
}

/* line 155, _src/scss/pages/_steps.scss */
.page-step.page-op-step-1 .form-grid .form-group-submit, .page-step.page-op-step-1 [class^="form-grid"] .form-group-submit {
  width: 36%;
  margin: 0;
}

@media screen and (max-width: 750px) {
  /* line 155, _src/scss/pages/_steps.scss */
  .page-step.page-op-step-1 .form-grid .form-group-submit, .page-step.page-op-step-1 [class^="form-grid"] .form-group-submit {
    width: 100%;
  }
}

/* line 172, _src/scss/pages/_steps.scss */
.page-step.page-op-step-1 .form-submit .form-group input[type="submit"] {
  max-width: 10rem;
  margin: 0 auto;
}

/* line 183, _src/scss/pages/_steps.scss */
.page-step.page-op-step-2 .form-submit .form-group input[type="submit"] {
  max-width: 10rem;
  margin: 0 auto;
}

/* line 194, _src/scss/pages/_steps.scss */
.page-step.page-op-step-3 .content-resgitration .form-group-submit input[type="submit"] {
  max-width: 13.75rem;
  margin: 0 auto;
}

/* line 201, _src/scss/pages/_steps.scss */
.page-step.page-op-step-3 .content-resgitration .form-step-auto .form-submit {
  border-top: none;
}

@media screen and (min-width: 751px) {
  /* line 2, _src/scss/pages/_solicitations.scss */
  .page-solicitations .form-filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  /* line 13, _src/scss/pages/_solicitations.scss */
  .page-solicitations .form-filter .form-group {
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
  /* line 17, _src/scss/pages/_solicitations.scss */
  .page-solicitations .form-filter .form-group.form-group-placa {
    max-width: 9.6875rem;
  }
  /* line 21, _src/scss/pages/_solicitations.scss */
  .page-solicitations .form-filter .form-group.form-group-situacao {
    max-width: 18.75rem;
  }
  /* line 25, _src/scss/pages/_solicitations.scss */
  .page-solicitations .form-filter .form-group.form-group-submit {
    max-width: 6.875rem;
  }
  /* line 29, _src/scss/pages/_solicitations.scss */
  .page-solicitations .form-filter .form-group:last-child {
    margin-right: 0;
  }
}

/* line 37, _src/scss/pages/_solicitations.scss */
.btn-solicitation-item {
  margin-bottom: 25px;
}

/* line 1, _src/scss/pages/_publicAgencySolicitation.scss */
.button-bg {
  max-width: 160px;
  display: block;
  height: 40px;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  border-radius: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background-color: #006b2c;
}

/* line 15, _src/scss/pages/_publicAgencySolicitation.scss */
.text-praca {
  width: 100%;
  height: 48px !important;
  font-family: Lato;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.62;
  letter-spacing: normal;
  color: #4a4a4a;
  border: 1px solid;
  margin-bottom: 0px;
  height: 2px;
  border: solid 1px #d7d7d7;
  border-bottom: 0px;
  padding-left: 15px;
}

/* line 34, _src/scss/pages/_publicAgencySolicitation.scss */
.text-praca:last-child {
  border-bottom: solid 1px #d7d7d7;
}

/* line 38, _src/scss/pages/_publicAgencySolicitation.scss */
.nome-praca > .text-praca {
  background-color: #f3f3f3;
  font-weight: bold;
}

/* line 43, _src/scss/pages/_publicAgencySolicitation.scss */
.nome-praca > .text-praca.text-center {
  text-align: center;
}

/* line 47, _src/scss/pages/_publicAgencySolicitation.scss */
.box-praca {
  max-width: 44.375rem;
  margin: 0 auto;
}

/* line 52, _src/scss/pages/_publicAgencySolicitation.scss */
.button-bg-orange {
  max-width: 210px;
  display: block;
  height: 40px;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  background-color: #ea7402;
}

/* line 65, _src/scss/pages/_publicAgencySolicitation.scss */
.step2 .form-submit {
  margin-bottom: 35px;
  border-top: none;
  margin-top: 0 !important;
}

/* line 71, _src/scss/pages/_publicAgencySolicitation.scss */
.step2 .default-table table {
  height: 100%;
}

/* line 74, _src/scss/pages/_publicAgencySolicitation.scss */
.step2 .default-table table tr:last-child {
  border-bottom: 1px solid #e2dede;
}

/* line 81, _src/scss/pages/_publicAgencySolicitation.scss */
.text-step2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

/* line 90, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation .steps.clearfix {
  display: none;
}

/* line 94, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation li.disabled {
  display: none;
}

/* line 98, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation li {
  display: inline-block;
}

/* line 102, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation li:first-child {
  margin-right: 15px;
}

/* line 106, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation ul {
  text-align: center;
}

/* line 110, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation a[href="#previous"] {
  color: black;
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  display: -moz-box;
  display: -ms-flexbox;
  margin-top: 24px;
  border-radius: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background-color: #ececec;
}

/* line 126, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation a[href="#next"], #publicAgencySolicitation a[href="#finish"] {
  color: white;
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  display: -moz-box;
  display: -ms-flexbox;
  margin-top: 24px;
  border-radius: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background-color: #006b2c;
}

/* line 141, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation .nav-cadastro {
  text-align: center;
}

/* line 143, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation .nav-cadastro .btn-cadastro-manual, #publicAgencySolicitation .nav-cadastro .btn-cadastro-lote {
  display: inline-block;
  width: 357px;
  height: 50px;
  border-radius: 4px;
  background-color: #006b2c;
  color: white;
  line-height: 50px;
  margin-bottom: 40px;
}

/* line 153, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation .nav-cadastro .btn-cadastro-lote.inativo, #publicAgencySolicitation .nav-cadastro .btn-cadastro-manual.inativo {
  background-color: #ececec;
  color: #4a4a4a;
}

/* line 159, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation .nav-message {
  display: none;
  text-align: center;
}

/* line 162, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation .nav-message .message {
  display: inline-block;
  width: 400px;
  height: 55px;
  border-radius: 4px;
  background-color: #D0021B;
  color: white;
  line-height: 55px;
  margin-bottom: 40px;
}

/* line 174, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation .nav-message-step3 {
  display: none;
  text-align: center;
}

/* line 177, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation .nav-message-step3 .message {
  display: inline-block;
  width: 400px;
  height: 55px;
  border-radius: 4px;
  background-color: #D0021B;
  color: white;
  line-height: 55px;
  margin-bottom: 40px;
}

/* line 189, _src/scss/pages/_publicAgencySolicitation.scss */
#publicAgencySolicitation .cadastro-lote {
  display: none;
}

/* line 195, _src/scss/pages/_publicAgencySolicitation.scss */
.cadastro-lote .box {
  border-radius: 4px;
  border: solid 1px #d7d7d7;
  padding: 20px;
}

/* line 200, _src/scss/pages/_publicAgencySolicitation.scss */
.cadastro-lote .box .icon-box {
  display: inline-block;
  margin-right: 11px;
}

/* line 204, _src/scss/pages/_publicAgencySolicitation.scss */
.cadastro-lote .box .body {
  display: inline-block;
}

/* line 207, _src/scss/pages/_publicAgencySolicitation.scss */
.cadastro-lote .box .type {
  font-family: Lato;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #4a4a4a;
  text-transform: uppercase;
}

/* line 219, _src/scss/pages/_publicAgencySolicitation.scss */
.cadastro-lote .box .description {
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
}

/* line 230, _src/scss/pages/_publicAgencySolicitation.scss */
.cadastro-lote .box a {
  font-family: Lato;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #ea7402;
  cursor: pointer;
}

/* line 245, _src/scss/pages/_publicAgencySolicitation.scss */
.nav-confimacao {
  text-align: center;
}

/* line 247, _src/scss/pages/_publicAgencySolicitation.scss */
.nav-confimacao .nav-1, .nav-confimacao .nav-2, .nav-confimacao .nav-3 {
  display: inline-block;
  width: 300px;
  height: 50px;
  border-radius: 4px;
  background-color: #006b2c;
  color: white;
  line-height: 50px;
  margin-bottom: 40px;
}

/* line 257, _src/scss/pages/_publicAgencySolicitation.scss */
.nav-confimacao .nav-1.inativo, .nav-confimacao .nav-2.inativo, .nav-confimacao .nav-3.inativo {
  background-color: #ececec;
  color: #4a4a4a;
}

/* line 263, _src/scss/pages/_publicAgencySolicitation.scss */
.nav-2-conteudo, .nav-3-conteudo {
  display: none;
}

/* line 269, _src/scss/pages/_publicAgencySolicitation.scss */
.last-none tr td:last-child {
  display: none;
}

/* line 275, _src/scss/pages/_publicAgencySolicitation.scss */
.d-none {
  display: none;
}

/* line 279, _src/scss/pages/_publicAgencySolicitation.scss */
.switch {
  position: relative;
  display: block;
  width: 34px;
  height: 18px;
  margin-top: 10px;
  float: right;
  margin-right: 10px;
}

/* line 288, _src/scss/pages/_publicAgencySolicitation.scss */
.switch input {
  display: none;
}

/* line 293, _src/scss/pages/_publicAgencySolicitation.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 304, _src/scss/pages/_publicAgencySolicitation.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 318, _src/scss/pages/_publicAgencySolicitation.scss */
input:checked + .slider {
  background-color: #ea7402;
}

/* line 322, _src/scss/pages/_publicAgencySolicitation.scss */
input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}

/* line 327, _src/scss/pages/_publicAgencySolicitation.scss */
input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
/* line 335, _src/scss/pages/_publicAgencySolicitation.scss */
.slider.round {
  border-radius: 34px;
}

/* line 338, _src/scss/pages/_publicAgencySolicitation.scss */
.slider.round:before {
  border-radius: 50%;
}

/* line 343, _src/scss/pages/_publicAgencySolicitation.scss */
.box-campo {
  background: #f6f8fa;
  min-height: 36px;
  clear: both;
  margin-bottom: 15px;
}

/* line 350, _src/scss/pages/_publicAgencySolicitation.scss */
.form-horizontal .box-campo {
  clear: none;
}

/* line 354, _src/scss/pages/_publicAgencySolicitation.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

/* line 358, _src/scss/pages/_publicAgencySolicitation.scss */
.daterangepicker.dropdown-menu.ltr.single.opensright {
  display: none;
}

/* line 364, _src/scss/pages/_publicAgencySolicitation.scss */
.box-campo h5 {
  display: inline-block;
  padding-left: 10px;
  margin-top: 11px;
  font-size: 14px;
}

/* line 372, _src/scss/pages/_publicAgencySolicitation.scss */
.img-sucesso {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 379, _src/scss/pages/_publicAgencySolicitation.scss */
.img-sucesso img {
  margin: 0 auto;
}

/* line 384, _src/scss/pages/_publicAgencySolicitation.scss */
.solicitacao-sucesso {
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

/* line 396, _src/scss/pages/_publicAgencySolicitation.scss */
.solicitacao-descricao {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

/* line 407, _src/scss/pages/_publicAgencySolicitation.scss */
.color-orange {
  color: #ea7402;
  font-weight: bold;
}

/* line 412, _src/scss/pages/_publicAgencySolicitation.scss */
.btn-back-solicitacoes {
  width: 230px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background-color: #006b2c;
}

/* line 420, _src/scss/pages/_publicAgencySolicitation.scss */
.btn-solicitacao-success {
  align-items: center;
  justify-content: center;
  width: 250px;
  line-height: 2.5rem;
  height: 2.5rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #006b2c;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  display: block;
  margin: 0 auto;
}

/* line 44, _src/scss/main.scss */
.text-upper {
  text-transform: uppercase;
}

/*# sourceMappingURL=main.css.map */