
@import 'https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.7.2/dropzone.min.css';
@import 'https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.2/select2.min.css';
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0; }

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em; }

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8; }

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0; }

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em; } }

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em; }

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em; }

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em; }

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s; }

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s; }

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s; }

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4); }

.swal2-container.swal2-backdrop-hide {
  background: transparent !important; }

.swal2-container.swal2-top {
  align-items: flex-start; }

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start; }

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end; }

.swal2-container.swal2-center {
  align-items: center; }

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start; }

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end; }

.swal2-container.swal2-bottom {
  align-items: flex-end; }

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start; }

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end; }

.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto; }

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center; }

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center; }

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column; }

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center; }

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start; }

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end; }

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center; }

.swal2-container.swal2-no-transition {
  transition: none !important; }

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }

.swal2-popup:focus {
  outline: none; }

.swal2-popup.swal2-loading {
  overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4; }

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px; }

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500; }

.swal2-styled:not([disabled]) {
  cursor: pointer; }

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em; }

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em; }

.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }

.swal2-styled::-moz-focus-inner {
  border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }

.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474; }

.swal2-close::-moz-focus-inner {
  border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important; }

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5; }

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc; }

.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #cccccc; }

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }

.swal2-range input {
  width: 80%; }

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center; }

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }

.swal2-input[type=number] {
  max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em; }

.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em; }

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg); }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg); }

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s; }

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s; }

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86; }

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee; }

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd; }

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0; }

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%; }

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg); }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s; }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s; }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }

.swal2-progress-steps li {
  display: inline-block;
  position: relative; }

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6; }

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6; }

[class^=swal2] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s; }

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0; }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0; }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em; }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0; }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0; }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em; }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em; } }

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0; }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0; }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em; } }

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em; } }

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em; } }

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }

body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0; }

body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0; }

body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0; }

body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none; }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%); }

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em; }

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center; }

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em; }

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em; }

/*
 * Image replacement (does not work on buttons/inputs)
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

@-webkit-keyframes draw {
  0% {
    stroke-dasharray: 0 790;
    opacity: 1; }
  100% {
    stroke-dasharray: 790 0;
    opacity: 1; } }

@keyframes draw {
  0% {
    stroke-dasharray: 0 790;
    opacity: 1; }
  100% {
    stroke-dasharray: 790 0;
    opacity: 1; } }

@-ms-viewport {
  width: device-width;
  zoom: 1;
  /* stylelint-disable-line */ }

@-o-viewport {
  width: device-width;
  zoom: 1;
  /* stylelint-disable-line */ }

@viewport {
  width: device-width;
  zoom: 1;
  /* stylelint-disable-line */ }

::-moz-selection {
  background: #444B55;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #444B55;
  text-shadow: none;
  color: #fff; }

html {
  width: 100vw;
  overflow: hidden; }

html,
button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", sans-serif !important;
  color: #4d4d4f;
  outline-color: #444B55;
  -webkit-font-smoothing: antialiased;
  background: rgba(205, 208, 217, 0.19); }

