@import url(../fonts/circular/circular.css);
@import url(../fonts/fontello/css/fontello.css);
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  animation-delay: -0.9s;
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.9.1
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 03.08.2019
 */

html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
}

html.os-html > .os-host > .os-padding {
  position: absolute;
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  background: 0 0 !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: 0 !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content:before,
.os-content:after {
  content: '';
  display: table;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: 0 0 !important;
  outline: 0 transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  float: none !important;
  filter: none !important;
  border: 0 !important;
  resize: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0 !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host:after {
  content: '';
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host:after {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer.observed,
object.os-resize-observer {
  box-sizing: border-box !important;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  transition: none !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  animation-duration: .001s;
  animation-name: hs-resize-observer-dummy-animation;
}

.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  transition: opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  z-index: 999999;
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

@keyframes hs-resize-observer-dummy-animation {
  0% {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: 0 0;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: 0 0;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: 0 0;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  transition: background-color .3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

@page {
    margin: 0.5cm;
}
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

a img {
  border: none;
}

/* Gets rid of IE's blue borders */

textarea {
  resize: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

* {
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

html,
body,
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  position: relative;
}

img,
video,
audio {
  max-width: 100%;
}

img,
video {
  height: auto;
}

svg {
  max-height: 100%;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

html,
body {
  font-size: 14px;
  line-height: 1.5;
}

body {
  background-color: transparent;
  color: #313439;
  font-family: "Circular Std", Arial, sans-serif;
}

p {
  line-height: 1.5;
}

a {
  color: #000042;
}

a:hover {
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 21px;
  color: #0d0d0e;
  font-family: "Circular Std", Arial, sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  line-height: 1;
}

h1,
._h1,
.Projeto .projeto-nome,
.Oportunidade .oportunidade-nome {
  font-size: 32px;
}

h2,
._h2 {
  font-size: 24px;
}

h3,
._h3 {
  font-size: 16px;
}

h4,
._h4 {
  font-size: 16px;
}

h5,
._h5 {
  font-size: 16px;
}

h6,
._h6 {
  font-size: 16px;
}

h1 a,
._h1 a,
.Projeto .projeto-nome a,
.Oportunidade .oportunidade-nome a,
h2 a,
._h2 a,
h3 a,
._h3 a,
h4 a,
._h4 a,
h5 a,
._h5 a,
h6 a,
._h6 a {
  color: inherit;
}

ul,
ul ul,
ul ol,
ol,
ol ul,
ol ol {
  margin: 0 0 0 21px;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

nav ul,
nav ol {
  margin: 0;
  list-style: none;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 21px;
}

p,
blockquote,
hr,
pre,
ol,
ul,
dl,
table,
fieldset,
figure,
address,
form {
  margin-bottom: 21px;
}

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px;
}

blockquote {
  padding-left: 1rem;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  color: rgba(49, 52, 57, 0.65);
}

blockquote p {
  margin-bottom: .5rem;
}

time,
cite,
small,
figcaption {
  font-size: 87.5%;
}

cite {
  opacity: .6;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}

var {
  font-size: 14px;
  opacity: .6;
  font-style: normal;
}

mark,
code,
samp,
kbd {
  position: relative;
  top: -1px;
  padding: 4px 4px 2px 4px;
  display: inline-block;
  line-height: 1;
  color: rgba(49, 52, 57, 0.85);
}

kbd {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

sub,
sup {
  font-size: x-small;
  line-height: 0;
  margin-left: 1rem/4;
  position: relative;
}

sup {
  top: 0;
  vertical-align: super;
}

sub {
  bottom: 1px;
  vertical-align: sub;
}

pre,
code,
samp,
var,
kbd {
  font-family: Consolas, Monaco, "Courier New", monospace;
}

pre,
code,
samp,
var,
kbd,
mark {
  font-size: 87.5%;
}

pre,
pre code {
  background: #f8f8f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(49, 52, 57, 0.85);
  overflow: none;
  white-space: pre-wrap;
}

pre {
  padding: 1rem;
}

figcaption {
  opacity: .6;
}

figure figcaption {
  position: relative;
  top: -1rem/2;
}

figure pre {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

figure .video-container,
figure pre {
  margin-bottom: 10.5px;
}

._tal,
._text-left {
  text-align: left !important;
}

._tac,
._text-center {
  text-align: center !important;
}

._tar,
._text-right {
  text-align: right !important;
}

ul._unstyled,
.Pagination ul {
  margin-left: 0;
}

ul._unstyled,
.Pagination ul,
ul._unstyled ul,
.Pagination ul ul {
  list-style: none;
}

._monospace {
  font-family: Consolas, Monaco, "Courier New", monospace;
}

._upper {
  text-transform: uppercase;
}

._lower {
  text-transform: lowercase;
}

em,
._italic {
  font-style: italic !important;
}

strong,
b,
._strong {
  font-weight: bold !important;
}

._normal {
  font-weight: normal !important;
}

._muted {
  opacity: .55;
}

a._muted {
  color: #313439;
}

a._muted:hover {
  opacity: 1;
}

small,
._small {
  font-size: 12px;
}

._end {
  margin-bottom: 0 !important;
}

._nowrap,
._nowrap td {
  white-space: nowrap;
}

._columns-2,
._columns-3,
._columns-4 {
  column-gap: 21px;
}

._columns-2 {
  column-count: 2;
}

._columns-3 {
  column-count: 3;
}

._columns-4 {
  column-count: 4;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

._invisible {
  visibility: hidden;
}

._visible {
  visibility: visible;
}

._display-block {
  display: block;
}

._hide {
  display: none !important;
}

@media (max-width: 768px) {
  ._hide-sm {
    display: none !important;
  }
}

@media (min-width: 769px) {
  ._show-sm {
    display: none !important;
  }
}

@media print {
  ._hide-print {
    display: none !important;
  }

  ._show-print {
    display: block !important;
  }
}

._no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

._video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 21px;
}

._video-container iframe,
._video-container object,
._video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

._mb0 {
  margin-bottom: 0px !important;
}

._mb5 {
  margin-bottom: 5px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._mb15 {
  margin-bottom: 15px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._mb25 {
  margin-bottom: 25px !important;
}

._mb30 {
  margin-bottom: 30px !important;
}

._mb35 {
  margin-bottom: 35px !important;
}

._mb40 {
  margin-bottom: 40px !important;
}

._mb45 {
  margin-bottom: 45px !important;
}

._mb50 {
  margin-bottom: 50px !important;
}

._mb55 {
  margin-bottom: 55px !important;
}

._mb60 {
  margin-bottom: 60px !important;
}

._mb65 {
  margin-bottom: 65px !important;
}

._mb70 {
  margin-bottom: 70px !important;
}

._mb75 {
  margin-bottom: 75px !important;
}

._mb80 {
  margin-bottom: 80px !important;
}

._mb85 {
  margin-bottom: 85px !important;
}

._mb90 {
  margin-bottom: 90px !important;
}

._mb95 {
  margin-bottom: 95px !important;
}

._mb100 {
  margin-bottom: 100px !important;
}

._group:after {
  content: '';
  display: table;
  clear: both;
}

._float-right {
  float: right;
}

._float-left {
  float: left;
}

@media (max-width: 768px) {
  ._float-right {
    float: none;
  }

  ._float-left {
    float: none;
  }
}

._fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

._mid {
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

._w5 {
  width: 5%;
}

._w10 {
  width: 10%;
}

._w15 {
  width: 15%;
}

._w20 {
  width: 20%;
}

._w25 {
  width: 25%;
}

._w30 {
  width: 30%;
}

._w35 {
  width: 35%;
}

._w40 {
  width: 40%;
}

._w45 {
  width: 45%;
}

._w50 {
  width: 50%;
}

._w55 {
  width: 55%;
}

._w60 {
  width: 60%;
}

._w65 {
  width: 65%;
}

._w70 {
  width: 70%;
}

._w75 {
  width: 75%;
}

._w80 {
  width: 80%;
}

._w85 {
  width: 85%;
}

._w90 {
  width: 90%;
}

._w95 {
  width: 95%;
}

._w100 {
  width: 100%;
}

._w-auto {
  width: auto;
}

.Breadcrumbs {
  font-size: 12px;
  margin-bottom: 1.5;
}

.Breadcrumbs ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.Breadcrumbs._centered ul {
  -ms-flex-pack: center;
  justify-content: center;
}

.Breadcrumbs span,
.Breadcrumbs a {
  font-style: normal;
  padding: 0 10px;
  display: inline-block;
  white-space: nowrap;
}

.Breadcrumbs li:after {
  display: inline-block;
  content: '/';
  color: rgba(0, 0, 0, 0.3);
}

.Breadcrumbs li:last-child:after {
  display: none;
}

.Breadcrumbs li:first-child span,
.Breadcrumbs li:first-child a {
  padding-left: 0;
}

.Breadcrumbs li._active a {
  color: #313439;
  text-decoration: none;
  cursor: text;
}

.Button {
  display: inline-block;
  height: 35px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fb4c16;
  color: #ffffff;
  font-size: 14px;
  font-family: "Circular Std", Arial, sans-serif;
  font-weight: bold;
  line-height: 33px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  transition: background 200ms ease;
  -webkit-appearance: none;
}

.Button:hover {
  outline: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #fc7348;
}

.Button ~ .Button {
  margin-left: 10px;
}

.Button:disabled,
.Button._disabled {
  background-color: rgba(251, 76, 22, 0.7);
  color: white;
  cursor: default;
  font-style: normal;
}

.Button._outline {
  border-width: 2px;
  border-color: #fb4c16;
  background: none;
  color: #fb4c16;
}

.Button._outline:hover {
  border-color: rgba(251, 76, 22, 0.5);
  background: none;
  color: rgba(251, 76, 22, 0.6);
}

.Button._outline:disabled,
.Button._outline._disabled {
  border-color: rgba(251, 76, 22, 0.5);
  background: none;
  color: rgba(251, 76, 22, 0.7);
}

.Button._raised,
.Hero .actions .Button {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.Button._upper {
  text-transform: uppercase;
  letter-spacing: .04em;
}

.Button._rounded {
  border-radius: 17.5px;
}

.Button._secondary {
  background-color: #000042;
  color: #ffffff;
}

.Button._secondary:hover {
  background-color: #0000a8;
  color: #ffffff;
}

.Button._secondary:disabled,
.Button._secondary._disabled {
  background-color: rgba(0, 0, 66, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.Button._secondary._outline {
  border-color: #000042;
  background: none;
  color: #000042;
}

.Button._secondary._outline:hover {
  border-color: rgba(0, 0, 66, 0.5);
  color: rgba(0, 0, 66, 0.6);
}

.Button._secondary._outline:disabled,
.Button._secondary._outline._disabled {
  border-color: rgba(0, 0, 66, 0.5);
  background: none;
  color: rgba(0, 0, 66, 0.7);
}

.Form {
  margin-bottom: 21px;
}

.Form fieldset {
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: inherit;
}

.Form fieldset legend {
  position: relative;
  margin-left: -1rem;
  padding: 0 1rem;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 0;
}

.Form .form-item {
  margin-bottom: 21px;
}

.Form .form-item label {
  display: block;
  color: #313439;
  margin-bottom: 4px;
  font-size: 13px;
}

.Form .form-item label._checkbox {
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  cursor: pointer;
}

.Form .form-item > div._append,
.Form .form-item > div._prepend {
  display: -ms-flexbox;
  display: flex;
}

.Form .form-item > div._append input,
.Form .form-item > div._prepend input {
  -ms-flex: 1;
  flex: 1;
}

.Form .form-item > div._append .Button,
.Form .form-item > div._append span,
.Form .form-item > div._prepend .Button,
.Form .form-item > div._prepend span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.Form .form-item > div._append span,
.Form .form-item > div._prepend span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  border: 1px solid #e2e5ea;
  background-color: #f8f8f8;
  padding: 0 .875rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  white-space: nowrap;
}

.Form .form-item > div._prepend input {
  border-radius: 0 4px 4px 0;
}

.Form .form-item > div._prepend .Button {
  margin-right: -1px;
  border-radius: 4px 0 0 4px !important;
}

.Form .form-item > div._prepend span {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.Form .form-item > div._append input {
  border-radius: 4px 0 0 4px;
}

.Form .form-item > div._append .Button {
  margin-left: -1px;
  border-radius: 0 4px 4px 0 !important;
}

.Form .form-item > div._append span {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.Form .form-item._checkboxes label._checkbox {
  display: inline-block;
  margin-right: 16px;
  font-size: 14px;
}

.Form .form-item._buttons button,
.Form .form-item._buttons .Button {
  margin-right: 8px;
}

.Form._horizontal .form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Form._horizontal .form-item label {
  width: 30%;
  line-height: 35px;
}

.Form._horizontal .form-item > div {
  width: 70%;
}

@media (max-width: 768px) {
  .Form._horizontal .form-item {
    display: block;
  }

  .Form._horizontal .form-item label,
  .Form._horizontal .form-item > div {
    width: 100%;
  }
}

.Form._inline input,
.Form._inline textarea,
.Form._inline select {
  display: inline-block;
  width: auto;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 12px;
  border: 1px solid #e2e5ea;
  border-radius: 4px;
  background-color: #fff;
  font-family: "Circular Std", Arial, sans-serif;
  font-size: 14px;
  outline: none;
  vertical-align: middle;
  box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #3498db;
  box-shadow: 0 0 1px #3498db inset;
  outline: none;
}

input._error,
textarea._error,
select._error {
  border: 1px solid #ef8b80;
  background-color: rgba(231, 76, 60, 0.1);
}

input._error:focus,
textarea._error:focus,
select._error:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 1px #e74c3c inset;
}

input._success,
textarea._success,
select._success {
  border: 1px solid #69dd9a;
  background-color: rgba(46, 204, 113, 0.1);
}

input._success:focus,
textarea._success:focus,
select._success:focus {
  border-color: #2ecc71;
  box-shadow: 0 0 1px #2ecc71 inset;
}

input:disabled,
input._disabled,
textarea:disabled,
textarea._disabled,
select:disabled,
select._disabled {
  resize: none;
  opacity: 0.6;
  cursor: default;
  color: rgba(0, 0, 0, 0.5);
}

input[type="submit"] {
  width: auto;
}

input[type="file"] {
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
}

input[type="search"],
input._search {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: 8px 53%;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%23000' fill-opacity='0.4' d='M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z'/%3E%3C/svg%3E");
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  box-shadow: none;
}

textarea {
  height: auto;
  padding: 8px 12px;
  vertical-align: top;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12'><path fill='%235e6c75' d='M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

select[multiple] {
  height: auto;
  padding: .5rem .75rem;
  background-image: none;
}

.Row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .Row {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.Row ._col-1 {
  width: 8.3333333333%;
}

.Row ._offset-1 {
  margin-left: 8.3333333333%;
}

.Row ._col-2 {
  width: 16.6666666667%;
}

.Row ._offset-2 {
  margin-left: 16.6666666667%;
}

.Row ._col-3 {
  width: 25%;
}

.Row ._offset-3 {
  margin-left: 25%;
}

.Row ._col-4 {
  width: 33.3333333333%;
}

.Row ._offset-4 {
  margin-left: 33.3333333333%;
}

.Row ._col-5 {
  width: 41.6666666667%;
}

.Row ._offset-5 {
  margin-left: 41.6666666667%;
}

.Row ._col-6 {
  width: 50%;
}

.Row ._offset-6 {
  margin-left: 50%;
}

.Row ._col-7 {
  width: 58.3333333333%;
}

.Row ._offset-7 {
  margin-left: 58.3333333333%;
}

.Row ._col-8 {
  width: 66.6666666667%;
}

.Row ._offset-8 {
  margin-left: 66.6666666667%;
}

.Row ._col-9 {
  width: 75%;
}

.Row ._offset-9 {
  margin-left: 75%;
}

.Row ._col-10 {
  width: 83.3333333333%;
}

.Row ._offset-10 {
  margin-left: 83.3333333333%;
}

.Row ._col-11 {
  width: 91.6666666667%;
}

.Row ._offset-11 {
  margin-left: 91.6666666667%;
}

.Row ._col-12 {
  width: 100%;
}

.Row ._offset-12 {
  margin-left: 100%;
}

.Row._gutters > ._col-1,
.Form .Row > ._col-1 {
  width: calc(8.3333333333% - 20px);
}

.Row._gutters > ._offset-1,
.Form .Row > ._offset-1 {
  margin-left: calc(8.3333333333% + 20px) !important;
}

.Row._gutters > ._col-2,
.Form .Row > ._col-2 {
  width: calc(16.6666666667% - 20px);
}

.Row._gutters > ._offset-2,
.Form .Row > ._offset-2 {
  margin-left: calc(16.6666666667% + 20px) !important;
}

.Row._gutters > ._col-3,
.Form .Row > ._col-3 {
  width: calc(25% - 20px);
}

.Row._gutters > ._offset-3,
.Form .Row > ._offset-3 {
  margin-left: calc(25% + 20px) !important;
}

.Row._gutters > ._col-4,
.Form .Row > ._col-4 {
  width: calc(33.3333333333% - 20px);
}

.Row._gutters > ._offset-4,
.Form .Row > ._offset-4 {
  margin-left: calc(33.3333333333% + 20px) !important;
}

.Row._gutters > ._col-5,
.Form .Row > ._col-5 {
  width: calc(41.6666666667% - 20px);
}

.Row._gutters > ._offset-5,
.Form .Row > ._offset-5 {
  margin-left: calc(41.6666666667% + 20px) !important;
}

.Row._gutters > ._col-6,
.Form .Row > ._col-6 {
  width: calc(50% - 20px);
}

.Row._gutters > ._offset-6,
.Form .Row > ._offset-6 {
  margin-left: calc(50% + 20px) !important;
}

.Row._gutters > ._col-7,
.Form .Row > ._col-7 {
  width: calc(58.3333333333% - 20px);
}

.Row._gutters > ._offset-7,
.Form .Row > ._offset-7 {
  margin-left: calc(58.3333333333% + 20px) !important;
}

.Row._gutters > ._col-8,
.Form .Row > ._col-8 {
  width: calc(66.6666666667% - 20px);
}

.Row._gutters > ._offset-8,
.Form .Row > ._offset-8 {
  margin-left: calc(66.6666666667% + 20px) !important;
}

.Row._gutters > ._col-9,
.Form .Row > ._col-9 {
  width: calc(75% - 20px);
}

.Row._gutters > ._offset-9,
.Form .Row > ._offset-9 {
  margin-left: calc(75% + 20px) !important;
}

.Row._gutters > ._col-10,
.Form .Row > ._col-10 {
  width: calc(83.3333333333% - 20px);
}

.Row._gutters > ._offset-10,
.Form .Row > ._offset-10 {
  margin-left: calc(83.3333333333% + 20px) !important;
}

.Row._gutters > ._col-11,
.Form .Row > ._col-11 {
  width: calc(91.6666666667% - 20px);
}

.Row._gutters > ._offset-11,
.Form .Row > ._offset-11 {
  margin-left: calc(91.6666666667% + 20px) !important;
}

.Row._gutters > ._col-12,
.Form .Row > ._col-12 {
  width: calc(100% - 20px);
}

.Row._gutters > ._offset-12,
.Form .Row > ._offset-12 {
  margin-left: calc(100% + 20px) !important;
}

@media (max-width: 768px) {
  .Row .col[class^='_offset-'],
  .Form .Row [class^='_offset-']._col-1,
  .Form .Row [class^='_offset-']._col-2,
  .Form .Row [class^='_offset-']._col-3,
  .Form .Row [class^='_offset-']._col-4,
  .Form .Row [class^='_offset-']._col-5,
  .Form .Row [class^='_offset-']._col-6,
  .Form .Row [class^='_offset-']._col-7,
  .Form .Row [class^='_offset-']._col-8,
  .Form .Row [class^='_offset-']._col-9,
  .Form .Row [class^='_offset-']._col-10,
  .Form .Row [class^='_offset-']._col-11,
  .Form .Row [class^='_offset-']._col-12,
  .Row .col[class*=' _offset-'],
  .Form .Row [class*=' _offset-']._col-1,
  .Form .Row [class*=' _offset-']._col-2,
  .Form .Row [class*=' _offset-']._col-3,
  .Form .Row [class*=' _offset-']._col-4,
  .Form .Row [class*=' _offset-']._col-5,
  .Form .Row [class*=' _offset-']._col-6,
  .Form .Row [class*=' _offset-']._col-7,
  .Form .Row [class*=' _offset-']._col-8,
  .Form .Row [class*=' _offset-']._col-9,
  .Form .Row [class*=' _offset-']._col-10,
  .Form .Row [class*=' _offset-']._col-11,
  .Form .Row [class*=' _offset-']._col-12 {
    margin-left: 0;
  }
}

.Row .col._first,
.Form .Row ._first._col-1,
.Form .Row ._first._col-2,
.Form .Row ._first._col-3,
.Form .Row ._first._col-4,
.Form .Row ._first._col-5,
.Form .Row ._first._col-6,
.Form .Row ._first._col-7,
.Form .Row ._first._col-8,
.Form .Row ._first._col-9,
.Form .Row ._first._col-10,
.Form .Row ._first._col-11,
.Form .Row ._first._col-12 {
  -ms-flex-order: -1;
  order: -1;
}

.Row .col._last,
.Form .Row ._last._col-1,
.Form .Row ._last._col-2,
.Form .Row ._last._col-3,
.Form .Row ._last._col-4,
.Form .Row ._last._col-5,
.Form .Row ._last._col-6,
.Form .Row ._last._col-7,
.Form .Row ._last._col-8,
.Form .Row ._last._col-9,
.Form .Row ._last._col-10,
.Form .Row ._last._col-11,
.Form .Row ._last._col-12 {
  -ms-flex-order: 1;
  order: 1;
}

.Row._gutters,
.Form .Row,
.Row._gutters > .Row,
.Form .Row > .Row {
  margin-left: -20px;
}

@media (max-width: 768px) {
  .Row._gutters,
  .Form .Row,
  .Row._gutters > .Row,
  .Form .Row > .Row {
    margin-left: 0;
  }
}

.Row._gutters > .col,
.Form .Row > .col,
.Form .Row > ._col-1,
.Form .Row > ._col-2,
.Form .Row > ._col-3,
.Form .Row > ._col-4,
.Form .Row > ._col-5,
.Form .Row > ._col-6,
.Form .Row > ._col-7,
.Form .Row > ._col-8,
.Form .Row > ._col-9,
.Form .Row > ._col-10,
.Form .Row > ._col-11,
.Form .Row > ._col-12,
.Row._gutters > .Row > .col,
.Form .Row > .Row > .col,
.Form .Row > .Row > ._col-1,
.Form .Row > .Row > ._col-2,
.Form .Row > .Row > ._col-3,
.Form .Row > .Row > ._col-4,
.Form .Row > .Row > ._col-5,
.Form .Row > .Row > ._col-6,
.Form .Row > .Row > ._col-7,
.Form .Row > .Row > ._col-8,
.Form .Row > .Row > ._col-9,
.Form .Row > .Row > ._col-10,
.Form .Row > .Row > ._col-11,
.Form .Row > .Row > ._col-12 {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .Row._gutters > .col,
  .Form .Row > .col,
  .Form .Row._gutters > ._col-1,
  .Form .Row > ._col-1,
  .Form .Row._gutters > ._col-2,
  .Form .Row > ._col-2,
  .Form .Row._gutters > ._col-3,
  .Form .Row > ._col-3,
  .Form .Row._gutters > ._col-4,
  .Form .Row > ._col-4,
  .Form .Row._gutters > ._col-5,
  .Form .Row > ._col-5,
  .Form .Row._gutters > ._col-6,
  .Form .Row > ._col-6,
  .Form .Row._gutters > ._col-7,
  .Form .Row > ._col-7,
  .Form .Row._gutters > ._col-8,
  .Form .Row > ._col-8,
  .Form .Row._gutters > ._col-9,
  .Form .Row > ._col-9,
  .Form .Row._gutters > ._col-10,
  .Form .Row > ._col-10,
  .Form .Row._gutters > ._col-11,
  .Form .Row > ._col-11,
  .Form .Row._gutters > ._col-12,
  .Form .Row > ._col-12,
  .Row._gutters > .Row > .col,
  .Form .Row > .Row > .col,
  .Form .Row > .Row > ._col-1,
  .Form .Row > .Row > ._col-2,
  .Form .Row > .Row > ._col-3,
  .Form .Row > .Row > ._col-4,
  .Form .Row > .Row > ._col-5,
  .Form .Row > .Row > ._col-6,
  .Form .Row > .Row > ._col-7,
  .Form .Row > .Row > ._col-8,
  .Form .Row > .Row > ._col-9,
  .Form .Row > .Row > ._col-10,
  .Form .Row > .Row > ._col-11,
  .Form .Row > .Row > ._col-12 {
    margin-left: 0;
  }
}

.Row._auto .col,
.Form .Row._auto ._col-1,
.Form .Row._auto ._col-2,
.Form .Row._auto ._col-3,
.Form .Row._auto ._col-4,
.Form .Row._auto ._col-5,
.Form .Row._auto ._col-6,
.Form .Row._auto ._col-7,
.Form .Row._auto ._col-8,
.Form .Row._auto ._col-9,
.Form .Row._auto ._col-10,
.Form .Row._auto ._col-11,
.Form .Row._auto ._col-12 {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

@media (max-width: 768px) {
  .Row .col,
  .Form .Row ._col-1,
  .Form .Row ._col-2,
  .Form .Row ._col-3,
  .Form .Row ._col-4,
  .Form .Row ._col-5,
  .Form .Row ._col-6,
  .Form .Row ._col-7,
  .Form .Row ._col-8,
  .Form .Row ._col-9,
  .Form .Row ._col-10,
  .Form .Row ._col-11,
  .Form .Row ._col-12 {
    margin-left: 0;
    width: 100%;
    margin-bottom: 21px;
  }

  .Row .col:last-child,
  .Form .Row ._col-1:last-child,
  .Form .Row ._col-2:last-child,
  .Form .Row ._col-3:last-child,
  .Form .Row ._col-4:last-child,
  .Form .Row ._col-5:last-child,
  .Form .Row ._col-6:last-child,
  .Form .Row ._col-7:last-child,
  .Form .Row ._col-8:last-child,
  .Form .Row ._col-9:last-child,
  .Form .Row ._col-10:last-child,
  .Form .Row ._col-11:last-child,
  .Form .Row ._col-12:last-child {
    margin-bottom: 0;
  }

  .Row .col._first-sm,
  .Form .Row ._first-sm._col-1,
  .Form .Row ._first-sm._col-2,
  .Form .Row ._first-sm._col-3,
  .Form .Row ._first-sm._col-4,
  .Form .Row ._first-sm._col-5,
  .Form .Row ._first-sm._col-6,
  .Form .Row ._first-sm._col-7,
  .Form .Row ._first-sm._col-8,
  .Form .Row ._first-sm._col-9,
  .Form .Row ._first-sm._col-10,
  .Form .Row ._first-sm._col-11,
  .Form .Row ._first-sm._col-12 {
    -ms-flex-order: -1;
    order: -1;
  }

  .Row .col._last-sm,
  .Form .Row ._last-sm._col-1,
  .Form .Row ._last-sm._col-2,
  .Form .Row ._last-sm._col-3,
  .Form .Row ._last-sm._col-4,
  .Form .Row ._last-sm._col-5,
  .Form .Row ._last-sm._col-6,
  .Form .Row ._last-sm._col-7,
  .Form .Row ._last-sm._col-8,
  .Form .Row ._last-sm._col-9,
  .Form .Row ._last-sm._col-10,
  .Form .Row ._last-sm._col-11,
  .Form .Row ._last-sm._col-12 {
    -ms-flex-order: 1;
    order: 1;
  }

  .Row .col._first,
  .Form .Row ._first._col-1,
  .Form .Row ._first._col-2,
  .Form .Row ._first._col-3,
  .Form .Row ._first._col-4,
  .Form .Row ._first._col-5,
  .Form .Row ._first._col-6,
  .Form .Row ._first._col-7,
  .Form .Row ._first._col-8,
  .Form .Row ._first._col-9,
  .Form .Row ._first._col-10,
  .Form .Row ._first._col-11,
  .Form .Row ._first._col-12 {
    -ms-flex-order: 0;
    order: 0;
  }

  .Row .col._last,
  .Form .Row ._last._col-1,
  .Form .Row ._last._col-2,
  .Form .Row ._last._col-3,
  .Form .Row ._last._col-4,
  .Form .Row ._last._col-5,
  .Form .Row ._last._col-6,
  .Form .Row ._last._col-7,
  .Form .Row ._last._col-8,
  .Form .Row ._last._col-9,
  .Form .Row ._last._col-10,
  .Form .Row ._last._col-11,
  .Form .Row ._last._col-12 {
    -ms-flex-order: 0;
    order: 0;
  }

  .Row._gutters > .col,
  .Form .Row > .col,
  .Form .Row > ._col-1,
  .Form .Row > ._col-2,
  .Form .Row > ._col-3,
  .Form .Row > ._col-4,
  .Form .Row > ._col-5,
  .Form .Row > ._col-6,
  .Form .Row > ._col-7,
  .Form .Row > ._col-8,
  .Form .Row > ._col-9,
  .Form .Row > ._col-10,
  .Form .Row > ._col-11,
  .Form .Row > ._col-12,
  .Row._gutters > .Row > .col,
  .Form .Row > .Row > .col,
  .Form .Row > .Row > ._col-1,
  .Form .Row > .Row > ._col-2,
  .Form .Row > .Row > ._col-3,
  .Form .Row > .Row > ._col-4,
  .Form .Row > .Row > ._col-5,
  .Form .Row > .Row > ._col-6,
  .Form .Row > .Row > ._col-7,
  .Form .Row > .Row > ._col-8,
  .Form .Row > .Row > ._col-9,
  .Form .Row > .Row > ._col-10,
  .Form .Row > .Row > ._col-11,
  .Form .Row > .Row > ._col-12 {
    width: 100%;
    margin: 0 0 21px;
  }

  .Row._gutters > .col:last-child,
  .Form .Row > .col:last-child,
  .Form .Row > ._col-1:last-child,
  .Form .Row > ._col-2:last-child,
  .Form .Row > ._col-3:last-child,
  .Form .Row > ._col-4:last-child,
  .Form .Row > ._col-5:last-child,
  .Form .Row > ._col-6:last-child,
  .Form .Row > ._col-7:last-child,
  .Form .Row > ._col-8:last-child,
  .Form .Row > ._col-9:last-child,
  .Form .Row > ._col-10:last-child,
  .Form .Row > ._col-11:last-child,
  .Form .Row > ._col-12:last-child,
  .Row._gutters > .Row > .col:last-child,
  .Form .Row > .Row > .col:last-child,
  .Form .Row > .Row > ._col-1:last-child,
  .Form .Row > .Row > ._col-2:last-child,
  .Form .Row > .Row > ._col-3:last-child,
  .Form .Row > .Row > ._col-4:last-child,
  .Form .Row > .Row > ._col-5:last-child,
  .Form .Row > .Row > ._col-6:last-child,
  .Form .Row > .Row > ._col-7:last-child,
  .Form .Row > .Row > ._col-8:last-child,
  .Form .Row > .Row > ._col-9:last-child,
  .Form .Row > .Row > ._col-10:last-child,
  .Form .Row > .Row > ._col-11:last-child,
  .Form .Row > .Row > ._col-12:last-child {
    margin: 0;
  }
}

.Message {
  position: relative;
  padding: 1rem;
  padding-right: 2.5em;
  padding-bottom: .75rem;
  margin-bottom: 21px;
  background: #eee;
  color: #313439;
  font-family: "Circular Std", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.Message a {
  color: inherit;
}

.Message p,
.Message h1,
.Message h2,
.Message h3,
.Message h4,
.Message h5,
.Message h6 {
  margin-bottom: 0;
}

.Message._error {
  background: #e74c3c;
  color: #fff;
}

.Message._success {
  background: #2ecc71;
  color: #fff;
}

.Message._warning {
  background: #f7ca18;
}

.Message._focus {
  background: #3498db;
  color: #fff;
}

.Pagination {
  margin: 21px 0;
  font-size: 12px;
}

.Pagination ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.Pagination ul li {
  margin: 0 1px;
}

.Pagination ul li span,
.Pagination ul li a {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: 1;
  white-space: nowrap;
}

.Pagination ul li a {
  color: #313439;
  text-decoration: none;
}

.Pagination ul li a:hover {
  border-color: #eee;
  color: rgba(0, 0, 0, 0.5);
}

.Pagination ul li span,
.Pagination ul li._active a {
  color: rgba(0, 0, 0, 0.5);
  border-color: #eee;
  cursor: text;
}

.Pagination._centered ul {
  -ms-flex-pack: center;
  justify-content: center;
}

.Pagination._pager li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.Pagination._pager li.next {
  text-align: right;
}

.Pagination._pager li a {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 64px;
  border-color: rgba(0, 0, 0, 0.1);
}

.Pagination._pager._centered li {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: 4px;
  margin-right: 4px;
}

.Table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
  empty-cells: show;
}

.Table small,
.Table ._small {
  font-size: 12px;
}

.Table caption {
  color: rgba(49, 52, 57, 0.5);
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}

.Table th {
  text-align: left;
  font-weight: 700;
  vertical-align: bottom;
}

.Table td {
  vertical-align: top;
}

.Table th,
.Table td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.Table th:first-child,
.Table td:first-child {
  padding-left: 0;
}

.Table th:last-child,
.Table td:last-child {
  padding-right: 0;
}

.Table tfoot th,
.Table tfoot td {
  color: rgba(49, 52, 57, 0.5);
}

.Table._bordered td,
.Table._form td,
.Table._bordered th,
.Table._form th {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.Table._striped tr:nth-child(odd) td {
  background: #f8f8f8;
}

.Table._bordered td:first-child,
.Table._form td:first-child,
.Table._bordered th:first-child,
.Table._form th:first-child,
.Table._striped td:first-child,
.Table._striped th:first-child {
  padding-left: 20px;
}

.Table._bordered td:last-child,
.Table._form td:last-child,
.Table._bordered th:last-child,
.Table._form th:last-child,
.Table._striped td:last-child,
.Table._striped th:last-child {
  padding-right: 20px;
}

.Table._unstyled td,
.Pagination ul.Table td,
.Table._unstyled th,
.Pagination ul.Table th {
  border: none;
  padding: 0;
}

.Table tr._align-middle td,
.Table td._align-middle {
  vertical-align: middle;
}

@page {
  margin: 0;
}

body {
  margin: 0;
}

.sheet {
  margin: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  page-break-after: always;
}

/** Paper sizes **/

body.A3 .sheet {
  width: 297mm;
  height: 419mm;
}

body.A3.landscape .sheet {
  width: 420mm;
  height: 296mm;
}

body.A4 .sheet {
  width: 210mm;
  height: 296mm;
}

body.A4.landscape .sheet {
  width: 297mm;
  height: 209mm;
}

body.A5 .sheet {
  width: 148mm;
  height: 209mm;
}

body.A5.landscape .sheet {
  width: 210mm;
  height: 147mm;
}

body.letter .sheet {
  width: 216mm;
  height: 279mm;
}

body.letter.landscape .sheet {
  width: 280mm;
  height: 215mm;
}

body.legal .sheet {
  width: 216mm;
  height: 356mm;
}

body.legal.landscape .sheet {
  width: 357mm;
  height: 215mm;
}

/** Padding area **/

.sheet.padding-10mm {
  padding: 10mm;
}

.sheet.padding-15mm {
  padding: 15mm;
}

.sheet.padding-20mm {
  padding: 20mm;
}

.sheet.padding-25mm {
  padding: 25mm;
}

/** For screen preview **/

@media screen {
  body {
    background: #e0e0e0;
  }

  .sheet {
    background: white;
    box-shadow: 0 0.5mm 2mm rgba(0, 0, 0, 0.3);
    margin: 5mm auto;
  }
}

/** Fix for Chrome issue #273306 **/

@media print {
  body.A3.landscape {
    width: 420mm;
  }

  body.A3,
  body.A4.landscape {
    width: 297mm;
  }

  body.A4,
  body.A5.landscape {
    width: 210mm;
  }

  body.A5 {
    width: 148mm;
  }

  body.letter,
  body.legal {
    width: 216mm;
  }

  body.letter.landscape {
    width: 280mm;
  }

  body.legal.landscape {
    width: 357mm;
  }
}

.Header {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #000042;
  z-index: 100;
}

.Header .logo {
  padding: 10px 45px;
  margin: 0 15px;
  background-color: #ededed;
  text-decoration: none;
}

.Header .logo img {
  max-width: 197px;
}

.Header .menu {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}

.Header .menu ul li {
  position: relative;
  float: left;
}

.Header .menu ul li._last {
  float: right;
  margin-right: 0;
}

.Header .menu ul li._last > a:after {
  content: '';
  position: relative;
  top: 5px;
  display: inline-block;
  margin: 0 0 0 5px;
  background-color: #fb4c16;
  width: 25px;
  height: 20px;
  -webkit-clip-path: polygon(51% 100%, 0 0, 100% 0);
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  z-index: 2;
}

.Header .menu ul li._last > ul {
  left: auto;
  right: 0;
  width: 100%;
  min-width: 170px;
}

.Header .menu ul li._last > ul li {
  text-align: right;
}

.Header .menu ul li._last > ul li.role {
  display: block;
  margin-bottom: 10px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 80%;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
}

.Header .menu ul li:hover > a {
  background: #fb4c16;
  color: #fff;
}

.Header .menu ul li:hover._last a:after {
  background-color: #000042;
}

.Header .menu ul li:hover ul {
  display: block;
}

.Header .menu ul li a {
  display: block;
  padding: 5px 30px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none;
}

.Header .menu ul li a:hover {
  background-color: #fb4c16;
}

.Header .menu ul li > ul {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  width: 220px;
  border-radius: 0 0 6px 6px;
  background: #e2e5ea;
  background: #000042;
  overflow: hidden;
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.Header .menu ul li > ul li {
  float: none;
}

.Header .menu ul li > ul li a {
  padding: 5px 26px;
  color: #fff;
  line-height: 40px;
}

.Header .menu ul li > ul li a:hover {
  background-color: #00005c;
}

@media (max-width: 1400px) {
  .Header .logo {
    padding: 10px 25px;
  }

  .Header .menu ul li a {
    padding: 5px 20px;
  }
}

.Content {
  padding-top: 60px;
  overflow: hidden;
}

.Content:before {
  content: '';
  position: absolute;
  top: -325px;
  left: 50%;
  transform: translateX(-50%);
  width: 1414px;
  height: 584px;
  background-image: url(../images/projeto/mark.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.Content .container {
  width: 1170px;
  margin: 0 auto;
}

.Content .container._narrow {
  width: 730px;
}

.Content .container._full {
  width: 100%;
  padding: 0 40px;
}

.Content .container._padded {
  padding-top: 40px;
}

.Content.followup:before,
.Content.followup .Footer {
  display: none;
}

.Hero,
.Funil .Hero {
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
}

.Hero .title {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 35px;
  margin-bottom: 0;
}

.Hero .actions {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.Hero .actions input[type=search] {
  display: inline-block;
  width: 200px;
  margin-right: 10px;
  border-color: transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 100ms ease-in;
}

.Hero .actions input[type=search]:focus {
  border-color: #e2e5ea;
}

.Message {
  border-radius: 6px;
}

.Message._card {
  border: 1px solid #e2e5ea;
  border-left: 3px solid #666;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}

.Message._card._error {
  border-left-color: #e74c3c;
  background: #fff;
  color: #e74c3c;
}

.Message._card._success {
  border-left-color: #2ecc71;
  background: #fff;
  color: #2ecc71;
}

.Message._card._warning {
  border-left-color: #f7ca18;
  background: #fff;
  color: #f7ca18;
}

.Message._card._focus {
  border-left-color: #3498db;
  background: #fff;
  color: #3498db;
}

.Badge {
  padding: 4px 10px 3px 10px;
  border-radius: 10px;
  background: #eee;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 1px;
  vertical-align: middle;
}

.Badge._error {
  background-color: #e74c3c;
  color: #fff;
}

.Badge._success {
  background-color: #2ecc71;
  color: #fff;
}

.Badge._warning {
  background-color: #f7ca18;
  color: #fff;
}

.Badge._focus {
  background-color: #3498db;
  color: #fff;
}

.Card,
.Login .login-container .Form,
.Oportunidade .oportunidade-timeline li .content {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #e2e5ea;
  background: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}

.Table th {
  color: #000042;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.Table td {
  font-weight: 300;
}

.Table tbody tr._clicked td {
  background: #e3e8ef !important;
}

.Table._card {
  border-collapse: separate;
  border-spacing: 0 7px;
}

.Table._card th:first-child,
.Table._card td:first-child {
  padding-left: 20px;
  border-radius: 6px 0 0 6px;
}

.Table._card th:last-child,
.Table._card td:last-child {
  padding-right: 20px;
  border-radius: 0 6px 6px 0;
}

.Table._card thead tr th {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: none;
}

.Table._card tbody tr td {
  background: #fff;
  border-top: 1px solid #e2e5ea;
  border-bottom: 1px solid #e2e5ea;
  box-shadow: 0 0 0 0 #DBE0E7;
}

.Table._card tbody tr td:first-child {
  border-left: 1px solid #e2e5ea;
}

.Table._card tbody tr td:last-child {
  border-right: 1px solid #e2e5ea;
}

.Table._card tbody tr:hover td {
  background: #ebeef3;
}

.Table._form td,
.Table._form th {
  border-color: #e2e5ea;
}

.Table._form td {
  position: relative;
  padding: 0;
}

.Table._form td:first-child {
  padding-left: 0;
}

.Table._form td:last-child {
  padding-right: 0;
}

.Table._form td input {
  height: 40px;
  padding: 0 20px;
  border: none;
  border-radius: 0;
}

.Table._form td .actions._offset {
  position: absolute;
  top: 0;
  left: 100%;
}

.Table._tb_fluxo {
  font-size: 12px;
}

.Table._tb_fluxo thead {
  background-color: #eee;
}

.Table._tb_fluxo tfoot {
  font-weight: bold;
}

.Table._tb_fluxo th {
  font-size: 11px;
  font-weight: bold;
}

.Table._tb_fluxo th:last-child {
  padding-right: 4px;
}

.Table._tb_fluxo th,
.Table._tb_fluxo td {
  width: 7%;
  padding: 2px 4px;
}

.Table._tb_fluxo th:first-child,
.Table._tb_fluxo td:first-child {
  padding-left: 4px;
}

.Table._tb_fluxo th:nth-child(1),
.Table._tb_fluxo td:nth-child(1) {
  width: 14%;
}

.Table._tb_dre .topico {
  color: #fff;
  background-color: #0e253c;
  cursor: pointer;
}

.Table._tb_dre .topico td {
  border: 1px solid #fff;
}

.Table._tb_dre .topico:hover {
  opacity: 0.9;
}

.Table._tb_dre .categoria {
  background-color: #c4daef;
  cursor: pointer;
}

.Table._tb_dre .categoria td {
  border: 1px solid #fff;
}

.Table._tb_dre .categoria:hover {
  opacity: 0.9;
}

.Table._tb_dre .calc {
  background-color: #8ccf63;
}

.Table._tb_dre .calc td {
  border: 1px solid #fff;
}

.Table._abrangencia {
  margin: 0;
}

.Table._abrangencia td {
  padding: 5px;
  background-color: #ededed;
  font-size: 13px;
  border: 1px solid #868686;
  text-transform: uppercase;
  text-align: center;
}

.Table._atividades a {
  text-decoration: none;
}

.Table .actions {
  margin: 0;
  list-style: none;
  text-align: right;
}

.Table .actions._icons li a {
  font-size: 14px;
}

.Table .actions li {
  display: inline-block;
  margin-right: 5px;
}

.Table .actions li:last-child {
  margin-right: 0;
}

.Table .actions li a {
  color: #000042;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.Table .actions li a:hover {
  opacity: 0.8;
}

.Table .actions li a._red:hover {
  color: #e74c3c;
}

.blocker {
  z-index: 500;
  background: rgba(226, 229, 234, 0.8);
}

.modal {
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 3px 12px 3px rgba(158, 169, 186, 0.6);
}

.modal .modal-header h1 {
  font-size: 24px;
}

.modal .Form,
.modal .form-item:last-child {
  margin-bottom: 0;
}

.Form .form-item {
  margin-bottom: 20px;
}

.Form .form-item label {
  color: #000042;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.Form .form-item label._error {
  color: #e74c3c;
}

.Form .form-item input._loading {
  background: url("../images/loader.gif") right 10px center no-repeat;
  background-size: 20px;
}

.Form .form-item input,
.Form .form-item select,
.Form .form-item textarea,
.Form .form-item .select2-selection__rendered {
  font-weight: 300;
}

.Form .form-item input:-ms-input-placeholder,
.Form .form-item select:-ms-input-placeholder,
.Form .form-item textarea:-ms-input-placeholder,
.Form .form-item .select2-selection__rendered:-ms-input-placeholder {
  font-weight: 300;
}

.Form .form-item input::placeholder,
.Form .form-item select::placeholder,
.Form .form-item textarea::placeholder,
.Form .form-item .select2-selection__rendered::placeholder {
  font-weight: 300;
}

.Form .form-item input:focus,
.Form .form-item select:focus,
.Form .form-item textarea:focus,
.Form .form-item .select2-selection__rendered:focus {
  border-color: #fb4c16;
  box-shadow: 0 0 1px #fb4c16 inset;
}

.Form .form-item input[type=submit] {
  font-weight: 700;
}

@media (max-width: 768px) {
  .Form .Row ._col-1,
  .Form .Row ._col-2,
  .Form .Row ._col-3,
  .Form .Row ._col-4,
  .Form .Row ._col-5,
  .Form .Row ._col-6,
  .Form .Row ._col-7,
  .Form .Row ._col-8,
  .Form .Row ._col-9,
  .Form .Row ._col-10,
  .Form .Row ._col-11,
  .Form .Row ._col-12 {
    margin-bottom: 0;
  }
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #e2e5ea;
  border-radius: 4px;
  background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 12px;
  font-family: "Circular Std", Arial, sans-serif;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  width: 30px;
  height: 35px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12'><path fill='%235e6c75' d='M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent !important;
}

.select2-container--default .select2-selection--single {
  height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 4px 8px;
  border: 0;
  line-height: 1;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #e2e5ea;
}

.select2-container--default .select2-search--inline .select2-search__field {
  height: 20px;
  margin-top: 7px;
}

.select2-container--default .select2-dropdown {
  border-color: #e2e5ea;
  background-color: #fff;
}

.select2-container--default .select2-dropdown .select2-search--dropdown .select2-search__field {
  padding-left: 32px;
  border-color: #e2e5ea;
  border-radius: 0;
  box-shadow: none;
}

.select2-container--default .select2-dropdown .select2-results__options .select2-results__option {
  font-size: 13px;
}

.select2-container--default .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #fff;
  background-color: #000042;
}

.select2-container--default .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected=true] {
  color: #1e1f21;
}

.select2-container--default .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"] {
  background-color: #e2e5ea;
}

.Button:hover {
  background-color: #da3604;
}

.Button._red {
  background-color: #e74c3c;
  color: #fff;
}

.Button._green {
  background-color: #2ecc71;
  color: #fff;
}

.Button._gray {
  background-color: #9ea9ba;
  color: #fff;
}

.Button._square {
  padding: 0;
  width: 35px;
}

.Button._upper {
  font-size: 11px;
  letter-spacing: 1px;
}

.Button._raised,
.Hero .actions .Button {
  transition: all 100ms ease-in;
}

.Button._raised:hover,
.Hero .actions .Button:hover {
  box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.Login {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.Login:before {
  content: '';
  position: absolute;
  top: -350px;
  left: 50%;
  transform: translateX(-50%);
  width: 1414px;
  height: 584px;
  background-image: url(../images/projeto/mark.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.Login:after {
  content: '';
  position: absolute;
  bottom: -310px;
  left: 50%;
  transform: translateX(-50%);
  width: 1414px;
  height: 584px;
  background-image: url(../images/projeto/mark.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.Login .container {
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  position: relative;
  margin: 0 auto;
  width: 992px;
}

.Login .Row {
  -ms-flex-align: center;
  align-items: center;
}

.Login .login-container {
  margin-left: auto;
  width: 400px;
}

.Login .login-container .Form {
  margin: 0;
  border: none;
  border-bottom: 10px solid #000042;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.35);
}

.Login .login-container.novo-acesso {
  width: 900px;
  max-width: 90%;
  margin-left: 0px;
  transform: perspective(1px) translateY(-50%) translateX(-50%);
}

.Login._other .login-container {
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  left: 50%;
  margin-left: -200px;
}

.Login._other .login-container.novo-acesso {
  width: 900px;
  max-width: 90%;
  margin-left: 0px;
  transform: perspective(1px) translateY(-50%) translateX(-50%);
}

.Login._other .Footer {
  display: none;
}

.Bar._clientes {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 40px;
  border-top: 1px solid #e2e5ea;
  background: #fff;
}

.Bar._clientes p {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 35px;
}

.Bar._clientes nav {
  float: right;
}

.Bar._clientes nav ul li {
  display: inline-block;
}

.Tabs {
  padding-bottom: 40px;
}

.Tabs > .menu {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #e2e5ea;
  list-style: none;
}

.Tabs > .menu li {
  position: relative;
  margin-right: 20px;
  padding-bottom: 15px;
}

.Tabs > .menu li a {
  color: #768192;
  text-decoration: none;
  font-weight: 700;
}

.Tabs > .menu li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 3px;
  background: none;
}

.Tabs > .menu li._active a {
  color: #1e1f21;
}

.Tabs > .menu li._active a::after {
  background-color: #000042;
}

.Filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.Filters li {
  color: #768192;
  margin: 0 10px 10px 0;
  padding: 5px;
  border-radius: 4px;
  background: #e2e5ea;
  font-size: 11px;
  line-height: 1;
  cursor: pointer;
}

.Filters li i {
  color: #999;
  font-size: 6px;
  vertical-align: middle;
}

.Projeto > .Row > ._col-4 {
  padding-right: 90px;
}

.Projeto .projeto-nome {
  margin-bottom: 10px;
  line-height: 1;
}

.Projeto .projeto-proponente {
  font-size: 14px;
  color: #768192;
}

.Projeto .projeto-status {
  display: inline-block;
  padding: 7px 20px 6px 20px;
  border-radius: 20px;
  background: #e2e5ea;
  color: #768192;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}

.Projeto .projeto-links {
  margin: 0;
  list-style: none;
}

.Projeto .projeto-links li {
  margin-bottom: 10px;
}

.Projeto .projeto-links li a {
  text-decoration: none;
}

.Projeto .projeto-info {
  margin-bottom: 10px;
}

.Projeto .projeto-label {
  margin-bottom: 5px;
  color: #768192;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}

.Projeto .progress-bar {
  height: 4px;
  border-radius: 4px;
  background: #e2e5ea;
}

.Projeto .progress-bar > .progress {
  max-width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #00CD94;
}

.Projeto .projeto-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  list-style-type: none;
}

.Projeto .projeto-tags li {
  margin: 0 10px 10px 0;
  padding: 8px;
  border: 1px solid #e2e5ea;
  border-radius: 4px;
  font-size: 12px;
}

.Projeto .projeto-actions {
  padding-bottom: 40px;
  text-align: right;
}

.Projeto .Table._cotas {
  margin-bottom: 10px;
}

.Projeto .Table._cotas td {
  padding-bottom: 10px;
  vertical-align: bottom;
}

.Projeto .Table th,
.Projeto .Table td {
  padding: 10px 0;
}

.Projeto ._fz20 {
  font-size: 20px;
}

.Projeto ._fz20 small {
  font-size: 75%;
}

.Projeto ._fz16 {
  font-size: 16px;
}

.Projeto ._fz16 small {
  font-size: 75%;
}

.Bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: -1px 0 0 4px;
}

.Bullet._green {
  background-color: #2ecc71;
}

.Bullet._red {
  background-color: #e74c3c;
}

.Bullet._gray {
  background-color: #9ea9ba;
}

.Funil .Hero {
  height: 60px;
  border-bottom: 1px solid #E1E5EB;
  margin: 0;
  padding: 0 40px;
}

.Funil .Hero .title {
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 0;
}

.Funil .Hero .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.Board {
  position: fixed;
  top: 120px;
  width: 100%;
  height: calc(100vh - 94px);
  overflow: hidden;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.Board .board-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding: 0 40px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.Board .board-list {
  max-width: 260px;
  min-width: 260px;
  height: 100%;
  border-right: 1px solid #E1E5EB;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 20px;
}

.Board .board-list.nodragabble {
  background: rgba(0, 0, 0, 0.02);
}

.Board .board-list.nodragabble .board-list-cards .board-list-card:hover {
  background: #fff;
  box-shadow: 0 2px 0 #e3e5e8;
}

.Board .board-list .board-list-title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  color: #777A81;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: grab;
}

.Board .board-list .board-list-title.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.Board .board-list .board-list-title small {
  margin-left: 5px;
  color: #9C9EA1;
  font-size: 11px;
}

.Board .board-list .board-list-cards {
  height: calc(100% - 60px);
  padding: 0 10px;
  overflow-y: scroll;
}

.Board .board-list .board-list-cards .board-list-card {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
  line-height: 1;
  overflow: hidden;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 #e3e5e8;
}

.Board .board-list .board-list-cards .board-list-card:hover,
.Board .board-list .board-list-cards .board-list-card.sortable-chosen {
  background: #e9ebee;
  box-shadow: 0 2px 0 #d5d8dc;
}

.Board .board-list .board-list-cards .board-list-card.sortable-chosen {
  background: #e3e6e9;
  cursor: grabbing;
}

.Board .board-list .board-list-cards .board-list-card .info {
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.Board .board-list .board-list-cards .board-list-card .card-oportunidade-id {
  display: inline-block;
  vertical-align: middle;
  color: #92989E;
  font-size: 14px;
}

.Board .board-list .board-list-cards .board-list-card .card-temp {
  position: absolute;
  bottom: 14px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.Board .board-list .board-list-cards .board-list-card .card-temp.hot {
  background: #ff5e57;
}

.Board .board-list .board-list-cards .board-list-card .card-temp.warm {
  background: #ffc048;
}

.Board .board-list .board-list-cards .board-list-card .card-temp.cold {
  background: #4bcffa;
}

.Board .board-list .board-list-cards .board-list-card .card-title {
  display: inline;
  font-size: 14px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.Board .board-list .board-list-cards .board-list-card .card-member {
  float: left;
}

.Board .board-list .board-list-cards .board-list-card .card-member .avatar {
  width: 16px;
  margin-right: 5px;
  border-radius: 4px;
  float: left;
}

.Board .board-list .board-list-cards .board-list-card .card-member .name {
  color: #92989E;
  font-size: 12px;
}

.Board .board-list .board-list-cards .board-list-card .card-time {
  margin-right: 13px;
  height: 16px;
  line-height: 16px;
  color: #92989E;
  font-size: 12px;
  float: right;
}

.Board .board-list:first-child {
  margin-left: -10px;
}

.Oportunidade > .Row > ._col-4 {
  padding-right: 90px;
}

.Oportunidade .oportunidade-nome {
  margin-bottom: 10px;
  line-height: 1;
}

.Oportunidade .oportunidade-status {
  display: inline-block;
  padding: 7px 20px 6px 20px;
  border-radius: 20px;
  background: #e2e5ea;
  color: #768192;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}

.Oportunidade .oportunidade-links {
  margin: 0;
  list-style: none;
}

.Oportunidade .oportunidade-links li {
  margin-bottom: 10px;
}

.Oportunidade .oportunidade-links li a {
  text-decoration: none;
}

.Oportunidade .oportunidade-info {
  margin-bottom: 10px;
}

.Oportunidade .oportunidade-label {
  margin-bottom: 5px;
  color: #768192;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}

.Oportunidade .oportunidade-label a.edit {
  text-transform: none;
  text-decoration: none;
  margin-left: 5px;
}

.Oportunidade .oportunidade-pessoas {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Oportunidade .oportunidade-pessoas li {
  margin-bottom: 10px;
  line-height: 18px;
}

.Oportunidade .oportunidade-pessoas li span {
  display: inline;
  cursor: pointer;
}

.Oportunidade .oportunidade-pessoas li span i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #9ea9ba;
  border-radius: 10px;
  color: #9ea9ba;
  font-size: 8px;
  text-align: center;
  vertical-align: top;
}

.Oportunidade .oportunidade-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  list-style-type: none;
}

.Oportunidade .oportunidade-tags li {
  margin: 0 10px 10px 0;
  padding: 8px;
  border: 1px solid #e2e5ea;
  border-radius: 4px;
  font-size: 12px;
}

.Oportunidade .oportunidade-actions {
  padding-bottom: 40px;
  text-align: right;
}

.Oportunidade .oportunidade-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Oportunidade .oportunidade-timeline li {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.Oportunidade .oportunidade-timeline li .datetime {
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 80px;
  margin-right: 50px;
  padding-top: 24px;
  text-align: right;
  line-height: 1;
}

.Oportunidade .oportunidade-timeline li .datetime .date {
  font-weight: 700;
}

.Oportunidade .oportunidade-timeline li .datetime .time {
  color: #9ea9ba;
  font-size: 12px;
}

.Oportunidade .oportunidade-timeline li .datetime::before {
  content: '';
  position: absolute;
  top: 25px;
  right: -31px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9ea9ba;
  z-index: 1;
}

.Oportunidade .oportunidade-timeline li .content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
}

.Oportunidade .oportunidade-timeline li .content .icon-edit {
  font-size: 10px;
}

.Oportunidade .oportunidade-timeline li .content::before,
.Oportunidade .oportunidade-timeline li .content::after {
  content: '';
  position: absolute;
  left: -28px;
  display: block;
  width: 3px;
  background: #e2e5ea;
}

.Oportunidade .oportunidade-timeline li .content::before {
  top: 0;
  height: 30px;
}

.Oportunidade .oportunidade-timeline li .content::after {
  bottom: -42px;
  height: calc(100% + 10px);
}

.Oportunidade .oportunidade-timeline li:first-child .content::before {
  display: none;
}

.Oportunidade .oportunidade-timeline li:last-child .content::after {
  display: none;
}

body {
  background-color: #ededed;
}

._red {
  color: #e74c3c;
}

._green {
  color: #2ecc71;
}

._gray {
  color: #9ea9ba;
}

._orange {
  color: #fb4c16;
}

._mb {
  margin-bottom: 20px;
}

a,
div {
  font-weight: 700;
}

p {
  font-weight: 300;
}

.select2-results__option {
  font-weight: 300;
}

h1,
._h1,
.Projeto .projeto-nome,
.Oportunidade .oportunidade-nome,
h2,
._h2 {
  color: #fb4c16;
}

._line {
  position: relative;
  margin: 0 0 40px;
}

._line:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: #b0b4b7;
}

._line._sm:after {
  width: 50%;
}

#mapa {
  display: block;
  margin-left: auto;
  width: 1060px;
  max-width: 100%;
}

#mapa .mapa-svg-estados {
  fill: #E1E1E1;
  transition: .3s ease;
}

#mapa .mapa-svg-estados:hover {
  cursor: pointer;
  opacity: 0.8;
}

#mapa .label {
  fill: #fff;
}

#mapa .pin {
  fill: #2D46B9;
  opacity: 0;
}

.tabela-overflow {
  height: 500px;
  overflow-x: auto;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: auto;
}

.mfp-close {
  cursor: pointer !important;
}

.Footer {
  margin: 40px 0;
  text-align: center;
}

.Footer .logo img {
  display: inline-block;
}

.Footer:after {
  content: '';
  position: absolute;
  bottom: -370px;
  left: 50%;
  transform: translateX(-50%);
  width: 1414px;
  height: 584px;
  background-image: url(../images/projeto/mark.png);
  background-repeat: no-repeat;
  z-index: -1;
}

@media print {
  * {
    background: initial !important;
  }

  .Header {
    display: none;
  }

  .breakpoint {
    display: block;
    page-break-inside: avoid;
    page-break-before: auto;
    page-break-after: auto;
  }

  .breakpoint2 {
    page-break-before: always;
    page-break-after: always;
  }

  .Card,
  .Login .login-container .Form,
  .Oportunidade .oportunidade-timeline li .content {
    page-break-before: auto;
    page-break-after: auto;
  }

  .Projeto .progress-bar {
    box-shadow: 0 0 0 1000px #e2e5ea inset !important;
  }

  .Projeto .progress-bar > .progress {
    box-shadow: 0 0 0 1000px #00CD94 inset !important;
  }

  .voltar {
    display: none;
  }
}

.owl-carousel .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background-color: #041142;
}

.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #f54b16;
}

.owl-carousel .owl-dots {
  display: block;
  text-align: center;
}