body {
  font-family: "Montserrat", sans-serif !important; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

html {
  min-height: 100%;
  overflow-y: scroll;
  line-height: 1.4;
  box-sizing: border-box; }

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

p,
span {
  font-size: 14px;
  line-height: 1.71; }

b,
strong {
  font-weight: 600; }

a {
  color: #444B55;
  text-decoration: none;
  transition: all 0.2s ease-out; }
  a:hover, a:focus {
    color: #2d3239; }
  a:active {
    /* stylelint-disable-line */ }

img {
  max-width: 100%;
  font-style: italic;
  /* fancy broken image alt text */ }

ul,
ol {
  padding: 0;
  list-style-position: inside;
  list-style: none; }

.o-list {
  width: 100%; }
  .o-list--item {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
    font-weight: bold;
    color: #4d4d4f;
    font-family: "Montserrat", sans-serif; }
    .o-list--item:hover {
      cursor: pointer;
      text-decoration: none;
      background-color: #fafafa;
      color: #4d4d4f; }
    .o-list--item-title {
      font-size: 16px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical;
  min-height: 3em; }

.js-thumb {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

input::-moz-placeholder {
  color: #c1c1c1 !important; }

input:-ms-input-placeholder {
  color: #c1c1c1 !important; }

input::placeholder {
  color: #c1c1c1 !important; }

.o-badges {
  font-size: 13px;
  background-color: transparent;
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-transform: lowercase; }
  .o-badges--border-color-dark {
    border: 1px solid #333; }
  .o-badges--border-radius-rect {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

.pagination .page-link {
  color: #444B55; }

.pagination .page-item {
  height: 37px; }
  .pagination .page-item.active .page-link {
    background-color: #505864;
    border-color: #505864;
    padding-bottom: 10px; }
  .pagination .page-item.disabled .page-link {
    padding-bottom: 11px; }

.o-grid {
  display: flex; }
  .o-grid--table {
    display: grid; }
    .o-grid--table-columns__1 {
      grid-template-columns: repeat(1, 1fr); }
    .o-grid--table-columns__2 {
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 40px;
           column-gap: 40px; }
      @media (max-width: 768px) {
        .o-grid--table-columns__2 {
          grid-template-columns: repeat(1, 1fr); } }
    .o-grid--table-columns__3 {
      grid-template-columns: repeat(3, 1fr); }
    .o-grid--table-columns__4 {
      grid-template-columns: repeat(4, 1fr); }
  .o-grid--buttons-inline {
    margin: 40px 0;
    display: flex; }
    .o-grid--buttons-inline-start {
      justify-content: flex-start; }
    .o-grid--buttons-inline-end {
      justify-content: flex-end; }
    .o-grid--buttons-inline a + a,
    .o-grid--buttons-inline a + button,
    .o-grid--buttons-inline button + button {
      margin-left: 20px; }
  .o-grid--align-center {
    align-items: center; }
  .o-grid__item {
    width: 100%; }

.o-row {
  display: flex;
  align-items: center; }
  .o-row--inline {
    justify-content: space-between; }
    @media (max-width: 768px) {
      .o-row--inline {
        flex-direction: column; } }
  .o-row--top {
    align-items: baseline; }
  @media (max-width: 768px) {
    .o-row--end-onmobile {
      align-items: flex-end; } }

.o-margin--bottom-0 {
  margin-bottom: 0; }

.o-margin--bottom-10 {
  margin-bottom: 10px; }

.o-margin--bottom-20 {
  margin-bottom: 20px; }

.o-margin--bottom-30 {
  margin-bottom: 30px; }

.o-margin--bottom-40 {
  margin-bottom: 40px; }

.o-margin--bottom-50 {
  margin-bottom: 50px; }

.o-margin--top-10 {
  margin-top: 10px; }

.o-margin--top-20 {
  margin-top: 20px; }

.o-margin--top-30 {
  margin-top: 30px; }

.o-margin--top-40 {
  margin-top: 40px; }

.o-margin--top-50 {
  margin-top: 50px; }

.o-margin--top-70 {
  margin-top: 70px; }

.o-margin--left-10 {
  margin-left: 10px; }

.o-margin--left-20 {
  margin-left: 20px; }

.o-margin--left-30 {
  margin-left: 30px; }

.o-margin--left-40 {
  margin-left: 40px; }

.o-margin--left-50 {
  margin-left: 50px; }

.o-margin--right-10 {
  margin-right: 10px; }

.o-margin--right-20 {
  margin-right: 20px; }

.o-margin--right-30 {
  margin-right: 30px; }

.o-margin--right-40 {
  margin-right: 40px; }

.o-margin--right-50 {
  margin-right: 50px; }

.o-padding--bottom-0 {
  padding-bottom: 0; }

.o-padding--bottom-10 {
  padding-bottom: 10px; }

.o-padding--bottom-20 {
  padding-bottom: 20px; }

.o-padding--bottom-30 {
  padding-bottom: 30px; }

.o-padding--bottom-40 {
  padding-bottom: 40px; }

.o-padding--bottom-50 {
  padding-bottom: 50px; }

.o-padding--top-10 {
  padding-top: 10px; }

.o-padding--top-20 {
  padding-top: 20px; }

.o-padding--top-30 {
  padding-top: 30px; }

.o-padding--top-40 {
  padding-top: 40px; }

.o-padding--top-50 {
  padding-top: 50px; }

.o-padding--left-10 {
  padding-left: 10px; }

.o-padding--left-20 {
  padding-left: 20px; }

.o-padding--left-30 {
  padding-left: 30px; }

.o-padding--left-40 {
  padding-left: 40px; }

.o-padding--left-50 {
  padding-left: 50px; }

.o-padding--right-10 {
  padding-right: 10px; }

.o-padding--right-20 {
  padding-right: 20px; }

.o-padding--right-30 {
  padding-right: 30px; }

.o-padding--right-40 {
  padding-right: 40px; }

.o-padding--right-50 {
  padding-right: 50px; }

.o-btn {
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
  border: none;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  line-height: 1;
  outline: none;
  padding: 15px 30px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  white-space: nowrap; }
  .o-btn:hover {
    color: #fff; }
  .o-btn, .o-btn:hover, .o-btn:focus, .o-btn:active {
    text-decoration: none;
    outline: none; }
  .o-btn--primary {
    background-color: #639AD2;
    color: #fff;
    margin-right: 10px;
    border: 2px solid #639AD2;
    display: inline-block;
    margin: 0;
    padding: 15px 35px; }
    .o-btn--primary:hover {
      color: #444B55;
      background-color: #f6f6f6; }
  .o-btn--secondary {
    background-color: #505864;
    color: #fff;
    margin-right: 10px;
    border: 2px solid #505864;
    display: inline-block;
    margin: 0;
    padding: 15px 35px; }
    .o-btn--secondary:hover {
      color: #444B55;
      background-color: #f6f6f6; }
  .o-btn--tertiary {
    background-color: #FECE5A;
    color: #444B55;
    margin-right: 10px;
    border: 2px solid #FECE5A;
    display: inline-block;
    margin: 0;
    padding: 15px 35px; }
    .o-btn--tertiary:hover {
      color: #444B55;
      background-color: #f6f6f6; }
  .o-btn--menu {
    background-color: #505864;
    color: #fff;
    border: 1px solid #505864; }
  .o-btn--block {
    display: block;
    width: 100%; }
  .o-btn--width-200 {
    width: 200px; }
  .o-btn--min-w-220 {
    min-width: 220px; }
  @media only screen and (max-width: 1024px) {
    .o-btn--full-sm {
      width: 100%; } }
  .o-btn--large {
    padding: 15px 65px; }
  .o-btn--xs {
    padding: 12px;
    font-size: 13px; }
  .o-btn--full {
    width: 100%; }
    @media only screen and (min-width: 1050px) {
      .o-btn--full {
        width: 90%; } }
  .o-btn--border-primary {
    border: 1px solid #444B55; }

.dropdown {
  bottom: 0;
  left: 0;
  margin-bottom: 0 !important;
  padding: 0; }
  .dropdown .dropdown-toggle {
    width: 100%; }
  .dropdown-item {
    text-transform: capitalize !important; }

.select2-container--classic .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #ccc !important; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 36px !important; }

.select2-container .select2-selection--single {
  height: 38px !important; }

.select2-container {
  width: 100% !important; }

.select2-container.error {
  padding-bottom: 20px;
  position: relative; }
  .select2-container.error .select2-choice {
    border: 1px solid #e34326; }
  .select2-container.error:after {
    content: 'Campo obrigatório';
    position: absolute;
    bottom: -5px;
    left: 0;
    font-size: 12px; }

.o-hr {
  display: block;
  margin: 0 auto;
  width: 100%; }

.o-input--container {
  width: 200px;
  margin: 30px auto;
  text-align: center;
  position: relative; }

.o-input-text, .o-input[type='text'] {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  width: 100%;
  border: 2px solid #505864;
  outline-color: rgba(80, 88, 100, 0.2);
  padding: 13px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  color: rgba(255, 255, 255, 0.5); }

.o-input--textarea {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  outline-color: #ccc;
  padding: 8px 5px;
  border-radius: 5px; }

.o-input-select {
  font-size: 14px;
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 6px 5px;
  border-radius: 5px;
  margin: 0;
  outline: none; }

input[type='select']:focus {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 8px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0; }

.o-label {
  display: block;
  color: #444B55;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  margin-left: 13px; }
  .o-label--card {
    border: 1px solid #505864;
    color: #FFF;
    background-color: rgba(0, 114, 216, 0.6);
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 12px; }
  .o-label--button {
    border: 1px solid #444B55;
    color: #444B55;
    padding: 5px 15px; }
  .o-label--rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
  @media (max-width: 1023px) {
    .o-label {
      display: block;
      width: 100%; } }
  .o-label--thin {
    font-weight: 300; }
  .o-label--radio {
    position: relative;
    overflow: hidden;
    padding-left: 30px; }
    .o-label--radio::before, .o-label--radio::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0; }
    .o-label--radio::before {
      width: 18px;
      height: 18px;
      border: 1px solid #f1f3f6;
      background-color: #fff; }
    .o-label--radio::after {
      background-color: #e34326;
      width: 10px;
      height: 10px;
      margin: 4px 0 0 4px;
      opacity: 0;
      transition: opacity 0.2s; }
    .o-label--radio input {
      position: absolute;
      left: -30px; }
    .o-label--radio.is-active::after {
      opacity: 1; }
  .o-form-inline .o-label + .o-label {
    margin-top: 10px; }
    @media (min-width: 1023px) {
      .o-form-inline .o-label + .o-label {
        margin-top: 0;
        margin-left: 38px; } }

.o-cards {
  display: grid;
  grid-gap: 20px; }
  @media (min-width: 1680px) {
    .o-cards {
      grid-template-columns: repeat(5, 1fr); } }
  @media (max-width: 1680px) {
    .o-cards {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 1500px) {
    .o-cards {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1124px) {
    .o-cards {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 930px) {
    .o-cards {
      grid-template-columns: repeat(1, 1fr); } }

.o-card {
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
  background-color: #fff;
  font-family: "Montserrat", sans-serif !important; }
  .o-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .o-card-header h1 {
      font-size: 16px;
      margin: 0; }
  .o-card-info ul {
    margin-bottom: 0; }
  .o-card-info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-top: 0.5px solid #CDD0D9; }
    .o-card-info li p {
      margin: 0; }
    .o-card-info li a {
      font-size: 14px; }

.o-custom-select {
  position: relative;
  display: inline-block;
  background-color: #f0f0f0; }
  .o-custom-select::after {
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    top: 12px;
    right: 15px;
    pointer-events: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.8 451.8'%3E%3Cpath fill='%2305194e' d='M226 354.7c-8.2 0-16.3-3-22.4-9.3L9.3 151.2A31.6 31.6 0 1154 106.4l172 172 171.8-172a31.6 31.6 0 0144.8 44.8L248.3 345.4a31.5 31.5 0 01-22.4 9.3z'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
  .o-custom-select .o-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 9px 45px 10px 13px;
    color: #505864;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0;
    border-color: #505864;
    outline: none;
    text-transform: uppercase; }
    @media (min-width: 767px) {
      .o-custom-select .o-select {
        width: 210px; } }
  .o-custom-select + .o-custom-select {
    margin-left: 6px; }

.select2-container-multi {
  min-height: 40px !important; }

.select2-search-choice {
  padding: 10px 10px 10px 22px !important;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.3 !important; }

.select2-container-multi .select2-search-choice-close {
  top: 12px !important;
  left: 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.select2-container .select2-choice {
  height: 40px !important;
  padding: 7px 0 0 15px !important;
  color: #666 !important; }

.select2-container .select2-choice .select2-arrow {
  padding-top: 5px; }

.select2-container-multi .select2-choices .select2-search-field input {
  color: #666 !important;
  font-size: 14px;
  padding-left: 15px; }

.select2-results .select2-result-label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif !important; }

.o-checkbox {
  position: relative;
  margin: 0 20px; }
  .o-checkbox > input:not(:checked), .o-checkbox > input:checked {
    position: absolute;
    left: -9999px; }
    .o-checkbox > input:not(:checked) + label, .o-checkbox > input:checked + label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      font-family: inherit;
      font-size: 14px;
      font-weight: 300;
      color: inherit; }
      .o-checkbox > input:not(:checked) + label:before, .o-checkbox > input:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 22px;
        height: 22px;
        background: #ffffff;
        border: 1px solid #383838;
        border-radius: 3px; }
      .o-checkbox > input:not(:checked) + label:after, .o-checkbox > input:checked + label:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 1px;
        left: 1px;
        background-color: #383838;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23ffffff' id='svg_1' fill-rule='evenodd' d='m21.652,3.211c-0.293,-0.295 -0.77,-0.295 -1.061,0l-11.181,11.129c-0.293,0.297 -0.771,0.297 -1.062,0l-4.899,-4.989c-0.145,-0.148 -0.335,-0.221 -0.526,-0.222c-0.193,-0.001 -0.389,0.072 -0.536,0.222l-2.165,1.946c-0.144,0.148 -0.222,0.333 -0.222,0.526c0,0.194 0.078,0.397 0.223,0.544l4.94,5.184c0.292,0.296 0.771,0.776 1.062,1.07l2.124,2.141c0.292,0.293 0.769,0.293 1.062,0l14.366,-14.34c0.293,-0.294 0.293,-0.777 0,-1.071l-2.125,-2.14z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: opacity 0.2s, transform 0.2s; }
  .o-checkbox > input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .o-checkbox > input:checked + label:after {
    opacity: 1;
    transform: scale(1); }

.o-ttl {
  font-family: "Montserrat", sans-serif;
  color: #444B55; }
  .o-ttl--title {
    color: #333;
    font-size: 20px;
    font-weight: bold; }
    .o-ttl--title-big {
      font-size: 30px; }
  .o-ttl--subtitle {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    text-transform: inherit; }
  .o-ttl--text {
    text-align: center;
    color: #FFF;
    font-size: 14px; }
  .o-ttl--lineheight-1 {
    line-height: 1; }
    .o-ttl--lineheight-1-2 {
      line-height: 1.2; }
    .o-ttl--lineheight-1-3 {
      line-height: 1.3; }
  .o-ttl--lineheight-2 {
    line-height: 1.5; }
  .o-ttl--color-brand {
    color: #444B55; }
  .o-ttl--color-gray {
    color: #4d4d4f; }
  .o-ttl--color-white {
    color: #fff; }
  .o-ttl--color-yellow {
    color: #f9c55d; }
  .o-ttl--uppercase {
    text-transform: uppercase; }
  .o-ttl--weight-bold {
    font-weight: bold; }
  .o-ttl--link {
    color: #444B55;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #444B55; }
    .o-ttl--link:hover, .o-ttl--link:visited {
      color: #2d3239;
      text-decoration: none; }
  .o-ttl--size-10 {
    font-size: 10px; }
  .o-ttl--size-11 {
    font-size: 11px; }
  .o-ttl--size-12 {
    font-size: 12px; }
  .o-ttl--size-13 {
    font-size: 13px; }
  .o-ttl--size-14 {
    font-size: 14px; }
  .o-ttl--size-15 {
    font-size: 15px; }
  .o-ttl--size-16 {
    font-size: 16px; }
  .o-ttl--size-18 {
    font-size: 18px; }
  .o-ttl--size-20 {
    font-size: 20px; }
  .o-ttl--size-24 {
    font-size: 24px; }
  .o-ttl--size-25 {
    font-size: 25px; }

.o-sbttl {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-transform: inherit; }

.o-textarea {
  font-size: .8125rem;
  font-style: italic;
  line-height: 2;
  border: 1px solid #d0d0d0;
  padding: 11px 15px;
  display: block;
  width: 100%;
  height: 150px;
  outline: none; }
  .o-textarea.error {
    border: 1px solid #e34326; }

.tab {
  display: none; }
  .tab.active {
    display: block; }

.fa-icon--report {
  margin-right: 10px;
  font-size: 20px; }
  .fa-icon--report-pending {
    color: #ccc; }
  .fa-icon--report-ok {
    color: #28a745; }

.o-nav {
  background-color: #444B55;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  box-sizing: border-box;
  position: fixed;
  z-index: 10;
  top: 0; }
  .o-nav button {
    margin-bottom: 0; }

.o-menu {
  padding: 10px;
  box-sizing: border-box;
  position: fixed;
  z-index: 99;
  right: -360px;
  top: 55px;
  width: 360px;
  min-height: 380px;
  background-color: #444B55;
  display: flex;
  flex-flow: row wrap;
  transition: all .2s linear; }
  .o-menu--opened {
    right: 0;
    top: 65px; }
  .o-menu .o-row {
    width: 100%;
    justify-content: space-between; }
    .o-menu .o-row a {
      width: 100px;
      margin: 0 5px; }

.o-main {
  padding: 70px 0 30px;
  min-height: 75vh; }
  @media only screen and (min-width: 1050px) {
    .o-main {
      padding: 70px 0 80px; } }

.o-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  display: block;
  margin: 0 auto; }
  @media only screen and (min-width: 1200px) {
    .o-wrapper {
      padding: 0; } }

.o-flex {
  display: flex; }
  .o-flex--fww {
    flex-wrap: wrap; }
  .o-flex--gap {
    gap: attr(data-gap); }
  .o-flex--fd-c {
    flex-direction: column; }
  .o-flex--jc-ct {
    justify-content: center; }
  @media only screen and (max-width: 1024px) {
    .o-flex--jc-ct-mob {
      justify-content: center; } }
  .o-flex--jc-sa {
    justify-content: space-around; }
  .o-flex--jc-sb {
    justify-content: space-between; }
  .o-flex--jc-fs {
    justify-content: flex-start; }
  .o-flex--jc-fe {
    justify-content: flex-end; }
  .o-flex--ai-ct {
    align-items: center; }

.o-link {
  font-size: 16px;
  color: #151522;
  display: flex;
  justify-content: center;
  align-items: center; }
  .o-link:hover {
    color: #444B55;
    text-decoration: none; }
  .o-link svg {
    max-width: 20px;
    max-height: 20px;
    margin: 0 10px;
    stroke: #444B55; }
  .o-link--white:hover {
    color: #fff; }
  .o-link--white svg {
    stroke: #fff; }
  .o-link--small svg {
    max-width: 15px;
    max-height: 15px; }

.o-section {
  padding: 50px 0 0; }

.o-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px; }
  .o-file--buttons {
    display: flex;
    justify-content: space-between; }

.o-bg-effect {
  position: fixed;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s 0.2s ease-out, visibility 0.1s; }
  .o-bg-effect--lightbox {
    background-color: rgba(51, 51, 51, 0.7); }
  .o-bg-effect.active {
    visibility: visible;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.o-input-mask {
  position: relative; }
  .o-input-mask:before {
    content: '';
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 10px;
    transform: translateY(-50%); }
  .o-input-mask--search:before {
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath data-name='Icon material-search' d='M12.15 10.7h-.77l-.27-.27a6.33 6.33 0 10-.68.68l.26.27v.77L15.55 17 17 15.55zm-5.83 0a4.37 4.37 0 114.37-4.38 4.37 4.37 0 01-4.37 4.37z' fill='%23878787'/%3E%3C/svg%3E"); }
  .o-input-mask .o-input {
    padding-left: 35px; }

.o-sidebar {
  width: 250px;
  height: calc(100vh - 90px);
  background-color: rgba(205, 208, 217, 0.19);
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 10px;
  border: 1px solid rgba(68, 75, 85, 0.1); }
  .o-sidebar__item {
    width: 100%;
    height: 50px;
    cursor: pointer; }
    .o-sidebar__item a {
      color: #444B55;
      width: 100%;
      height: 100%;
      line-height: 40px;
      display: block;
      padding-left: 20px;
      font-size: 12px;
      box-sizing: border-box; }
      .o-sidebar__item a:hover {
        color: #fff; }
    .o-sidebar__item:hover, .o-sidebar__item--active {
      background-color: rgba(68, 75, 85, 0.1);
      color: #444B55; }
      .o-sidebar__item:hover span,
      .o-sidebar__item:hover a, .o-sidebar__item--active span,
      .o-sidebar__item--active a {
        color: #444B55; }
  .o-sidebar__list {
    width: 250px; }

.c-header {
  background-color: #444B55;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  box-sizing: border-box;
  position: fixed;
  z-index: 20;
  top: 0; }
  .c-header-link {
    font-size: 12px;
    color: #639AD2;
    cursor: pointer; }
  @media (max-width: 1024px) {
    .c-header .navbar-collapse {
      padding-top: 30px; } }
  .c-header__brand {
    width: 100px;
    margin-left: 50px; }

.c-banner {
  margin-top: 0;
  padding: 20px;
  background-color: #505864;
  border-radius: 15px;
  width: 100%;
  max-width: 1620px; }
  .c-banner-item {
    overflow: hidden; }
    .c-banner-item * {
      color: #FFF; }
    .c-banner-item-title {
      font-size: 16px;
      font-weight: bold;
      margin: 0; }
    .c-banner-item-subtitle {
      font-size: 14px;
      margin: 0; }

.c-nav {
  padding: 10px;
  box-sizing: border-box;
  position: fixed;
  z-index: 99;
  right: -360px;
  top: 70px;
  width: 360px;
  background-color: #fff;
  display: flex;
  flex-flow: row wrap;
  transition: right 0.2s linear;
  box-shadow: 0px 1px 2px #cccccc;
  border-radius: 0 0 4px 4px; }
  .nav-active .c-nav {
    right: 0; }
  .c-nav__row {
    width: 100%;
    display: flex;
    margin: 5px 0; }
  .c-nav__btn {
    width: 100%;
    margin: 0 5px;
    padding: 15px 20px; }

.s-enter {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .s-enter {
      max-width: 500px;
      margin: 30px auto; } }

.s-register {
  background-color: #fff;
  min-height: calc(100vh - 60px); }
  .s-register--header {
    background-color: #505864;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
    margin-top: 62px; }
    .s-register--header h2 {
      font-size: 16px;
      margin-bottom: 0;
      text-transform: uppercase; }
  @media (min-width: 768px) {
    .s-register form {
      max-width: 500px;
      margin: 50px auto; } }

.s-success {
  background-color: #444B55;
  min-height: calc(100vh - 60px); }
  .s-success--header {
    background-color: #505864;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
    margin-top: 62px; }
    .s-success--header h2 {
      font-size: 16px;
      margin-bottom: 0;
      text-transform: uppercase; }
  .s-success .card {
    max-width: 50vw;
    min-height: 70vh;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .s-success .card {
        max-width: none; } }

.s-auth {
  width: 100vw;
  min-height: calc(100vh - 80px);
  background-color: #fff;
  display: flex;
  align-items: center; }
  .s-auth .o-forms {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .s-auth .o-forms {
        margin-left: 50%;
        transform: translateX(-50%); } }
  .s-auth--link {
    width: 100%;
    text-align: center;
    display: block; }
    .s-auth--link-logo {
      width: 120px; }

.s-share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .s-share--text {
    font-weight: 700; }
  .s-share .row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .s-share .row .social-media {
      margin-left: 10px; }
      .s-share .row .social-media--whatsapp {
        min-width: 60px;
        border-color: #4FCE5D;
        background: #4FCE5D;
        padding: 10px 15px; }
      .s-share .row .social-media .fa-whatsapp {
        color: #fff;
        font-size: 20px; }
      .s-share .row .social-media--facebook {
        min-width: 60px;
        border-color: #091E42;
        background: #091E42;
        padding: 10px 15px; }
      .s-share .row .social-media .fa-facebook {
        color: #fff;
        font-size: 20px; }

.carousel {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .carousel img {
    display: block;
    width: 100%; }
  .carousel-caption {
    left: 10%;
    bottom: 100px;
    max-width: 500px;
    text-align: left; }
    .carousel-caption p {
      font-size: 32px;
      line-height: 48px;
      color: #444B55;
      margin-bottom: 20px; }
    .carousel-caption h2 {
      font-size: 56px;
      line-height: 72px;
      font-weight: bold;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 20px;
      color: #fff; }
    .carousel-caption a {
      max-width: 180px;
      color: #fff; }
    @media (max-width: 980px) {
      .carousel-caption {
        top: 35%; } }
    @media (max-width: 780px) {
      .carousel-caption {
        left: 50%;
        top: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        min-height: 500px; }
        .carousel-caption p {
          font-size: 32px; }
        .carousel-caption h2 {
          font-size: 22px;
          line-height: 26px; }
        .carousel-caption a {
          margin: 20px auto; } }
  .carousel-indicators {
    bottom: -10px; }
    .carousel-indicators li {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      margin: 0 8px; }

.s-actions {
  background-color: #f1f3f6;
  min-height: calc(100vh - 60px);
  padding-bottom: 30px;
  font-family: "Montserrat", sans-serif; }
  .s-actions--header {
    background-color: #505864;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    margin-top: 63px;
    margin-bottom: 20px; }
    .s-actions--header a {
      font-family: "Montserrat", sans-serif;
      opacity: 0.5;
      color: #fff; }
    .s-actions--header h2 {
      font-size: 16px;
      margin-bottom: 0;
      opacity: 0.8; }
    .s-actions--header span {
      width: 17px;
      font-size: 10px !important; }
  .s-actions ul {
    list-style: disc;
    margin-left: 30px; }
    .s-actions ul li p {
      margin-bottom: 10px; }

.c-footer {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background-color: #444B55;
  padding: 10px 0; }
  .c-footer--title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin: 30px 0; }
  .c-footer .col {
    padding-bottom: 10px; }
  .c-footer a,
  .c-footer p {
    display: block;
    color: #fff;
    margin-bottom: 10px; }
  .c-footer--socials {
    display: flex;
    margin-top: 50px;
    border-top: 1px solid #FFF;
    padding-top: 25px; }
    .c-footer--socials .fa {
      font-size: 30px;
      margin-right: 20px; }

.c-faq__content {
  border-bottom: 1px solid #ccc; }
  .c-faq__content dt {
    color: #444B55;
    font-weight: bold;
    padding: 30px 30px 30px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    position: relative; }
    .c-faq__content dt:hover {
      cursor: pointer; }
    .c-faq__content dt:after {
      content: "▼";
      position: absolute;
      right: 15px;
      top: 35px;
      transition: all .5s ease-in-out; }
  .c-faq__content dd {
    display: none; }
  .c-faq__content-active {
    display: block !important;
    background-color: #fff;
    padding: 10px 20px; }
  .c-faq__content a {
    color: black; }

.c-faq__column-two {
  margin-top: 50px; }

@media (max-width: 768px) {
  .c-faq__column-one {
    width: 100%; }
  .c-faq__column-two {
    width: 100%;
    margin-top: 20px; } }

.c-faq__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #444B55;
  color: #fff;
  padding: 20px 0; }
  .c-faq__footer .container {
    display: flex;
    align-items: center; }
  .c-faq__footer--title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }
  .c-faq__footer--contact {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 10px; }
  @media (max-width: 768px) {
    .c-faq__footer .container {
      flex-direction: column; }
    .c-faq__footer--contact {
      padding-left: 0; }
    .c-faq__footer__column-one {
      width: 100%;
      margin-bottom: 20px; }
    .c-faq__footer__column-two {
      width: 100%; } }

.v-card {
  display: flex;
  background-color: #f1f3f6;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0px 2px 4px #15152233;
  max-width: 500px; }
  .v-card--cover {
    width: 100px;
    height: 100px;
    display: block;
    font-size: 70px;
    margin-right: 20px;
    color: #bbb; }
  .v-card--name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #151522; }
  .v-card--office {
    font-size: 16px;
    margin-bottom: 0;
    color: #151522; }
  @media (max-width: 768px) {
    .v-card {
      flex-direction: column; }
      .v-card--cover {
        margin-right: 0;
        margin-bottom: 20px; } }

.c-form-auth {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
  .c-form-auth-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: left;
    color: #FFF;
    width: 100%;
    max-width: 350px; }
  .c-form-auth-subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    color: #FFF;
    width: 100%;
    max-width: 320px;
    margin: 20px 0 40px; }

.c-form-buttons {
  display: flex;
  justify-content: flex-end; }
  .c-form-buttons .o-btn + .o-btn {
    margin-left: 10px; }

.c-aside {
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .c-aside--hidden-mobile {
      background-color: #fff;
      position: fixed;
      z-index: 10;
      width: 100%;
      left: 0;
      bottom: -100%;
      transition: 0.4s ease-out; }
      .aside-active .c-aside--hidden-mobile {
        bottom: 0; } }
  .c-aside__close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px; }
    .c-aside__close:before, .c-aside__close:after {
      content: '';
      width: 20px;
      height: 2px;
      position: absolute;
      left: 50%;
      top: 50%;
      background-color: #fff;
      border-radius: 25px; }
    .c-aside__close:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .c-aside__close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  .c-aside__content {
    border-radius: 8px;
    padding: 15px;
    position: relative; }
    .c-aside__content--primary {
      background-color: #444B55; }
      .c-aside__content--primary *:not(input) {
        color: #fff; }
      .c-aside__content--primary hr {
        background-color: rgba(255, 255, 255, 0.5); }
    .c-aside__content--gray {
      background-color: #f5f5f5; }
  .c-aside .select2-container * {
    color: #666; }
  .c-aside__ttl {
    margin-bottom: 15px; }
    @media only screen and (min-width: 1050px) {
      .c-aside__ttl {
        margin-bottom: 30px; } }
  .c-aside__action-container {
    padding: 20px 0;
    display: flex;
    justify-content: space-around; }
    @media only screen and (max-width: 1024px) {
      .c-aside__action-container {
        padding: 20px 15px; } }
    .c-aside__action-container .o-btn {
      width: calc(50% - 5px);
      padding: 15px 0; }

.c-content-info {
  width: 100%; }
  .c-content-info__btn-top-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media only screen and (max-width: 1024px) {
      .c-content-info__btn-top-container .o-btn {
        width: 100%; } }

.c-list-cards {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(1, 1fr); }
  @media only screen and (min-width: 500px) {
    .c-list-cards {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (min-width: 1050px) {
    .c-list-cards {
      grid-template-columns: repeat(3, 1fr); } }
  .c-list-cards__item {
    box-shadow: 0px 2px 4px #15152233;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    margin-bottom: 16px;
    background-color: #fff; }
  .c-list-cards__img {
    width: 72px;
    height: 72px;
    margin: 0 auto 10px;
    display: block; }
  .c-list-cards__content {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .c-list-cards__ttl {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 20px; }
  .c-list-cards__info {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .c-list-cards__icon {
    width: 100%;
    height: 100%;
    max-width: 20px;
    max-height: 15px;
    margin-right: 10px;
    fill: #444B55; }
  .c-list-cards__btn-more {
    margin: 0;
    width: 100%; }

/*
Common 
*/
.c-form-steps,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
  display: flex; }

.tabcontrol a {
  outline: 0; }

.c-form-steps ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.c-form-steps ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0; }

/* Accessibility */
.c-form-steps > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em; }

.c-form-steps > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

/*
Wizard
*/
.c-form-steps > .steps {
  display: none; }

.c-form-steps.vertical > .steps {
  display: inline;
  float: left;
  width: 30%; }

.c-form-steps > .steps .number {
  font-size: 1.429em;
  display: none; }

.c-form-steps > .steps > ul > li {
  width: 25%; }

.c-form-steps > .steps > ul > li,
.c-form-steps > .actions > ul > li {
  float: left; }

.c-form-steps.vertical > .steps > ul > li {
  float: none;
  width: 100%; }

.c-form-steps > .steps a,
.c-form-steps > .steps a:hover,
.c-form-steps > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 5px; }

.c-form-steps > .steps .disabled a,
.c-form-steps > .steps .disabled a:hover,
.c-form-steps > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default; }

.c-form-steps > .steps .current a,
.c-form-steps > .steps .current a:hover,
.c-form-steps > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default; }

.c-form-steps > .steps .done a,
.c-form-steps > .steps .done a:hover,
.c-form-steps > .steps .done a:active {
  background: #9dc8e2;
  color: #fff; }

.c-form-steps > .steps .error a,
.c-form-steps > .steps .error a:hover,
.c-form-steps > .steps .error a:active {
  background: #ff3111;
  color: #fff; }

.c-form-steps > .content {
  background: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%; }

.c-form-steps.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%; }

.c-form-steps > .content > .body {
  float: left;
  position: relative;
  width: 100%;
  height: 100%; }

.c-form-steps > .content > .body ul {
  list-style: disc !important; }

.c-form-steps > .content > .body ul > li {
  display: list-item; }

.c-form-steps > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%; }

.c-form-steps > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }

.c-form-steps.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%; }

.c-form-steps > .actions > ul {
  display: inline-block;
  text-align: right; }

.c-form-steps > .actions > ul > li {
  margin: 0 0.5em; }

.c-form-steps.vertical > .actions > ul > li {
  margin: 0 0 0 1em; }

.c-form-steps > .actions a,
.c-form-steps > .actions a:hover,
.c-form-steps > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 5px; }

.c-form-steps > .actions .disabled a,
.c-form-steps > .actions .disabled a:hover,
.c-form-steps > .actions .disabled a:active {
  background: #eee;
  color: #aaa; }

/*
Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%; }

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1; }

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0; }

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0; }

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none; }

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none; }

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px; }

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px; }

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%; }

.tabcontrol > .content > .body ul {
  list-style: disc !important; }

.tabcontrol > .content > .body ul > li {
  display: list-item; }

.c-form-steps__input-container {
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px #15152233;
  margin: 5px; }

.c-form-steps__sbttl {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 30px; }

.c-form-steps .o-label {
  color: #151522;
  font-size: 14px; }

.c-steps-page {
  display: flex; }
  .c-steps-page--rfc {
    flex-wrap: wrap; }
  .c-steps-page__ttl-container {
    width: 100%; }
  .c-steps-page__ttl {
    margin-bottom: 40px;
    font-size: 24px;
    color: #444B55; }
  .c-steps-page__sbttl {
    max-width: 320px;
    width: 100%;
    display: block; }
  .c-steps-page__steps-container {
    width: 65%; }
    @media only screen and (max-width: 1024px) {
      .c-steps-page__steps-container {
        width: 100%; } }
  .c-steps-page__fixed-column {
    width: 35%; }
    @media only screen and (max-width: 1024px) {
      .c-steps-page__fixed-column {
        width: 100%; } }

.c-upload-zone {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 1024px) {
    .c-upload-zone--mob-center {
      margin: 0 auto;
      align-items: center;
      text-align: center; } }
  .c-upload-zone--center {
    margin: 0 auto;
    align-items: center;
    text-align: center; }
  .c-upload-zone__container {
    max-width: 160px; }
  .c-upload-zone__ttl {
    font-size: 16px;
    font-weight: bold;
    color: #151522;
    margin: 0 0 15px; }
  .c-upload-zone__sbttl {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 15px; }
  .c-upload-zone__img-wrapper {
    position: relative;
    display: inline-flex; }
    .c-upload-zone__img-wrapper:after {
      content: '';
      position: absolute;
      width: 28px;
      height: 28px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath data-name='Icon ionic-md-add-circle' d='M14 0a14 14 0 1014 14A14 14 0 0014 0zm7.2 15.413h-5.787v5.788h-2.826v-5.788H6.798v-2.826h5.788V6.798h2.827v5.788h5.788z' fill='%231dc7b6'/%3E%3C/svg%3E");
      bottom: 15px;
      right: 0;
      background-color: #fff;
      border-radius: 50%; }
    .c-upload-zone__img-wrapper img,
    .c-upload-zone__img-wrapper svg {
      width: 115px;
      max-width: 100%;
      margin: 0 0 15px; }
  .c-upload-zone__input {
    display: none; }
  .c-upload-zone__info {
    font-size: 12px;
    color: #6f7779; }
  .c-upload-zone .cr-slider-wrap {
    position: relative; }
    .c-upload-zone .cr-slider-wrap:before, .c-upload-zone .cr-slider-wrap:after {
      position: absolute;
      top: calc(50% - 5px);
      transform: translateY(-50%);
      font-size: 22px;
      font-weight: bold; }
    .c-upload-zone .cr-slider-wrap:before {
      content: '-';
      left: -25px; }
    .c-upload-zone .cr-slider-wrap:after {
      content: '+';
      right: -25px; }

.c-grid {
  display: grid;
  grid-gap: 15px;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content; }
  .c-grid--col-30-70 {
    grid-template-columns: repeat(1, 3fr 7fr); }
  .c-grid--col-35-65 {
    grid-template-columns: repeat(1, 35fr 65fr); }
  .c-grid--col-40-60 {
    grid-template-columns: repeat(1, 4fr 6fr); }
  .c-grid--col-50-50 {
    grid-template-columns: repeat(1, 5fr 5fr); }
  @media only screen and (min-width: 1050px) {
    .c-grid--aside {
      grid-template-columns: repeat(1, 24fr 76fr); } }
  .c-grid--cards {
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr); }
    @media only screen and (min-width: 500px) {
      .c-grid--cards {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (min-width: 1150px) {
      .c-grid--cards {
        grid-template-columns: repeat(3, 1fr); } }
  .c-grid--cards-4 {
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr); }
    @media only screen and (min-width: 500px) {
      .c-grid--cards-4 {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (min-width: 900px) {
      .c-grid--cards-4 {
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (min-width: 1150px) {
      .c-grid--cards-4 {
        grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 1024px) {
    .c-grid--col-100-mob {
      grid-template-columns: repeat(1, 1fr); } }
  .c-grid--ais {
    align-items: start; }

.c-list-users {
  margin-top: 15px; }
  .c-list-users__item {
    display: flex;
    padding: 15px 0;
    position: relative; }
    .c-list-users__item:after {
      content: '';
      width: calc(100% - 90px);
      background-color: #ccc;
      height: 1px;
      position: absolute;
      right: 0;
      bottom: 0; }
    .c-list-users__item:last-child:after {
      width: 100%; }
  .c-list-users__img-wrapper {
    width: 70px;
    flex: 0 0 auto; }
  .c-list-users__img {
    width: 100%;
    max-width: 65px;
    max-height: 65px; }
  .c-list-users__content-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px; }
  .c-list-users__actions {
    margin-left: auto;
    display: flex;
    align-items: center; }
  .c-list-users__ttl {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 2px; }
  .c-list-users__info {
    font-size: 12px;
    line-height: 1.4; }
  .c-list-users__ttl, .c-list-users__info {
    word-break: break-all; }

.c-profile {
  display: flex;
  height: auto;
  margin-top: auto;
  margin-bottom: 5px; }
  @media only screen and (max-width: 1024px) {
    .c-profile {
      flex-direction: column;
      align-items: center; } }
  .c-profile__img-wrapper {
    width: 32%; }
    @media only screen and (max-width: 1024px) {
      .c-profile__img-wrapper {
        width: 100%;
        margin-bottom: 15px; } }
  .c-profile__content-info {
    width: 68%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px; }
    @media only screen and (max-width: 1024px) {
      .c-profile__content-info {
        width: 100%;
        padding-left: 0;
        text-align: center; } }
  .c-profile__img {
    width: 100%;
    max-width: 112px;
    max-height: 112px; }
    @media only screen and (max-width: 1024px) {
      .c-profile__img {
        margin: 0 auto;
        display: block; } }
  .c-profile__ttl {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 15px; }
  .c-profile__info {
    font-size: 16px; }

.c-box-info {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-radius: 4px; }
  .c-box-info--lp {
    padding: 30px; }
  .c-box-info--ctr {
    justify-content: center; }
  .c-box-info--bg-primary {
    background-color: #444B55; }

.c-popover {
  position: relative; }
  .c-popover__link {
    display: block;
    color: #878787;
    font-size: 15px; }
    .c-popover__link:hover {
      cursor: pointer;
      color: #151522;
      text-decoration: none; }
  .c-popover__hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 200px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 1px 4px #000026;
    z-index: 10;
    right: 0;
    font-size: 12px;
    transition: 0.2s ease-out; }
    .c-popover:hover .c-popover__hidden {
      opacity: 1;
      visibility: visible; }
    .c-popover__hidden p {
      margin: 0 0 5px; }

.c-modal {
  position: fixed;
  background-color: #FFF;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  z-index: 20;
  transition: 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  padding: 30px;
  box-sizing: border-box;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }
  .c-modal.is-active {
    visibility: visible;
    opacity: 1; }
  .c-modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px; }
    .c-modal__close:before, .c-modal__close:after {
      content: '';
      width: 15px;
      height: 1px;
      background-color: #777;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 10; }
    .c-modal__close:before {
      transform: translateX(-50%) translateY(-50%) rotateZ(45deg); }
    .c-modal__close:after {
      transform: translateX(-50%) translateY(-50%) rotateZ(-45deg); }
  .c-modal__lightbox {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 8px; }
  .c-modal__header {
    padding-bottom: 10px; }
  .c-modal__body {
    padding: 10px 0; }
    .c-modal__body:before, .c-modal__body:after {
      content: '';
      background-color: #d9d9d9;
      height: 1px;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0; }
    .c-modal__body:before {
      margin-top: -10px; }
  .c-modal__footer {
    padding: 10px 0 0; }

.c-highlights {
  position: relative;
  padding: 20vw 0 30vw;
  z-index: 1; }
  @media only screen and (min-width: 1050px) {
    .c-highlights {
      padding: 7vw 0 10vw; } }
  .c-highlights:before, .c-highlights:after {
    content: '';
    background-color: #505864;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff51a0' d='M0 192l80-16c80-16 240-48 400-53.3 160-5.7 320 16.3 480 16 160 .3 320-21.7 400-32l80-10.7v224H0z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff51a0' d='M0 192l80-16c80-16 240-48 400-53.3 160-5.7 320 16.3 480 16 160 .3 320-21.7 400-32l80-10.7v224H0z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-mask-size: cover;
            mask-size: cover;
    position: absolute;
    width: 100%;
    height: 55vw;
    left: 0;
    z-index: -1; }
    @media only screen and (min-width: 1050px) {
      .c-highlights:before, .c-highlights:after {
        height: 30vw; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .c-highlights:before, .c-highlights:after {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff51a0' d='M0 192l80-16c80-16 240-48 400-53.3 160-5.7 320 16.3 480 16 160 .3 320-21.7 400-32l80-10.7v224H0z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        background-color: transparent; } }
  .c-highlights:before {
    top: 0; }
  .c-highlights:after {
    bottom: 0;
    transform: rotateZ(180deg); }
  .c-highlights__content {
    background-color: #505864;
    padding: 20px 0; }
    @media only screen and (min-width: 1050px) {
      .c-highlights__content {
        padding: 30px 0; } }
  .c-highlights__ttl {
    color: #fff;
    font-size: 28px;
    text-align: center; }
    @media only screen and (min-width: 1050px) {
      .c-highlights__ttl {
        font-size: 32px; } }

.c-card {
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  font-family: "Montserrat", sans-serif !important;
  box-shadow: 0px 2px 4px #15152233; }
  .c-card.slick-slide {
    margin: 0 10px;
    height: inherit; }
  .c-card__img-wrapper {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative; }
  .c-card__image {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .c-card__content {
    padding: 24px;
    display: flex;
    flex-direction: column; }
  .c-card__calendar {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0; }
  .c-card__ttl {
    font-size: 16px;
    line-height: 22px;
    color: #444B55;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 15px; }
  .c-card__status {
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    padding: 3px 10px;
    font-size: 12px;
    color: #b2b2b2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
    display: flex; }
    .c-card__status:before {
      content: '';
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.414' height='7.874' viewBox='0 0 11.414 7.874'%3E%3Cpath id='Caminho_2106' data-name='Caminho 2106' d='M5,10.333l3.333,3.333L15,7' transform='translate(-4.293 -6.293)' fill='none' stroke='%231dc7b6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
              mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.414' height='7.874' viewBox='0 0 11.414 7.874'%3E%3Cpath id='Caminho_2106' data-name='Caminho 2106' d='M5,10.333l3.333,3.333L15,7' transform='translate(-4.293 -6.293)' fill='none' stroke='%231dc7b6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-position: center;
              mask-position: center;
      background-color: #505864;
      opacity: 0;
      visibility: hidden;
      width: 16px;
      height: 16px;
      margin-right: 7px;
      margin-top: 1px;
      display: none; }
    .c-card__status.active {
      border-color: #505864;
      color: #505864; }
      .c-card__status.active:before {
        opacity: 1;
        visibility: visible;
        display: block; }
  .c-card__ttl-link {
    font-size: 16px;
    line-height: 22px;
    color: #444B55;
    font-weight: 600;
    margin-bottom: 20px;
    height: 45px;
    overflow: hidden;
    text-decoration: none; }
  .c-card__actions {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
    z-index: 1; }
    .c-card__actions .o-btn {
      width: 100%; }
  .c-card__buttons {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%); }
  .c-card__chip {
    color: #fff;
    background-color: #FECE5A;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 8px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .c-card__item-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .c-card__item-icon:before {
      content: '';
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-right: 5px; }
    .c-card__item-icon--date:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.52 15.52'%3E%3Cpath data-name='Caminho 2069' d='M0 0h15.52v15.52H0z' fill='none'/%3E%3Cpath data-name='Caminho 2070' d='M12.93 1.94h-.65V.64H11v1.3H4.52V.64H3.23v1.3H2.6a1.3 1.3 0 00-1.3 1.3v10.33a1.3 1.3 0 001.3 1.3h10.34a1.3 1.3 0 001.3-1.3V3.23a1.3 1.3 0 00-1.3-1.3zm0 11.63H2.59v-8.4h10.34z' fill='%23151522'/%3E%3C/svg%3E"); }
    .c-card__item-icon--time:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.52 15.52'%3E%3Cpath data-name='Caminho 2071' d='M0 0h15.52v15.52H0z' fill='none'/%3E%3Cpath data-name='Caminho 2072' d='M7.75 1.3a6.46 6.46 0 106.47 6.46 6.46 6.46 0 00-6.47-6.47zm0 11.63a5.17 5.17 0 115.18-5.17 5.17 5.17 0 01-5.17 5.17z' fill='%23151522'/%3E%3Cpath data-name='Caminho 2073' d='M8.08 4.53h-.97V8.4l3.4 2.04.48-.8-2.9-1.72z' fill='%23151522'/%3E%3C/svg%3E"); }
    .c-card__item-icon--location:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.52 15.52'%3E%3Cpath data-name='Caminho 2074' d='M0 0h15.52v15.52H0z' fill='none'/%3E%3Cpath data-name='Caminho 2075' d='M7.76 1.3a4.52 4.52 0 00-4.53 4.52c0 3.4 4.53 8.4 4.53 8.4s4.52-5.01 4.52-8.4a4.52 4.52 0 00-4.52-4.53zm0 6.13a1.62 1.62 0 111.61-1.61 1.62 1.62 0 01-1.61 1.61z' fill='%23151522'/%3E%3C/svg%3E"); }

.c-intro {
  margin: 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .c-intro {
      flex-direction: column; } }
  .c-intro__ttl {
    text-align: left;
    font-size: 40px;
    max-width: 376px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #444B55;
    margin-bottom: 0; }
  .c-intro__text {
    text-align: left;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #333;
    width: 100%;
    max-width: 552px;
    margin-bottom: 0; }
    .c-intro__text * {
      font-size: 16px; }

.c-list-blog {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0;
  gap: 20px 0; }
  @media only screen and (min-width: 1050px) {
    .c-list-blog {
      grid-template-columns: repeat(1, 33fr 33fr 33fr); } }
  .c-list-blog__item {
    display: flex;
    align-items: flex-start;
    flex-direction: row; }
  .c-list-blog__img-wrapper {
    overflow: hidden;
    position: relative; }
  .c-list-blog__img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .c-list-blog__link {
    transition: 0s; }
    .c-list-blog__link:hover {
      color: #e6e6e6; }
  .c-list-blog__date {
    margin-bottom: 10px;
    font-size: 12px;
    display: block;
    color: #4d4d4f; }
  .c-list-blog__ttl {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #151522; }
  .c-list-blog__text {
    padding-left: 20px;
    padding-top: 2px; }

.c-breadcrumbs {
  background-color: #505864;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  gap: 2px 0; }
  .c-breadcrumbs a {
    opacity: 0.5;
    position: relative;
    padding-right: 20px;
    color: #fff; }
  .c-breadcrumbs h2 {
    font-size: 16px;
    margin-bottom: 0;
    opacity: 0.8;
    color: #fff; }
  .c-breadcrumbs span {
    width: 17px;
    font-size: 10px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%); }

.c-challenge-show {
  padding: 40px 0; }
  @media only screen and (min-width: 1050px) {
    .c-challenge-show {
      padding: 70px 0; } }
  @media only screen and (min-width: 1050px) {
    .c-challenge-show__grid {
      display: grid;
      grid-gap: 40px;
      grid-template-columns: repeat(1, 45fr 55fr); } }
  .c-challenge-show__cover-container {
    position: relative;
    width: 100%;
    max-width: 512px;
    border-radius: 8px; }
  .c-challenge-show__cover {
    width: 100%;
    height: 100%;
    max-height: 380px;
    display: block;
    border-radius: 10px 10px 8px 8px; }
    @media only screen and (max-width: 1024px) {
      .c-challenge-show__cover {
        margin: 0 auto; } }
  .c-challenge-show__chip {
    color: #fff;
    background-color: #FECE5A;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 8px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 8px 8px 0 0; }
  .c-challenge-show__ttl {
    font-size: 24px;
    font-weight: bold;
    color: #444B55;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1024px) {
      .c-challenge-show__ttl {
        margin-top: 20px; } }
  .c-challenge-show__sbttl {
    font-size: 16px;
    font-weight: bold;
    color: #444B55;
    margin-bottom: 20px; }
  .c-challenge-show__icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 100%; }
    .c-challenge-show__icon:before {
      content: '';
      width: 15px;
      height: 15px;
      margin-right: 5px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .c-challenge-show__icon--period:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.515 15.515'%3E%3Cpath data-name='Caminho 2069' d='M0 0h15.515v15.515H0z' fill='none'/%3E%3Cpath data-name='Caminho 2070' d='M12.929 1.939h-.646V.646h-1.29v1.293H4.525V.646H3.232v1.293h-.646a1.3 1.3 0 00-1.293 1.293v10.343a1.3 1.3 0 001.293 1.293h10.343a1.3 1.3 0 001.293-1.293V3.232a1.3 1.3 0 00-1.293-1.293zm0 11.636H2.586v-8.4h10.343z' fill='%23151522'/%3E%3C/svg%3E"); }
    .c-challenge-show__icon--time:before {
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.515 15.515'%3E%3Cpath data-name='Caminho 2071' d='M0 0h15.515v15.515H0z' fill='none'/%3E%3Cpath data-name='Caminho 2072' d='M7.751 1.293a6.465 6.465 0 106.471 6.465 6.461 6.461 0 00-6.471-6.465zm.006 11.636a5.172 5.172 0 115.172-5.172 5.17 5.17 0 01-5.171 5.172z' fill='%23151522'/%3E%3Cpath data-name='Caminho 2073' d='M8.081 4.525h-.97v3.879l3.394 2.036.485-.8-2.909-1.721z' fill='%23151522'/%3E%3C/svg%3E"); }
    .c-challenge-show__icon--pin:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.515 15.515'%3E%3Cpath data-name='Caminho 2074' d='M0 0h15.515v15.515H0z' fill='none'/%3E%3Cpath data-name='Caminho 2075' d='M7.757 1.293a4.522 4.522 0 00-4.525 4.525c0 3.394 4.525 8.4 4.525 8.4s4.525-5.01 4.525-8.4a4.522 4.522 0 00-4.525-4.525zm0 6.141a1.616 1.616 0 111.616-1.616 1.617 1.617 0 01-1.616 1.616z' fill='%23151522'/%3E%3C/svg%3E"); }
  .c-challenge-show__row {
    font-size: 16px;
    color: #151522;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .c-challenge-show__row--sb {
      justify-content: space-between; }
    .c-challenge-show__row > div {
      margin-left: 20px; }
      .c-challenge-show__row > div:first-child {
        margin-left: 0; }
  .c-challenge-show__block {
    flex-basis: 100%; }
  .c-challenge-show__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%; }
    .c-challenge-show__actions > div {
      margin-top: 25px; }
      @media only screen and (min-width: 1050px) {
        .c-challenge-show__actions > div {
          margin-top: 15px; } }
      .c-challenge-show__actions > div:nth-child(1) {
        width: 50%; }
        @media only screen and (min-width: 1050px) {
          .c-challenge-show__actions > div:nth-child(1) {
            width: 45%;
            margin-right: 25px; } }
      .c-challenge-show__actions > div:nth-child(2) {
        width: 50%;
        text-align: right; }
        @media only screen and (min-width: 1050px) {
          .c-challenge-show__actions > div:nth-child(2) {
            width: auto;
            margin-right: 15px;
            text-align: left; } }
      .c-challenge-show__actions > div:nth-child(3) {
        width: 100%; }
        @media only screen and (min-width: 1050px) {
          .c-challenge-show__actions > div:nth-child(3) {
            width: auto; } }
  .c-challenge-show__btns-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 10%;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px; }
    @media only screen and (min-width: 1050px) {
      .c-challenge-show__btns-container {
        padding: 0;
        border-top: 0;
        justify-content: flex-start; } }
    .c-challenge-show__btns-container .o-btn {
      margin: 0 2px 5px; }
      @media only screen and (min-width: 1050px) {
        .c-challenge-show__btns-container .o-btn {
          margin: 0 5px 5px; } }

.c-drop-template__title {
  font-weight: 500;
  display: block;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  align-items: center;
  display: flex; }

.c-drop-template__description {
  display: block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #4d4d4f;
  margin-bottom: 5px; }

.c-drop-template__flag {
  width: 50px;
  margin-right: 10px;
  float: left; }

.c-card-hability {
  overflow: hidden;
  padding: 24px 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  font-family: "Montserrat", sans-serif !important;
  box-shadow: 0px 2px 4px #15152233; }
  .c-card-hability__header, .c-card-hability__list {
    padding: 0 24px; }
  .c-card-hability__info {
    padding-left: 20px; }
    .c-card-hability__info * {
      word-break: break-all; }
  .c-card-hability__header {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #f1f3f6; }
  .c-card-hability__item-name, .c-card-hability__category {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px; }
  .c-card-hability__category {
    font-weight: bold; }
  .c-card-hability__item-name {
    margin-left: 10px; }
  .c-card-hability__image {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    border-radius: 50%; }
  .c-card-hability__title {
    text-align: center;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0;
    font-weight: bold;
    color: #444B55; }
  .c-card-hability__name {
    font-size: 16px;
    font-weight: bold;
    color: #444B55;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px; }
  .c-card-hability__city {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px; }
  .c-card-hability__unity {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px; }
  .c-card-hability__email {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px; }
  .c-card-hability__see-more {
    padding: 15px 0 0;
    font-size: 12px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif; }
    .c-card-hability__see-more:hover {
      cursor: pointer; }

.c-card-material {
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  font-family: "Montserrat", sans-serif !important;
  box-shadow: 0px 2px 4px #15152233;
  text-align: center;
  display: flex;
  flex-direction: column; }
  .c-card-material__ttl {
    margin: 0 0 5px;
    color: #444B55;
    font-weight: bold;
    font-size: 20px; }
  .c-card-material__action {
    margin-top: auto;
    display: flex;
    justify-content: center; }

.c-policy-bar {
  position: fixed;
  bottom: -100%;
  background-color: #444B55;
  left: 0;
  right: 0;
  padding: 15px 0;
  color: #fff;
  z-index: 10;
  box-shadow: 0px -2px 4px #15152233;
  transition: 1s ease; }
  .show-policy .c-policy-bar {
    bottom: 0;
    transition: 2s ease; }
  .c-policy-bar__link {
    color: #fff;
    text-decoration: underline; }
    .c-policy-bar__link:hover {
      color: #505864; }
  .c-policy-bar__grid {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .c-policy-bar__grid > div:nth-child(1) {
      width: 70%; }

.c-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px; }
  .c-panel--color-gray {
    background-color: #f5f5f5; }
  .c-panel--maxwidth-300 {
    max-width: 300px; }
  .c-panel--maxwidth-400 {
    max-width: 400px; }
  .c-panel--maxwidth-500 {
    max-width: 500px; }
  .c-panel--label,
  .c-panel span {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative; }
  @media (max-width: 768px) {
    .c-panel {
      flex-direction: column; } }

.c-search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding: 20px;
  margin-bottom: 20px;
  position: relative; }
  .c-search--color-brand {
    background-color: #444B55; }
  .c-search--panel {
    background-color: #fff;
    position: absolute;
    left: 20px;
    top: 70px;
    z-index: 3;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    padding: 30px;
    box-shadow: 0px 1px 1px #002600;
    max-width: 60%;
    height: 500px;
    overflow-y: scroll; }
    .c-search--panel-message {
      background-color: #f5f5f5;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 0; }
      .c-search--panel-message p {
        text-align: center;
        max-width: 80%;
        font-size: 14px;
        color: #151522;
        margin: 0 auto; }
      .c-search--panel-message a {
        color: #151522;
        text-decoration: underline; }
  .c-search input {
    max-width: 500px; }
  @media (max-width: 768px) {
    .c-search--panel {
      left: 0;
      max-width: 100%; } }

#guests-table .o-checkbox,
#guests-table .guests-hidden {
  display: none; }

.c-post:before, .c-post:after {
  content: '';
  clear: both; }

.c-post p {
  margin: 0 0 20px;
  text-align: left; }

.c-post img {
  width: 100%;
  height: 100%;
  margin: 15px 0; }
  @media only screen and (min-width: 1050px) {
    .c-post img {
      margin: 0 15px 15px;
      width: auto;
      height: auto; } }

.c-post ul {
  list-style: disc;
  padding-left: 15px; }

.c-post ol {
  list-style: decimal;
  padding-left: 15px; }

.c-post iframe {
  width: 100%;
  max-width: 100%; }

.c-post table {
  max-width: 100%; }

.c-mid-banner--flex {
  display: flex;
  flex-wrap: wrap; }

.c-mid-banner__item {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-size: cover;
  background-position: center;
  color: #fff; }
  @media only screen and (min-width: 1050px) {
    .c-mid-banner--flex .c-mid-banner__item {
      width: 50%; }
      .c-mid-banner--flex .c-mid-banner__item:nth-child(even) .c-mid-banner__content:not(.c-mid-banner__content--full) {
        margin-right: auto; }
      .c-mid-banner--flex .c-mid-banner__item:nth-child(odd) .c-mid-banner__content:not(.c-mid-banner__content--full) {
        margin-left: auto; } }
  .c-mid-banner--flex .c-mid-banner__item--full {
    width: 100%; }

.c-mid-banner__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 400px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (min-width: 1050px) {
    .c-mid-banner__content {
      min-height: 345px;
      align-items: flex-start;
      margin: 0; } }
  .c-mid-banner--flex .c-mid-banner__content {
    max-width: 600px; }
  .c-mid-banner__content--full {
    margin: 0 auto; }
    .c-mid-banner--flex .c-mid-banner__content--full {
      max-width: 1200px; }

.c-mid-banner__company {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: auto;
  text-transform: uppercase;
  line-height: 1;
  text-align: center; }
  @media only screen and (min-width: 1050px) {
    .c-mid-banner__company {
      margin-bottom: 20px;
      text-align: left; } }

.c-mid-banner__ttl {
  font-size: 32px;
  line-height: 1;
  text-align: center; }
  @media only screen and (min-width: 1050px) {
    .c-mid-banner__ttl {
      text-align: left; } }

.c-mid-banner__action {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 70px; }
  @media only screen and (min-width: 1050px) {
    .c-mid-banner__action {
      align-items: flex-start; } }
  .c-mid-banner__action .o-btn {
    min-width: 240px; }

.c-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .c-gallery:after {
    content: '';
    width: calc(25% - 10px);
    height: 0; }
  .c-gallery__item {
    width: calc(50% - 10px);
    height: 160px;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s ease-out;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 600px) {
      .c-gallery__item {
        width: calc(33.333% - 10px); } }
    @media only screen and (min-width: 1024px) {
      .c-gallery__item {
        width: calc(25% - 12px);
        height: 280px; } }
    .c-gallery__item--hidden {
      opacity: 0;
      visibility: hidden;
      height: 0; }
    .c-gallery__item--last {
      height: 0; }
  .c-gallery__link {
    width: 100%;
    height: 100%; }
  .c-gallery__thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    cursor: pointer;
    transition: opacity 0.3s 0.4s ease, filter 0.2s ease-out; }
    .c-gallery__thumb:hover {
      filter: brightness(80%); }

.c-gallery-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-70%);
  z-index: 50;
  max-width: 80vw;
  max-height: 80vh;
  transition: all 0.2s ease-out, transform 0.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center; }
  .c-gallery-modal.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.5s 0.4s ease-out, transform 0.3s 0.4s ease-out; }
  .c-gallery-modal__img, .c-gallery-modal__video {
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit; }
  .c-gallery-modal__close {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -35px;
    right: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase; }
    .c-gallery-modal__close:hover, .c-gallery-modal__close:focus, .c-gallery-modal__close:active {
      color: #fff;
      text-decoration: none; }
    .c-gallery-modal__close:after {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg data-name='Grupo 641' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath data-name='Caminho 2095' d='M0 0h22v22H0z' fill='none'/%3E%3Cpath data-name='Caminho 2096' d='M3 3l16 16m0-16L3 19' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
      background-position: center;
      background-size: contain;
      width: 18px;
      height: 18px;
      margin-left: 8px; }
  .c-gallery-modal__actions {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%); }
  .c-gallery-modal__arrow {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='M9.311.276a1 1 0 011.379 1.448L3.019 9H23a1 1 0 110 2H3.051l7.639 7.276a1 1 0 11-1.379 1.448l-8.725-8.31A2 2 0 01.6 8.569z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 20px; }
    .c-gallery-modal__arrow--prev {
      left: -60px; }
    .c-gallery-modal__arrow--next {
      right: -60px;
      transform: rotateZ(180deg); }

.c-filter-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .c-filter-header__item {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1050px) {
      .c-filter-header__item--1 {
        width: calc(1% - 20px); }
      .c-filter-header__item--2 {
        width: calc(2% - 20px); }
      .c-filter-header__item--3 {
        width: calc(3% - 20px); }
      .c-filter-header__item--4 {
        width: calc(4% - 20px); }
      .c-filter-header__item--5 {
        width: calc(5% - 20px); }
      .c-filter-header__item--6 {
        width: calc(6% - 20px); }
      .c-filter-header__item--7 {
        width: calc(7% - 20px); }
      .c-filter-header__item--8 {
        width: calc(8% - 20px); }
      .c-filter-header__item--9 {
        width: calc(9% - 20px); }
      .c-filter-header__item--10 {
        width: calc(10% - 20px); }
      .c-filter-header__item--11 {
        width: calc(11% - 20px); }
      .c-filter-header__item--12 {
        width: calc(12% - 20px); }
      .c-filter-header__item--13 {
        width: calc(13% - 20px); }
      .c-filter-header__item--14 {
        width: calc(14% - 20px); }
      .c-filter-header__item--15 {
        width: calc(15% - 20px); }
      .c-filter-header__item--16 {
        width: calc(16% - 20px); }
      .c-filter-header__item--17 {
        width: calc(17% - 20px); }
      .c-filter-header__item--18 {
        width: calc(18% - 20px); }
      .c-filter-header__item--19 {
        width: calc(19% - 20px); }
      .c-filter-header__item--20 {
        width: calc(20% - 20px); }
      .c-filter-header__item--21 {
        width: calc(21% - 20px); }
      .c-filter-header__item--22 {
        width: calc(22% - 20px); }
      .c-filter-header__item--23 {
        width: calc(23% - 20px); }
      .c-filter-header__item--24 {
        width: calc(24% - 20px); }
      .c-filter-header__item--25 {
        width: calc(25% - 20px); }
      .c-filter-header__item--26 {
        width: calc(26% - 20px); }
      .c-filter-header__item--27 {
        width: calc(27% - 20px); }
      .c-filter-header__item--28 {
        width: calc(28% - 20px); }
      .c-filter-header__item--29 {
        width: calc(29% - 20px); }
      .c-filter-header__item--30 {
        width: calc(30% - 20px); }
      .c-filter-header__item--31 {
        width: calc(31% - 20px); }
      .c-filter-header__item--32 {
        width: calc(32% - 20px); }
      .c-filter-header__item--33 {
        width: calc(33% - 20px); }
      .c-filter-header__item--34 {
        width: calc(34% - 20px); }
      .c-filter-header__item--35 {
        width: calc(35% - 20px); }
      .c-filter-header__item--36 {
        width: calc(36% - 20px); }
      .c-filter-header__item--37 {
        width: calc(37% - 20px); }
      .c-filter-header__item--38 {
        width: calc(38% - 20px); }
      .c-filter-header__item--39 {
        width: calc(39% - 20px); }
      .c-filter-header__item--40 {
        width: calc(40% - 20px); }
      .c-filter-header__item--41 {
        width: calc(41% - 20px); }
      .c-filter-header__item--42 {
        width: calc(42% - 20px); }
      .c-filter-header__item--43 {
        width: calc(43% - 20px); }
      .c-filter-header__item--44 {
        width: calc(44% - 20px); }
      .c-filter-header__item--45 {
        width: calc(45% - 20px); }
      .c-filter-header__item--46 {
        width: calc(46% - 20px); }
      .c-filter-header__item--47 {
        width: calc(47% - 20px); }
      .c-filter-header__item--48 {
        width: calc(48% - 20px); }
      .c-filter-header__item--49 {
        width: calc(49% - 20px); }
      .c-filter-header__item--50 {
        width: calc(50% - 20px); }
      .c-filter-header__item--51 {
        width: calc(51% - 20px); }
      .c-filter-header__item--52 {
        width: calc(52% - 20px); }
      .c-filter-header__item--53 {
        width: calc(53% - 20px); }
      .c-filter-header__item--54 {
        width: calc(54% - 20px); }
      .c-filter-header__item--55 {
        width: calc(55% - 20px); }
      .c-filter-header__item--56 {
        width: calc(56% - 20px); }
      .c-filter-header__item--57 {
        width: calc(57% - 20px); }
      .c-filter-header__item--58 {
        width: calc(58% - 20px); }
      .c-filter-header__item--59 {
        width: calc(59% - 20px); }
      .c-filter-header__item--60 {
        width: calc(60% - 20px); }
      .c-filter-header__item--61 {
        width: calc(61% - 20px); }
      .c-filter-header__item--62 {
        width: calc(62% - 20px); }
      .c-filter-header__item--63 {
        width: calc(63% - 20px); }
      .c-filter-header__item--64 {
        width: calc(64% - 20px); }
      .c-filter-header__item--65 {
        width: calc(65% - 20px); }
      .c-filter-header__item--66 {
        width: calc(66% - 20px); }
      .c-filter-header__item--67 {
        width: calc(67% - 20px); }
      .c-filter-header__item--68 {
        width: calc(68% - 20px); }
      .c-filter-header__item--69 {
        width: calc(69% - 20px); }
      .c-filter-header__item--70 {
        width: calc(70% - 20px); }
      .c-filter-header__item--71 {
        width: calc(71% - 20px); }
      .c-filter-header__item--72 {
        width: calc(72% - 20px); }
      .c-filter-header__item--73 {
        width: calc(73% - 20px); }
      .c-filter-header__item--74 {
        width: calc(74% - 20px); }
      .c-filter-header__item--75 {
        width: calc(75% - 20px); }
      .c-filter-header__item--76 {
        width: calc(76% - 20px); }
      .c-filter-header__item--77 {
        width: calc(77% - 20px); }
      .c-filter-header__item--78 {
        width: calc(78% - 20px); }
      .c-filter-header__item--79 {
        width: calc(79% - 20px); }
      .c-filter-header__item--80 {
        width: calc(80% - 20px); }
      .c-filter-header__item--81 {
        width: calc(81% - 20px); }
      .c-filter-header__item--82 {
        width: calc(82% - 20px); }
      .c-filter-header__item--83 {
        width: calc(83% - 20px); }
      .c-filter-header__item--84 {
        width: calc(84% - 20px); }
      .c-filter-header__item--85 {
        width: calc(85% - 20px); }
      .c-filter-header__item--86 {
        width: calc(86% - 20px); }
      .c-filter-header__item--87 {
        width: calc(87% - 20px); }
      .c-filter-header__item--88 {
        width: calc(88% - 20px); }
      .c-filter-header__item--89 {
        width: calc(89% - 20px); }
      .c-filter-header__item--90 {
        width: calc(90% - 20px); }
      .c-filter-header__item--91 {
        width: calc(91% - 20px); }
      .c-filter-header__item--92 {
        width: calc(92% - 20px); }
      .c-filter-header__item--93 {
        width: calc(93% - 20px); }
      .c-filter-header__item--94 {
        width: calc(94% - 20px); }
      .c-filter-header__item--95 {
        width: calc(95% - 20px); }
      .c-filter-header__item--96 {
        width: calc(96% - 20px); }
      .c-filter-header__item--97 {
        width: calc(97% - 20px); }
      .c-filter-header__item--98 {
        width: calc(98% - 20px); }
      .c-filter-header__item--99 {
        width: calc(99% - 20px); } }
  .c-filter-header__lbl {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #444B55;
    white-space: nowrap;
    padding: 0 10px 0 0;
    margin: 0; }

.c-materials-list__item {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin: 0 0 15px 0;
  padding: 35px 25px 35px 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0; }
  .c-materials-list__item--center {
    justify-content: center; }

.c-materials-list__type {
  width: 15%;
  max-width: 30px;
  max-height: 35px;
  fill: #444B55;
  flex-shrink: 0;
  align-self: flex-start; }
  @media only screen and (min-width: 1050px) {
    .c-materials-list__type {
      width: 30px;
      height: 35px; } }

.c-materials-list__data {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  width: 85%;
  padding-left: 25px; }
  @media only screen and (min-width: 1050px) {
    .c-materials-list__data {
      width: auto; } }

.c-materials-list__name {
  font-size: 16px;
  font-weight: bold; }

.c-materials-list__actions {
  width: 100%;
  display: flex;
  justify-content: inherit; }
  @media only screen and (min-width: 1050px) {
    .c-materials-list__actions {
      width: auto; } }
  .c-materials-list__actions--full {
    width: 100%; }

.c-pagination {
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 21px 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .c-pagination.is-hidden {
    display: none; }
  @media only screen and (min-width: 1050px) {
    .c-pagination {
      width: 90%;
      flex-wrap: nowrap; }
      .c-pagination:before {
        content: '';
        width: 100%; } }
  .c-pagination__nav {
    margin-left: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .c-pagination__nav-item {
    padding: 0 5px;
    margin: 0 3px; }
    .c-pagination__nav-item--active {
      font-weight: bold;
      text-decoration: underline; }
  .c-pagination__actions {
    margin-left: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px; }
    @media only screen and (min-width: 1050px) {
      .c-pagination__actions {
        margin-top: 0;
        justify-content: flex-end; } }
  .c-pagination__btn {
    padding: 12px 29px;
    min-height: 38px; }

.c-new-swal {
  text-align: left; }
  .c-new-swal--popup {
    transform: translateY(50px);
    -webkit-animation: fadeInDown;
            animation: fadeInDown;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s; }
  .c-new-swal .swal2-cancel {
    color: #444B55;
    transition: 0.2s ease-out; }
  .c-new-swal p {
    margin-bottom: 5px;
    text-align: left; }
  .c-new-swal .o-ttl {
    color: #444B55;
    text-align: left;
    font-size: 16px; }

@-webkit-keyframes fadeInDown {
  from {
    transform: translateY(0);
    opacity: 0;
    visibility: hidden; }
  to {
    transform: translateY(50px);
    opacity: 1;
    visibility: visible; } }

@keyframes fadeInDown {
  from {
    transform: translateY(0);
    opacity: 0;
    visibility: hidden; }
  to {
    transform: translateY(50px);
    opacity: 1;
    visibility: visible; } }

.u-sr, legend {
  /*
   * Hide only visually, but have it available for screenreaders: h5bp.com/v
   */
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

.u-text-center {
  text-align: center; }

.u-left-auto {
  margin-left: auto; }

.u-right-auto {
  margin-left: auto; }

.u-x-auto {
  margin-left: auto;
  margin-right: auto; }

.u-mw-300 {
  max-width: 300px; }

.u-mw-380 {
  max-width: 380px; }

.u-mw-400 {
  max-width: 400px; }

@media only screen and (max-width: 1024px) {
  .u-desk {
    display: none; } }

@media only screen and (min-width: 1025px) {
  .u-mob {
    display: none; } }

.u-color-dark-blue {
  color: #505864; }

.u-color-red {
  color: #e34326; }

.u-color-white {
  color: #fff; }
  .u-color-white:hover, .u-color-white:active, .u-color-white:focus {
    color: #fff; }

.u-bg-white {
  background-color: #fff; }

.u-bg-lightgray {
  background-color: #f0f0f0; }

.u-bg-brand {
  background-color: #444B55; }

.u-link {
  color: #639AD2;
  text-decoration: underline;
  font-weight: bold; }

.u-m-t-0 {
  margin-top: 0px !important; }

.u-p-t-0 {
  padding-top: 0px !important; }

.u-m-b-0 {
  margin-bottom: 0px !important; }

.u-p-b-0 {
  padding-bottom: 0px !important; }

.u-m-l-0 {
  margin-left: 0px !important; }

.u-p-l-0 {
  padding-left: 0px !important; }

.u-m-r-0 {
  margin-right: 0px !important; }

.u-p-r-0 {
  padding-right: 0px !important; }

.u-m-x-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.u-p-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.u-m-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.u-p-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.u-m-t-5 {
  margin-top: 5px !important; }

.u-p-t-5 {
  padding-top: 5px !important; }

.u-m-b-5 {
  margin-bottom: 5px !important; }

.u-p-b-5 {
  padding-bottom: 5px !important; }

.u-m-l-5 {
  margin-left: 5px !important; }

.u-p-l-5 {
  padding-left: 5px !important; }

.u-m-r-5 {
  margin-right: 5px !important; }

.u-p-r-5 {
  padding-right: 5px !important; }

.u-m-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.u-p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.u-m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.u-p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.u-m-t-10 {
  margin-top: 10px !important; }

.u-p-t-10 {
  padding-top: 10px !important; }

.u-m-b-10 {
  margin-bottom: 10px !important; }

.u-p-b-10 {
  padding-bottom: 10px !important; }

.u-m-l-10 {
  margin-left: 10px !important; }

.u-p-l-10 {
  padding-left: 10px !important; }

.u-m-r-10 {
  margin-right: 10px !important; }

.u-p-r-10 {
  padding-right: 10px !important; }

.u-m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.u-p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.u-m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.u-p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.u-m-t-15 {
  margin-top: 15px !important; }

.u-p-t-15 {
  padding-top: 15px !important; }

.u-m-b-15 {
  margin-bottom: 15px !important; }

.u-p-b-15 {
  padding-bottom: 15px !important; }

.u-m-l-15 {
  margin-left: 15px !important; }

.u-p-l-15 {
  padding-left: 15px !important; }

.u-m-r-15 {
  margin-right: 15px !important; }

.u-p-r-15 {
  padding-right: 15px !important; }

.u-m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.u-p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.u-m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.u-p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.u-m-t-20 {
  margin-top: 20px !important; }

.u-p-t-20 {
  padding-top: 20px !important; }

.u-m-b-20 {
  margin-bottom: 20px !important; }

.u-p-b-20 {
  padding-bottom: 20px !important; }

.u-m-l-20 {
  margin-left: 20px !important; }

.u-p-l-20 {
  padding-left: 20px !important; }

.u-m-r-20 {
  margin-right: 20px !important; }

.u-p-r-20 {
  padding-right: 20px !important; }

.u-m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.u-p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.u-m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.u-p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.u-m-t-25 {
  margin-top: 25px !important; }

.u-p-t-25 {
  padding-top: 25px !important; }

.u-m-b-25 {
  margin-bottom: 25px !important; }

.u-p-b-25 {
  padding-bottom: 25px !important; }

.u-m-l-25 {
  margin-left: 25px !important; }

.u-p-l-25 {
  padding-left: 25px !important; }

.u-m-r-25 {
  margin-right: 25px !important; }

.u-p-r-25 {
  padding-right: 25px !important; }

.u-m-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.u-p-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.u-m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.u-p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.u-m-t-30 {
  margin-top: 30px !important; }

.u-p-t-30 {
  padding-top: 30px !important; }

.u-m-b-30 {
  margin-bottom: 30px !important; }

.u-p-b-30 {
  padding-bottom: 30px !important; }

.u-m-l-30 {
  margin-left: 30px !important; }

.u-p-l-30 {
  padding-left: 30px !important; }

.u-m-r-30 {
  margin-right: 30px !important; }

.u-p-r-30 {
  padding-right: 30px !important; }

.u-m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.u-p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.u-m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.u-p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.u-m-t-35 {
  margin-top: 35px !important; }

.u-p-t-35 {
  padding-top: 35px !important; }

.u-m-b-35 {
  margin-bottom: 35px !important; }

.u-p-b-35 {
  padding-bottom: 35px !important; }

.u-m-l-35 {
  margin-left: 35px !important; }

.u-p-l-35 {
  padding-left: 35px !important; }

.u-m-r-35 {
  margin-right: 35px !important; }

.u-p-r-35 {
  padding-right: 35px !important; }

.u-m-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.u-p-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.u-m-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.u-p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.u-m-t-40 {
  margin-top: 40px !important; }

.u-p-t-40 {
  padding-top: 40px !important; }

.u-m-b-40 {
  margin-bottom: 40px !important; }

.u-p-b-40 {
  padding-bottom: 40px !important; }

.u-m-l-40 {
  margin-left: 40px !important; }

.u-p-l-40 {
  padding-left: 40px !important; }

.u-m-r-40 {
  margin-right: 40px !important; }

.u-p-r-40 {
  padding-right: 40px !important; }

.u-m-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.u-p-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.u-m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.u-p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.u-m-t-45 {
  margin-top: 45px !important; }

.u-p-t-45 {
  padding-top: 45px !important; }

.u-m-b-45 {
  margin-bottom: 45px !important; }

.u-p-b-45 {
  padding-bottom: 45px !important; }

.u-m-l-45 {
  margin-left: 45px !important; }

.u-p-l-45 {
  padding-left: 45px !important; }

.u-m-r-45 {
  margin-right: 45px !important; }

.u-p-r-45 {
  padding-right: 45px !important; }

.u-m-x-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.u-p-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.u-m-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.u-p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.u-m-t-50 {
  margin-top: 50px !important; }

.u-p-t-50 {
  padding-top: 50px !important; }

.u-m-b-50 {
  margin-bottom: 50px !important; }

.u-p-b-50 {
  padding-bottom: 50px !important; }

.u-m-l-50 {
  margin-left: 50px !important; }

.u-p-l-50 {
  padding-left: 50px !important; }

.u-m-r-50 {
  margin-right: 50px !important; }

.u-p-r-50 {
  padding-right: 50px !important; }

.u-m-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.u-p-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.u-m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.u-p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.u-m-t-55 {
  margin-top: 55px !important; }

.u-p-t-55 {
  padding-top: 55px !important; }

.u-m-b-55 {
  margin-bottom: 55px !important; }

.u-p-b-55 {
  padding-bottom: 55px !important; }

.u-m-l-55 {
  margin-left: 55px !important; }

.u-p-l-55 {
  padding-left: 55px !important; }

.u-m-r-55 {
  margin-right: 55px !important; }

.u-p-r-55 {
  padding-right: 55px !important; }

.u-m-x-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.u-p-x-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

.u-m-y-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.u-p-y-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.u-m-t-60 {
  margin-top: 60px !important; }

.u-p-t-60 {
  padding-top: 60px !important; }

.u-m-b-60 {
  margin-bottom: 60px !important; }

.u-p-b-60 {
  padding-bottom: 60px !important; }

.u-m-l-60 {
  margin-left: 60px !important; }

.u-p-l-60 {
  padding-left: 60px !important; }

.u-m-r-60 {
  margin-right: 60px !important; }

.u-p-r-60 {
  padding-right: 60px !important; }

.u-m-x-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.u-p-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.u-m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.u-p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.u-m-t-65 {
  margin-top: 65px !important; }

.u-p-t-65 {
  padding-top: 65px !important; }

.u-m-b-65 {
  margin-bottom: 65px !important; }

.u-p-b-65 {
  padding-bottom: 65px !important; }

.u-m-l-65 {
  margin-left: 65px !important; }

.u-p-l-65 {
  padding-left: 65px !important; }

.u-m-r-65 {
  margin-right: 65px !important; }

.u-p-r-65 {
  padding-right: 65px !important; }

.u-m-x-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

.u-p-x-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }

.u-m-y-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.u-p-y-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.u-m-t-70 {
  margin-top: 70px !important; }

.u-p-t-70 {
  padding-top: 70px !important; }

.u-m-b-70 {
  margin-bottom: 70px !important; }

.u-p-b-70 {
  padding-bottom: 70px !important; }

.u-m-l-70 {
  margin-left: 70px !important; }

.u-p-l-70 {
  padding-left: 70px !important; }

.u-m-r-70 {
  margin-right: 70px !important; }

.u-p-r-70 {
  padding-right: 70px !important; }

.u-m-x-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.u-p-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.u-m-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.u-p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.u-m-t-75 {
  margin-top: 75px !important; }

.u-p-t-75 {
  padding-top: 75px !important; }

.u-m-b-75 {
  margin-bottom: 75px !important; }

.u-p-b-75 {
  padding-bottom: 75px !important; }

.u-m-l-75 {
  margin-left: 75px !important; }

.u-p-l-75 {
  padding-left: 75px !important; }

.u-m-r-75 {
  margin-right: 75px !important; }

.u-p-r-75 {
  padding-right: 75px !important; }

.u-m-x-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.u-p-x-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.u-m-y-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.u-p-y-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.u-m-t-80 {
  margin-top: 80px !important; }

.u-p-t-80 {
  padding-top: 80px !important; }

.u-m-b-80 {
  margin-bottom: 80px !important; }

.u-p-b-80 {
  padding-bottom: 80px !important; }

.u-m-l-80 {
  margin-left: 80px !important; }

.u-p-l-80 {
  padding-left: 80px !important; }

.u-m-r-80 {
  margin-right: 80px !important; }

.u-p-r-80 {
  padding-right: 80px !important; }

.u-m-x-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.u-p-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.u-m-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.u-p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.u-m-t-85 {
  margin-top: 85px !important; }

.u-p-t-85 {
  padding-top: 85px !important; }

.u-m-b-85 {
  margin-bottom: 85px !important; }

.u-p-b-85 {
  padding-bottom: 85px !important; }

.u-m-l-85 {
  margin-left: 85px !important; }

.u-p-l-85 {
  padding-left: 85px !important; }

.u-m-r-85 {
  margin-right: 85px !important; }

.u-p-r-85 {
  padding-right: 85px !important; }

.u-m-x-85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }

.u-p-x-85 {
  padding-left: 85px !important;
  padding-right: 85px !important; }

.u-m-y-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.u-p-y-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

.u-m-t-90 {
  margin-top: 90px !important; }

.u-p-t-90 {
  padding-top: 90px !important; }

.u-m-b-90 {
  margin-bottom: 90px !important; }

.u-p-b-90 {
  padding-bottom: 90px !important; }

.u-m-l-90 {
  margin-left: 90px !important; }

.u-p-l-90 {
  padding-left: 90px !important; }

.u-m-r-90 {
  margin-right: 90px !important; }

.u-p-r-90 {
  padding-right: 90px !important; }

.u-m-x-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.u-p-x-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.u-m-y-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.u-p-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.u-m-t-95 {
  margin-top: 95px !important; }

.u-p-t-95 {
  padding-top: 95px !important; }

.u-m-b-95 {
  margin-bottom: 95px !important; }

.u-p-b-95 {
  padding-bottom: 95px !important; }

.u-m-l-95 {
  margin-left: 95px !important; }

.u-p-l-95 {
  padding-left: 95px !important; }

.u-m-r-95 {
  margin-right: 95px !important; }

.u-p-r-95 {
  padding-right: 95px !important; }

.u-m-x-95 {
  margin-left: 95px !important;
  margin-right: 95px !important; }

.u-p-x-95 {
  padding-left: 95px !important;
  padding-right: 95px !important; }

.u-m-y-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

.u-p-y-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

.u-m-t-100 {
  margin-top: 100px !important; }

.u-p-t-100 {
  padding-top: 100px !important; }

.u-m-b-100 {
  margin-bottom: 100px !important; }

.u-p-b-100 {
  padding-bottom: 100px !important; }

.u-m-l-100 {
  margin-left: 100px !important; }

.u-p-l-100 {
  padding-left: 100px !important; }

.u-m-r-100 {
  margin-right: 100px !important; }

.u-p-r-100 {
  padding-right: 100px !important; }

.u-m-x-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.u-p-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.u-m-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.u-p-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.u-m-t-105 {
  margin-top: 105px !important; }

.u-p-t-105 {
  padding-top: 105px !important; }

.u-m-b-105 {
  margin-bottom: 105px !important; }

.u-p-b-105 {
  padding-bottom: 105px !important; }

.u-m-l-105 {
  margin-left: 105px !important; }

.u-p-l-105 {
  padding-left: 105px !important; }

.u-m-r-105 {
  margin-right: 105px !important; }

.u-p-r-105 {
  padding-right: 105px !important; }

.u-m-x-105 {
  margin-left: 105px !important;
  margin-right: 105px !important; }

.u-p-x-105 {
  padding-left: 105px !important;
  padding-right: 105px !important; }

.u-m-y-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important; }

.u-p-y-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important; }

.u-m-t-110 {
  margin-top: 110px !important; }

.u-p-t-110 {
  padding-top: 110px !important; }

.u-m-b-110 {
  margin-bottom: 110px !important; }

.u-p-b-110 {
  padding-bottom: 110px !important; }

.u-m-l-110 {
  margin-left: 110px !important; }

.u-p-l-110 {
  padding-left: 110px !important; }

.u-m-r-110 {
  margin-right: 110px !important; }

.u-p-r-110 {
  padding-right: 110px !important; }

.u-m-x-110 {
  margin-left: 110px !important;
  margin-right: 110px !important; }

.u-p-x-110 {
  padding-left: 110px !important;
  padding-right: 110px !important; }

.u-m-y-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.u-p-y-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.u-m-t-115 {
  margin-top: 115px !important; }

.u-p-t-115 {
  padding-top: 115px !important; }

.u-m-b-115 {
  margin-bottom: 115px !important; }

.u-p-b-115 {
  padding-bottom: 115px !important; }

.u-m-l-115 {
  margin-left: 115px !important; }

.u-p-l-115 {
  padding-left: 115px !important; }

.u-m-r-115 {
  margin-right: 115px !important; }

.u-p-r-115 {
  padding-right: 115px !important; }

.u-m-x-115 {
  margin-left: 115px !important;
  margin-right: 115px !important; }

.u-p-x-115 {
  padding-left: 115px !important;
  padding-right: 115px !important; }

.u-m-y-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important; }

.u-p-y-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important; }

.u-m-t-120 {
  margin-top: 120px !important; }

.u-p-t-120 {
  padding-top: 120px !important; }

.u-m-b-120 {
  margin-bottom: 120px !important; }

.u-p-b-120 {
  padding-bottom: 120px !important; }

.u-m-l-120 {
  margin-left: 120px !important; }

.u-p-l-120 {
  padding-left: 120px !important; }

.u-m-r-120 {
  margin-right: 120px !important; }

.u-p-r-120 {
  padding-right: 120px !important; }

.u-m-x-120 {
  margin-left: 120px !important;
  margin-right: 120px !important; }

.u-p-x-120 {
  padding-left: 120px !important;
  padding-right: 120px !important; }

.u-m-y-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.u-p-y-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.u-m-t-125 {
  margin-top: 125px !important; }

.u-p-t-125 {
  padding-top: 125px !important; }

.u-m-b-125 {
  margin-bottom: 125px !important; }

.u-p-b-125 {
  padding-bottom: 125px !important; }

.u-m-l-125 {
  margin-left: 125px !important; }

.u-p-l-125 {
  padding-left: 125px !important; }

.u-m-r-125 {
  margin-right: 125px !important; }

.u-p-r-125 {
  padding-right: 125px !important; }

.u-m-x-125 {
  margin-left: 125px !important;
  margin-right: 125px !important; }

.u-p-x-125 {
  padding-left: 125px !important;
  padding-right: 125px !important; }

.u-m-y-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important; }

.u-p-y-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important; }

.u-m-t-130 {
  margin-top: 130px !important; }

.u-p-t-130 {
  padding-top: 130px !important; }

.u-m-b-130 {
  margin-bottom: 130px !important; }

.u-p-b-130 {
  padding-bottom: 130px !important; }

.u-m-l-130 {
  margin-left: 130px !important; }

.u-p-l-130 {
  padding-left: 130px !important; }

.u-m-r-130 {
  margin-right: 130px !important; }

.u-p-r-130 {
  padding-right: 130px !important; }

.u-m-x-130 {
  margin-left: 130px !important;
  margin-right: 130px !important; }

.u-p-x-130 {
  padding-left: 130px !important;
  padding-right: 130px !important; }

.u-m-y-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important; }

.u-p-y-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.u-m-t-135 {
  margin-top: 135px !important; }

.u-p-t-135 {
  padding-top: 135px !important; }

.u-m-b-135 {
  margin-bottom: 135px !important; }

.u-p-b-135 {
  padding-bottom: 135px !important; }

.u-m-l-135 {
  margin-left: 135px !important; }

.u-p-l-135 {
  padding-left: 135px !important; }

.u-m-r-135 {
  margin-right: 135px !important; }

.u-p-r-135 {
  padding-right: 135px !important; }

.u-m-x-135 {
  margin-left: 135px !important;
  margin-right: 135px !important; }

.u-p-x-135 {
  padding-left: 135px !important;
  padding-right: 135px !important; }

.u-m-y-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important; }

.u-p-y-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important; }

.u-m-t-140 {
  margin-top: 140px !important; }

.u-p-t-140 {
  padding-top: 140px !important; }

.u-m-b-140 {
  margin-bottom: 140px !important; }

.u-p-b-140 {
  padding-bottom: 140px !important; }

.u-m-l-140 {
  margin-left: 140px !important; }

.u-p-l-140 {
  padding-left: 140px !important; }

.u-m-r-140 {
  margin-right: 140px !important; }

.u-p-r-140 {
  padding-right: 140px !important; }

.u-m-x-140 {
  margin-left: 140px !important;
  margin-right: 140px !important; }

.u-p-x-140 {
  padding-left: 140px !important;
  padding-right: 140px !important; }

.u-m-y-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.u-p-y-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.u-m-t-145 {
  margin-top: 145px !important; }

.u-p-t-145 {
  padding-top: 145px !important; }

.u-m-b-145 {
  margin-bottom: 145px !important; }

.u-p-b-145 {
  padding-bottom: 145px !important; }

.u-m-l-145 {
  margin-left: 145px !important; }

.u-p-l-145 {
  padding-left: 145px !important; }

.u-m-r-145 {
  margin-right: 145px !important; }

.u-p-r-145 {
  padding-right: 145px !important; }

.u-m-x-145 {
  margin-left: 145px !important;
  margin-right: 145px !important; }

.u-p-x-145 {
  padding-left: 145px !important;
  padding-right: 145px !important; }

.u-m-y-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important; }

.u-p-y-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important; }

.u-m-t-150 {
  margin-top: 150px !important; }

.u-p-t-150 {
  padding-top: 150px !important; }

.u-m-b-150 {
  margin-bottom: 150px !important; }

.u-p-b-150 {
  padding-bottom: 150px !important; }

.u-m-l-150 {
  margin-left: 150px !important; }

.u-p-l-150 {
  padding-left: 150px !important; }

.u-m-r-150 {
  margin-right: 150px !important; }

.u-p-r-150 {
  padding-right: 150px !important; }

.u-m-x-150 {
  margin-left: 150px !important;
  margin-right: 150px !important; }

.u-p-x-150 {
  padding-left: 150px !important;
  padding-right: 150px !important; }

.u-m-y-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.u-p-y-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.u-m-t-155 {
  margin-top: 155px !important; }

.u-p-t-155 {
  padding-top: 155px !important; }

.u-m-b-155 {
  margin-bottom: 155px !important; }

.u-p-b-155 {
  padding-bottom: 155px !important; }

.u-m-l-155 {
  margin-left: 155px !important; }

.u-p-l-155 {
  padding-left: 155px !important; }

.u-m-r-155 {
  margin-right: 155px !important; }

.u-p-r-155 {
  padding-right: 155px !important; }

.u-m-x-155 {
  margin-left: 155px !important;
  margin-right: 155px !important; }

.u-p-x-155 {
  padding-left: 155px !important;
  padding-right: 155px !important; }

.u-m-y-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important; }

.u-p-y-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important; }

.u-m-t-160 {
  margin-top: 160px !important; }

.u-p-t-160 {
  padding-top: 160px !important; }

.u-m-b-160 {
  margin-bottom: 160px !important; }

.u-p-b-160 {
  padding-bottom: 160px !important; }

.u-m-l-160 {
  margin-left: 160px !important; }

.u-p-l-160 {
  padding-left: 160px !important; }

.u-m-r-160 {
  margin-right: 160px !important; }

.u-p-r-160 {
  padding-right: 160px !important; }

.u-m-x-160 {
  margin-left: 160px !important;
  margin-right: 160px !important; }

.u-p-x-160 {
  padding-left: 160px !important;
  padding-right: 160px !important; }

.u-m-y-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important; }

.u-p-y-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.u-m-t-165 {
  margin-top: 165px !important; }

.u-p-t-165 {
  padding-top: 165px !important; }

.u-m-b-165 {
  margin-bottom: 165px !important; }

.u-p-b-165 {
  padding-bottom: 165px !important; }

.u-m-l-165 {
  margin-left: 165px !important; }

.u-p-l-165 {
  padding-left: 165px !important; }

.u-m-r-165 {
  margin-right: 165px !important; }

.u-p-r-165 {
  padding-right: 165px !important; }

.u-m-x-165 {
  margin-left: 165px !important;
  margin-right: 165px !important; }

.u-p-x-165 {
  padding-left: 165px !important;
  padding-right: 165px !important; }

.u-m-y-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important; }

.u-p-y-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important; }

.u-m-t-170 {
  margin-top: 170px !important; }

.u-p-t-170 {
  padding-top: 170px !important; }

.u-m-b-170 {
  margin-bottom: 170px !important; }

.u-p-b-170 {
  padding-bottom: 170px !important; }

.u-m-l-170 {
  margin-left: 170px !important; }

.u-p-l-170 {
  padding-left: 170px !important; }

.u-m-r-170 {
  margin-right: 170px !important; }

.u-p-r-170 {
  padding-right: 170px !important; }

.u-m-x-170 {
  margin-left: 170px !important;
  margin-right: 170px !important; }

.u-p-x-170 {
  padding-left: 170px !important;
  padding-right: 170px !important; }

.u-m-y-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important; }

.u-p-y-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important; }

.u-m-t-175 {
  margin-top: 175px !important; }

.u-p-t-175 {
  padding-top: 175px !important; }

.u-m-b-175 {
  margin-bottom: 175px !important; }

.u-p-b-175 {
  padding-bottom: 175px !important; }

.u-m-l-175 {
  margin-left: 175px !important; }

.u-p-l-175 {
  padding-left: 175px !important; }

.u-m-r-175 {
  margin-right: 175px !important; }

.u-p-r-175 {
  padding-right: 175px !important; }

.u-m-x-175 {
  margin-left: 175px !important;
  margin-right: 175px !important; }

.u-p-x-175 {
  padding-left: 175px !important;
  padding-right: 175px !important; }

.u-m-y-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important; }

.u-p-y-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important; }

.u-m-t-180 {
  margin-top: 180px !important; }

.u-p-t-180 {
  padding-top: 180px !important; }

.u-m-b-180 {
  margin-bottom: 180px !important; }

.u-p-b-180 {
  padding-bottom: 180px !important; }

.u-m-l-180 {
  margin-left: 180px !important; }

.u-p-l-180 {
  padding-left: 180px !important; }

.u-m-r-180 {
  margin-right: 180px !important; }

.u-p-r-180 {
  padding-right: 180px !important; }

.u-m-x-180 {
  margin-left: 180px !important;
  margin-right: 180px !important; }

.u-p-x-180 {
  padding-left: 180px !important;
  padding-right: 180px !important; }

.u-m-y-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important; }

.u-p-y-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important; }

.u-m-t-185 {
  margin-top: 185px !important; }

.u-p-t-185 {
  padding-top: 185px !important; }

.u-m-b-185 {
  margin-bottom: 185px !important; }

.u-p-b-185 {
  padding-bottom: 185px !important; }

.u-m-l-185 {
  margin-left: 185px !important; }

.u-p-l-185 {
  padding-left: 185px !important; }

.u-m-r-185 {
  margin-right: 185px !important; }

.u-p-r-185 {
  padding-right: 185px !important; }

.u-m-x-185 {
  margin-left: 185px !important;
  margin-right: 185px !important; }

.u-p-x-185 {
  padding-left: 185px !important;
  padding-right: 185px !important; }

.u-m-y-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important; }

.u-p-y-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important; }

.u-m-t-190 {
  margin-top: 190px !important; }

.u-p-t-190 {
  padding-top: 190px !important; }

.u-m-b-190 {
  margin-bottom: 190px !important; }

.u-p-b-190 {
  padding-bottom: 190px !important; }

.u-m-l-190 {
  margin-left: 190px !important; }

.u-p-l-190 {
  padding-left: 190px !important; }

.u-m-r-190 {
  margin-right: 190px !important; }

.u-p-r-190 {
  padding-right: 190px !important; }

.u-m-x-190 {
  margin-left: 190px !important;
  margin-right: 190px !important; }

.u-p-x-190 {
  padding-left: 190px !important;
  padding-right: 190px !important; }

.u-m-y-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important; }

.u-p-y-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important; }

.u-m-t-195 {
  margin-top: 195px !important; }

.u-p-t-195 {
  padding-top: 195px !important; }

.u-m-b-195 {
  margin-bottom: 195px !important; }

.u-p-b-195 {
  padding-bottom: 195px !important; }

.u-m-l-195 {
  margin-left: 195px !important; }

.u-p-l-195 {
  padding-left: 195px !important; }

.u-m-r-195 {
  margin-right: 195px !important; }

.u-p-r-195 {
  padding-right: 195px !important; }

.u-m-x-195 {
  margin-left: 195px !important;
  margin-right: 195px !important; }

.u-p-x-195 {
  padding-left: 195px !important;
  padding-right: 195px !important; }

.u-m-y-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important; }

.u-p-y-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important; }

.u-divider {
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  margin: 40px 0; }

.u-display--none {
  display: none; }

.u-display--block {
  display: block; }

.u-size-12 {
  font-size: 12px; }

.u-size-16 {
  font-size: 16px; }

.alert-success {
  background-color: #505864;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 30px; }

.modal-share {
  padding: 80px 40px 56px;
  text-align: center; }
  .modal-share-title {
    font-size: 24px;
    font-weight: bold;
    color: #151522;
    margin-bottom: 40px; }
    .modal-share-title__success {
      color: #48cb11;
      margin-bottom: 90px; }
  .modal-share-social {
    margin: 0 auto 56px; }
    .modal-share-social__icon + .modal-share-social__icon {
      margin-left: 20px; }
  .modal-share-success {
    font-size: 90px;
    color: #48cb11;
    margin-bottom: 24px; }

.modal-backdrop {
  z-index: 100; }

.modal-footer {
  justify-content: center;
  padding-top: 20px; }

.u-justify-text {
  text-align: justify;
  text-justify: inter-word; }

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .c-main-header *,
  .c-main-nav,
  .c-main-footer,
  aside {
    display: none !important; }
  .c-logo {
    display: block !important; }
  body,
  article,
  main {
    width: 100%;
    margin: 0;
    padding: 0; } }

.croppie-container {
  width: 100%;
  height: 100%; }

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none; }

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%; }

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0; }

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none; }

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all; }

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: ''; }

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px; }

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px; }

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%; }

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px; }

.croppie-container .cr-original-image {
  display: none; }

.croppie-container .cr-vp-circle {
  border-radius: 50%; }

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none; }

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center; }

.croppie-result {
  position: relative;
  overflow: hidden; }

.croppie-result img {
  position: absolute; }

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  transform: translateZ(0); }

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent; }

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px; }

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px; }

.cr-slider:focus {
  outline: none; }

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px; }

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px; }

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px; }

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/ }

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px; }

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5); }

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5); }

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1; }

.cr-rotate-controls button {
  border: 0;
  background: none; }

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px; }

.cr-rotate-l i:before {
  content: '↺'; }

.cr-rotate-r i:before {
  content: '↻'; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 5px; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: 0 auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  @media (max-width: 768px) {
    .slick-slide {
      margin-right: 20px; } }

.slick-arrow.slick-hidden {
  display: none; }

.o-slick-arrow {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 70px;
  height: 100%;
  cursor: pointer;
  text-align: center;
  background-color: rgba(80, 88, 100, 0.4);
  top: 0; }
  .o-slick-arrow--secondary {
    background-color: transparent;
    height: 40px;
    width: 40px;
    top: 120px; }
  @media (max-width: 1023px) {
    .o-slick-arrow {
      display: none; } }
  .o-slick-arrow:after {
    content: '';
    background-image: url("../img/icons/arrow.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .u-bg-orange .o-slick-arrow:after {
      background-image: url("../img/icons/arrow-blue.svg"); }
  .o-slick-arrow--prev {
    left: 0; }
    .o-slick-arrow--prev.o-slick-arrow--secondary {
      left: -15px; }
  .o-slick-arrow--next {
    right: 0; }
    .o-slick-arrow--next:after {
      transform: rotateY(180deg) translate(-50%, -50%);
      transform-origin: left; }
    .o-slick-arrow--next.o-slick-arrow--secondary {
      right: -15px; }
  .o-slick-arrow--onthefly {
    background-color: #34b687;
    margin: 0; }
    .o-slick-arrow--onthefly.o-slick-arrow--prev {
      left: 0; }
    .o-slick-arrow--onthefly.o-slick-arrow--next {
      left: initial;
      right: 0;
      transform: translate(50%, -50%); }

.slick-dots {
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; }
  .slick-dots li {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #dcddde;
    border: 2px solid #fff;
    margin: 0 3px;
    border-radius: 50px; }
    .slick-dots li button {
      display: none; }
    .slick-dots li.slick-active {
      background-color: #f1f2f2; }

.dz-remove {
  color: #444B55; }
  .dz-remove:hover {
    color: #2d3239; }

.dropzone.dz-started .dz-message {
  display: block !important; }

.dropzone .dz-preview .dz-image {
  margin: 0 auto 10px; }

.dropzone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .dropzone .dz-preview {
    width: 50%;
    margin: 0;
    padding: 10px; }

/*
    Common 
*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden; }

.wizard a,
.tabcontrol a {
  outline: 0; }

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0; }

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em; }

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%; }

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%; }

.wizard > .steps .number {
  font-size: 1.429em; }

.wizard > .steps > ul > li {
  width: 25%; }

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left; }

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%; }

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 5px; }

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default; }

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default; }

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff; }

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff; }

.wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  border-radius: 5px; }

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%; }

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%; }

.wizard > .content > .body ul {
  list-style: disc !important; }

.wizard > .content > .body ul > li {
  display: list-item; }

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%; }

.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc; }

.wizard > .content > .body input[type="checkbox"] {
  display: inline-block; }

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11; }

.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em; }

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em; }

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%; }

.wizard > .actions > ul {
  display: inline-block;
  text-align: right; }

.wizard > .actions > ul > li {
  margin: 0 0.5em; }

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em; }

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 5px; }

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa; }

/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%; }

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1; }

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0; }

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0; }

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none; }

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none; }

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px; }

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px; }

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%; }

.tabcontrol > .content > .body ul {
  list-style: disc !important; }

.tabcontrol > .content > .body ul > li {
  display: list-item; }

.s-profile {
  min-height: 80vh; }
  .s-profile .container {
    margin-top: 80px;
    padding-bottom: 40px; }
  .s-profile--cover {
    text-align: center;
    margin: 10px auto; }
    .s-profile--cover span {
      font-size: 80px;
      color: #444B55;
      margin-bottom: 10px; }
      .s-profile--cover span:hover {
        cursor: pointer; }
  .s-profile--thumb {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }

.s-blog {
  min-height: 70vh; }
  .s-blog .container {
    margin-top: 80px; }
    .s-blog .container a {
      color: #444B55 !important;
      cursor: pointer;
      text-decoration: underline;
      font-size: 14px !important;
      font-family: "Montserrat", sans-serif !important; }
  .s-blog--item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px; }
    .s-blog--item-wrapper {
      width: 200px;
      height: 200px;
      position: relative;
      overflow: hidden;
      margin-right: 20px;
      box-sizing: border-box;
      display: inline-table;
      flex: 0 0 auto; }
    .s-blog--item-image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .s-blog--item-date {
      font-size: 12px;
      font-family: "Montserrat", sans-serif;
      color: #4d4d4f;
      margin-bottom: 20px; }
    .s-blog--item-title {
      font-size: 24px;
      font-family: "Montserrat", sans-serif;
      color: #444B55;
      margin-bottom: 20px;
      width: 100%; }
    .s-blog--item-resume {
      font-size: 14px;
      font-family: "Montserrat", sans-serif !important;
      color: #4d4d4f;
      width: 100%; }
    .s-blog--item a {
      color: #444B55 !important;
      cursor: pointer;
      text-decoration: underline;
      font-size: 16px !important;
      font-family: "Montserrat", sans-serif !important;
      text-decoration: none !important; }
    @media (max-width: 768px) {
      .s-blog--item {
        flex-direction: column; }
        .s-blog--item-wrapper {
          width: 100%; }
        .s-blog--item-date {
          padding-left: 0;
          margin-top: 5px; }
        .s-blog--item-title {
          padding-left: 0; }
        .s-blog--item-resume {
          padding-left: 0; } }
  .s-blog ul {
    list-style: disc;
    margin-left: 20px; }
  .s-blog--fullcover {
    width: 100%;
    max-width: 500px; }
  .s-blog p,
  .s-blog span {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important; }
  .s-blog .fa {
    font-family: 'Font Awesome 5 Free' !important; }
  @media (max-width: 900px) {
    .s-blog img {
      width: 100%; }
    .s-blog td {
      display: block;
      width: 100% !important; } }

.s-faq {
  padding-bottom: 200px; }
  @media (max-width: 768px) {
    .s-faq {
      padding-bottom: 300px; } }
  .s-faq .o-input--faq {
    width: 100%;
    border: none;
    height: 40px;
    padding-left: 20px;
    margin-bottom: 20px; }

.s-about {
  background-color: #f6f6f6;
  min-height: 70vh;
  padding-bottom: 40px; }
  .s-about .container {
    margin-top: 40px;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 700px; }
  .s-about--title {
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0;
    font-weight: bold;
    color: #444B55; }
  .s-about--description {
    font-size: 16px;
    color: #6f7779;
    font-family: "Montserrat", sans-serif; }
    .s-about--description-small {
      font-size: 14px; }
  .s-about--subtitle {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0;
    font-weight: bold;
    color: #444B55; }
  .s-about h3 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0;
    font-weight: bold;
    color: #444B55; }
  .s-about--cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .s-about--card {
    box-sizing: border-box;
    flex: 0 0 31%;
    background-color: #444B55;
    color: #fff;
    line-height: 100px;
    text-align: center;
    margin-bottom: 4%;
    transition: background-color 1s ease;
    font-family: "Montserrat", sans-serif; }
    .s-about--card:hover {
      cursor: pointer;
      background-color: #2d3239; }
    @media (max-width: 990px) {
      .s-about--card {
        flex: 0 0 48%; } }
    @media (max-width: 580px) {
      .s-about--card {
        flex: 0 0 100%; } }

.s-pages {
  background-color: #f6f6f6;
  min-height: 70vh;
  padding-bottom: 40px; }
  .s-pages .container {
    margin-top: 40px;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 700px; }
    .s-pages .container p,
    .s-pages .container li,
    .s-pages .container span {
      font-family: "Montserrat", sans-serif !important;
      -webkit-text-decoration-line: none !important;
              text-decoration-line: none !important; }
    .s-pages .container table {
      width: 100% !important; }
    .s-pages .container a {
      color: #444B55 !important;
      text-decoration: none !important;
      padding-bottom: 2px;
      border-bottom: 1px solid #444B55; }
      .s-pages .container a:hover, .s-pages .container a:visited {
        color: #2d3239;
        text-decoration: none; }
    .s-pages .container ul {
      margin-left: 30px;
      margin-top: 30px; }

.s-materials {
  background-color: #f0f0f0;
  min-height: 70vh;
  padding-bottom: 40px;
  font-family: "Montserrat", sans-serif; }
  .s-materials--sidebar-category {
    margin: 20px 0 5px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    cursor: pointer; }
  .s-materials--sidebar-file {
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 10px;
    cursor: pointer; }
    .s-materials--sidebar-file + .s-materials--sidebar-category {
      margin-top: 10px; }
  .s-materials--main h2 {
    font-size: 24px;
    color: #444B55;
    margin-bottom: 5px; }
  .s-materials--title {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-weight: bold;
    color: #444B55; }
  .s-materials--support {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    color: #333; }
  .s-materials-subtitle {
    text-align: center;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0;
    color: #444B55; }

.s-projects {
  background-color: #f0f0f0;
  min-height: 70vh;
  padding-bottom: 40px;
  font-family: "Montserrat", sans-serif; }
  .s-projects--main {
    width: 100%; }
    .s-projects--main h2 {
      font-size: 24px;
      color: #444B55;
      margin-bottom: 20px; }
  .s-projects .o-cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background-color: #f1f3f6; }
  .s-projects--card {
    background-color: #fff;
    margin-bottom: 20px;
    min-height: 300px;
    padding: 20px;
    display: flex;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px #00000033, 0 4px 6px -2px #00000040; }
    @media (max-width: 768px) {
      .s-projects--card {
        flex-direction: column; } }
  .s-projects--cover {
    flex: 1 50%;
    width: 100%; }
  .s-projects--info {
    flex: 1 50%;
    padding: 0 0 0 20px; }
    @media (max-width: 768px) {
      .s-projects--info {
        padding-left: 0; } }
  .s-projects--title {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-weight: bold;
    color: #444B55; }
  .s-projects--support {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #333;
    width: 100%; }
  .s-projects-subtitle {
    text-align: center;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0;
    color: #444B55; }
  .s-projects--material-title {
    font-size: 14px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin: 40px 0 20px; }
  .s-projects--buttons {
    display: flex;
    align-items: center; }
    .s-projects--buttons .o-btn + .o-btn {
      margin-left: 10px; }
    @media (max-width: 768px) {
      .s-projects--buttons {
        flex-direction: column; }
        .s-projects--buttons .o-btn + .o-btn {
          margin-left: 0; } }

.s-share--buttons {
  display: flex;
  align-items: center; }
  .s-share--buttons a {
    font-size: 20px; }
  .s-share--buttons a + a {
    margin-left: 20px; }

.s-highlights {
  background-color: #505864;
  position: relative;
  width: 100%;
  padding: 40px 0 20px;
  z-index: 1; }
  .s-highlights::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 500px;
    top: -260px;
    left: 0;
    background-image: url("/images/cards/wave.svg");
    background-size: cover;
    z-index: -1; }
    @media (max-width: 768px) {
      .s-highlights::before {
        height: 160px;
        top: -100px; } }
  .s-highlights::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 500px;
    bottom: -260px;
    left: 0;
    background-image: url("/images/cards/wave.svg");
    background-size: cover;
    transform: rotateX(180deg) rotateY(180deg);
    z-index: -1; }
    @media (max-width: 768px) {
      .s-highlights::after {
        height: 160px;
        bottom: -100px; } }
  .s-highlights--wave {
    fill: #505864; }
  .s-highlights--title {
    color: #FFF;
    font-size: 32px;
    text-align: center;
    margin-bottom: 48px;
    margin-top: -80px; }
    @media (max-width: 768px) {
      .s-highlights--title {
        margin-top: -40px; } }
  .s-highlights--pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; }
    .s-highlights--pagination button + button {
      margin-left: 20px; }
  .s-highlights .o-cards .o-card {
    margin: 20px; }
  .s-highlights .slick-initialized .slick-slide {
    margin: 0 10px;
    box-sizing: border-box; }

.s-buttons {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #ccc; }
  .s-buttons .o-btn {
    margin: 20px 0; }

.s-presence {
  min-height: 80vh; }
  @media (max-width: 768px) {
    .s-presence .subscribe-user p + p {
      margin-top: 10px;
      line-height: 1.2; } }

.s-welcome {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .s-welcome img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px; }
  .s-welcome h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FFF;
    width: 100%;
    max-width: 350px; }
  .s-welcome h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFF;
    width: 100%;
    max-width: 320px;
    margin: 20px 0; }

.s-main {
  display: flex;
  width: 100%;
  margin-top: 70px;
  padding-top: 10px; }
  .s-main__container {
    background-color: rgba(205, 208, 217, 0.19);
    border: 1px solid rgba(68, 75, 85, 0.1);
    width: calc(100vw - 280px);
    min-height: calc(100vh - 90px);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 10px; }
  .s-main__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #FFF;
    margin-top: 60px;
    border-radius: 15px;
    margin-left: 260px; }
    .s-main__header-title {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: .7px;
      margin-bottom: 0; }
