@charset "UTF-8";
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/*$body-bg: white;
$bright-color: #1865FB;
$complementary-color: #869CAD;
$dark-color: #242529;
$light-color: #E7E7ED;
$solid-color: #47647A;

$portlet-decorate-bg: #FFF;
$portlet-decorate-border: 1px solid $light-color;*/
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #b6c1cd;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control {
  padding-right: 1.6rem;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #f8f9fb;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #72ffe7;
  border-color: #3fffdf;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #71869d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #71869d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f6cbc7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #c22d20;
  color: #c22d20;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}
body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #8c98a4;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #f36b78;
}
.item-selector .item-selector-list-row:hover {
  background-color: #fbd2d6;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #677788;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus, .lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #71869d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #1e2022;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #71869d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #1e2022;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.3125rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.3125rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #1e2022;
  font-weight: 600;
}
.user-info .date-info {
  color: #71869d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1.5rem 1.5rem;
}
.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #e7eaf3;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.3125rem 0.3125rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 550px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7eaf3;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7eaf3;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7eaf3;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7eaf3;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7eaf3;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7eaf3;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7eaf3;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7eaf3;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7eaf3;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7eaf3;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%231e2022'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%231e2022'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%231e2022'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.5rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #d81124;
  border-color: #d81124;
  border-radius: 8px 8px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #fff;
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: #fff;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: #d81124;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: #d81124;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: #d81124;
  border-radius: 0 0 8px 8px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: #d81124;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #d81124;
  border-color: #d81124;
  border-radius: 8px 8px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #fff;
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: #fff;
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-decorate .portlet {
  margin-bottom: 0;
}
.portlet-decorate .portlet-content {
  border-width: 0;
  padding: 0;
}

.portlet-solid .portlet-content {
  background: #FFF;
  border: 1px solid #DEEEEE;
}

.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "fontawesome-alloy";
  src: url("../font/fontawesome-alloy.eot");
  src: url("../font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-alloy.woff") format("woff"), url("../font/fontawesome-alloy.ttf") format("truetype"), url("../font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: "fontawesome-alloy";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}
[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^=icon-],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^=icon-],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^=icon-],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^=icon-],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^=icon-],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^=icon-],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^=icon-],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^=icon-].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^=icon-].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^=icon-].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^=icon-].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^=icon-], .nav-tabs [class^=icon-].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^=icon-], .nav-pills [class^=icon-].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].pull-left.icon-2x, .btn [class^=icon-].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^=icon-].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x, .btn.btn-small [class^=icon-].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x, .btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
0% {
    -ms-transform: rotate(0deg);
  }
100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "fontawesome-alloy";
  content: '\FEFF' attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right, .icon-glass, .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-fb-boolean, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign-2, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-rupee, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-weibo, .icon-renren, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-db-joinxor, .icon-db-state, .icon-db-start, .icon-db-end, .icon-db-fork, .icon-db-condition, .icon-db-task, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload, .icon-fb-text, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal {
  font-family: "fontawesome-alloy";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-caret-bottom-right:before {
  content: "\e016";
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-fb-boolean:before {
  content: "\e008";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign-2:before {
  content: "\f055";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up-2:before {
  content: "\f164";
}

.icon-thumbs-down-2:before {
  content: "\f165";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-yen:before {
  content: "\f157";
}

.icon-renminbi:before {
  content: "\f158";
}

.icon-won:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-file-2:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-db-joinxor:before {
  content: "\e006";
}

.icon-db-state:before {
  content: "\e009";
}

.icon-db-start:before {
  content: "\e00b";
}

.icon-db-end:before {
  content: "\e00a";
}

.icon-db-fork:before {
  content: "\e00c";
}

.icon-db-condition:before {
  content: "\e00e";
}

.icon-db-task:before {
  content: "\e00d";
}

.icon-db-join:before {
  content: "\e00f";
}

.icon-fb-button:before {
  content: "\e010";
}

.icon-fb-fieldset:before {
  content: "\e011";
}

.icon-fb-custom-field:before {
  content: "\e012";
}

.icon-fb-separator:before {
  content: "\e013";
}

.icon-fb-paragraph:before {
  content: "\e014";
}

.icon-fb-file-upload:before {
  content: "\e015";
}

.icon-fb-text:before {
  content: "\e000";
}

.icon-fb-text-box:before {
  content: "\e001";
}

.icon-fb-select:before {
  content: "\e002";
}

.icon-fb-radio:before {
  content: "\e003";
}

.icon-fb-number:before {
  content: "\e004";
}

.icon-fb-integer:before {
  content: "\e005";
}

.icon-fb-decimal:before {
  content: "\e007";
}

.icon-btc:before {
  content: "\f15a";
}

.icon-cny:before {
  content: "\f158";
}

.icon-eur:before {
  content: "\f153";
}

.icon-gear:before {
  content: "\f013";
}

.icon-gears:before {
  content: "\f085";
}

.icon-inr:before {
  content: "\f156";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-krw:before {
  content: "\f159";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-unchecked:before {
  content: "\f096";
}

.icon-usd:before {
  content: "\f155";
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../font/glyphicons-halflings-regular.eot);
  src: url(../font/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../font/glyphicons-halflings-regular.woff2) format("woff2"), url(../font/glyphicons-halflings-regular.woff) format("woff"), url(../font/glyphicons-halflings-regular.ttf) format("truetype"), url(../font/glyphicons-halflings-regular.svgglyphicons_halflingsregular) format("svg");
}
.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
@media (min-width: 992px) {
  body.controls-visible.has-control-menu main, body.controls-visible.has-control-menu header:not(.portlet-topper) {
    margin-top: 56px;
  }
  body.controls-visible.has-control-menu main#content, body.controls-visible.has-control-menu header:not(.portlet-topper)#content {
    margin-top: 180px;
  }
  body.controls-visible.has-control-menu main#content.overflow-hidden, body.controls-visible.has-control-menu header:not(.portlet-topper)#content.overflow-hidden {
    overflow: initial !important;
  }
  body.controls-visible.has-staging-bar header:not(.portlet-topper) {
    margin-top: 137px;
  }
  body.open header:not(.portlet-topper) {
    padding-left: 320px;
  }
}
body.has-control-menu.has-edit-mode-menu header:not(.portlet-topper) {
  margin-top: 0;
  position: relative;
}
body.has-control-menu.has-edit-mode-menu main#content {
  margin-top: 0;
}
body .fragment-entry-link-list-wrapper {
  margin-right: 40px;
  overflow: hidden;
  transition: margin ease 0.5s;
  will-change: margin;
}
@media (min-width: 768px) {
  body .fragment-entry-link-list-wrapper--padded, body .fragment-entry-link-list-wrapper--padded.no-fragments-message {
    margin-right: 320px;
  }
  body.has-control-menu.has-edit-mode-menu {
    /*main {
        height: calc( 100vh - 120px);
        margin-top: 120px;
    }*/
  }
  body.has-control-menu.has-edit-mode-menu header:not(.portlet-topper) {
    position: relative;
  }
}

/*Fix per retrocompatibilita'*/
.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important;
}

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

.noema-front-theme {
  /*------------------------------------
    Default Styles
  ------------------------------------*/
  /*------------------------------------
    Highlight Color
  ------------------------------------*/
  /*------------------------------------
    Accessibility
  ------------------------------------*/
  /*------------------------------------
    Print styles
  ------------------------------------*/
  /*------------------------------------
    Skippy
  ------------------------------------*/
  /*------------------------------------
    List Article
  ------------------------------------*/
  /*------------------------------------
    Links
  ------------------------------------*/
  /* Collapse */
  /* Link Underline */
  /* Link Underline Light */
  /*------------------------------------
    Header Default
  ------------------------------------*/
  /* Navbar Brand */
  /* Navbar Toggler */
  /* Nav Item */
  /* Nav Link */
  /* Dropdown */
  /* Promo */
  /* Banner */
  /* Product Banner */
  /*------------------------------------
    Header Helpers
  ------------------------------------*/
  /*------------------------------------
    Nav Alignments
  ------------------------------------*/
  /*------------------------------------
    Header Default
  ------------------------------------*/
  /*------------------------------------
    Nav Wrap
  ------------------------------------*/
  /*------------------------------------
    Fullscreen
  ------------------------------------*/
  /*------------------------------------
    Header Fullscreen Style
  ------------------------------------*/
  /*------------------------------------
    Transparent Header
  ------------------------------------*/
  /*------------------------------------
    Header On Scroll
  ------------------------------------*/
  /*------------------------------------
    Header White Nav Links
  ------------------------------------*/
  /*------------------------------------
    Navbar Expand
  ------------------------------------*/
  /*------------------------------------
    Header Floating
  ------------------------------------*/
  /*------------------------------------
    Absolute Positions
  ------------------------------------*/
  /*------------------------------------
    Sticky Positions
  ------------------------------------*/
  /*------------------------------------
    Animation
  ------------------------------------*/
  /*------------------------------------
    Alert Styles
  ------------------------------------*/
  /* primary soft */
  /* secondary soft */
  /* success soft */
  /* info soft */
  /* warning soft */
  /* danger soft */
  /* light soft */
  /* dark soft */
  /* indigo soft */
  /* navy soft */
  /*------------------------------------
    Avatar
  ------------------------------------*/
  /*------------------------------------
    Avatar Group
  ------------------------------------*/
  /*------------------------------------
    Avatar Initials
  ------------------------------------*/
  /*------------------------------------
    Avatar Sizes
  ------------------------------------*/
  /*------------------------------------
    Avatar Status
  ------------------------------------*/
  /*------------------------------------
    Avatar Styles
  ------------------------------------*/
  /* primary soft */
  /* secondary soft */
  /* success soft */
  /* info soft */
  /* warning soft */
  /* danger soft */
  /* light soft */
  /* dark soft */
  /* indigo soft */
  /* navy soft */
  /* primary soft */
  /* secondary soft */
  /* success soft */
  /* info soft */
  /* warning soft */
  /* danger soft */
  /* light soft */
  /* dark soft */
  /* indigo soft */
  /* navy soft */
  /*------------------------------------
    Badge Soft
  ------------------------------------*/
  /* primary soft */
  /* secondary soft */
  /* success soft */
  /* info soft */
  /* warning soft */
  /* danger soft */
  /* light soft */
  /* dark soft */
  /* indigo soft */
  /* navy soft */
  /*------------------------------------
    Custom Buttons
  ------------------------------------*/
  /* primary button :hover, :focus, :active effects */
  /* secondary button :hover, :focus, :active effects */
  /* success button :hover, :focus, :active effects */
  /* info button :hover, :focus, :active effects */
  /* warning button :hover, :focus, :active effects */
  /* danger button :hover, :focus, :active effects */
  /* light button :hover, :focus, :active effects */
  /* dark button :hover, :focus, :active effects */
  /* indigo button :hover, :focus, :active effects */
  /* navy button :hover, :focus, :active effects */
  /*------------------------------------
    Custom Button Toggle
  ------------------------------------*/
  /* primary custom toggle button */
  /* secondary custom toggle button */
  /* success custom toggle button */
  /* info custom toggle button */
  /* warning custom toggle button */
  /* danger custom toggle button */
  /* light custom toggle button */
  /* dark custom toggle button */
  /* indigo custom toggle button */
  /* navy custom toggle button */
  /*------------------------------------
    Soft Button Styles
  ------------------------------------*/
  /* primary soft */
  /* secondary soft */
  /* success soft */
  /* info soft */
  /* warning soft */
  /* danger soft */
  /* light soft */
  /* dark soft */
  /* indigo soft */
  /* navy soft */
  /*------------------------------------
    Outline Button Styles
  ------------------------------------*/
  /*------------------------------------
    Button Sizes
  ------------------------------------*/
  /* Wide */
  /* Extra Small */
  /* Icons */
  /*------------------------------------
    Ghost Buttons Styles
  ------------------------------------*/
  /* primary ghost button */
  /* secondary ghost button */
  /* success ghost button */
  /* info ghost button */
  /* warning ghost button */
  /* danger ghost button */
  /* light ghost button */
  /* dark ghost button */
  /* indigo ghost button */
  /* navy ghost button */
  /*------------------------------------
    Button Groups
  ------------------------------------*/
  /*------------------------------------
    Button Status
  ------------------------------------*/
  /*------------------------------------
    Buttons
  ------------------------------------*/
  /* Toggle */
  /*------------------------------------
    Brand
  ------------------------------------*/
  /*------------------------------------
    Breadcrumb
  ------------------------------------*/
  /*------------------------------------
    Card
  ------------------------------------*/
  /* Background Color */
  /* Frame */
  /* Shadow On Hover */
  /* Collapse */
  /* IE image rendering fix */
  /*------------------------------------
    Card Gutters
  ------------------------------------*/
  /*------------------------------------
    Card Group - Break
  ------------------------------------*/
  /*------------------------------------
    Sidebar Navigation
  ------------------------------------*/
  /*------------------------------------
    Clients
  ------------------------------------*/
  /*------------------------------------
    Column Divider
  ------------------------------------*/
  /*------------------------------------
    Divider
  ------------------------------------*/
  /*------------------------------------
    Divider Sizes
  ------------------------------------*/
  /*------------------------------------
    Divider Styles
  ------------------------------------*/
  /* Text */
  /*@import "dropdown/dropdown";
  @import "dropdown/dropdown-card";
  @import "dropdown/dropdown-sizes";
  @import "forms/form";
  @import "forms/form-merge";
  @import "forms/form-pill";
  @import "forms/form-sizes";
  @import "forms/form-flush";
  @import "forms/states/states";
  @import "forms/bookmark/bookmark-checkbox";
  @import "forms/checkbox/checkbox-outline";
  @import "forms/checkbox/checkbox-icon";
  @import "forms/checkbox/custom-checkbox";
  @import "forms/checkbox/toggle-switch";
  @import "forms/file-attachment/file-attachment-btn";
  @import "forms/file-attachment/file-attachment-input";*/
  /*------------------------------------
    Go To
  ------------------------------------*/
  /*------------------------------------
    Icon
  ------------------------------------*/
  /*------------------------------------
    Icon
  ------------------------------------*/
  /* primary */
  /* secondary */
  /* success */
  /* info */
  /* warning */
  /* danger */
  /* light */
  /* dark */
  /* indigo */
  /* navy */
  /* primary soft */
  /* secondary soft */
  /* success soft */
  /* info soft */
  /* warning soft */
  /* danger soft */
  /* light soft */
  /* dark soft */
  /* indigo soft */
  /* navy soft */
  /*------------------------------------
    Media Viewer
  ------------------------------------*/
  /*------------------------------------
    Video Player
  ------------------------------------*/
  /* Positions */
  /*------------------------------------
    Device Mockups
  ------------------------------------*/
  /*------------------------------------
    Modal
  ------------------------------------*/
  /*------------------------------------
    Page Preloader
  ------------------------------------*/
  /*------------------------------------
    Pagination
  ------------------------------------*/
  /* Sizes */
  /*------------------------------------
    Navs
  ------------------------------------*/
  /* Small Size */
  /* No Gutters */
  /* Shadow */
  /* Classic */
  /* Rounded */
  /* White Color */
  /* White Border Color */
  /* Box */
  /* Segment */
  /*------------------------------------
    Vertical Progress Bar
  ------------------------------------*/
  /*------------------------------------
    Popover
  ------------------------------------*/
  /*------------------------------------
    Scrollbar
  ------------------------------------*/
  /*------------------------------------
    Search Form - Push Top
  ------------------------------------*/
  /* Banner */
  /*------------------------------------
    Search Form - Slide Down
  ------------------------------------*/
  /*------------------------------------
    Slick
  ------------------------------------*/
  /*------------------------------------
    Slick Equal Height
  ------------------------------------*/
  /*------------------------------------
    Slick Gutters
  ------------------------------------*/
  /* Gutters X */
  /*------------------------------------
    Slick Arrows
  ------------------------------------*/
  /* Primary */
  /* Soft White */
  /* Offset */
  /* Vertical Center Alignment */
  /*------------------------------------
    Slick Counter
  ------------------------------------*/
  /*------------------------------------
    Slick Dot Lined
  ------------------------------------*/
  /*------------------------------------
    Slick Pagination
  ------------------------------------*/
  /* White Version */
  /*------------------------------------
    Slick Pagination Interactive
  ------------------------------------*/
  /*------------------------------------
    Slick Pagination Modern
  ------------------------------------*/
  /*------------------------------------
    Slick Pagination Line
  ------------------------------------*/
  /*------------------------------------
    Spinner
  ------------------------------------*/
  /*------------------------------------
    Stats Progress
  -------------------------------------*/
  /*------------------------------------
    Step
  ------------------------------------*/
  /*------------------------------------
    Step Avatar
  ------------------------------------*/
  /*------------------------------------
    Step Avatar
  ------------------------------------*/
  /*------------------------------------
    Step Icon
  ------------------------------------*/
  /*------------------------------------
    Step Icon Sizes
  ------------------------------------*/
  /*------------------------------------
    Step Breakpoints
  ------------------------------------*/
  /*------------------------------------
    Step Centered
  ------------------------------------*/
  /*------------------------------------
    Step States
  ------------------------------------*/
  /*------------------------------------
    Step Colors
  ------------------------------------*/
  /* primary */
  /* secondary */
  /* success */
  /* info */
  /* warning */
  /* danger */
  /* light */
  /* dark */
  /* indigo */
  /* navy */
  /* primary soft */
  /* secondary soft */
  /* success soft */
  /* info soft */
  /* warning soft */
  /* danger soft */
  /* light soft */
  /* dark soft */
  /* indigo soft */
  /* navy soft */
  /*------------------------------------
    Step Inline
  ------------------------------------*/
  /*------------------------------------
    Step Dots
  ------------------------------------*/
  /*------------------------------------
    Step Flow
  ------------------------------------*/
  /*------------------------------------
    Step Timeline
  ------------------------------------*/
  /*------------------------------------
    Tables
  ------------------------------------*/
  /*------------------------------------
    Sticky Blocks
  ------------------------------------*/
  /*------------------------------------
    SVG IE10+ specific styles go here
  ------------------------------------*/
  /*------------------------------------
    Background Gradients
  ------------------------------------*/
  /*------------------------------------
    Background Overlay Gradients
  ------------------------------------*/
  /*------------------------------------
    Background Image Style
  ------------------------------------*/
  /*------------------------------------
    Background Soft Colors
  ------------------------------------*/
  /*------------------------------------
    Borders-radius
  ------------------------------------*/
  /*------------------------------------
    Borders
  ------------------------------------*/
  /*------------------------------------
    Position Spaces
  ------------------------------------*/
  /*------------------------------------
    Content Centered
  ------------------------------------*/
  /*------------------------------------
    Opacity
  ------------------------------------*/
  /*------------------------------------
    Box Shadow
  ------------------------------------*/
  /*------------------------------------
    Width
  ------------------------------------*/
  /*------------------------------------
    Height
  ------------------------------------*/
  /*------------------------------------
    Typography
  ------------------------------------*/
  /*------------------------------------
    Text Colors
  ------------------------------------*/
  /*------------------------------------
    Transform Rotate
  ------------------------------------*/
  /*------------------------------------
    Transitions
  ------------------------------------*/
  /* 3D Hover */
  /*------------------------------------
    Z-Index
  ------------------------------------*/
  /*------------------------------------
    Unfold
  ------------------------------------*/
  /*------------------------------------
    Video Background
  ------------------------------------*/
  /*------------------------------------
    Video Background
  ------------------------------------*/
  /*------------------------------------
    Select
  ------------------------------------*/
  /*------------------------------------
    Chartjs
  ------------------------------------*/
  /*------------------------------------
    Cubeportfolio
  ------------------------------------*/
  /*------------------------------------
    Datatable
  ------------------------------------*/
  /*------------------------------------
    Dropzone
  ------------------------------------*/
  /*------------------------------------
    Dzsparallaxer
  ------------------------------------*/
  /*--------------------------------------------------
    Fancybox
  ----------------------------------------------------*/
  /*------------------------------------
    Flatpickr
  ------------------------------------*/
  /* Skins */
  /* Positions */
  /*------------------------------------
    Leaflet
  ------------------------------------*/
  /*------------------------------------
    Range Slider
  ------------------------------------*/
  /* Indicator */
  /* Grid */
  /*------------------------------------
    Slick
  ------------------------------------*/
  /*------------------------------------
    Summernote Editor
  ------------------------------------*/
  /*------------------------------------
    Tagify
  ------------------------------------*/
  /*------------------------------------
    Typed.js
  ------------------------------------*/
  /*------------------------------------
  	Vertical Direction
  ------------------------------------*/
  /*------------------------------------
  	Mobile state
  ------------------------------------*/
  /*------------------------------------
  	RTL
  ------------------------------------*/
  /*------------------------------------
  	Smart Position
  ------------------------------------*/
  /*------------------------------------
  	Positions
  	(only 'horizontal' direction)
  ------------------------------------*/
  /*!
   * Cube Portfolio - Responsive jQuery Grid Plugin
   *
   * version: 4.4.0 (1 August, 2018)
   * require: jQuery v1.8+
   *
   * Copyright 2013-2018, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
   * Licensed under CodeCanyon License (http://codecanyon.net/licenses)
   *
   */
  /*  ---------------------------------------------------------------
      Default style for plugin. Please change them carefully!
      --------------------------------------------------------------- */
  /*  END - Default style for plugin. Please change them carefully! */
  /* general caption style */
  /*  ---------------------------------------------------------------
      caption miscellaneous style
      --------------------------------------------------------------- */
  /*  END - caption miscellaneous style */
  /*  ---------------------------------------------------------------
      none caption
      --------------------------------------------------------------- */
  /*  END - none caption */
  /*  ---------------------------------------------------------------
      caption layout align left
      --------------------------------------------------------------- */
  /*  END - caption layout left */
  /*  ---------------------------------------------------------------
      caption layout center vertically and horizontally
      --------------------------------------------------------------- */
  /*  END - caption layout center vertically and horizontally */
  /* in */
  /* out */
  /* in */
  /* out */
  /* out */
  /* in */
  /* out */
  /* in */
  /* out */
  /* in */
  /* in */
  /* out */
  /* out */
  /* out */
  /* out */
  /* in */
  /* out */
  /* out */
  /* in */
  /* out */
  /* in */
  /* out */
  /* in */
  /* out */
  /* in */
  /* out */
  /* in */
  /* out */
  /* in */
  /* out */
  /* in */
  /* out */
  /* in */
  /* out */
  /* in */
  /* out */
  /* in */
  /* NAVIGATION BUTTONS */
  /* NAVOGATION BUTTONS */
  /* PREVIOUS BUTTON LIGHBOX */
  /* PREVIOUS BUTTON SINGLEPAGE */
  /* NEXT BUTTON LIGHTBOX */
  /* NEXT BUTTON SINGLEPAGE */
  /* CLOSE BUTTON LIGTHBOX */
  /* CLOSE BUTTON SINGLEPAGE */
  /* SINGLE PAGE INLINE */
  /* default state */
  /* loading state */
  /* no more loading */
}
.noema-front-theme .w-25 {
  width: 25% !important;
}
.noema-front-theme .w-50 {
  width: 50% !important;
}
.noema-front-theme .w-75 {
  width: 75% !important;
}
.noema-front-theme .w-100 {
  width: 100% !important;
}
.noema-front-theme .w-auto {
  width: auto !important;
}
.noema-front-theme .w-15 {
  width: 15% !important;
}
.noema-front-theme .w-20 {
  width: 20% !important;
}
.noema-front-theme .w-30 {
  width: 30% !important;
}
.noema-front-theme .w-35 {
  width: 35% !important;
}
.noema-front-theme .w-40 {
  width: 40% !important;
}
.noema-front-theme .w-60 {
  width: 60% !important;
}
.noema-front-theme .w-65 {
  width: 65% !important;
}
.noema-front-theme .w-80 {
  width: 80% !important;
}
.noema-front-theme .w-85 {
  width: 85% !important;
}
.noema-front-theme .w-90 {
  width: 90% !important;
}
@media (min-width: 576px) {
  .noema-front-theme .w-sm-25 {
    width: 25% !important;
  }
  .noema-front-theme .w-sm-50 {
    width: 50% !important;
  }
  .noema-front-theme .w-sm-75 {
    width: 75% !important;
  }
  .noema-front-theme .w-sm-100 {
    width: 100% !important;
  }
  .noema-front-theme .w-sm-auto {
    width: auto !important;
  }
  .noema-front-theme .w-sm-15 {
    width: 15% !important;
  }
  .noema-front-theme .w-sm-20 {
    width: 20% !important;
  }
  .noema-front-theme .w-sm-30 {
    width: 30% !important;
  }
  .noema-front-theme .w-sm-35 {
    width: 35% !important;
  }
  .noema-front-theme .w-sm-40 {
    width: 40% !important;
  }
  .noema-front-theme .w-sm-60 {
    width: 60% !important;
  }
  .noema-front-theme .w-sm-65 {
    width: 65% !important;
  }
  .noema-front-theme .w-sm-80 {
    width: 80% !important;
  }
  .noema-front-theme .w-sm-85 {
    width: 85% !important;
  }
  .noema-front-theme .w-sm-90 {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .w-md-25 {
    width: 25% !important;
  }
  .noema-front-theme .w-md-50 {
    width: 50% !important;
  }
  .noema-front-theme .w-md-75 {
    width: 75% !important;
  }
  .noema-front-theme .w-md-100 {
    width: 100% !important;
  }
  .noema-front-theme .w-md-auto {
    width: auto !important;
  }
  .noema-front-theme .w-md-15 {
    width: 15% !important;
  }
  .noema-front-theme .w-md-20 {
    width: 20% !important;
  }
  .noema-front-theme .w-md-30 {
    width: 30% !important;
  }
  .noema-front-theme .w-md-35 {
    width: 35% !important;
  }
  .noema-front-theme .w-md-40 {
    width: 40% !important;
  }
  .noema-front-theme .w-md-60 {
    width: 60% !important;
  }
  .noema-front-theme .w-md-65 {
    width: 65% !important;
  }
  .noema-front-theme .w-md-80 {
    width: 80% !important;
  }
  .noema-front-theme .w-md-85 {
    width: 85% !important;
  }
  .noema-front-theme .w-md-90 {
    width: 90% !important;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .w-lg-25 {
    width: 25% !important;
  }
  .noema-front-theme .w-lg-50 {
    width: 50% !important;
  }
  .noema-front-theme .w-lg-75 {
    width: 75% !important;
  }
  .noema-front-theme .w-lg-100 {
    width: 100% !important;
  }
  .noema-front-theme .w-lg-auto {
    width: auto !important;
  }
  .noema-front-theme .w-lg-15 {
    width: 15% !important;
  }
  .noema-front-theme .w-lg-20 {
    width: 20% !important;
  }
  .noema-front-theme .w-lg-30 {
    width: 30% !important;
  }
  .noema-front-theme .w-lg-35 {
    width: 35% !important;
  }
  .noema-front-theme .w-lg-40 {
    width: 40% !important;
  }
  .noema-front-theme .w-lg-60 {
    width: 60% !important;
  }
  .noema-front-theme .w-lg-65 {
    width: 65% !important;
  }
  .noema-front-theme .w-lg-80 {
    width: 80% !important;
  }
  .noema-front-theme .w-lg-85 {
    width: 85% !important;
  }
  .noema-front-theme .w-lg-90 {
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .w-xl-25 {
    width: 25% !important;
  }
  .noema-front-theme .w-xl-50 {
    width: 50% !important;
  }
  .noema-front-theme .w-xl-75 {
    width: 75% !important;
  }
  .noema-front-theme .w-xl-100 {
    width: 100% !important;
  }
  .noema-front-theme .w-xl-auto {
    width: auto !important;
  }
  .noema-front-theme .w-xl-15 {
    width: 15% !important;
  }
  .noema-front-theme .w-xl-20 {
    width: 20% !important;
  }
  .noema-front-theme .w-xl-30 {
    width: 30% !important;
  }
  .noema-front-theme .w-xl-35 {
    width: 35% !important;
  }
  .noema-front-theme .w-xl-40 {
    width: 40% !important;
  }
  .noema-front-theme .w-xl-60 {
    width: 60% !important;
  }
  .noema-front-theme .w-xl-65 {
    width: 65% !important;
  }
  .noema-front-theme .w-xl-80 {
    width: 80% !important;
  }
  .noema-front-theme .w-xl-85 {
    width: 85% !important;
  }
  .noema-front-theme .w-xl-90 {
    width: 90% !important;
  }
}
.noema-front-theme .space-0,
.noema-front-theme .space-top-0 {
  padding-top: 0 !important;
}
.noema-front-theme .space-0,
.noema-front-theme .space-bottom-0 {
  padding-bottom: 0 !important;
}
.noema-front-theme .space-1,
.noema-front-theme .space-top-1 {
  padding-top: 2rem !important;
}
.noema-front-theme .space-1,
.noema-front-theme .space-bottom-1 {
  padding-bottom: 2rem !important;
}
.noema-front-theme .space-2,
.noema-front-theme .space-top-2 {
  padding-top: 4rem !important;
}
.noema-front-theme .space-2,
.noema-front-theme .space-bottom-2 {
  padding-bottom: 4rem !important;
}
.noema-front-theme .space-3,
.noema-front-theme .space-top-3 {
  padding-top: 8rem !important;
}
.noema-front-theme .space-3,
.noema-front-theme .space-bottom-3 {
  padding-bottom: 8rem !important;
}
.noema-front-theme .space-4,
.noema-front-theme .space-top-4 {
  padding-top: 12.5rem !important;
}
.noema-front-theme .space-4,
.noema-front-theme .space-bottom-4 {
  padding-bottom: 12.5rem !important;
}
.noema-front-theme .space-5,
.noema-front-theme .space-top-5 {
  padding-top: 15rem !important;
}
.noema-front-theme .space-5,
.noema-front-theme .space-bottom-5 {
  padding-bottom: 15rem !important;
}
@media (min-width: 576px) {
  .noema-front-theme .space-sm-0,
  .noema-front-theme .space-top-sm-0 {
    padding-top: 0 !important;
  }
  .noema-front-theme .space-sm-0,
  .noema-front-theme .space-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
  .noema-front-theme .space-sm-1,
  .noema-front-theme .space-top-sm-1 {
    padding-top: 2rem !important;
  }
  .noema-front-theme .space-sm-1,
  .noema-front-theme .space-bottom-sm-1 {
    padding-bottom: 2rem !important;
  }
  .noema-front-theme .space-sm-2,
  .noema-front-theme .space-top-sm-2 {
    padding-top: 4rem !important;
  }
  .noema-front-theme .space-sm-2,
  .noema-front-theme .space-bottom-sm-2 {
    padding-bottom: 4rem !important;
  }
  .noema-front-theme .space-sm-3,
  .noema-front-theme .space-top-sm-3 {
    padding-top: 8rem !important;
  }
  .noema-front-theme .space-sm-3,
  .noema-front-theme .space-bottom-sm-3 {
    padding-bottom: 8rem !important;
  }
  .noema-front-theme .space-sm-4,
  .noema-front-theme .space-top-sm-4 {
    padding-top: 12.5rem !important;
  }
  .noema-front-theme .space-sm-4,
  .noema-front-theme .space-bottom-sm-4 {
    padding-bottom: 12.5rem !important;
  }
  .noema-front-theme .space-sm-5,
  .noema-front-theme .space-top-sm-5 {
    padding-top: 15rem !important;
  }
  .noema-front-theme .space-sm-5,
  .noema-front-theme .space-bottom-sm-5 {
    padding-bottom: 15rem !important;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .space-md-0,
  .noema-front-theme .space-top-md-0 {
    padding-top: 0 !important;
  }
  .noema-front-theme .space-md-0,
  .noema-front-theme .space-bottom-md-0 {
    padding-bottom: 0 !important;
  }
  .noema-front-theme .space-md-1,
  .noema-front-theme .space-top-md-1 {
    padding-top: 2rem !important;
  }
  .noema-front-theme .space-md-1,
  .noema-front-theme .space-bottom-md-1 {
    padding-bottom: 2rem !important;
  }
  .noema-front-theme .space-md-2,
  .noema-front-theme .space-top-md-2 {
    padding-top: 4rem !important;
  }
  .noema-front-theme .space-md-2,
  .noema-front-theme .space-bottom-md-2 {
    padding-bottom: 4rem !important;
  }
  .noema-front-theme .space-md-3,
  .noema-front-theme .space-top-md-3 {
    padding-top: 8rem !important;
  }
  .noema-front-theme .space-md-3,
  .noema-front-theme .space-bottom-md-3 {
    padding-bottom: 8rem !important;
  }
  .noema-front-theme .space-md-4,
  .noema-front-theme .space-top-md-4 {
    padding-top: 12.5rem !important;
  }
  .noema-front-theme .space-md-4,
  .noema-front-theme .space-bottom-md-4 {
    padding-bottom: 12.5rem !important;
  }
  .noema-front-theme .space-md-5,
  .noema-front-theme .space-top-md-5 {
    padding-top: 15rem !important;
  }
  .noema-front-theme .space-md-5,
  .noema-front-theme .space-bottom-md-5 {
    padding-bottom: 15rem !important;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .space-lg-0,
  .noema-front-theme .space-top-lg-0 {
    padding-top: 0 !important;
  }
  .noema-front-theme .space-lg-0,
  .noema-front-theme .space-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
  .noema-front-theme .space-lg-1,
  .noema-front-theme .space-top-lg-1 {
    padding-top: 2rem !important;
  }
  .noema-front-theme .space-lg-1,
  .noema-front-theme .space-bottom-lg-1 {
    padding-bottom: 2rem !important;
  }
  .noema-front-theme .space-lg-2,
  .noema-front-theme .space-top-lg-2 {
    padding-top: 4rem !important;
  }
  .noema-front-theme .space-lg-2,
  .noema-front-theme .space-bottom-lg-2 {
    padding-bottom: 4rem !important;
  }
  .noema-front-theme .space-lg-3,
  .noema-front-theme .space-top-lg-3 {
    padding-top: 8rem !important;
  }
  .noema-front-theme .space-lg-3,
  .noema-front-theme .space-bottom-lg-3 {
    padding-bottom: 8rem !important;
  }
  .noema-front-theme .space-lg-4,
  .noema-front-theme .space-top-lg-4 {
    padding-top: 12.5rem !important;
  }
  .noema-front-theme .space-lg-4,
  .noema-front-theme .space-bottom-lg-4 {
    padding-bottom: 12.5rem !important;
  }
  .noema-front-theme .space-lg-5,
  .noema-front-theme .space-top-lg-5 {
    padding-top: 15rem !important;
  }
  .noema-front-theme .space-lg-5,
  .noema-front-theme .space-bottom-lg-5 {
    padding-bottom: 15rem !important;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .space-xl-0,
  .noema-front-theme .space-top-xl-0 {
    padding-top: 0 !important;
  }
  .noema-front-theme .space-xl-0,
  .noema-front-theme .space-bottom-xl-0 {
    padding-bottom: 0 !important;
  }
  .noema-front-theme .space-xl-1,
  .noema-front-theme .space-top-xl-1 {
    padding-top: 2rem !important;
  }
  .noema-front-theme .space-xl-1,
  .noema-front-theme .space-bottom-xl-1 {
    padding-bottom: 2rem !important;
  }
  .noema-front-theme .space-xl-2,
  .noema-front-theme .space-top-xl-2 {
    padding-top: 4rem !important;
  }
  .noema-front-theme .space-xl-2,
  .noema-front-theme .space-bottom-xl-2 {
    padding-bottom: 4rem !important;
  }
  .noema-front-theme .space-xl-3,
  .noema-front-theme .space-top-xl-3 {
    padding-top: 8rem !important;
  }
  .noema-front-theme .space-xl-3,
  .noema-front-theme .space-bottom-xl-3 {
    padding-bottom: 8rem !important;
  }
  .noema-front-theme .space-xl-4,
  .noema-front-theme .space-top-xl-4 {
    padding-top: 12.5rem !important;
  }
  .noema-front-theme .space-xl-4,
  .noema-front-theme .space-bottom-xl-4 {
    padding-bottom: 12.5rem !important;
  }
  .noema-front-theme .space-xl-5,
  .noema-front-theme .space-top-xl-5 {
    padding-top: 15rem !important;
  }
  .noema-front-theme .space-xl-5,
  .noema-front-theme .space-bottom-xl-5 {
    padding-bottom: 15rem !important;
  }
}
.noema-front-theme main {
  position: relative;
}
.noema-front-theme h1, .noema-front-theme h2, .noema-front-theme h3, .noema-front-theme h4, .noema-front-theme h5, .noema-front-theme h6,
.noema-front-theme .h1, .noema-front-theme .h2, .noema-front-theme .h3, .noema-front-theme .h4, .noema-front-theme .h5, .noema-front-theme .h6 {
  color: #1e2022;
}
.noema-front-theme figure {
  margin-bottom: 0;
}
.noema-front-theme svg {
  margin-bottom: -8px;
  vertical-align: baseline;
}
.noema-front-theme sup {
  right: -0.5rem;
}
.noema-front-theme table th {
  font-weight: 600;
}
.noema-front-theme ::-moz-selection {
  color: #fff;
  background-color: #d81124;
}
.noema-front-theme ::selection {
  color: #fff;
  background-color: #d81124;
}
.noema-front-theme .bg-primary ::-moz-selection {
  color: #d81124;
  background-color: #fff;
}
.noema-front-theme .bg-primary ::selection {
  color: #d81124;
  background-color: #fff;
}
.noema-front-theme :focus,
.noema-front-theme a:focus,
.noema-front-theme button:focus {
  outline: 0;
}
.noema-front-theme .form-control:focus {
  box-shadow: 0 0 0 0 transparent;
}
.noema-front-theme .btn:focus, .noema-front-theme .btn.focus, .noema-front-theme .btn:not(:disabled):not(.disabled):active:focus, .noema-front-theme .btn:not(:disabled):not(.disabled).active:focus, .noema-front-theme .btn:not([disabled]):not(.disabled):active, .noema-front-theme .btn:not([disabled]):not(.disabled).active {
  box-shadow: 0 0 0 0 transparent;
}
.noema-front-theme .btn:not(:disabled):not(.disabled):active:focus, .noema-front-theme .btn:not(:disabled):not(.disabled).active:focus, .show > .noema-front-theme .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 transparent;
}
.noema-front-theme .custom-select:focus,
.noema-front-theme .page-link:focus {
  box-shadow: 0 0 0 0 transparent;
}
.noema-front-theme .custom-control-input:checked ~ .custom-control-label::before, .noema-front-theme .custom-control-input:focus ~ .custom-control-label::before, .noema-front-theme .custom-control-input:active ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 transparent;
}
.noema-front-theme .custom-file-input:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 transparent;
}
.noema-front-theme .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}
@media print {
  .noema-front-theme header, .noema-front-theme footer, .noema-front-theme .btn {
    display: none;
  }
}
.noema-front-theme .skippy {
  display: none;
}
.noema-front-theme .list-article > li:not(:last-child) {
  padding-bottom: 1rem;
}
.noema-front-theme .list-article .list-article > li:first-child {
  padding-top: 1rem;
}
.noema-front-theme .list-article .list-article > li:last-child {
  padding-bottom: 0;
}
.noema-front-theme .list-sm-article > li:not(:last-child) {
  padding-bottom: 0.5rem;
}
.noema-front-theme .list-sm-article .list-sm-article > li:first-child {
  padding-top: 0.5rem;
}
.noema-front-theme .list-sm-article .list-sm-article > li:last-child {
  padding-bottom: 0;
}
.noema-front-theme .list-lg-article > li:not(:last-child) {
  padding-bottom: 2rem;
}
.noema-front-theme .list-lg-article .list-lg-article > li:first-child {
  padding-top: 2rem;
}
.noema-front-theme .list-lg-article .list-lg-article > li:last-child {
  padding-bottom: 0;
}
.noema-front-theme .link {
  display: flex;
}
.noema-front-theme .link-icon {
  position: relative;
  line-height: 1;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  width: 1.375rem;
  height: 1.375rem;
  font-size: 1rem;
  color: #d81124;
  background-color: rgba(216, 17, 36, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: 0.3s;
}
.noema-front-theme .link:hover .link-icon {
  transform: rotate(90deg);
}
.noema-front-theme .link-collapse[aria-expanded=false] .link-collapse-default {
  display: inline-block;
}
.noema-front-theme .link-collapse[aria-expanded=false] .link-collapse-active {
  display: none;
}
.noema-front-theme .link-collapse[aria-expanded=true] .link-collapse-default {
  display: none;
}
.noema-front-theme .link-collapse[aria-expanded=true] .link-collapse-active {
  display: inline-block;
}
.noema-front-theme .link-underline {
  color: #8c98a4;
  border-bottom: 0.0625rem dashed #97a4af;
}
.noema-front-theme .link-underline:hover {
  border-color: #d81124;
}
.noema-front-theme .link-underline-toggle-default {
  display: inline-block;
}
.noema-front-theme .link-underline-toggle-toggled {
  display: none;
}
.noema-front-theme .link-underline.toggled .link-underline-toggle-default {
  display: none;
}
.noema-front-theme .link-underline.toggled .link-underline-toggle-toggled {
  display: inline-block;
}
.noema-front-theme .link-underline-light {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 0.0625rem dashed rgba(255, 255, 255, 0.7);
}
.noema-front-theme .link-underline-light:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.noema-front-theme .header {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
.noema-front-theme .header-section {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.noema-front-theme .header-section-divider {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.noema-front-theme .header-box-shadow .header-section {
  box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
}
.noema-front-theme .header-box-shadow-on-scroll.scrolled .header-section {
  box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
}
.noema-front-theme .navbar-brand, .noema-front-theme .navbar-brand > img {
  width: 8.5rem;
}
.noema-front-theme .navbar-toggler {
  background-color: #f8fafd;
}
.noema-front-theme .navbar-toggler .navbar-toggler-default {
  display: flex;
}
.noema-front-theme .navbar-toggler .navbar-toggler-toggled {
  display: none;
}
.noema-front-theme .navbar-toggler[aria-expanded=true] .navbar-toggler-default {
  display: none;
}
.noema-front-theme .navbar-toggler[aria-expanded=true] .navbar-toggler-toggled {
  display: flex;
}
.noema-front-theme .header .navbar-nav-item:first-child .nav-link {
  padding-left: 0;
}
.noema-front-theme .navbar-nav-item:hover .nav-link, .noema-front-theme .navbar-nav-item:focus .nav-link {
  color: #d81124;
}
.noema-front-theme .header .active > .nav-link {
  color: #d81124;
}
.noema-front-theme .nav-link {
  color: #677788;
}
.noema-front-theme .nav-link-toggle {
  position: relative;
}
.noema-front-theme .nav-link-toggle::after {
  display: inline-block;
  font-family: "fontawesome-alloy";
  font-size: 0.75rem;
  font-weight: 900;
  margin-left: 0.5rem;
  margin-right: 0.625rem;
  content: "\f107";
  transition: 0.3s ease;
}
.noema-front-theme .header .navbar-nav .dropdown-menu {
  margin-top: -0.125rem;
}
.noema-front-theme .header .navbar-nav .dropdown-menu.hs-mega-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.noema-front-theme .header .navbar-nav .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.noema-front-theme .header .dropdown-item-toggle {
  position: relative;
  display: flex;
  align-items: center;
}
.noema-front-theme .header .dropdown-item-toggle::after {
  display: inline-block;
  font-family: "fontawesome-alloy";
  font-size: 0.75rem;
  font-weight: 900;
  content: "\f105";
  margin-left: auto;
  transition: 0.3s ease;
}
.noema-front-theme .header .hs-mega-menu .dropdown-item {
  padding-right: 0;
  padding-left: 0;
}
.noema-front-theme .navbar-promo {
  background-color: #f8fafd;
}
.noema-front-theme .navbar-promo-inner {
  color: inherit;
  padding: 2rem 2rem;
}
.noema-front-theme .navbar-promo-item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.noema-front-theme .navbar-promo-item ~ .noema-front-theme .navbar-promo-item {
  border-top: 0.0625rem solid #e7eaf3;
}
.noema-front-theme .navbar-promo-link {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.noema-front-theme .navbar-promo-link.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.noema-front-theme .navbar-promo-link:hover .navbar-promo-title {
  color: #d81124;
}
.noema-front-theme .navbar-promo-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}
.noema-front-theme .navbar-promo-card-deck {
  display: block;
}
.noema-front-theme .navbar-promo-card-deck:not(:last-child) .navbar-promo-item {
  border-bottom: 0.0625rem solid #e7eaf3;
}
.noema-front-theme .navbar-promo-card-deck .navbar-promo-item {
  border-top: none;
}
.noema-front-theme .navbar-promo-card-body {
  flex: 1 1 auto;
}
.noema-front-theme .navbar-promo-icon {
  width: 100%;
  max-width: 2.75rem;
  margin-right: 1rem;
}
.noema-front-theme .navbar-promo-title {
  display: block;
  color: #1e2022;
  font-size: 1rem;
  font-weight: 600;
}
.noema-front-theme .navbar-promo-text {
  display: block;
  font-size: 0.875rem;
  color: #677788;
}
.noema-front-theme .navbar-promo-footer {
  background-color: #f8fafd;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.noema-front-theme .navbar-promo-footer-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.noema-front-theme .navbar-promo-footer-text {
  display: block;
  font-size: 0.8125rem;
}
.noema-front-theme .navbar-promo-footer-ver-divider {
  position: relative;
}
.noema-front-theme .navbar-promo-footer-ver-divider::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 0.0625rem solid #e7eaf3;
  content: "";
}
.noema-front-theme .navbar-banner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-bottom-left-radius: 0.3125rem;
}
.noema-front-theme .navbar-banner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 32, 34, 0.5);
  border-bottom-left-radius: 0.3125rem;
  content: "";
}
.noema-front-theme .navbar-banner-content {
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 2rem 2rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.noema-front-theme .navbar-product-banner {
  background-color: #f8fafd;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  padding-right: 1.5rem;
}
.noema-front-theme .navbar-product-banner-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.noema-front-theme .header-invisible {
  display: none;
}
.noema-front-theme .header-moved-up {
  transform: translate3d(0, -100%, 0);
}
.noema-front-theme .header-moved-up.header-hide-topbar {
  transform: translate3d(0, -36px, 0);
}
.noema-front-theme .header-faded {
  opacity: 0;
  visibility: hidden;
}
.noema-front-theme .header-section-hidden {
  position: relative;
}
.noema-front-theme .header[data-hs-header-options*=fixMoment] {
  transition: 0.3s ease;
}
.noema-front-theme .header.header-untransitioned {
  transition: none;
}
.noema-front-theme .header.js-header-fix-moment {
  position: fixed;
  top: 0;
  bottom: auto;
}
.noema-front-theme .header.js-header-fix-moment .header-hide-content {
  display: none;
}
.noema-front-theme .header-fix-top {
  position: fixed;
}
.noema-front-theme .header.header-fix-top[data-hs-header-options*=effectCompensation] {
  transition: none;
}
@media (min-width: 992px) {
  .noema-front-theme .header .navbar-body,
  .noema-front-theme .header .navbar-nav {
    margin-left: auto;
  }
  .noema-front-theme .left-aligned-navbar .navbar-body,
  .noema-front-theme .left-aligned-navbar .navbar-nav {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .noema-front-theme .left-aligned-navbar .navbar-brand {
    margin-left: 0;
    margin-right: 3rem;
  }
  .noema-front-theme .left-aligned-navbar .navbar-nav-last-item {
    margin-left: auto;
  }
  .noema-front-theme .center-aligned-navbar .navbar-body,
  .noema-front-theme .center-aligned-navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .center-aligned-navbar.header-abs-top-sm .navbar-body,
  .noema-front-theme .center-aligned-navbar.header-abs-top-sm .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
}
.noema-front-theme .navbar-nav-scroll {
  max-width: 100%;
  height: 4.625rem;
  overflow: hidden;
}
.noema-front-theme .navbar-nav-scroll .navbar-nav {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.noema-front-theme .navbar-nav-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.noema-front-theme .navbar-expand .navbar-nav-wrap {
  justify-content: space-between;
}
.noema-front-theme .navbar-expand .navbar-nav-wrap-content {
  order: 3;
}
.noema-front-theme .navbar-expand .navbar-nav-wrap-toggler {
  order: 3;
  text-align: right;
}
.noema-front-theme .navbar-expand .navbar-nav-wrap-collapse {
  order: 2;
}
@media (min-width: 576px) {
  .noema-front-theme .navbar-expand-sm .navbar-nav-wrap {
    justify-content: space-between;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav-wrap-content {
    order: 3;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav-wrap-toggler {
    order: 3;
    text-align: right;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav-wrap-collapse {
    order: 2;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .navbar-expand-md .navbar-nav-wrap {
    justify-content: space-between;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav-wrap-content {
    order: 3;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav-wrap-toggler {
    order: 3;
    text-align: right;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav-wrap-collapse {
    order: 2;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .navbar-expand-lg .navbar-nav-wrap {
    justify-content: space-between;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav-wrap-content {
    order: 3;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav-wrap-toggler {
    order: 3;
    text-align: right;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav-wrap-collapse {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .navbar-expand-xl .navbar-nav-wrap {
    justify-content: space-between;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav-wrap-content {
    order: 3;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav-wrap-toggler {
    order: 3;
    text-align: right;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav-wrap-collapse {
    order: 2;
  }
}
@media (max-width: 575.98px) {
  .noema-front-theme .navbar-expand-sm .navbar-nav-wrap {
    justify-content: flex-end;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav-wrap-brand {
    margin-right: auto;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav-wrap-content {
    text-align: center;
    margin-right: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .noema-front-theme .navbar-expand-md .navbar-nav-wrap {
    justify-content: flex-end;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav-wrap-brand {
    margin-right: auto;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav-wrap-content {
    text-align: center;
    margin-right: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .noema-front-theme .navbar-expand-lg .navbar-nav-wrap {
    justify-content: flex-end;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav-wrap-brand {
    margin-right: auto;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav-wrap-content {
    text-align: center;
    margin-right: 0.5rem;
  }
}
@media (max-width: 1199.98px) {
  .noema-front-theme .navbar-expand-xl .navbar-nav-wrap {
    justify-content: flex-end;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav-wrap-brand {
    margin-right: auto;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav-wrap-content {
    text-align: center;
    margin-right: 0.5rem;
  }
}
.noema-front-theme .navbar-expand .navbar-nav-wrap {
  justify-content: flex-end;
}
.noema-front-theme .navbar-expand .navbar-nav-wrap-brand {
  margin-right: auto;
}
.noema-front-theme .navbar-expand .navbar-nav-wrap-content {
  text-align: center;
  margin-right: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .noema-front-theme .navbar-expand-md .navbar-nav-wrap-brand {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.noema-front-theme .fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
.noema-front-theme .fullscreen-container, .noema-front-theme .fullscreen-overlay {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.noema-front-theme .fullscreen-container {
  position: relative;
  z-index: 1000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.noema-front-theme .fullscreen-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-image: linear-gradient(to right, rgba(33, 50, 91, 0.9) 0%, rgba(33, 50, 91, 0.9) 100%);
  background-repeat: repeat-x;
  transition-delay: 0.5s;
}
.noema-front-theme .fullscreen-body {
  max-height: 75vh;
  overflow: hidden;
  overflow-y: auto;
}
.noema-front-theme .fullscreen-body::-webkit-scrollbar {
  width: 0.5rem;
}
.noema-front-theme .fullscreen-body::-webkit-scrollbar-thumb {
  background-color: rgba(189, 197, 209, 0.6);
  visibility: hidden;
}
.noema-front-theme .fullscreen-body:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.noema-front-theme .fullscreen.fullscreen-showed {
  visibility: visible;
}
.noema-front-theme .fullscreen.fullscreen-showed .fullscreen-container,
.noema-front-theme .fullscreen.fullscreen-showed .fullscreen-overlay {
  opacity: 1;
  visibility: visible;
}
.noema-front-theme .fullscreen.fullscreen-showed .fullscreen-overlay {
  transition-delay: 0s;
}
.noema-front-theme .fullscreen.fullscreen-showed .fullscreen-container {
  transition-delay: 0.5s;
}
.noema-front-theme .header .fullscreen-toggler.navbar-toggler {
  display: inline-flex;
  z-index: 1001;
}
.noema-front-theme .header .fullscreen-toggler.navbar-toggler .navbar-toggler-default {
  display: flex;
}
.noema-front-theme .header .fullscreen-toggler.navbar-toggler .navbar-toggler-toggled {
  display: none;
}
.noema-front-theme .header .fullscreen-toggler.navbar-toggler[aria-pressed=true] .navbar-toggler-default {
  display: none;
}
.noema-front-theme .header .fullscreen-toggler.navbar-toggler[aria-pressed=true] .navbar-toggler-toggled {
  display: flex;
}
.noema-front-theme .fullscreen-nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.noema-front-theme .fullscreen-nav-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.noema-front-theme .fullscreen-nav-link {
  display: inline-block;
  font-size: 1.375rem;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .noema-front-theme .fullscreen-nav-link {
    font-size: 1.75rem;
  }
}
.noema-front-theme .fullscreen-nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.noema-front-theme .fullscreen-submenu {
  position: relative;
  transition: 0.3s ease-in-out;
}
.noema-front-theme .fullscreen-submenu .fullscreen-submenu .fullscreen-submenu-list {
  margin-left: 1rem;
}
.noema-front-theme .fullscreen-submenu .fullscreen-nav-list {
  border-left: 0.125rem solid rgba(255, 255, 255, 0.6);
  padding-left: 0;
}
.noema-front-theme .fullscreen-submenu-nav-link {
  display: inline-block;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.noema-front-theme .fullscreen-submenu-nav-link.disabled {
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}
.noema-front-theme .fullscreen-submenu-nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.noema-front-theme .fullscreen-submenu-list {
  list-style: none;
  border-left: 0.125rem solid rgba(255, 255, 255, 0.6);
  padding-left: 0;
  margin-bottom: 0;
}
.noema-front-theme .fullscreen-submenu-list-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.noema-front-theme .fullscreen-submenu-list-link:hover {
  color: #fff;
}
.noema-front-theme .header-bg-transparent:not(.js-header-fix-moment) .search-push-top[style*="display: block"] + .header-section {
  background-color: #fff;
}
.noema-front-theme .header-bg-transparent:not(.js-header-fix-moment) .header-section {
  background-color: transparent;
}
.noema-front-theme .header-bg-transparent .navbar-brand-collapsed,
.noema-front-theme .header-bg-transparent .navbar-brand-on-scroll {
  display: none;
}
.noema-front-theme .header-bg-transparent.js-header-fix-moment .navbar-brand-default {
  display: none;
}
.noema-front-theme .header-bg-transparent.js-header-fix-moment .navbar-brand-on-scroll {
  display: inline-block;
}
@media (min-width: 576px) and (min-width: 576px) {
  .noema-front-theme .header-bg-transparent-sm:not(.js-header-fix-moment) .search-push-top[style*="display: block"] + .header-section {
    background-color: #fff;
  }
  .noema-front-theme .header-bg-transparent-sm:not(.js-header-fix-moment) .header-section {
    background-color: transparent;
  }
}
@media (min-width: 576px) {
  .noema-front-theme .header-bg-transparent-sm .navbar-brand-collapsed,
  .noema-front-theme .header-bg-transparent-sm .navbar-brand-on-scroll {
    display: none;
  }
  .noema-front-theme .header-bg-transparent-sm.js-header-fix-moment .navbar-brand-default {
    display: none;
  }
  .noema-front-theme .header-bg-transparent-sm.js-header-fix-moment .navbar-brand-on-scroll {
    display: inline-block;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .noema-front-theme .header-bg-transparent-md:not(.js-header-fix-moment) .search-push-top[style*="display: block"] + .header-section {
    background-color: #fff;
  }
  .noema-front-theme .header-bg-transparent-md:not(.js-header-fix-moment) .header-section {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .header-bg-transparent-md .navbar-brand-collapsed,
  .noema-front-theme .header-bg-transparent-md .navbar-brand-on-scroll {
    display: none;
  }
  .noema-front-theme .header-bg-transparent-md.js-header-fix-moment .navbar-brand-default {
    display: none;
  }
  .noema-front-theme .header-bg-transparent-md.js-header-fix-moment .navbar-brand-on-scroll {
    display: inline-block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .noema-front-theme .header-bg-transparent-lg:not(.js-header-fix-moment) .search-push-top[style*="display: block"] + .header-section {
    background-color: #fff;
  }
  .noema-front-theme .header-bg-transparent-lg:not(.js-header-fix-moment) .header-section {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .header-bg-transparent-lg .navbar-brand-collapsed,
  .noema-front-theme .header-bg-transparent-lg .navbar-brand-on-scroll {
    display: none;
  }
  .noema-front-theme .header-bg-transparent-lg.js-header-fix-moment .navbar-brand-default {
    display: none;
  }
  .noema-front-theme .header-bg-transparent-lg.js-header-fix-moment .navbar-brand-on-scroll {
    display: inline-block;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .noema-front-theme .header-bg-transparent-xl:not(.js-header-fix-moment) .search-push-top[style*="display: block"] + .header-section {
    background-color: #fff;
  }
  .noema-front-theme .header-bg-transparent-xl:not(.js-header-fix-moment) .header-section {
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .header-bg-transparent-xl .navbar-brand-collapsed,
  .noema-front-theme .header-bg-transparent-xl .navbar-brand-on-scroll {
    display: none;
  }
  .noema-front-theme .header-bg-transparent-xl.js-header-fix-moment .navbar-brand-default {
    display: none;
  }
  .noema-front-theme .header-bg-transparent-xl.js-header-fix-moment .navbar-brand-on-scroll {
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  .noema-front-theme .header-bg-transparent-sm .navbar-brand-default,
  .noema-front-theme .header-bg-transparent-sm .navbar-brand-on-scroll {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .noema-front-theme .header-bg-transparent-md .navbar-brand-default,
  .noema-front-theme .header-bg-transparent-md .navbar-brand-on-scroll {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .noema-front-theme .header-bg-transparent-lg .navbar-brand-default,
  .noema-front-theme .header-bg-transparent-lg .navbar-brand-on-scroll {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .noema-front-theme .header-bg-transparent-xl .navbar-brand-default,
  .noema-front-theme .header-bg-transparent-xl .navbar-brand-on-scroll {
    display: none;
  }
}
.noema-front-theme .header-bg-transparent .navbar-brand-default,
.noema-front-theme .header-bg-transparent .navbar-brand-on-scroll {
  display: none;
}
.noema-front-theme .header-bg-transparent .navbar-brand-default {
  display: flex;
}
@media (max-width: 991.98px) {
  .noema-front-theme .header-bg-transparent .navbar-nav,
  .noema-front-theme .header-bg-transparent-sm .navbar-nav,
  .noema-front-theme .header-bg-transparent-md .navbar-nav,
  .noema-front-theme .header-bg-transparent-lg .navbar-nav {
    background-color: #fff;
    padding: 0.875rem 1.5rem;
  }
}
.noema-front-theme .header-white-bg-on-scroll.scrolled .header-section {
  background-color: #fff;
}
.noema-front-theme .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .navbar-nav-item:hover .nav-link {
  color: #fff;
}
.noema-front-theme .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.noema-front-theme .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .nav-link:hover {
  color: #fff;
}
.noema-front-theme .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
.noema-front-theme .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
  color: rgba(255, 255, 255, 0.7);
}
.noema-front-theme .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
.noema-front-theme .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
  color: #fff;
}
@media (min-width: 576px) {
  .noema-front-theme .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .navbar-nav-item:hover .nav-link {
    color: #fff;
  }
  .noema-front-theme .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .noema-front-theme .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .nav-link:hover {
    color: #fff;
  }
  .noema-front-theme .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .noema-front-theme .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: rgba(255, 255, 255, 0.7);
  }
  .noema-front-theme .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .noema-front-theme .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .navbar-nav-item:hover .nav-link {
    color: #fff;
  }
  .noema-front-theme .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .noema-front-theme .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .nav-link:hover {
    color: #fff;
  }
  .noema-front-theme .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .noema-front-theme .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: rgba(255, 255, 255, 0.7);
  }
  .noema-front-theme .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .noema-front-theme .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .navbar-nav-item:hover .nav-link {
    color: #fff;
  }
  .noema-front-theme .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .noema-front-theme .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .nav-link:hover {
    color: #fff;
  }
  .noema-front-theme .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .noema-front-theme .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: rgba(255, 255, 255, 0.7);
  }
  .noema-front-theme .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .noema-front-theme .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .navbar-nav-item:hover .nav-link {
    color: #fff;
  }
  .noema-front-theme .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .noema-front-theme .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .nav-link:hover {
    color: #fff;
  }
  .noema-front-theme .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .noema-front-theme .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: rgba(255, 255, 255, 0.7);
  }
  .noema-front-theme .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .noema-front-theme .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: #fff;
  }
}
.noema-front-theme .navbar-expand {
  flex-wrap: wrap;
}
.noema-front-theme .navbar-expand .navbar-navbar-toggler {
  display: none;
}
.noema-front-theme .navbar-expand .navbar-nav {
  align-items: center;
}
.noema-front-theme .navbar-expand .navbar-nav .navbar-nav-last-item {
  text-align: right;
  padding-left: 1rem;
  padding-right: 0;
}
.noema-front-theme .navbar-expand .navbar-nav .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.noema-front-theme .navbar-expand .navbar-nav .dropdown-menu {
  border-top: 0.1875rem solid #d81124;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
}
.noema-front-theme .navbar-expand .navbar-nav .dropdown-menu .hs-has-sub-menu .dropdown-menu {
  margin-top: -1.1875rem;
}
.noema-front-theme .navbar-expand .mega-menu-position-right-fix.dropdown-menu, .noema-front-theme .navbar-expand .mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
  right: 20%;
  left: auto;
}
.noema-front-theme .navbar-expand .mega-menu-body {
  padding: 2.5rem 2.5rem;
  margin-left: 0;
  margin-right: 0;
}
.noema-front-theme .navbar-expand .navbar-promo {
  border-bottom-right-radius: 0.3125rem;
}
.noema-front-theme .navbar-expand .navbar-promo-card {
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
}
.noema-front-theme .navbar-expand .navbar-promo-card-deck {
  display: flex;
  flex-flow: row wrap;
}
.noema-front-theme .navbar-expand .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link {
  position: relative;
}
.noema-front-theme .navbar-expand .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link::after {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.5rem;
  border-right: 0.0625rem solid #e7eaf3;
  height: 100%;
  content: "";
}
@media (min-width: 576px) {
  .noema-front-theme .navbar-expand-sm {
    flex-wrap: wrap;
  }
  .noema-front-theme .navbar-expand-sm .navbar-navbar-toggler {
    display: none;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav {
    align-items: center;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav .navbar-nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav .dropdown-menu {
    border-top: 0.1875rem solid #d81124;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav .dropdown-menu .hs-has-sub-menu .dropdown-menu {
    margin-top: -1.1875rem;
  }
  .noema-front-theme .navbar-expand-sm .mega-menu-position-right-fix.dropdown-menu, .noema-front-theme .navbar-expand-sm .mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
    left: auto;
  }
  .noema-front-theme .navbar-expand-sm .mega-menu-body {
    padding: 2.5rem 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .noema-front-theme .navbar-expand-sm .navbar-promo {
    border-bottom-right-radius: 0.3125rem;
  }
  .noema-front-theme .navbar-expand-sm .navbar-promo-card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
  }
  .noema-front-theme .navbar-expand-sm .navbar-promo-card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .noema-front-theme .navbar-expand-sm .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link {
    position: relative;
  }
  .noema-front-theme .navbar-expand-sm .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 0.0625rem solid #e7eaf3;
    height: 100%;
    content: "";
  }
}
@media (min-width: 768px) {
  .noema-front-theme .navbar-expand-md {
    flex-wrap: wrap;
  }
  .noema-front-theme .navbar-expand-md .navbar-navbar-toggler {
    display: none;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav {
    align-items: center;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav .navbar-nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav .dropdown-menu {
    border-top: 0.1875rem solid #d81124;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
  }
  .noema-front-theme .navbar-expand-md .navbar-nav .dropdown-menu .hs-has-sub-menu .dropdown-menu {
    margin-top: -1.1875rem;
  }
  .noema-front-theme .navbar-expand-md .mega-menu-position-right-fix.dropdown-menu, .noema-front-theme .navbar-expand-md .mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
    left: auto;
  }
  .noema-front-theme .navbar-expand-md .mega-menu-body {
    padding: 2.5rem 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .noema-front-theme .navbar-expand-md .navbar-promo {
    border-bottom-right-radius: 0.3125rem;
  }
  .noema-front-theme .navbar-expand-md .navbar-promo-card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
  }
  .noema-front-theme .navbar-expand-md .navbar-promo-card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .noema-front-theme .navbar-expand-md .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link {
    position: relative;
  }
  .noema-front-theme .navbar-expand-md .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 0.0625rem solid #e7eaf3;
    height: 100%;
    content: "";
  }
}
@media (min-width: 992px) {
  .noema-front-theme .navbar-expand-lg {
    flex-wrap: wrap;
  }
  .noema-front-theme .navbar-expand-lg .navbar-navbar-toggler {
    display: none;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav {
    align-items: center;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav .navbar-nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-top: 0.1875rem solid #d81124;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav .dropdown-menu .hs-has-sub-menu .dropdown-menu {
    margin-top: -1.1875rem;
  }
  .noema-front-theme .navbar-expand-lg .mega-menu-position-right-fix.dropdown-menu, .noema-front-theme .navbar-expand-lg .mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
    left: auto;
  }
  .noema-front-theme .navbar-expand-lg .mega-menu-body {
    padding: 2.5rem 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .noema-front-theme .navbar-expand-lg .navbar-promo {
    border-bottom-right-radius: 0.3125rem;
  }
  .noema-front-theme .navbar-expand-lg .navbar-promo-card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
  }
  .noema-front-theme .navbar-expand-lg .navbar-promo-card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .noema-front-theme .navbar-expand-lg .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link {
    position: relative;
  }
  .noema-front-theme .navbar-expand-lg .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 0.0625rem solid #e7eaf3;
    height: 100%;
    content: "";
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .navbar-expand-xl {
    flex-wrap: wrap;
  }
  .noema-front-theme .navbar-expand-xl .navbar-navbar-toggler {
    display: none;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav {
    align-items: center;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav .navbar-nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav .dropdown-menu {
    border-top: 0.1875rem solid #d81124;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav .dropdown-menu .hs-has-sub-menu .dropdown-menu {
    margin-top: -1.1875rem;
  }
  .noema-front-theme .navbar-expand-xl .mega-menu-position-right-fix.dropdown-menu, .noema-front-theme .navbar-expand-xl .mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
    left: auto;
  }
  .noema-front-theme .navbar-expand-xl .mega-menu-body {
    padding: 2.5rem 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .noema-front-theme .navbar-expand-xl .navbar-promo {
    border-bottom-right-radius: 0.3125rem;
  }
  .noema-front-theme .navbar-expand-xl .navbar-promo-card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
  }
  .noema-front-theme .navbar-expand-xl .navbar-promo-card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .noema-front-theme .navbar-expand-xl .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link {
    position: relative;
  }
  .noema-front-theme .navbar-expand-xl .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 0.0625rem solid #e7eaf3;
    height: 100%;
    content: "";
  }
}
@media (max-width: 575.98px) {
  .noema-front-theme .navbar-expand-sm.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .noema-front-theme .navbar-expand-sm .navbar-brand, .noema-front-theme .navbar-expand-sm .navbar-brand > img {
    width: 7rem;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav-last-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .noema-front-theme .navbar-expand-sm .nav-link {
    display: flex;
    align-items: center;
  }
  .noema-front-theme .navbar-expand-sm .nav-link-toggle::after {
    margin-left: auto;
  }
  .noema-front-theme .navbar-expand-sm .hs-mega-menu {
    max-width: 100% !important;
  }
  .noema-front-theme .navbar-expand-sm .hs-mega-menu-opened .nav-link-toggle::after,
  .noema-front-theme .navbar-expand-sm .hs-sub-menu-opened .nav-link-toggle::after {
    transform: rotate(-180deg);
  }
  .noema-front-theme .navbar-expand-sm .dropdown-item-toggle::after {
    transform: rotate(90deg);
  }
  .noema-front-theme .navbar-expand-sm .hs-sub-menu-opened > .dropdown-item-toggle::after {
    transform: rotate(-90deg);
  }
  .noema-front-theme .navbar-expand-sm .mega-menu-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .noema-front-theme .navbar-expand-sm .dropdown-menu {
    box-shadow: none;
  }
  .noema-front-theme .navbar-expand-sm .dropdown-menu:not(.navbar-promo):not(.dropdown-menu-no-border-on-mobile) {
    border-left: 0.1875rem solid #e7eaf3;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .noema-front-theme .navbar-expand-sm .dropdown-menu .mega-menu-body {
    padding-left: 1.5rem;
  }
  .noema-front-theme .navbar-expand-sm .hs-has-sub-menu .hs-sub-menu .hs-sub-menu {
    margin-left: 1.5rem;
  }
  .noema-front-theme .navbar-expand-sm .hs-has-sub-menu .hs-sub-menu .hs-has-sub-menu .dropdown-item-toggle {
    padding-right: 0.6125rem;
  }
  .noema-front-theme .navbar-expand-sm .navbar-promo-card-deck:last-child .navbar-promo-item:not(:last-child) {
    border-bottom: 0.0625rem solid #e7eaf3;
  }
}
@media (max-width: 767.98px) {
  .noema-front-theme .navbar-expand-md.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .noema-front-theme .navbar-expand-md .navbar-brand, .noema-front-theme .navbar-expand-md .navbar-brand > img {
    width: 7rem;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav-last-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .noema-front-theme .navbar-expand-md .nav-link {
    display: flex;
    align-items: center;
  }
  .noema-front-theme .navbar-expand-md .nav-link-toggle::after {
    margin-left: auto;
  }
  .noema-front-theme .navbar-expand-md .hs-mega-menu {
    max-width: 100% !important;
  }
  .noema-front-theme .navbar-expand-md .hs-mega-menu-opened .nav-link-toggle::after,
  .noema-front-theme .navbar-expand-md .hs-sub-menu-opened .nav-link-toggle::after {
    transform: rotate(-180deg);
  }
  .noema-front-theme .navbar-expand-md .dropdown-item-toggle::after {
    transform: rotate(90deg);
  }
  .noema-front-theme .navbar-expand-md .hs-sub-menu-opened > .dropdown-item-toggle::after {
    transform: rotate(-90deg);
  }
  .noema-front-theme .navbar-expand-md .mega-menu-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .noema-front-theme .navbar-expand-md .dropdown-menu {
    box-shadow: none;
  }
  .noema-front-theme .navbar-expand-md .dropdown-menu:not(.navbar-promo):not(.dropdown-menu-no-border-on-mobile) {
    border-left: 0.1875rem solid #e7eaf3;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .noema-front-theme .navbar-expand-md .dropdown-menu .mega-menu-body {
    padding-left: 1.5rem;
  }
  .noema-front-theme .navbar-expand-md .hs-has-sub-menu .hs-sub-menu .hs-sub-menu {
    margin-left: 1.5rem;
  }
  .noema-front-theme .navbar-expand-md .hs-has-sub-menu .hs-sub-menu .hs-has-sub-menu .dropdown-item-toggle {
    padding-right: 0.6125rem;
  }
  .noema-front-theme .navbar-expand-md .navbar-promo-card-deck:last-child .navbar-promo-item:not(:last-child) {
    border-bottom: 0.0625rem solid #e7eaf3;
  }
}
@media (max-width: 991.98px) {
  .noema-front-theme .navbar-expand-lg.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .noema-front-theme .navbar-expand-lg .navbar-brand, .noema-front-theme .navbar-expand-lg .navbar-brand > img {
    width: 7rem;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav-last-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .noema-front-theme .navbar-expand-lg .nav-link {
    display: flex;
    align-items: center;
  }
  .noema-front-theme .navbar-expand-lg .nav-link-toggle::after {
    margin-left: auto;
  }
  .noema-front-theme .navbar-expand-lg .hs-mega-menu {
    max-width: 100% !important;
  }
  .noema-front-theme .navbar-expand-lg .hs-mega-menu-opened .nav-link-toggle::after,
  .noema-front-theme .navbar-expand-lg .hs-sub-menu-opened .nav-link-toggle::after {
    transform: rotate(-180deg);
  }
  .noema-front-theme .navbar-expand-lg .dropdown-item-toggle::after {
    transform: rotate(90deg);
  }
  .noema-front-theme .navbar-expand-lg .hs-sub-menu-opened > .dropdown-item-toggle::after {
    transform: rotate(-90deg);
  }
  .noema-front-theme .navbar-expand-lg .mega-menu-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .noema-front-theme .navbar-expand-lg .dropdown-menu {
    box-shadow: none;
  }
  .noema-front-theme .navbar-expand-lg .dropdown-menu:not(.navbar-promo):not(.dropdown-menu-no-border-on-mobile) {
    border-left: 0.1875rem solid #e7eaf3;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .noema-front-theme .navbar-expand-lg .dropdown-menu .mega-menu-body {
    padding-left: 1.5rem;
  }
  .noema-front-theme .navbar-expand-lg .hs-has-sub-menu .hs-sub-menu .hs-sub-menu {
    margin-left: 1.5rem;
  }
  .noema-front-theme .navbar-expand-lg .hs-has-sub-menu .hs-sub-menu .hs-has-sub-menu .dropdown-item-toggle {
    padding-right: 0.6125rem;
  }
  .noema-front-theme .navbar-expand-lg .navbar-promo-card-deck:last-child .navbar-promo-item:not(:last-child) {
    border-bottom: 0.0625rem solid #e7eaf3;
  }
}
@media (max-width: 1199.98px) {
  .noema-front-theme .navbar-expand-xl.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .noema-front-theme .navbar-expand-xl .navbar-brand, .noema-front-theme .navbar-expand-xl .navbar-brand > img {
    width: 7rem;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav-last-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .noema-front-theme .navbar-expand-xl .nav-link {
    display: flex;
    align-items: center;
  }
  .noema-front-theme .navbar-expand-xl .nav-link-toggle::after {
    margin-left: auto;
  }
  .noema-front-theme .navbar-expand-xl .hs-mega-menu {
    max-width: 100% !important;
  }
  .noema-front-theme .navbar-expand-xl .hs-mega-menu-opened .nav-link-toggle::after,
  .noema-front-theme .navbar-expand-xl .hs-sub-menu-opened .nav-link-toggle::after {
    transform: rotate(-180deg);
  }
  .noema-front-theme .navbar-expand-xl .dropdown-item-toggle::after {
    transform: rotate(90deg);
  }
  .noema-front-theme .navbar-expand-xl .hs-sub-menu-opened > .dropdown-item-toggle::after {
    transform: rotate(-90deg);
  }
  .noema-front-theme .navbar-expand-xl .mega-menu-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .noema-front-theme .navbar-expand-xl .dropdown-menu {
    box-shadow: none;
  }
  .noema-front-theme .navbar-expand-xl .dropdown-menu:not(.navbar-promo):not(.dropdown-menu-no-border-on-mobile) {
    border-left: 0.1875rem solid #e7eaf3;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .noema-front-theme .navbar-expand-xl .dropdown-menu .mega-menu-body {
    padding-left: 1.5rem;
  }
  .noema-front-theme .navbar-expand-xl .hs-has-sub-menu .hs-sub-menu .hs-sub-menu {
    margin-left: 1.5rem;
  }
  .noema-front-theme .navbar-expand-xl .hs-has-sub-menu .hs-sub-menu .hs-has-sub-menu .dropdown-item-toggle {
    padding-right: 0.6125rem;
  }
  .noema-front-theme .navbar-expand-xl .navbar-promo-card-deck:last-child .navbar-promo-item:not(:last-child) {
    border-bottom: 0.0625rem solid #e7eaf3;
  }
}
.noema-front-theme .navbar-expand.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.noema-front-theme .navbar-expand .navbar-brand, .noema-front-theme .navbar-expand .navbar-brand > img {
  width: 7rem;
}
.noema-front-theme .navbar-expand .navbar-nav {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.noema-front-theme .navbar-expand .navbar-nav-last-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.noema-front-theme .navbar-expand .nav-link {
  display: flex;
  align-items: center;
}
.noema-front-theme .navbar-expand .nav-link-toggle::after {
  margin-left: auto;
}
.noema-front-theme .navbar-expand .hs-mega-menu {
  max-width: 100% !important;
}
.noema-front-theme .navbar-expand .hs-mega-menu-opened .nav-link-toggle::after,
.noema-front-theme .navbar-expand .hs-sub-menu-opened .nav-link-toggle::after {
  transform: rotate(-180deg);
}
.noema-front-theme .navbar-expand .dropdown-item-toggle::after {
  transform: rotate(90deg);
}
.noema-front-theme .navbar-expand .hs-sub-menu-opened > .dropdown-item-toggle::after {
  transform: rotate(-90deg);
}
.noema-front-theme .navbar-expand .mega-menu-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.noema-front-theme .navbar-expand .dropdown-menu {
  box-shadow: none;
}
.noema-front-theme .navbar-expand .dropdown-menu:not(.navbar-promo):not(.dropdown-menu-no-border-on-mobile) {
  border-left: 0.1875rem solid #e7eaf3;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.noema-front-theme .navbar-expand .dropdown-menu .mega-menu-body {
  padding-left: 1.5rem;
}
.noema-front-theme .navbar-expand .hs-has-sub-menu .hs-sub-menu .hs-sub-menu {
  margin-left: 1.5rem;
}
.noema-front-theme .navbar-expand .hs-has-sub-menu .hs-sub-menu .hs-has-sub-menu .dropdown-item-toggle {
  padding-right: 0.6125rem;
}
.noema-front-theme .navbar-expand .navbar-promo-card-deck:last-child .navbar-promo-item:not(:last-child) {
  border-bottom: 0.0625rem solid #e7eaf3;
}
@media (max-width: 767.98px) {
  .noema-front-theme .navbar-expand-sm .header-nav-last-item {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .noema-front-theme .navbar-expand-xs .navbar-banner,
  .noema-front-theme .navbar-expand-xs .navbar-product-banner,
  .noema-front-theme .navbar-expand-sm .navbar-banner,
  .noema-front-theme .navbar-expand-sm .navbar-product-banner,
  .noema-front-theme .navbar-expand-md .navbar-banner,
  .noema-front-theme .navbar-expand-md .navbar-product-banner,
  .noema-front-theme .navbar-expand-lg .navbar-banner,
  .noema-front-theme .navbar-expand-lg .navbar-product-banner {
    display: none;
  }
  .noema-front-theme .navbar-expand .navbar-brand {
    padding-top: 0.5rem;
  }
}
@media (max-width: 1199.98px) {
  .noema-front-theme .navbar-expand-xl .navbar-banner,
  .noema-front-theme .navbar-expand-xl .navbar-product-banner {
    display: none;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .header .mega-menu-position-right-fix-xl.hs-mega-menu.hs-position-right {
    right: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .noema-front-theme .navbar-expand-md .navbar-brand {
    padding-top: 0.5rem;
  }
  .noema-front-theme .header .mega-menu-position-right-fix-md.hs-mega-menu.hs-position-right {
    right: 20%;
  }
}
@media (min-width: 992px) {
  .noema-front-theme [class*=navbar-expand]:not(.navbar-expand-xl) {
    flex-wrap: nowrap;
  }
  .noema-front-theme .navbar-expand-lg-collapse-block .navbar-collapse {
    display: block !important;
  }
}
.noema-front-theme .header-floating {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 2.5rem;
}
.noema-front-theme .header-floating.js-header-fix-moment {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
  margin-top: 0;
}
.noema-front-theme .header-floating.js-header-fix-moment .header-floating-inner {
  box-shadow: none;
}
.noema-front-theme .header-floating-inner {
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {
  .noema-front-theme .header-floating-sm {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2.5rem;
  }
  .noema-front-theme .header-floating-sm.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
    margin-top: 0;
  }
  .noema-front-theme .header-floating-sm.js-header-fix-moment .header-floating-inner {
    box-shadow: none;
  }
  .noema-front-theme .header-floating-inner {
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .header-floating-md {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2.5rem;
  }
  .noema-front-theme .header-floating-md.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
    margin-top: 0;
  }
  .noema-front-theme .header-floating-md.js-header-fix-moment .header-floating-inner {
    box-shadow: none;
  }
  .noema-front-theme .header-floating-inner {
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .header-floating-lg {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2.5rem;
  }
  .noema-front-theme .header-floating-lg.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
    margin-top: 0;
  }
  .noema-front-theme .header-floating-lg.js-header-fix-moment .header-floating-inner {
    box-shadow: none;
  }
  .noema-front-theme .header-floating-inner {
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .header-floating-xl {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2.5rem;
  }
  .noema-front-theme .header-floating-xl.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
    margin-top: 0;
  }
  .noema-front-theme .header-floating-xl.js-header-fix-moment .header-floating-inner {
    box-shadow: none;
  }
  .noema-front-theme .header-floating-inner {
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 575.98px) {
  .noema-front-theme .header-floating-sm {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
  }
  .noema-front-theme .header-floating-sm.header-box-shadow .header-section, .noema-front-theme .header-floating-sm.header-box-shadow-on-scroll.scrolled .header-section {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .noema-front-theme .header-floating-md {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
  }
  .noema-front-theme .header-floating-md.header-box-shadow .header-section, .noema-front-theme .header-floating-md.header-box-shadow-on-scroll.scrolled .header-section {
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .noema-front-theme .header-floating-lg {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
  }
  .noema-front-theme .header-floating-lg.header-box-shadow .header-section, .noema-front-theme .header-floating-lg.header-box-shadow-on-scroll.scrolled .header-section {
    box-shadow: none;
  }
}
@media (max-width: 1199.98px) {
  .noema-front-theme .header-floating-xl {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
  }
  .noema-front-theme .header-floating-xl.header-box-shadow .header-section, .noema-front-theme .header-floating-xl.header-box-shadow-on-scroll.scrolled .header-section {
    box-shadow: none;
  }
}
.noema-front-theme .header-floating {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
}
.noema-front-theme .header-floating.header-box-shadow .header-section, .noema-front-theme .header-floating.header-box-shadow-on-scroll.scrolled .header-section {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .noema-front-theme .header-floating-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .noema-front-theme .header-floating-md .header-floating-inner {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .noema-front-theme .header-floating-md .header-floating-inner::-webkit-scrollbar {
    width: 0.5rem;
  }
  .noema-front-theme .header-floating-md .header-floating-inner::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  .noema-front-theme .header-floating-md .header-floating-inner:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  .noema-front-theme .header-floating .header-floating-inner,
  .noema-front-theme .header-floating-sm .header-floating-inner,
  .noema-front-theme .header-floating-lg .header-floating-inner {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .noema-front-theme .header-floating .header-floating-inner::-webkit-scrollbar,
  .noema-front-theme .header-floating-sm .header-floating-inner::-webkit-scrollbar,
  .noema-front-theme .header-floating-lg .header-floating-inner::-webkit-scrollbar {
    width: 0.5rem;
  }
  .noema-front-theme .header-floating .header-floating-inner::-webkit-scrollbar-thumb,
  .noema-front-theme .header-floating-sm .header-floating-inner::-webkit-scrollbar-thumb,
  .noema-front-theme .header-floating-lg .header-floating-inner::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  .noema-front-theme .header-floating .header-floating-inner:hover::-webkit-scrollbar-thumb,
  .noema-front-theme .header-floating-sm .header-floating-inner:hover::-webkit-scrollbar-thumb,
  .noema-front-theme .header-floating-lg .header-floating-inner:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}
@media (max-width: 1199.98px) {
  .noema-front-theme .header-floating-xl .header-floating-inner {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .noema-front-theme .header-floating-xl .header-floating-inner::-webkit-scrollbar {
    width: 0.5rem;
  }
  .noema-front-theme .header-floating-xl .header-floating-inner::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  .noema-front-theme .header-floating-xl .header-floating-inner:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}
.noema-front-theme .header-abs-top {
  position: absolute;
  top: 0;
  bottom: auto;
}
@media (min-width: 576px) {
  .noema-front-theme .header-abs-top-sm {
    position: absolute;
    top: 0;
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .header-abs-top-md {
    position: absolute;
    top: 0;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .header-abs-top-lg {
    position: absolute;
    top: 0;
    bottom: auto;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .header-abs-top-xl {
    position: absolute;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 767.98px) {
  .noema-front-theme .header-abs-top-md .header-abs-top-inner {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .noema-front-theme .header-abs-top-md .header-abs-top-inner::-webkit-scrollbar {
    width: 0.5rem;
  }
  .noema-front-theme .header-abs-top-md .header-abs-top-inner::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  .noema-front-theme .header-abs-top-md .header-abs-top-inner:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  .noema-front-theme .header-abs-top .header-abs-top-inner,
  .noema-front-theme .header-abs-top-sm .header-abs-top-inner,
  .noema-front-theme .header-abs-top-lg .header-abs-top-inner {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .noema-front-theme .header-abs-top .header-abs-top-inner::-webkit-scrollbar,
  .noema-front-theme .header-abs-top-sm .header-abs-top-inner::-webkit-scrollbar,
  .noema-front-theme .header-abs-top-lg .header-abs-top-inner::-webkit-scrollbar {
    width: 0.5rem;
  }
  .noema-front-theme .header-abs-top .header-abs-top-inner::-webkit-scrollbar-thumb,
  .noema-front-theme .header-abs-top-sm .header-abs-top-inner::-webkit-scrollbar-thumb,
  .noema-front-theme .header-abs-top-lg .header-abs-top-inner::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  .noema-front-theme .header-abs-top .header-abs-top-inner:hover::-webkit-scrollbar-thumb,
  .noema-front-theme .header-abs-top-sm .header-abs-top-inner:hover::-webkit-scrollbar-thumb,
  .noema-front-theme .header-abs-top-lg .header-abs-top-inner:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}
@media (max-width: 1199.98px) {
  .noema-front-theme .header-abs-top-xl .header-abs-top-inner {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .noema-front-theme .header-abs-top-xl .header-abs-top-inner::-webkit-scrollbar {
    width: 0.5rem;
  }
  .noema-front-theme .header-abs-top-xl .header-abs-top-inner::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  .noema-front-theme .header-abs-top-xl .header-abs-top-inner:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}
.noema-front-theme .header-sticky-top {
  position: fixed;
  bottom: auto;
  top: 0;
}
@media (min-width: 576px) {
  .noema-front-theme .header-sticky-top-sm {
    position: fixed;
    bottom: auto;
    top: 0;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .header-sticky-top-md {
    position: fixed;
    bottom: auto;
    top: 0;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .header-sticky-top-lg {
    position: fixed;
    bottom: auto;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .header-sticky-top-xl {
    position: fixed;
    bottom: auto;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .noema-front-theme .header-sticky-top-md .header-sticky-top-inner {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .noema-front-theme .header-sticky-top-md .header-sticky-top-inner::-webkit-scrollbar {
    width: 0.5rem;
  }
  .noema-front-theme .header-sticky-top-md .header-sticky-top-inner::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  .noema-front-theme .header-sticky-top-md .header-sticky-top-inner:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  .noema-front-theme .header-sticky-top .header-sticky-top-inner,
  .noema-front-theme .header-sticky-top-sm .header-sticky-top-inner,
  .noema-front-theme .header-sticky-top-lg .header-sticky-top-inner {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .noema-front-theme .header-sticky-top .header-sticky-top-inner::-webkit-scrollbar,
  .noema-front-theme .header-sticky-top-sm .header-sticky-top-inner::-webkit-scrollbar,
  .noema-front-theme .header-sticky-top-lg .header-sticky-top-inner::-webkit-scrollbar {
    width: 0.5rem;
  }
  .noema-front-theme .header-sticky-top .header-sticky-top-inner::-webkit-scrollbar-thumb,
  .noema-front-theme .header-sticky-top-sm .header-sticky-top-inner::-webkit-scrollbar-thumb,
  .noema-front-theme .header-sticky-top-lg .header-sticky-top-inner::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  .noema-front-theme .header-sticky-top .header-sticky-top-inner:hover::-webkit-scrollbar-thumb,
  .noema-front-theme .header-sticky-top-sm .header-sticky-top-inner:hover::-webkit-scrollbar-thumb,
  .noema-front-theme .header-sticky-top-lg .header-sticky-top-inner:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}
@media (max-width: 1199.98px) {
  .noema-front-theme .header-sticky-top-xl .header-sticky-top-inner {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .noema-front-theme .header-sticky-top-xl .header-sticky-top-inner::-webkit-scrollbar {
    width: 0.5rem;
  }
  .noema-front-theme .header-sticky-top-xl .header-sticky-top-inner::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  .noema-front-theme .header-sticky-top-xl .header-sticky-top-inner:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}
.noema-front-theme .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.noema-front-theme .fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.noema-front-theme .fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.noema-front-theme .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.noema-front-theme .fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.noema-front-theme .fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.noema-front-theme .slideInUp {
  animation-name: slideInUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -10px, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.noema-front-theme .slideInDown {
  animation-name: slideInDown;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.noema-front-theme .fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.noema-front-theme .fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.noema-front-theme .fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.noema-front-theme .fadeOutRight {
  animation-name: fadeOutRight;
}
.noema-front-theme .alert-primary {
  color: #fff;
  background-color: #d81124;
  border-color: #d81124;
}
.noema-front-theme .alert-primary hr {
  border-top-color: #c00f20;
}
.noema-front-theme .alert-primary .alert-link {
  color: #fff;
}
.noema-front-theme .alert-secondary {
  color: #fff;
  background-color: #71869d;
  border-color: #71869d;
}
.noema-front-theme .alert-secondary hr {
  border-top-color: #647991;
}
.noema-front-theme .alert-secondary .alert-link {
  color: #fff;
}
.noema-front-theme .alert-success {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}
.noema-front-theme .alert-success hr {
  border-top-color: #00b092;
}
.noema-front-theme .alert-success .alert-link {
  color: #fff;
}
.noema-front-theme .alert-info {
  color: #fff;
  background-color: #09a5be;
  border-color: #09a5be;
}
.noema-front-theme .alert-info hr {
  border-top-color: #0890a6;
}
.noema-front-theme .alert-info .alert-link {
  color: #fff;
}
.noema-front-theme .alert-warning {
  color: #fff;
  background-color: #ff6600;
  border-color: #ff6600;
}
.noema-front-theme .alert-warning hr {
  border-top-color: #e65c00;
}
.noema-front-theme .alert-warning .alert-link {
  color: #fff;
}
.noema-front-theme .alert-danger {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}
.noema-front-theme .alert-danger hr {
  border-top-color: #d83224;
}
.noema-front-theme .alert-danger .alert-link {
  color: #fff;
}
.noema-front-theme .alert-light {
  color: #1e2022;
  background-color: #F1F2F5;
  border-color: #F1F2F5;
}
.noema-front-theme .alert-light hr {
  border-top-color: #e2e4ea;
}
.noema-front-theme .alert-light .alert-link {
  color: #1e2022;
}
.noema-front-theme .alert-dark {
  color: #fff;
  background-color: #1e2022;
  border-color: #1e2022;
}
.noema-front-theme .alert-dark hr {
  border-top-color: #121314;
}
.noema-front-theme .alert-dark .alert-link {
  color: #fff;
}
.noema-front-theme .alert-indigo {
  color: #fff;
  background-color: #2d1582;
  border-color: #2d1582;
}
.noema-front-theme .alert-indigo hr {
  border-top-color: #25116c;
}
.noema-front-theme .alert-indigo .alert-link {
  color: #fff;
}
.noema-front-theme .alert-navy {
  color: #fff;
  background-color: #21325b;
  border-color: #21325b;
}
.noema-front-theme .alert-navy hr {
  border-top-color: #1a2848;
}
.noema-front-theme .alert-navy .alert-link {
  color: #fff;
}
.noema-front-theme .alert-soft-primary {
  color: #d81124;
  background-color: rgba(216, 17, 36, 0.1);
}
.noema-front-theme .alert-soft-secondary {
  color: #71869d;
  background-color: rgba(113, 134, 157, 0.1);
}
.noema-front-theme .alert-soft-success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}
.noema-front-theme .alert-soft-info {
  color: #09a5be;
  background-color: rgba(9, 165, 190, 0.1);
}
.noema-front-theme .alert-soft-warning {
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.1);
}
.noema-front-theme .alert-soft-danger {
  color: #de4437;
  background-color: rgba(222, 68, 55, 0.1);
}
.noema-front-theme .alert-soft-light {
  color: #F1F2F5;
  background-color: rgba(241, 242, 245, 0.1);
}
.noema-front-theme .alert-soft-dark {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
}
.noema-front-theme .alert-soft-indigo {
  color: #2d1582;
  background-color: rgba(45, 21, 130, 0.1);
}
.noema-front-theme .alert-soft-navy {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
}
.noema-front-theme .avatar {
  position: relative;
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .avatar-img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .avatar-initials {
  font-size: 1rem;
  font-weight: 600;
}
.noema-front-theme .avatar-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.noema-front-theme .avatar-circle .avatar-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.noema-front-theme .avatar-group {
  display: flex;
}
.noema-front-theme .avatar-group .avatar-circle .avatar-initials {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.noema-front-theme .avatar-group .avatar-xs .avatar-img,
.noema-front-theme .avatar-group .avatar-xs .avatar-initials,
.noema-front-theme .avatar-group .avatar-sm .avatar-img,
.noema-front-theme .avatar-group .avatar-sm .avatar-initials,
.noema-front-theme .avatar-group .avatar .avatar-img,
.noema-front-theme .avatar-group .avatar .avatar-initials {
  border: 2px solid #fff;
}
.noema-front-theme .avatar-group .avatar-lg .avatar-img,
.noema-front-theme .avatar-group .avatar-lg .avatar-initials {
  border: 5px solid #fff;
}
.noema-front-theme .avatar-group .avatar-xl .avatar-img,
.noema-front-theme .avatar-group .avatar-xl .avatar-initials {
  border: 7px solid #fff;
}
.noema-front-theme .avatar-group .avatar + .avatar {
  margin-left: -1rem;
}
.noema-front-theme .avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.6125rem;
}
.noema-front-theme .avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.875rem;
}
.noema-front-theme .avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1.5rem;
}
.noema-front-theme .avatar-group .avatar-xl + .avatar-xl {
  margin-left: -2rem;
}
.noema-front-theme .avatar-initials {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.noema-front-theme .avatar.avatar-circle .avatar-status {
  bottom: -0.21875rem;
  right: -0.21875rem;
}
.noema-front-theme .avatar.avatar-circle .avatar-sm-status {
  bottom: 0;
  right: 0;
}
.noema-front-theme .avatar.avatar-circle .avatar-lg-status {
  bottom: -0.325rem;
  right: -0.325rem;
}
.noema-front-theme .avatar-xs {
  width: 1.75rem;
  height: 1.75rem;
}
.noema-front-theme .avatar-xs .avatar-initials {
  font-size: 0.75rem;
}
.noema-front-theme .avatar-xs.avatar-circle .avatar-status {
  bottom: -0.21875rem;
  right: -0.21875rem;
}
.noema-front-theme .avatar-xs.avatar-circle .avatar-sm-status {
  bottom: -0.1171875rem;
  right: -0.1171875rem;
}
.noema-front-theme .avatar-xs.avatar-circle .avatar-lg-status {
  bottom: -0.325rem;
  right: -0.325rem;
}
.noema-front-theme .avatar-sm {
  width: 2.6875rem;
  height: 2.6875rem;
}
.noema-front-theme .avatar-sm .avatar-initials {
  font-size: 0.8125rem;
}
.noema-front-theme .avatar-sm.avatar-circle .avatar-status {
  bottom: -0.21875rem;
  right: -0.21875rem;
}
.noema-front-theme .avatar-sm.avatar-circle .avatar-sm-status {
  bottom: -0.09375rem;
  right: -0.09375rem;
}
.noema-front-theme .avatar-sm.avatar-circle .avatar-lg-status {
  bottom: -0.40625rem;
  right: -0.40625rem;
}
.noema-front-theme .avatar-lg {
  width: 4.25rem;
  height: 4.25rem;
}
.noema-front-theme .avatar-lg .avatar-initials {
  font-size: 1.25rem;
}
.noema-front-theme .avatar-lg.avatar-circle .avatar-status {
  bottom: -0.13125rem;
  right: -0.13125rem;
}
.noema-front-theme .avatar-lg.avatar-circle .avatar-sm-status {
  bottom: 0.09375rem;
  right: 0.09375rem;
}
.noema-front-theme .avatar-lg.avatar-circle .avatar-lg-status {
  bottom: -0.203125rem;
  right: -0.203125rem;
}
.noema-front-theme .avatar-xl {
  width: 5.625rem;
  height: 5.625rem;
}
.noema-front-theme .avatar-xl .avatar-initials {
  font-size: 2rem;
}
.noema-front-theme .avatar-xl.avatar-circle .avatar-status {
  bottom: 0.1640625rem;
  right: 0.1640625rem;
}
.noema-front-theme .avatar-xl.avatar-circle .avatar-sm-status {
  bottom: 0.234375rem;
  right: 0.234375rem;
}
.noema-front-theme .avatar-xl.avatar-circle .avatar-lg-status {
  bottom: 0.1354166667rem;
  right: 0.1354166667rem;
}
.noema-front-theme .avatar-status {
  position: absolute;
  bottom: -0.525rem;
  right: -0.525rem;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  vertical-align: baseline;
  border: 0.125rem solid #fff;
  width: 1.3125rem;
  height: 1.3125rem;
  line-height: 1;
  font-size: 0.625rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.noema-front-theme .avatar-sm-status {
  bottom: -0.2625rem;
  right: -0.2625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  font-size: 0.5rem;
}
.noema-front-theme .avatar-lg-status {
  width: 1.625rem;
  height: 1.625rem;
  font-size: 0.75rem;
}
.noema-front-theme .avatar-primary {
  color: #fff;
  background-color: #d81124;
}
.noema-front-theme .avatar-secondary {
  color: #fff;
  background-color: #71869d;
}
.noema-front-theme .avatar-success {
  color: #fff;
  background-color: #00c9a7;
}
.noema-front-theme .avatar-info {
  color: #fff;
  background-color: #09a5be;
}
.noema-front-theme .avatar-warning {
  color: #fff;
  background-color: #ff6600;
}
.noema-front-theme .avatar-danger {
  color: #fff;
  background-color: #de4437;
}
.noema-front-theme .avatar-light {
  color: #1e2022;
  background-color: #F1F2F5;
}
.noema-front-theme .avatar-dark {
  color: #fff;
  background-color: #1e2022;
}
.noema-front-theme .avatar-indigo {
  color: #fff;
  background-color: #2d1582;
}
.noema-front-theme .avatar-navy {
  color: #fff;
  background-color: #21325b;
}
.noema-front-theme .avatar-soft-primary {
  color: #d81124;
  background-color: rgba(216, 17, 36, 0.1);
}
.noema-front-theme .avatar-soft-secondary {
  color: #71869d;
  background-color: rgba(113, 134, 157, 0.1);
}
.noema-front-theme .avatar-soft-success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}
.noema-front-theme .avatar-soft-info {
  color: #09a5be;
  background-color: rgba(9, 165, 190, 0.1);
}
.noema-front-theme .avatar-soft-warning {
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.1);
}
.noema-front-theme .avatar-soft-danger {
  color: #de4437;
  background-color: rgba(222, 68, 55, 0.1);
}
.noema-front-theme .avatar-soft-light {
  color: #F1F2F5;
  background-color: rgba(241, 242, 245, 0.1);
}
.noema-front-theme .avatar-soft-dark {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
}
.noema-front-theme .avatar-soft-indigo {
  color: #2d1582;
  background-color: rgba(45, 21, 130, 0.1);
}
.noema-front-theme .avatar-soft-navy {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
}
.noema-front-theme .badge-soft-primary {
  color: #d81124;
  background-color: rgba(216, 17, 36, 0.1);
}
a.noema-front-theme .badge-soft-primary:hover, a.noema-front-theme .badge-soft-primary:focus {
  color: #fff;
  background-color: #d81124;
}

.noema-front-theme .badge-soft-secondary {
  color: #71869d;
  background-color: rgba(113, 134, 157, 0.1);
}
a.noema-front-theme .badge-soft-secondary:hover, a.noema-front-theme .badge-soft-secondary:focus {
  color: #fff;
  background-color: #71869d;
}

.noema-front-theme .badge-soft-success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}
a.noema-front-theme .badge-soft-success:hover, a.noema-front-theme .badge-soft-success:focus {
  color: #fff;
  background-color: #00c9a7;
}

.noema-front-theme .badge-soft-info {
  color: #09a5be;
  background-color: rgba(9, 165, 190, 0.1);
}
a.noema-front-theme .badge-soft-info:hover, a.noema-front-theme .badge-soft-info:focus {
  color: #fff;
  background-color: #09a5be;
}

.noema-front-theme .badge-soft-warning {
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.1);
}
a.noema-front-theme .badge-soft-warning:hover, a.noema-front-theme .badge-soft-warning:focus {
  color: #fff;
  background-color: #ff6600;
}

.noema-front-theme .badge-soft-danger {
  color: #de4437;
  background-color: rgba(222, 68, 55, 0.1);
}
a.noema-front-theme .badge-soft-danger:hover, a.noema-front-theme .badge-soft-danger:focus {
  color: #fff;
  background-color: #de4437;
}

.noema-front-theme .badge-soft-light {
  color: #F1F2F5;
  background-color: rgba(241, 242, 245, 0.1);
}
a.noema-front-theme .badge-soft-light:hover, a.noema-front-theme .badge-soft-light:focus {
  color: #1e2022;
  background-color: #F1F2F5;
}

.noema-front-theme .badge-soft-dark {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
}
a.noema-front-theme .badge-soft-dark:hover, a.noema-front-theme .badge-soft-dark:focus {
  color: #fff;
  background-color: #1e2022;
}

.noema-front-theme .badge-soft-indigo {
  color: #2d1582;
  background-color: rgba(45, 21, 130, 0.1);
}
a.noema-front-theme .badge-soft-indigo:hover, a.noema-front-theme .badge-soft-indigo:focus {
  color: #fff;
  background-color: #2d1582;
}

.noema-front-theme .badge-soft-navy {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
}
a.noema-front-theme .badge-soft-navy:hover, a.noema-front-theme .badge-soft-navy:focus {
  color: #fff;
  background-color: #21325b;
}

.noema-front-theme .btn-primary[href]:hover, .noema-front-theme .btn-primary[href]:focus, .noema-front-theme .btn-primary[href]:active, .noema-front-theme .btn-primary[type]:hover, .noema-front-theme .btn-primary[type]:focus, .noema-front-theme .btn-primary[type]:active {
  box-shadow: 0 4px 11px rgba(216, 17, 36, 0.35);
}
.noema-front-theme .btn-primary:not(label.btn), .noema-front-theme .btn-primary:not(label.btn):not([href]):not(:disabled):not(.disabled), .noema-front-theme .btn-primary:not([href]), .noema-front-theme .btn-primary:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #d81124;
  border-color: #d81124;
}
.noema-front-theme .btn-primary:hover {
  background-color: #d81124;
  border-color: #d81124;
}
.noema-front-theme .btn-secondary[href]:hover, .noema-front-theme .btn-secondary[href]:focus, .noema-front-theme .btn-secondary[href]:active, .noema-front-theme .btn-secondary[type]:hover, .noema-front-theme .btn-secondary[type]:focus, .noema-front-theme .btn-secondary[type]:active {
  box-shadow: 0 4px 11px rgba(113, 134, 157, 0.35);
}
.noema-front-theme .btn-secondary:not(label.btn), .noema-front-theme .btn-secondary:not(label.btn):not([href]):not(:disabled):not(.disabled), .noema-front-theme .btn-secondary:not([href]), .noema-front-theme .btn-secondary:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #71869d;
  border-color: #71869d;
}
.noema-front-theme .btn-secondary:hover {
  background-color: #71869d;
  border-color: #71869d;
}
.noema-front-theme .btn-success[href]:hover, .noema-front-theme .btn-success[href]:focus, .noema-front-theme .btn-success[href]:active, .noema-front-theme .btn-success[type]:hover, .noema-front-theme .btn-success[type]:focus, .noema-front-theme .btn-success[type]:active {
  box-shadow: 0 4px 11px rgba(0, 201, 167, 0.35);
}
.noema-front-theme .btn-success:not(label.btn), .noema-front-theme .btn-success:not(label.btn):not([href]):not(:disabled):not(.disabled), .noema-front-theme .btn-success:not([href]), .noema-front-theme .btn-success:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #00c9a7;
  border-color: #00c9a7;
}
.noema-front-theme .btn-success:hover {
  background-color: #00c9a7;
  border-color: #00c9a7;
}
.noema-front-theme .btn-info[href]:hover, .noema-front-theme .btn-info[href]:focus, .noema-front-theme .btn-info[href]:active, .noema-front-theme .btn-info[type]:hover, .noema-front-theme .btn-info[type]:focus, .noema-front-theme .btn-info[type]:active {
  box-shadow: 0 4px 11px rgba(9, 165, 190, 0.35);
}
.noema-front-theme .btn-info:not(label.btn), .noema-front-theme .btn-info:not(label.btn):not([href]):not(:disabled):not(.disabled), .noema-front-theme .btn-info:not([href]), .noema-front-theme .btn-info:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #09a5be;
  border-color: #09a5be;
}
.noema-front-theme .btn-info:hover {
  background-color: #09a5be;
  border-color: #09a5be;
}
.noema-front-theme .btn-warning[href]:hover, .noema-front-theme .btn-warning[href]:focus, .noema-front-theme .btn-warning[href]:active, .noema-front-theme .btn-warning[type]:hover, .noema-front-theme .btn-warning[type]:focus, .noema-front-theme .btn-warning[type]:active {
  box-shadow: 0 4px 11px rgba(255, 102, 0, 0.35);
}
.noema-front-theme .btn-warning:not(label.btn), .noema-front-theme .btn-warning:not(label.btn):not([href]):not(:disabled):not(.disabled), .noema-front-theme .btn-warning:not([href]), .noema-front-theme .btn-warning:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #ff6600;
  border-color: #ff6600;
}
.noema-front-theme .btn-warning:hover {
  background-color: #ff6600;
  border-color: #ff6600;
}
.noema-front-theme .btn-danger[href]:hover, .noema-front-theme .btn-danger[href]:focus, .noema-front-theme .btn-danger[href]:active, .noema-front-theme .btn-danger[type]:hover, .noema-front-theme .btn-danger[type]:focus, .noema-front-theme .btn-danger[type]:active {
  box-shadow: 0 4px 11px rgba(222, 68, 55, 0.35);
}
.noema-front-theme .btn-danger:not(label.btn), .noema-front-theme .btn-danger:not(label.btn):not([href]):not(:disabled):not(.disabled), .noema-front-theme .btn-danger:not([href]), .noema-front-theme .btn-danger:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #de4437;
  border-color: #de4437;
}
.noema-front-theme .btn-danger:hover {
  background-color: #de4437;
  border-color: #de4437;
}
.noema-front-theme .btn-light[href]:hover, .noema-front-theme .btn-light[href]:focus, .noema-front-theme .btn-light[href]:active, .noema-front-theme .btn-light[type]:hover, .noema-front-theme .btn-light[type]:focus, .noema-front-theme .btn-light[type]:active {
  box-shadow: 0 4px 11px rgba(241, 242, 245, 0.35);
}
.noema-front-theme .btn-light:not(label.btn), .noema-front-theme .btn-light:not(label.btn):not([href]):not(:disabled):not(.disabled), .noema-front-theme .btn-light:not([href]), .noema-front-theme .btn-light:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #F1F2F5;
  border-color: #F1F2F5;
}
.noema-front-theme .btn-light:hover {
  background-color: #F1F2F5;
  border-color: #F1F2F5;
}
.noema-front-theme .btn-dark[href]:hover, .noema-front-theme .btn-dark[href]:focus, .noema-front-theme .btn-dark[href]:active, .noema-front-theme .btn-dark[type]:hover, .noema-front-theme .btn-dark[type]:focus, .noema-front-theme .btn-dark[type]:active {
  box-shadow: 0 4px 11px rgba(30, 32, 34, 0.35);
}
.noema-front-theme .btn-dark:not(label.btn), .noema-front-theme .btn-dark:not(label.btn):not([href]):not(:disabled):not(.disabled), .noema-front-theme .btn-dark:not([href]), .noema-front-theme .btn-dark:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #1e2022;
  border-color: #1e2022;
}
.noema-front-theme .btn-dark:hover {
  background-color: #1e2022;
  border-color: #1e2022;
}
.noema-front-theme .btn-indigo[href]:hover, .noema-front-theme .btn-indigo[href]:focus, .noema-front-theme .btn-indigo[href]:active, .noema-front-theme .btn-indigo[type]:hover, .noema-front-theme .btn-indigo[type]:focus, .noema-front-theme .btn-indigo[type]:active {
  box-shadow: 0 4px 11px rgba(45, 21, 130, 0.35);
}
.noema-front-theme .btn-indigo:not(label.btn), .noema-front-theme .btn-indigo:not(label.btn):not([href]):not(:disabled):not(.disabled), .noema-front-theme .btn-indigo:not([href]), .noema-front-theme .btn-indigo:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #2d1582;
  border-color: #2d1582;
}
.noema-front-theme .btn-indigo:hover {
  background-color: #2d1582;
  border-color: #2d1582;
}
.noema-front-theme .btn-navy[href]:hover, .noema-front-theme .btn-navy[href]:focus, .noema-front-theme .btn-navy[href]:active, .noema-front-theme .btn-navy[type]:hover, .noema-front-theme .btn-navy[type]:focus, .noema-front-theme .btn-navy[type]:active {
  box-shadow: 0 4px 11px rgba(33, 50, 91, 0.35);
}
.noema-front-theme .btn-navy:not(label.btn), .noema-front-theme .btn-navy:not(label.btn):not([href]):not(:disabled):not(.disabled), .noema-front-theme .btn-navy:not([href]), .noema-front-theme .btn-navy:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #21325b;
  border-color: #21325b;
}
.noema-front-theme .btn-navy:hover {
  background-color: #21325b;
  border-color: #21325b;
}
.noema-front-theme .btn-custom-toggle-primary {
  color: #97a4af;
  border-color: #e7eaf3;
}
.noema-front-theme .btn-custom-toggle-primary:hover {
  color: #d81124;
  background-color: transparent;
  border-color: #d81124;
}
.noema-front-theme .btn-custom-toggle-primary:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-primary:not(:disabled):not(.disabled).active, .noema-front-theme .btn-custom-toggle-primary:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #d81124;
  border-color: #d81124;
}
.noema-front-theme .btn-custom-toggle-secondary {
  color: #97a4af;
  border-color: #e7eaf3;
}
.noema-front-theme .btn-custom-toggle-secondary:hover {
  color: #71869d;
  background-color: transparent;
  border-color: #71869d;
}
.noema-front-theme .btn-custom-toggle-secondary:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-secondary:not(:disabled):not(.disabled).active, .noema-front-theme .btn-custom-toggle-secondary:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #71869d;
  border-color: #71869d;
}
.noema-front-theme .btn-custom-toggle-success {
  color: #97a4af;
  border-color: #e7eaf3;
}
.noema-front-theme .btn-custom-toggle-success:hover {
  color: #00c9a7;
  background-color: transparent;
  border-color: #00c9a7;
}
.noema-front-theme .btn-custom-toggle-success:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-success:not(:disabled):not(.disabled).active, .noema-front-theme .btn-custom-toggle-success:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}
.noema-front-theme .btn-custom-toggle-info {
  color: #97a4af;
  border-color: #e7eaf3;
}
.noema-front-theme .btn-custom-toggle-info:hover {
  color: #09a5be;
  background-color: transparent;
  border-color: #09a5be;
}
.noema-front-theme .btn-custom-toggle-info:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-info:not(:disabled):not(.disabled).active, .noema-front-theme .btn-custom-toggle-info:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #09a5be;
  border-color: #09a5be;
}
.noema-front-theme .btn-custom-toggle-warning {
  color: #97a4af;
  border-color: #e7eaf3;
}
.noema-front-theme .btn-custom-toggle-warning:hover {
  color: #ff6600;
  background-color: transparent;
  border-color: #ff6600;
}
.noema-front-theme .btn-custom-toggle-warning:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-warning:not(:disabled):not(.disabled).active, .noema-front-theme .btn-custom-toggle-warning:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ff6600;
  border-color: #ff6600;
}
.noema-front-theme .btn-custom-toggle-danger {
  color: #97a4af;
  border-color: #e7eaf3;
}
.noema-front-theme .btn-custom-toggle-danger:hover {
  color: #de4437;
  background-color: transparent;
  border-color: #de4437;
}
.noema-front-theme .btn-custom-toggle-danger:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-danger:not(:disabled):not(.disabled).active, .noema-front-theme .btn-custom-toggle-danger:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}
.noema-front-theme .btn-custom-toggle-light {
  color: #97a4af;
  border-color: #e7eaf3;
}
.noema-front-theme .btn-custom-toggle-light:hover {
  color: #fff;
  background-color: transparent;
  border-color: #F1F2F5;
}
.noema-front-theme .btn-custom-toggle-light:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-light:not(:disabled):not(.disabled).active, .noema-front-theme .btn-custom-toggle-light:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-light:not(:disabled):not(.disabled).active {
  color: #1e2022;
  background-color: #F1F2F5;
  border-color: #F1F2F5;
}
.noema-front-theme .btn-custom-toggle-dark {
  color: #97a4af;
  border-color: #e7eaf3;
}
.noema-front-theme .btn-custom-toggle-dark:hover {
  color: #1e2022;
  background-color: transparent;
  border-color: #1e2022;
}
.noema-front-theme .btn-custom-toggle-dark:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-dark:not(:disabled):not(.disabled).active, .noema-front-theme .btn-custom-toggle-dark:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1e2022;
  border-color: #1e2022;
}
.noema-front-theme .btn-custom-toggle-indigo {
  color: #97a4af;
  border-color: #e7eaf3;
}
.noema-front-theme .btn-custom-toggle-indigo:hover {
  color: #2d1582;
  background-color: transparent;
  border-color: #2d1582;
}
.noema-front-theme .btn-custom-toggle-indigo:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-indigo:not(:disabled):not(.disabled).active, .noema-front-theme .btn-custom-toggle-indigo:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-indigo:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2d1582;
  border-color: #2d1582;
}
.noema-front-theme .btn-custom-toggle-navy {
  color: #97a4af;
  border-color: #e7eaf3;
}
.noema-front-theme .btn-custom-toggle-navy:hover {
  color: #21325b;
  background-color: transparent;
  border-color: #21325b;
}
.noema-front-theme .btn-custom-toggle-navy:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-navy:not(:disabled):not(.disabled).active, .noema-front-theme .btn-custom-toggle-navy:not(:disabled):not(.disabled):active, .noema-front-theme .btn-custom-toggle-navy:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #21325b;
  border-color: #21325b;
}
.noema-front-theme .btn-custom-toggle-light {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.noema-front-theme .btn-soft-primary {
  color: #d81124;
  background-color: rgba(216, 17, 36, 0.1);
  border-color: transparent;
}
.noema-front-theme .btn-soft-primary:hover, .noema-front-theme .btn-soft-primary:focus, .noema-front-theme .btn-soft-primary:active, .noema-front-theme .btn-soft-primary.active {
  color: #fff;
  background-color: #d81124;
  box-shadow: 0 4px 11px rgba(216, 17, 36, 0.1);
}
.noema-front-theme .btn-soft-primary.disabled, .noema-front-theme .btn-soft-primary:disabled {
  color: #d81124;
  background-color: rgba(216, 17, 36, 0.1);
  box-shadow: none;
}
.noema-front-theme .btn-soft-primary:not(:disabled):not(.disabled):active, .noema-front-theme .btn-soft-primary:not(:disabled):not(.disabled).active, .show > .noema-front-theme .btn-soft-primary.dropdown-toggle {
  color: #fff;
  background-color: #d81124;
}
.noema-front-theme .btn-soft-secondary {
  color: #71869d;
  background-color: rgba(113, 134, 157, 0.1);
  border-color: transparent;
}
.noema-front-theme .btn-soft-secondary:hover, .noema-front-theme .btn-soft-secondary:focus, .noema-front-theme .btn-soft-secondary:active, .noema-front-theme .btn-soft-secondary.active {
  color: #fff;
  background-color: #71869d;
  box-shadow: 0 4px 11px rgba(113, 134, 157, 0.1);
}
.noema-front-theme .btn-soft-secondary.disabled, .noema-front-theme .btn-soft-secondary:disabled {
  color: #71869d;
  background-color: rgba(113, 134, 157, 0.1);
  box-shadow: none;
}
.noema-front-theme .btn-soft-secondary:not(:disabled):not(.disabled):active, .noema-front-theme .btn-soft-secondary:not(:disabled):not(.disabled).active, .show > .noema-front-theme .btn-soft-secondary.dropdown-toggle {
  color: #fff;
  background-color: #71869d;
}
.noema-front-theme .btn-soft-success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
  border-color: transparent;
}
.noema-front-theme .btn-soft-success:hover, .noema-front-theme .btn-soft-success:focus, .noema-front-theme .btn-soft-success:active, .noema-front-theme .btn-soft-success.active {
  color: #fff;
  background-color: #00c9a7;
  box-shadow: 0 4px 11px rgba(0, 201, 167, 0.1);
}
.noema-front-theme .btn-soft-success.disabled, .noema-front-theme .btn-soft-success:disabled {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
  box-shadow: none;
}
.noema-front-theme .btn-soft-success:not(:disabled):not(.disabled):active, .noema-front-theme .btn-soft-success:not(:disabled):not(.disabled).active, .show > .noema-front-theme .btn-soft-success.dropdown-toggle {
  color: #fff;
  background-color: #00c9a7;
}
.noema-front-theme .btn-soft-info {
  color: #09a5be;
  background-color: rgba(9, 165, 190, 0.1);
  border-color: transparent;
}
.noema-front-theme .btn-soft-info:hover, .noema-front-theme .btn-soft-info:focus, .noema-front-theme .btn-soft-info:active, .noema-front-theme .btn-soft-info.active {
  color: #fff;
  background-color: #09a5be;
  box-shadow: 0 4px 11px rgba(9, 165, 190, 0.1);
}
.noema-front-theme .btn-soft-info.disabled, .noema-front-theme .btn-soft-info:disabled {
  color: #09a5be;
  background-color: rgba(9, 165, 190, 0.1);
  box-shadow: none;
}
.noema-front-theme .btn-soft-info:not(:disabled):not(.disabled):active, .noema-front-theme .btn-soft-info:not(:disabled):not(.disabled).active, .show > .noema-front-theme .btn-soft-info.dropdown-toggle {
  color: #fff;
  background-color: #09a5be;
}
.noema-front-theme .btn-soft-warning {
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.1);
  border-color: transparent;
}
.noema-front-theme .btn-soft-warning:hover, .noema-front-theme .btn-soft-warning:focus, .noema-front-theme .btn-soft-warning:active, .noema-front-theme .btn-soft-warning.active {
  color: #fff;
  background-color: #ff6600;
  box-shadow: 0 4px 11px rgba(255, 102, 0, 0.1);
}
.noema-front-theme .btn-soft-warning.disabled, .noema-front-theme .btn-soft-warning:disabled {
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.1);
  box-shadow: none;
}
.noema-front-theme .btn-soft-warning:not(:disabled):not(.disabled):active, .noema-front-theme .btn-soft-warning:not(:disabled):not(.disabled).active, .show > .noema-front-theme .btn-soft-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff6600;
}
.noema-front-theme .btn-soft-danger {
  color: #de4437;
  background-color: rgba(222, 68, 55, 0.1);
  border-color: transparent;
}
.noema-front-theme .btn-soft-danger:hover, .noema-front-theme .btn-soft-danger:focus, .noema-front-theme .btn-soft-danger:active, .noema-front-theme .btn-soft-danger.active {
  color: #fff;
  background-color: #de4437;
  box-shadow: 0 4px 11px rgba(222, 68, 55, 0.1);
}
.noema-front-theme .btn-soft-danger.disabled, .noema-front-theme .btn-soft-danger:disabled {
  color: #de4437;
  background-color: rgba(222, 68, 55, 0.1);
  box-shadow: none;
}
.noema-front-theme .btn-soft-danger:not(:disabled):not(.disabled):active, .noema-front-theme .btn-soft-danger:not(:disabled):not(.disabled).active, .show > .noema-front-theme .btn-soft-danger.dropdown-toggle {
  color: #fff;
  background-color: #de4437;
}
.noema-front-theme .btn-soft-light {
  color: #F1F2F5;
  background-color: rgba(241, 242, 245, 0.1);
  border-color: transparent;
}
.noema-front-theme .btn-soft-light:hover, .noema-front-theme .btn-soft-light:focus, .noema-front-theme .btn-soft-light:active, .noema-front-theme .btn-soft-light.active {
  color: #1e2022;
  background-color: #F1F2F5;
  box-shadow: 0 4px 11px rgba(241, 242, 245, 0.1);
}
.noema-front-theme .btn-soft-light.disabled, .noema-front-theme .btn-soft-light:disabled {
  color: #F1F2F5;
  background-color: rgba(241, 242, 245, 0.1);
  box-shadow: none;
}
.noema-front-theme .btn-soft-light:not(:disabled):not(.disabled):active, .noema-front-theme .btn-soft-light:not(:disabled):not(.disabled).active, .show > .noema-front-theme .btn-soft-light.dropdown-toggle {
  color: #1e2022;
  background-color: #F1F2F5;
}
.noema-front-theme .btn-soft-dark {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
  border-color: transparent;
}
.noema-front-theme .btn-soft-dark:hover, .noema-front-theme .btn-soft-dark:focus, .noema-front-theme .btn-soft-dark:active, .noema-front-theme .btn-soft-dark.active {
  color: #fff;
  background-color: #1e2022;
  box-shadow: 0 4px 11px rgba(30, 32, 34, 0.1);
}
.noema-front-theme .btn-soft-dark.disabled, .noema-front-theme .btn-soft-dark:disabled {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
  box-shadow: none;
}
.noema-front-theme .btn-soft-dark:not(:disabled):not(.disabled):active, .noema-front-theme .btn-soft-dark:not(:disabled):not(.disabled).active, .show > .noema-front-theme .btn-soft-dark.dropdown-toggle {
  color: #fff;
  background-color: #1e2022;
}
.noema-front-theme .btn-soft-indigo {
  color: #2d1582;
  background-color: rgba(45, 21, 130, 0.1);
  border-color: transparent;
}
.noema-front-theme .btn-soft-indigo:hover, .noema-front-theme .btn-soft-indigo:focus, .noema-front-theme .btn-soft-indigo:active, .noema-front-theme .btn-soft-indigo.active {
  color: #fff;
  background-color: #2d1582;
  box-shadow: 0 4px 11px rgba(45, 21, 130, 0.1);
}
.noema-front-theme .btn-soft-indigo.disabled, .noema-front-theme .btn-soft-indigo:disabled {
  color: #2d1582;
  background-color: rgba(45, 21, 130, 0.1);
  box-shadow: none;
}
.noema-front-theme .btn-soft-indigo:not(:disabled):not(.disabled):active, .noema-front-theme .btn-soft-indigo:not(:disabled):not(.disabled).active, .show > .noema-front-theme .btn-soft-indigo.dropdown-toggle {
  color: #fff;
  background-color: #2d1582;
}
.noema-front-theme .btn-soft-navy {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
  border-color: transparent;
}
.noema-front-theme .btn-soft-navy:hover, .noema-front-theme .btn-soft-navy:focus, .noema-front-theme .btn-soft-navy:active, .noema-front-theme .btn-soft-navy.active {
  color: #fff;
  background-color: #21325b;
  box-shadow: 0 4px 11px rgba(33, 50, 91, 0.1);
}
.noema-front-theme .btn-soft-navy.disabled, .noema-front-theme .btn-soft-navy:disabled {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
  box-shadow: none;
}
.noema-front-theme .btn-soft-navy:not(:disabled):not(.disabled):active, .noema-front-theme .btn-soft-navy:not(:disabled):not(.disabled).active, .show > .noema-front-theme .btn-soft-navy.dropdown-toggle {
  color: #fff;
  background-color: #21325b;
}
.noema-front-theme .btn-outline-secondary {
  border-color: #e7eaf3;
}
.noema-front-theme .btn-wide {
  min-width: 10rem;
}
.noema-front-theme .btn-xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.275rem 0.75rem;
}
.noema-front-theme .btn-icon.btn-xs {
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
}
.noema-front-theme .btn-icon.btn-sm {
  font-size: 0.8125rem;
  width: 2.6875rem;
  height: 2.6875rem;
}
.noema-front-theme .btn-icon.btn-lg {
  font-size: 1.25rem;
  width: 4.25rem;
  height: 4.25rem;
}
.noema-front-theme .btn-ghost-primary {
  color: #d81124;
  background-color: transparent;
}
.noema-front-theme .btn-ghost-primary:hover, .noema-front-theme .btn-ghost-primary:focus, .noema-front-theme .btn-ghost-primary:active, .noema-front-theme .btn-ghost-primary.active {
  color: #d81124;
  background-color: rgba(216, 17, 36, 0.1);
}
.noema-front-theme .btn-ghost-secondary {
  color: #71869d;
  background-color: transparent;
}
.noema-front-theme .btn-ghost-secondary:hover, .noema-front-theme .btn-ghost-secondary:focus, .noema-front-theme .btn-ghost-secondary:active, .noema-front-theme .btn-ghost-secondary.active {
  color: #71869d;
  background-color: rgba(216, 17, 36, 0.1);
}
.noema-front-theme .btn-ghost-success {
  color: #00c9a7;
  background-color: transparent;
}
.noema-front-theme .btn-ghost-success:hover, .noema-front-theme .btn-ghost-success:focus, .noema-front-theme .btn-ghost-success:active, .noema-front-theme .btn-ghost-success.active {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}
.noema-front-theme .btn-ghost-info {
  color: #09a5be;
  background-color: transparent;
}
.noema-front-theme .btn-ghost-info:hover, .noema-front-theme .btn-ghost-info:focus, .noema-front-theme .btn-ghost-info:active, .noema-front-theme .btn-ghost-info.active {
  color: #09a5be;
  background-color: rgba(9, 165, 190, 0.1);
}
.noema-front-theme .btn-ghost-warning {
  color: #ff6600;
  background-color: transparent;
}
.noema-front-theme .btn-ghost-warning:hover, .noema-front-theme .btn-ghost-warning:focus, .noema-front-theme .btn-ghost-warning:active, .noema-front-theme .btn-ghost-warning.active {
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.1);
}
.noema-front-theme .btn-ghost-danger {
  color: #de4437;
  background-color: transparent;
}
.noema-front-theme .btn-ghost-danger:hover, .noema-front-theme .btn-ghost-danger:focus, .noema-front-theme .btn-ghost-danger:active, .noema-front-theme .btn-ghost-danger.active {
  color: #de4437;
  background-color: rgba(222, 68, 55, 0.1);
}
.noema-front-theme .btn-ghost-light {
  color: #F1F2F5;
  background-color: transparent;
}
.noema-front-theme .btn-ghost-light:hover, .noema-front-theme .btn-ghost-light:focus, .noema-front-theme .btn-ghost-light:active, .noema-front-theme .btn-ghost-light.active {
  color: #F1F2F5;
  background-color: rgba(241, 242, 245, 0.1);
}
.noema-front-theme .btn-ghost-dark {
  color: #1e2022;
  background-color: transparent;
}
.noema-front-theme .btn-ghost-dark:hover, .noema-front-theme .btn-ghost-dark:focus, .noema-front-theme .btn-ghost-dark:active, .noema-front-theme .btn-ghost-dark.active {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
}
.noema-front-theme .btn-ghost-indigo {
  color: #2d1582;
  background-color: transparent;
}
.noema-front-theme .btn-ghost-indigo:hover, .noema-front-theme .btn-ghost-indigo:focus, .noema-front-theme .btn-ghost-indigo:active, .noema-front-theme .btn-ghost-indigo.active {
  color: #2d1582;
  background-color: rgba(45, 21, 130, 0.1);
}
.noema-front-theme .btn-ghost-navy {
  color: #21325b;
  background-color: transparent;
}
.noema-front-theme .btn-ghost-navy:hover, .noema-front-theme .btn-ghost-navy:focus, .noema-front-theme .btn-ghost-navy:active, .noema-front-theme .btn-ghost-navy.active {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
}
.noema-front-theme .btn-ghost-secondary:hover, .noema-front-theme .btn-ghost-secondary:focus, .noema-front-theme .btn-ghost-secondary:active {
  color: #d81124;
}
.noema-front-theme .btn-group-segment {
  position: relative;
  display: inline-flex;
  justify-content: center;
  background-color: #f8fafd;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  padding: 0.25rem 0.25rem;
}
.noema-front-theme .btn-group-segment .btn {
  color: #677788;
}
.noema-front-theme .btn-group-segment .btn:not(:last-child) {
  margin-right: 0.25rem;
}
.noema-front-theme .btn-group-segment .btn:hover {
  color: #d81124;
}
.noema-front-theme .btn-group-segment .btn.active {
  color: #1e2022;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(140, 152, 164, 0.25);
}
.noema-front-theme .btn-group-segment .btn:not(:disabled):not(.disabled):active, .noema-front-theme .btn-group-segment .btn:not(:disabled):not(.disabled).active {
  box-shadow: 0px 3px 6px 0px rgba(140, 152, 164, 0.25);
}
.noema-front-theme .btn-group-segment > .btn:not(:last-child):not(.dropdown-toggle),
.noema-front-theme .btn-group-segment > .btn-group:not(:last-child) > .btn,
.noema-front-theme .btn-group-segment > .btn:not(:first-child),
.noema-front-theme .btn-group-segment > .btn-group:not(:first-child) > .btn {
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .btn-group-segment.btn-group-pills {
  -webkit-border-radius: 6.1875rem;
  -moz-border-radius: 6.1875rem;
  border-radius: 6.1875rem;
}
.noema-front-theme .btn-group-segment.btn-group-pills > .btn:not(:last-child):not(.dropdown-toggle),
.noema-front-theme .btn-group-segment.btn-group-pills > .btn-group:not(:last-child) > .btn,
.noema-front-theme .btn-group-segment.btn-group-pills > .btn:not(:first-child),
.noema-front-theme .btn-group-segment.btn-group-pills > .btn-group:not(:first-child) > .btn {
  -webkit-border-radius: 6.1875rem;
  -moz-border-radius: 6.1875rem;
  border-radius: 6.1875rem;
}
.noema-front-theme .btn-status {
  position: absolute;
  top: -0.4375rem;
  right: -0.4375rem;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  vertical-align: baseline;
  width: 1.3125rem;
  height: 1.3125rem;
  line-height: 1;
  font-size: 0.625rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.noema-front-theme .btn-status-initials {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.noema-front-theme .btn svg {
  margin-bottom: 0;
}
.noema-front-theme label.btn {
  cursor: pointer !important;
}
.noema-front-theme .btn-pill {
  -webkit-border-radius: 6.1875rem;
  -moz-border-radius: 6.1875rem;
  border-radius: 6.1875rem;
}
.noema-front-theme .btn-link {
  font-weight: 600;
}
.noema-front-theme .btn-icon {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
}
.noema-front-theme .btn-toggle-default {
  display: inline-block;
}
.noema-front-theme .btn-toggle-toggled {
  display: none;
}
.noema-front-theme .btn.toggled .btn-toggle-default {
  display: none;
}
.noema-front-theme .btn.toggled .btn-toggle-toggled {
  display: inline-block;
}
.noema-front-theme .brand {
  width: 100%;
  max-width: 7.5rem;
}
.noema-front-theme .breadcrumb-no-gutter {
  padding: 0;
}
.noema-front-theme .card-2-count {
  column-count: 2;
}
.noema-front-theme .card-3-count {
  column-count: 3;
}
.noema-front-theme .card-4-count {
  column-count: 4;
}
.noema-front-theme .card-1-gap {
  column-gap: 0.5rem;
}
.noema-front-theme .card-2-gap {
  column-gap: 2rem;
}
.noema-front-theme .card-3-gap {
  column-gap: 3rem;
}
.noema-front-theme .card-4-gap {
  column-gap: 4rem;
}
.noema-front-theme .card-5-gap {
  column-gap: 5rem;
}
.noema-front-theme .card-columns {
  orphans: 1;
  widows: 1;
}
.noema-front-theme .card-columns .card {
  display: inline-block;
  width: 100%;
}
@media (min-width: 576px) {
  .noema-front-theme .card-sm-2-count {
    column-count: 2;
  }
  .noema-front-theme .card-sm-3-count {
    column-count: 3;
  }
  .noema-front-theme .card-sm-4-count {
    column-count: 4;
  }
  .noema-front-theme .card-sm-1-gap {
    column-gap: 0.5rem;
  }
  .noema-front-theme .card-sm-2-gap {
    column-gap: 2rem;
  }
  .noema-front-theme .card-sm-3-gap {
    column-gap: 3rem;
  }
  .noema-front-theme .card-sm-4-gap {
    column-gap: 4rem;
  }
  .noema-front-theme .card-sm-5-gap {
    column-gap: 5rem;
  }
  .noema-front-theme .card-sm-columns {
    orphans: 1;
    widows: 1;
  }
  .noema-front-theme .card-sm-columns .card {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .card-md-2-count {
    column-count: 2;
  }
  .noema-front-theme .card-md-3-count {
    column-count: 3;
  }
  .noema-front-theme .card-md-4-count {
    column-count: 4;
  }
  .noema-front-theme .card-md-1-gap {
    column-gap: 0.5rem;
  }
  .noema-front-theme .card-md-2-gap {
    column-gap: 2rem;
  }
  .noema-front-theme .card-md-3-gap {
    column-gap: 3rem;
  }
  .noema-front-theme .card-md-4-gap {
    column-gap: 4rem;
  }
  .noema-front-theme .card-md-5-gap {
    column-gap: 5rem;
  }
  .noema-front-theme .card-md-columns {
    orphans: 1;
    widows: 1;
  }
  .noema-front-theme .card-md-columns .card {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .card-lg-2-count {
    column-count: 2;
  }
  .noema-front-theme .card-lg-3-count {
    column-count: 3;
  }
  .noema-front-theme .card-lg-4-count {
    column-count: 4;
  }
  .noema-front-theme .card-lg-1-gap {
    column-gap: 0.5rem;
  }
  .noema-front-theme .card-lg-2-gap {
    column-gap: 2rem;
  }
  .noema-front-theme .card-lg-3-gap {
    column-gap: 3rem;
  }
  .noema-front-theme .card-lg-4-gap {
    column-gap: 4rem;
  }
  .noema-front-theme .card-lg-5-gap {
    column-gap: 5rem;
  }
  .noema-front-theme .card-lg-columns {
    orphans: 1;
    widows: 1;
  }
  .noema-front-theme .card-lg-columns .card {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .card-xl-2-count {
    column-count: 2;
  }
  .noema-front-theme .card-xl-3-count {
    column-count: 3;
  }
  .noema-front-theme .card-xl-4-count {
    column-count: 4;
  }
  .noema-front-theme .card-xl-1-gap {
    column-gap: 0.5rem;
  }
  .noema-front-theme .card-xl-2-gap {
    column-gap: 2rem;
  }
  .noema-front-theme .card-xl-3-gap {
    column-gap: 3rem;
  }
  .noema-front-theme .card-xl-4-gap {
    column-gap: 4rem;
  }
  .noema-front-theme .card-xl-5-gap {
    column-gap: 5rem;
  }
  .noema-front-theme .card-xl-columns {
    orphans: 1;
    widows: 1;
  }
  .noema-front-theme .card-xl-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.noema-front-theme .card {
  border-width: 0;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
}
@media (min-width: 576px) {
  .noema-front-theme .card-group > .card + .card {
    border-left: 0.0625rem solid #e7eaf3;
  }
}
.noema-front-theme .card-bg-light {
  background-color: #f8fafd;
}
.noema-front-theme .card-bg-light:hover {
  background-color: #f4f7fc;
}
.noema-front-theme .card-frame {
  border: 0.0625rem solid #e7eaf3;
  box-shadow: none;
  transition: 0.3s;
}
.noema-front-theme .card-frame-highlighted, .noema-front-theme .card-frame:hover {
  border-color: rgba(216, 17, 36, 0.7);
}
.noema-front-theme .card-hover-shadow {
  box-shadow: none;
}
.noema-front-theme .card-hover-shadow:hover {
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
}
.noema-front-theme .card-collapse {
  padding: 0;
  transition: 0.3s ease-in-out;
}
.noema-front-theme .card-collapse:hover {
  background-color: #f8fafd;
}
.noema-front-theme .card-collapse .card-body {
  color: #677788;
}
.noema-front-theme .card-btn {
  color: #1e2022;
  text-align: left;
  white-space: inherit;
}
.noema-front-theme .card-btn-toggle {
  display: inline-block;
  color: #d81124;
}
.noema-front-theme .card-btn-toggle-default {
  display: none;
}
.noema-front-theme .card-btn-toggle-active {
  display: block;
}
.noema-front-theme .card-btn.collapsed .card-btn-toggle-default {
  display: block;
}
.noema-front-theme .card-btn.collapsed .card-btn-toggle-active {
  display: none;
}
.noema-front-theme .card-img-top,
.noema-front-theme .card-img-bottom {
  min-height: 1px;
}
@media (min-width: 576px) {
  .noema-front-theme .card-sm-gutters-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .noema-front-theme .card-sm-gutters-1 .card {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .noema-front-theme .card-sm-gutters-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .noema-front-theme .card-sm-gutters-2 .card {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .noema-front-theme .card-sm-gutters-3 {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .noema-front-theme .card-sm-gutters-3 .card {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .card-md-gutters-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .noema-front-theme .card-md-gutters-1 .card {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .noema-front-theme .card-md-gutters-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .noema-front-theme .card-md-gutters-2 .card {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .noema-front-theme .card-md-gutters-3 {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .noema-front-theme .card-md-gutters-3 .card {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .card-lg-gutters-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .noema-front-theme .card-lg-gutters-1 .card {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .noema-front-theme .card-lg-gutters-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .noema-front-theme .card-lg-gutters-2 .card {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .noema-front-theme .card-lg-gutters-3 {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .noema-front-theme .card-lg-gutters-3 .card {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .noema-front-theme .card-group-sm-break {
    display: block;
  }
  .noema-front-theme .card-group-sm-break > .card:not(:last-child) {
    margin-bottom: -1px;
  }
  .noema-front-theme .card-group-sm-break > .card + .card {
    border-left: 0.0625rem solid #e7eaf3;
  }
  .noema-front-theme .card-group-sm-break > .card:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .noema-front-theme .card-group-sm-break > .card:first-child .card-img-top,
  .noema-front-theme .card-group-sm-break > .card:first-child .card-header {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
  .noema-front-theme .card-group-sm-break > .card:first-child .card-img-bottom,
  .noema-front-theme .card-group-sm-break > .card:first-child .card-footer {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .noema-front-theme .card-group-sm-break > .card:last-child {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .noema-front-theme .card-group-sm-break > .card:last-child .card-img-top,
  .noema-front-theme .card-group-sm-break > .card:last-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .noema-front-theme .card-group-sm-break > .card:last-child .card-img-bottom,
  .noema-front-theme .card-group-sm-break > .card:last-child .card-footer {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
  }
}
@media (max-width: 991.98px) {
  .noema-front-theme .card-group-md-break {
    display: block;
  }
  .noema-front-theme .card-group-md-break > .card:not(:last-child) {
    margin-bottom: -1px;
  }
  .noema-front-theme .card-group-md-break > .card + .card {
    border-left: 0.0625rem solid #e7eaf3;
  }
  .noema-front-theme .card-group-md-break > .card:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .noema-front-theme .card-group-md-break > .card:first-child .card-img-top,
  .noema-front-theme .card-group-md-break > .card:first-child .card-header {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
  .noema-front-theme .card-group-md-break > .card:first-child .card-img-bottom,
  .noema-front-theme .card-group-md-break > .card:first-child .card-footer {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .noema-front-theme .card-group-md-break > .card:last-child {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .noema-front-theme .card-group-md-break > .card:last-child .card-img-top,
  .noema-front-theme .card-group-md-break > .card:last-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .noema-front-theme .card-group-md-break > .card:last-child .card-img-bottom,
  .noema-front-theme .card-group-md-break > .card:last-child .card-footer {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
  }
}
@media (max-width: 1199.98px) {
  .noema-front-theme .card-group-lg-break {
    display: block;
  }
  .noema-front-theme .card-group-lg-break > .card:not(:last-child) {
    margin-bottom: -1px;
  }
  .noema-front-theme .card-group-lg-break > .card + .card {
    border-left: 0.0625rem solid #e7eaf3;
  }
  .noema-front-theme .card-group-lg-break > .card:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .noema-front-theme .card-group-lg-break > .card:first-child .card-img-top,
  .noema-front-theme .card-group-lg-break > .card:first-child .card-header {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
  .noema-front-theme .card-group-lg-break > .card:first-child .card-img-bottom,
  .noema-front-theme .card-group-lg-break > .card:first-child .card-footer {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .noema-front-theme .card-group-lg-break > .card:last-child {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .noema-front-theme .card-group-lg-break > .card:last-child .card-img-top,
  .noema-front-theme .card-group-lg-break > .card:last-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .noema-front-theme .card-group-lg-break > .card:last-child .card-img-bottom,
  .noema-front-theme .card-group-lg-break > .card:last-child .card-footer {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
  }
}
.noema-front-theme :not(.fragments-editor-sidebar) .sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1003;
  width: 23.4375rem;
  height: 100%;
  background-color: #fff;
  box-shadow: -5px 0px 12px rgba(103, 119, 136, 0.1);
}
.noema-front-theme :not(.fragments-editor-sidebar) .sidebar-body, .noema-front-theme :not(.fragments-editor-sidebar) .sidebar-content {
  height: 100%;
}
.noema-front-theme :not(.fragments-editor-sidebar) .sidebar-left {
  right: auto;
  left: 0;
  box-shadow: 5px 0px 12px rgba(103, 119, 136, 0.1);
}
.noema-front-theme :not(.fragments-editor-sidebar) .sidebar-scroller {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.noema-front-theme :not(.fragments-editor-sidebar) .sidebar-container {
  position: relative;
  height: 100%;
  min-height: 100%;
}
.noema-front-theme :not(.fragments-editor-sidebar) .sidebar-footer {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.noema-front-theme :not(.fragments-editor-sidebar) .sidebar-footer-offset {
  height: 100%;
  box-sizing: border-box;
}
.noema-front-theme .clients {
  width: 100%;
  max-width: 6rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.noema-front-theme .column-divider {
  position: relative;
}
.noema-front-theme .column-divider::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 0.0625rem solid #e7eaf3;
  content: "";
}
@media (min-width: 576px) {
  .noema-front-theme .column-divider-sm {
    position: relative;
  }
  .noema-front-theme .column-divider-sm::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 0.0625rem solid #e7eaf3;
    content: "";
  }
}
@media (min-width: 768px) {
  .noema-front-theme .column-divider-md {
    position: relative;
  }
  .noema-front-theme .column-divider-md::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 0.0625rem solid #e7eaf3;
    content: "";
  }
}
@media (min-width: 992px) {
  .noema-front-theme .column-divider-lg {
    position: relative;
  }
  .noema-front-theme .column-divider-lg::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 0.0625rem solid #e7eaf3;
    content: "";
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .column-divider-xl {
    position: relative;
  }
  .noema-front-theme .column-divider-xl::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 0.0625rem solid #e7eaf3;
    content: "";
  }
}
.noema-front-theme .column-divider-20deg::before {
  transform: rotate(20deg);
  left: -1rem;
}
.noema-front-theme .divider {
  position: relative;
  display: inline-block;
  font-size: 1rem;
}
.noema-front-theme .divider::before, .noema-front-theme .divider::after {
  position: absolute;
  top: 50%;
  content: "";
}
.noema-front-theme .divider::before {
  right: 100%;
  background-image: linear-gradient(45deg, transparent, #bdc5d1);
  background-repeat: repeat-x;
}
.noema-front-theme .divider::after {
  left: 100%;
  background-image: linear-gradient(45deg, #bdc5d1, transparent);
  background-repeat: repeat-x;
}
.noema-front-theme .divider::before, .noema-front-theme .divider::after {
  width: 10rem;
  height: 0.0625rem;
  transform: translateY(-50%);
}
.noema-front-theme .divider::before {
  margin-right: 0.625rem;
}
.noema-front-theme .divider::after {
  margin-left: 0.625rem;
}
@media (max-width: 767.98px) {
  .noema-front-theme .divider::before, .noema-front-theme .divider::after {
    width: 4rem;
  }
}
.noema-front-theme .divider-xs {
  font-size: 0.75rem;
}
.noema-front-theme .divider-xs::before, .noema-front-theme .divider-xs::after {
  width: 2.5rem;
  height: 0.0625rem;
  transform: translateY(-50%);
}
.noema-front-theme .divider-text {
  color: #8c98a4;
}
.noema-front-theme .go-to {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  width: 2.6875rem;
  height: 2.6875rem;
  background-color: rgba(113, 134, 157, 0.1);
  color: #677788;
  font-size: 0.8125rem;
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: 0.3s ease-out;
}
.noema-front-theme .go-to:hover, .noema-front-theme .go-to:focus:hover {
  color: #fff;
  background-color: #d81124;
  opacity: 1;
}
.noema-front-theme .front-icon {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .front-icon-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.noema-front-theme .front-icon.icon-xs {
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
}
.noema-front-theme .front-icon.icon-sm {
  font-size: 0.8125rem;
  width: 2.6875rem;
  height: 2.6875rem;
}
.noema-front-theme .front-icon.icon-lg {
  font-size: 1.25rem;
  width: 4.25rem;
  height: 4.25rem;
}
.noema-front-theme .front-icon-primary {
  color: #fff;
  border-color: #d81124;
  background-color: #d81124;
}
.noema-front-theme .front-icon-secondary {
  color: #fff;
  border-color: #71869d;
  background-color: #71869d;
}
.noema-front-theme .front-icon-success {
  color: #fff;
  border-color: #00c9a7;
  background-color: #00c9a7;
}
.noema-front-theme .front-icon-info {
  color: #fff;
  border-color: #09a5be;
  background-color: #09a5be;
}
.noema-front-theme .front-icon-warning {
  color: #fff;
  border-color: #ff6600;
  background-color: #ff6600;
}
.noema-front-theme .front-icon-danger {
  color: #fff;
  border-color: #de4437;
  background-color: #de4437;
}
.noema-front-theme .front-icon-light {
  color: #1e2022;
  border-color: #F1F2F5;
  background-color: #F1F2F5;
}
.noema-front-theme .front-icon-dark {
  color: #fff;
  border-color: #1e2022;
  background-color: #1e2022;
}
.noema-front-theme .front-icon-indigo {
  color: #fff;
  border-color: #2d1582;
  background-color: #2d1582;
}
.noema-front-theme .front-icon-navy {
  color: #fff;
  border-color: #21325b;
  background-color: #21325b;
}
.noema-front-theme .front-icon-soft-primary {
  color: #d81124;
  background: rgba(216, 17, 36, 0.1);
}
.noema-front-theme .front-icon-soft-secondary {
  color: #71869d;
  background: rgba(113, 134, 157, 0.1);
}
.noema-front-theme .front-icon-soft-success {
  color: #00c9a7;
  background: rgba(0, 201, 167, 0.1);
}
.noema-front-theme .front-icon-soft-info {
  color: #09a5be;
  background: rgba(9, 165, 190, 0.1);
}
.noema-front-theme .front-icon-soft-warning {
  color: #ff6600;
  background: rgba(255, 102, 0, 0.1);
}
.noema-front-theme .front-icon-soft-danger {
  color: #de4437;
  background: rgba(222, 68, 55, 0.1);
}
.noema-front-theme .front-icon-soft-light {
  color: #F1F2F5;
  background: rgba(241, 242, 245, 0.1);
}
.noema-front-theme .front-icon-soft-dark {
  color: #1e2022;
  background: rgba(30, 32, 34, 0.1);
}
.noema-front-theme .front-icon-soft-indigo {
  color: #2d1582;
  background: rgba(45, 21, 130, 0.1);
}
.noema-front-theme .front-icon-soft-navy {
  color: #21325b;
  background: rgba(33, 50, 91, 0.1);
}
.noema-front-theme .media-viewer {
  position: relative;
  display: block;
}
.noema-front-theme .media-viewer:hover .media-viewer-icon {
  opacity: 1;
  transform: scale(1);
}
.noema-front-theme .media-viewer-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.noema-front-theme .media-viewer-icon {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #d81124;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.7);
  transition: 0.3s;
}
.noema-front-theme .media-viewer-icon:hover, .noema-front-theme .media-viewer-icon:focus {
  color: #fff;
}
.noema-front-theme .media-viewer-icon-active {
  opacity: 1;
  transform: scale(1);
}
.noema-front-theme .video-player {
  position: relative;
}
.noema-front-theme .video-player-preview {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
.video-player-played .noema-front-theme .video-player-preview {
  opacity: 0;
  pointer-events: none;
}
.noema-front-theme .video-player-btn {
  z-index: 3;
  transition: transform 0.3s ease-in-out;
}
.video-player-played .noema-front-theme .video-player-btn {
  animation: videoPlayerButton 0.4s ease-in-out forwards;
  pointer-events: none;
}
.noema-front-theme .video-player-btn:hover .video-player-icon {
  color: #d81124;
  transform: scale(1.1);
}
.noema-front-theme .video-player-icon {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  width: 4.25rem;
  height: 4.25rem;
  font-size: 0.8125rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #1e2022;
  background-color: #fff;
  transition: 0.3s;
}
.noema-front-theme .video-player-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes videoPlayerButton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
.noema-front-theme .device {
  position: relative;
}
.noema-front-theme .device-pointer {
  width: 65%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.noema-front-theme .device-macbook-screen {
  position: absolute;
  top: 6.8%;
  left: 12.3%;
  width: 75.1%;
  height: 81.1%;
  object-fit: cover;
}
.noema-front-theme .device-iphone-x {
  -webkit-border-radius: 2.75rem;
  -moz-border-radius: 2.75rem;
  border-radius: 2.75rem;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
}
.noema-front-theme .device-iphone-x-frame {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.noema-front-theme .device-iphone-x-screen {
  position: absolute;
  top: 2.4%;
  left: 4%;
  width: 92.4%;
  height: 96%;
  object-fit: cover;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.noema-front-theme .device-half-iphone-x {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
}
.noema-front-theme .device-half-iphone-x-frame {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.noema-front-theme .device-half-iphone-x-screen {
  position: absolute;
  top: 2.6%;
  left: 4.1%;
  width: 91.8%;
  height: 97.1%;
  object-fit: cover;
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
}
.noema-front-theme .device-ipad {
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
}
.noema-front-theme .device-ipad-frame {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.noema-front-theme .device-ipad-screen {
  position: absolute;
  top: 2.6%;
  left: 4.2%;
  width: 91.8%;
  height: 94.2%;
  object-fit: cover;
}
.noema-front-theme .device-horizontal-ipad {
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
}
.noema-front-theme .device-horizontal-ipad-frame {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.noema-front-theme .device-horizontal-ipad-screen {
  position: absolute;
  top: 3.8%;
  left: 3.2%;
  width: 93.8%;
  height: 92%;
  object-fit: cover;
}
.noema-front-theme .device-browser {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 85%;
  overflow: hidden;
  box-shadow: 0 0.625rem 2.5rem 0.625rem rgba(140, 152, 164, 0.175);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.noema-front-theme .device-browser-screen {
  position: absolute;
  top: 6%;
  left: 1.2%;
  width: 97.7%;
  height: 100%;
  object-fit: cover;
}
.noema-front-theme .device-wrapper {
  position: relative;
}
.noema-front-theme .device-wrapper .device-iphone-x {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22%;
}
.noema-front-theme .modal-header {
  align-items: center;
}
.noema-front-theme .modal-footer {
  padding: 1rem 1.5rem;
}
.noema-front-theme .page-preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background-color: #fff;
}
.noema-front-theme .page-preloader-content-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.noema-front-theme .page-link {
  cursor: pointer;
  text-align: center;
  min-width: 2.25rem;
}
.noema-front-theme .page-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.noema-front-theme .page-item .page-link {
  border-bottom-left-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem;
}
.noema-front-theme .page-item .page-link {
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.noema-front-theme .pagination-sm .page-link {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.noema-front-theme .pagination-lg .page-link {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.noema-front-theme .nav .nav-link {
  color: #677788;
}
.noema-front-theme .nav .nav-link:not(.active):hover {
  color: #d81124;
}
.noema-front-theme .nav:not(.nav-pills) .nav-link.active {
  color: #d81124;
}
.noema-front-theme .nav-sm .nav-link {
  font-size: 0.875rem;
}
.noema-front-theme .nav-x-0 .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.noema-front-theme .nav-y-0 .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.noema-front-theme .nav-x-sm .nav-link {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.noema-front-theme .nav-shadow {
  box-shadow: 0px 3px 6px 0px rgba(140, 152, 164, 0.25);
}
.noema-front-theme .nav-classic {
  border-bottom: 0.0625rem solid #e7eaf3;
}
.noema-front-theme .nav-classic .nav-link {
  color: #677788;
  border-width: 0 0 0.1875rem 0;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.5rem;
  margin-bottom: -0.125rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: 0.3s;
}
.noema-front-theme .nav-classic .nav-link:hover {
  color: #d81124;
}
.noema-front-theme .nav-classic .nav-link.active {
  color: #d81124;
  border-bottom-color: #d81124;
}
.noema-front-theme .nav-rounded {
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .nav-rounded .nav-item:first-child .nav-link {
  border-bottom-left-radius: 0.3125rem;
}
.noema-front-theme .nav-rounded .nav-item:last-child .nav-link {
  border-bottom-right-radius: 0.3125rem;
}
.noema-front-theme .nav-white .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.noema-front-theme .nav-white .nav-link.active {
  color: #d81124;
  background-color: #fff;
}
.noema-front-theme .nav-white .nav-link:not(.active):hover {
  color: #fff;
}
.noema-front-theme .nav.nav-border-white .nav-link {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 0.125rem solid transparent;
}
.noema-front-theme .nav.nav-border-white .nav-link.active {
  color: #fff;
  border-bottom-color: #fff;
}
.noema-front-theme .nav.nav-border-white .nav-link:not(.active):hover {
  color: #fff;
}
.noema-front-theme .nav-box .nav-link {
  color: #1e2022;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .nav-box .nav-link.active {
  color: #d81124;
  background-color: #fff;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
}
.noema-front-theme .nav-segment {
  position: relative;
  background-color: #f8fafd;
  padding: 0.25rem 0.25rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .nav-segment:not(.nav-fill) {
  display: inline-flex;
}
.noema-front-theme .nav-segment .nav-link {
  color: #677788;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.625rem 1.125rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .nav-segment .nav-link:hover {
  color: #d81124;
}
.noema-front-theme .nav-segment .nav-link.active {
  color: #1e2022;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(140, 152, 164, 0.25);
}
.noema-front-theme .nav-segment.nav-pills {
  -webkit-border-radius: 6.1875rem;
  -moz-border-radius: 6.1875rem;
  border-radius: 6.1875rem;
}
.noema-front-theme .nav-segment.nav-pills .nav-link {
  -webkit-border-radius: 6.1875rem;
  -moz-border-radius: 6.1875rem;
  border-radius: 6.1875rem;
}
.noema-front-theme .progress-vertical {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  background-color: #f8fafd;
  height: 12.5rem;
}
.noema-front-theme .popover {
  box-shadow: 0px 3px 6px 0px rgba(140, 152, 164, 0.25);
}
.noema-front-theme .popover-header {
  font-weight: 600;
}
.noema-front-theme .scrollbar {
  overflow: hidden;
  overflow-y: auto;
}
.noema-front-theme .scrollbar::-webkit-scrollbar {
  width: 0.5rem;
}
.noema-front-theme .scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(189, 197, 209, 0.6);
  visibility: hidden;
}
.noema-front-theme .scrollbar:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.noema-front-theme .scrollbar-horizontal {
  display: flex;
  max-width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.noema-front-theme .scrollbar-horizontal::-webkit-scrollbar {
  height: 0.25rem;
}
.noema-front-theme .scrollbar-horizontal::-webkit-scrollbar-thumb {
  background-color: rgba(189, 197, 209, 0.6);
  visibility: hidden;
}
.noema-front-theme .scrollbar-horizontal:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.noema-front-theme .search-push-top {
  display: none;
  background-color: #f8fafd;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-shadow: inset 0 -10px 20px -10px rgba(151, 164, 175, 0.05);
}
.noema-front-theme .search-push-top-content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.noema-front-theme .search-push-top-close-btn {
  position: absolute;
  top: -1.5625rem;
  right: 0.4375rem;
}
@media (max-width: 575.98px) {
  .noema-front-theme .search-push-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.noema-front-theme .search-push-top-banner {
  background-color: #fff;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
  padding-right: 1.5625rem;
  padding-top: 1.875rem;
  overflow: hidden;
}
.noema-front-theme .search-push-top-banner-container {
  position: relative;
  width: 75%;
  min-height: 11.5625rem;
}
.noema-front-theme .search-push-top-banner-img {
  position: absolute;
  bottom: -0.625rem;
  left: -0.625rem;
  transition: all 0.3s ease-in-out;
}
.noema-front-theme .search-push-top-banner:hover .search-push-top-banner-img:first-child {
  bottom: 0;
  left: 0;
}
.noema-front-theme .search-slide-down {
  position: fixed;
  z-index: 1003;
  top: 5rem;
  left: calc(50% - 18rem) !important;
  width: 36rem;
}
@media (max-width: 767.98px) {
  .noema-front-theme .search-slide-down {
    left: 5% !important;
    right: 5% !important;
    width: 90%;
  }
}
.noema-front-theme .search-slide-down-trigger.active .search-slide-down-trigger-icon::before {
  content: "\f00d";
}
.noema-front-theme .search-slide-down-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  display: none;
  width: 100%;
  height: 100%;
}
.noema-front-theme .search-slide-down .search-slide-down-input {
  opacity: 0;
  transform: translateY(-2rem);
  transition: transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s;
}
.noema-front-theme .search-slide-down .search-slide-down-suggestions {
  opacity: 0;
  transform: translateY(-3rem);
  transition: transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s;
}
.noema-front-theme .search-slide-down-show .search-slide-down-input, .noema-front-theme .search-slide-down-show .search-slide-down-suggestions {
  opacity: 1;
  transform: none;
}
.noema-front-theme .search-slide-down-show .search-slide-down-suggestions {
  transition-delay: 0.2s;
}
.noema-front-theme .slick {
  position: relative;
}
.noema-front-theme .slick-vertical .slick-slide {
  border-width: 0;
}
.noema-front-theme .slick-transform-off.slick-transform-off .slick-track {
  transform: none !important;
}
.noema-front-theme .slick-thumb-progress {
  width: 110%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.noema-front-theme .slick-center-mode-right {
  margin-right: calc(-1px - (100vw - 100%) / 2 + 16px) !important;
}
.noema-front-theme .slick-center-mode-right-offset .draggable {
  padding-right: 5rem;
}
.noema-front-theme .slick-equal-height .slick-list {
  height: 100%;
}
.noema-front-theme .slick-equal-height .slick-track {
  display: flex;
  height: 100%;
}
.noema-front-theme .slick-equal-height .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.noema-front-theme .slick-gutters-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.noema-front-theme .slick-gutters-1 .slick-slide {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.noema-front-theme .slick-gutters-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.noema-front-theme .slick-gutters-2 .slick-slide {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.noema-front-theme .slick-gutters-3 {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.noema-front-theme .slick-gutters-3 .slick-slide {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.noema-front-theme .slick-arrow {
  z-index: 1;
  line-height: 0;
  display: inline-block;
  color: #1e2022;
  background-color: #fff;
  width: 2.6875rem;
  height: 2.6875rem;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: 0.3s;
}
.noema-front-theme .slick-arrow:hover {
  color: #fff;
  background-color: #d81124;
}
.noema-front-theme .slick-arrow::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.noema-front-theme .slick-arrow-left {
  left: 0;
}
.noema-front-theme .slick-arrow-right {
  right: 0;
}
.noema-front-theme .slick-arrow-primary {
  color: #fff;
  background-color: rgba(216, 17, 36, 0.8);
}
.noema-front-theme .slick-arrow-soft-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.noema-front-theme .slick-arrow-soft-white:hover {
  color: #fff;
  background-color: #d81124;
}
@media (min-width: 992px) {
  .noema-front-theme .slick-arrow-offset.slick-arrow-left {
    left: -2.6875rem;
  }
  .noema-front-theme .slick-arrow-offset.slick-arrow-right {
    right: -2.6875rem;
  }
}
.noema-front-theme .slick-arrow-centered-y {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.noema-front-theme .slick-counter {
  position: absolute;
  bottom: 2rem;
  right: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.noema-front-theme .slick-counter-current {
  color: #fff;
  font-size: 3.875rem;
  line-height: 1;
}
.noema-front-theme .slick-counter-divider {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.noema-front-theme .slick-counter-total {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.noema-front-theme .slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noema-front-theme .slick-dots li {
  cursor: pointer;
  margin: 0 0.3125rem;
}
.noema-front-theme .slick-dots .dot-line {
  position: relative;
  display: block;
  width: 2.75rem;
  height: 0.1875rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.noema-front-theme .slick-dots .dot-line-helper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #d81124;
  transition: none;
}
.noema-front-theme .slick-line-dots-ready .slick-dots li.slick-active .dot-line-helper {
  transition-property: width;
  transition-timing-function: linear;
  width: 100%;
}
.noema-front-theme .slick-pagination {
  padding-left: 0;
  margin-bottom: 0;
}
.noema-front-theme .slick-pagination:not(.slick-pagination-vertical) {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.noema-front-theme .slick-pagination li {
  display: flex;
  pointer-events: all;
  margin: 0 0.25rem;
  cursor: pointer;
}
.noema-front-theme .slick-pagination li span {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  box-sizing: border-box;
  background-color: #d81124;
  border: 0.1875rem solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(0.6);
  transition: 0.3s;
}
.noema-front-theme .slick-pagination li.slick-active span {
  background-color: transparent;
  border-color: #d81124;
  transform: scale(0.9);
}
.noema-front-theme .slick-pagination-white li span {
  background-color: #d81124;
}
.noema-front-theme .slick-pagination-white li.slick-active span {
  border-color: #d81124;
}
.noema-front-theme .slick-pagination-vertical li {
  display: block;
}
.noema-front-theme .slick-pagination-interactive-title {
  color: #fff;
}
.noema-front-theme .slick-pagination-interactive-text {
  color: rgba(255, 255, 255, 0.7);
}
.noema-front-theme .slick-pagination-interactive .slick-slide {
  cursor: pointer;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.noema-front-theme .slick-pagination-interactive .slick-slide:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.noema-front-theme .slick-pagination-interactive .slick-slide:hover.slick-center {
  background-color: #fff;
}
.noema-front-theme .slick-pagination-interactive .slick-center {
  background-color: #fff;
}
.noema-front-theme .slick-pagination-interactive .slick-center .slick-pagination-interactive-title {
  color: #d81124;
}
.noema-front-theme .slick-pagination-interactive .slick-center .slick-pagination-interactive-text {
  color: #677788;
}
.noema-front-theme .slick-pagination-modern {
  width: 100%;
  max-width: 12.5rem;
}
.noema-front-theme .slick-pagination-modern .slick-slide {
  cursor: pointer;
  opacity: 0.7;
  transform: scale(0.7);
  backface-visibility: hidden;
  transition: 0.3s;
}
.noema-front-theme .slick-pagination-modern .slick-current {
  opacity: 1;
  transform: scale(1);
}
.noema-front-theme .slick-pagination-line .slick-slide {
  opacity: 0.5;
  cursor: pointer;
  font-weight: 400;
  padding-bottom: 0.25rem;
}
.noema-front-theme .slick-pagination-line .slick-slide.slick-current {
  opacity: 1;
}
.noema-front-theme .slick-pagination-line-progress {
  position: relative;
  display: block;
  width: 100%;
  height: 0.1875rem;
  background-color: #fff;
  margin-top: 0.5rem;
}
.noema-front-theme .slick-pagination-line-progress-helper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  transition: none;
}
.noema-front-theme .slick-pagination-line.slick-dots-ready .slick-current .slick-pagination-line-progress-helper {
  width: 100%;
  background-color: #d81124;
  transition-property: width;
  transition-timing-function: linear;
}
@media (max-width: 991.98px) {
  .noema-front-theme .slick-pagination-line-wrapper {
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }
}
.noema-front-theme .spinner-border,
.noema-front-theme .spinner-grow {
  vertical-align: middle;
}
.noema-front-theme .stats-progress {
  position: relative;
  width: 13.75rem;
  height: 13.75rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 0.375rem 1.5rem 0px rgba(140, 152, 164, 0.125);
  margin-left: auto;
  margin-right: auto;
}
.noema-front-theme .stats-progress-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 2rem 2rem;
  transform: translate(0, -50%);
}
.noema-front-theme .step {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.noema-front-theme .step.step-dashed .step-icon::after {
  border-left-style: dashed;
}
.noema-front-theme .step-border-last-0 .step-item:last-child .step-icon::after {
  display: none;
}
.noema-front-theme .step .step-item {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 1.5rem;
}
.noema-front-theme .step .step-content-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}
.noema-front-theme .step .step-content {
  flex: 1;
}
.noema-front-theme .step .step-avatar {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 1rem;
}
.noema-front-theme .step .step-avatar-img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.noema-front-theme .step .step-avatar::after {
  position: absolute;
  top: 3.59375rem;
  left: 1.5625rem;
  height: calc(100% - 2.65625rem);
  border-left: 0.125rem solid #e7eaf3;
  content: "";
}
.noema-front-theme .step-avatar-xs.step-avatar {
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
}
.noema-front-theme .step-avatar-xs.step-avatar::after {
  top: 2.21875rem;
  left: 0.8125rem;
  width: 1.0625rem;
  height: calc(100% - 1.28125rem);
}
.noema-front-theme .step-avatar-sm.step-avatar {
  font-size: 0.8125rem;
  width: 2.6875rem;
  height: 2.6875rem;
}
.noema-front-theme .step-avatar-sm.step-avatar::after {
  top: 3.15625rem;
  left: 1.28125rem;
  width: 1.0625rem;
  height: calc(100% - 2.21875rem);
}
.noema-front-theme .step-avatar-lg.step-avatar {
  font-size: 1.25rem;
  width: 4.25rem;
  height: 4.25rem;
}
.noema-front-theme .step-avatar-lg.step-avatar::after {
  top: 4.71875rem;
  left: 2.0625rem;
  width: 1.0625rem;
  height: calc(100% - 3.78125rem);
}
.noema-front-theme .step .step-icon {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 1rem;
}
.noema-front-theme .step .step-icon::after {
  position: absolute;
  top: 3.59375rem;
  left: 1.5625rem;
  height: calc(100% - 2.65625rem);
  border-left: 0.125rem solid #e7eaf3;
  content: "";
}
.noema-front-theme .step .step-icon-pseudo::before {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #97a4af;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
}
.noema-front-theme .step-icon-xs.step-icon {
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
}
.noema-front-theme .step-icon-xs.step-icon::after {
  top: 2.21875rem;
  left: 0.8125rem;
  width: 1.0625rem;
  height: calc(100% - 1.28125rem);
}
.noema-front-theme .step-icon-sm.step-icon {
  font-size: 0.8125rem;
  width: 2.6875rem;
  height: 2.6875rem;
}
.noema-front-theme .step-icon-sm.step-icon::after {
  top: 3.15625rem;
  left: 1.28125rem;
  width: 1.0625rem;
  height: calc(100% - 2.21875rem);
}
.noema-front-theme .step-icon-lg.step-icon {
  font-size: 1.25rem;
  width: 4.25rem;
  height: 4.25rem;
}
.noema-front-theme .step-icon-lg.step-icon::after {
  top: 4.71875rem;
  left: 2.0625rem;
  width: 1.0625rem;
  height: calc(100% - 3.78125rem);
}
@media (min-width: 576px) {
  .noema-front-theme .step-sm.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  .noema-front-theme .step-sm .step-item {
    flex-grow: 1;
    flex: 1;
    margin-bottom: 0;
  }
  .noema-front-theme .step-sm:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  .noema-front-theme .step-sm .step-icon {
    margin-bottom: 1rem;
  }
  .noema-front-theme .step-sm .step-icon::after {
    top: 1.5625rem;
    left: 4.0625rem;
    width: calc(100% - 4.0625rem);
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    border-left: none;
  }
  .noema-front-theme .step-sm .step-icon.step-icon-xs::after {
    top: 0.875rem;
    left: 2.6875rem;
    width: calc(100% - 2.6875rem);
  }
  .noema-front-theme .step-sm .step-icon.step-icon-sm::after {
    top: 1.34375rem;
    left: 3.625rem;
    width: calc(100% - 3.625rem);
  }
  .noema-front-theme .step-sm .step-icon.step-icon-lg::after {
    top: 2.125rem;
    left: 5.1875rem;
    width: calc(100% - 5.1875rem);
  }
}
@media (min-width: 768px) {
  .noema-front-theme .step-md.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  .noema-front-theme .step-md .step-item {
    flex-grow: 1;
    flex: 1;
    margin-bottom: 0;
  }
  .noema-front-theme .step-md:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  .noema-front-theme .step-md .step-icon {
    margin-bottom: 1rem;
  }
  .noema-front-theme .step-md .step-icon::after {
    top: 1.5625rem;
    left: 4.0625rem;
    width: calc(100% - 4.0625rem);
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    border-left: none;
  }
  .noema-front-theme .step-md .step-icon.step-icon-xs::after {
    top: 0.875rem;
    left: 2.6875rem;
    width: calc(100% - 2.6875rem);
  }
  .noema-front-theme .step-md .step-icon.step-icon-sm::after {
    top: 1.34375rem;
    left: 3.625rem;
    width: calc(100% - 3.625rem);
  }
  .noema-front-theme .step-md .step-icon.step-icon-lg::after {
    top: 2.125rem;
    left: 5.1875rem;
    width: calc(100% - 5.1875rem);
  }
}
@media (min-width: 992px) {
  .noema-front-theme .step-lg.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  .noema-front-theme .step-lg .step-item {
    flex-grow: 1;
    flex: 1;
    margin-bottom: 0;
  }
  .noema-front-theme .step-lg:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  .noema-front-theme .step-lg .step-icon {
    margin-bottom: 1rem;
  }
  .noema-front-theme .step-lg .step-icon::after {
    top: 1.5625rem;
    left: 4.0625rem;
    width: calc(100% - 4.0625rem);
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    border-left: none;
  }
  .noema-front-theme .step-lg .step-icon.step-icon-xs::after {
    top: 0.875rem;
    left: 2.6875rem;
    width: calc(100% - 2.6875rem);
  }
  .noema-front-theme .step-lg .step-icon.step-icon-sm::after {
    top: 1.34375rem;
    left: 3.625rem;
    width: calc(100% - 3.625rem);
  }
  .noema-front-theme .step-lg .step-icon.step-icon-lg::after {
    top: 2.125rem;
    left: 5.1875rem;
    width: calc(100% - 5.1875rem);
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .step-xl.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  .noema-front-theme .step-xl .step-item {
    flex-grow: 1;
    flex: 1;
    margin-bottom: 0;
  }
  .noema-front-theme .step-xl:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  .noema-front-theme .step-xl .step-icon {
    margin-bottom: 1rem;
  }
  .noema-front-theme .step-xl .step-icon::after {
    top: 1.5625rem;
    left: 4.0625rem;
    width: calc(100% - 4.0625rem);
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    border-left: none;
  }
  .noema-front-theme .step-xl .step-icon.step-icon-xs::after {
    top: 0.875rem;
    left: 2.6875rem;
    width: calc(100% - 2.6875rem);
  }
  .noema-front-theme .step-xl .step-icon.step-icon-sm::after {
    top: 1.34375rem;
    left: 3.625rem;
    width: calc(100% - 3.625rem);
  }
  .noema-front-theme .step-xl .step-icon.step-icon-lg::after {
    top: 2.125rem;
    left: 5.1875rem;
    width: calc(100% - 5.1875rem);
  }
}
@media (min-width: 576px) {
  .noema-front-theme .step-sm.step-centered {
    text-align: center;
  }
  .noema-front-theme .step-sm.step-centered .step-item:last-child .step-icon::after {
    display: none;
  }
  .noema-front-theme .step-sm.step-centered .step-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .noema-front-theme .step-sm.step-centered .step-icon::after {
    width: calc(100% - 3.125rem);
    left: calc(50% + 2.5rem);
  }
  .noema-front-theme .step-sm.step-centered .step-icon.step-icon-xs::after {
    width: calc(100% - 1.75rem);
    left: calc(50% + 1.8125rem);
  }
  .noema-front-theme .step-sm.step-centered .step-icon.step-icon-sm::after {
    width: calc(100% - 2.6875rem);
    left: calc(50% + 2.28125rem);
  }
  .noema-front-theme .step-sm.step-centered .step-icon.step-icon-lg::after {
    width: calc(100% - 4.25rem);
    left: calc(50% + 3.0625rem);
  }
}
@media (min-width: 768px) {
  .noema-front-theme .step-md.step-centered {
    text-align: center;
  }
  .noema-front-theme .step-md.step-centered .step-item:last-child .step-icon::after {
    display: none;
  }
  .noema-front-theme .step-md.step-centered .step-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .noema-front-theme .step-md.step-centered .step-icon::after {
    width: calc(100% - 3.125rem);
    left: calc(50% + 2.5rem);
  }
  .noema-front-theme .step-md.step-centered .step-icon.step-icon-xs::after {
    width: calc(100% - 1.75rem);
    left: calc(50% + 1.8125rem);
  }
  .noema-front-theme .step-md.step-centered .step-icon.step-icon-sm::after {
    width: calc(100% - 2.6875rem);
    left: calc(50% + 2.28125rem);
  }
  .noema-front-theme .step-md.step-centered .step-icon.step-icon-lg::after {
    width: calc(100% - 4.25rem);
    left: calc(50% + 3.0625rem);
  }
}
@media (min-width: 992px) {
  .noema-front-theme .step-lg.step-centered {
    text-align: center;
  }
  .noema-front-theme .step-lg.step-centered .step-item:last-child .step-icon::after {
    display: none;
  }
  .noema-front-theme .step-lg.step-centered .step-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .noema-front-theme .step-lg.step-centered .step-icon::after {
    width: calc(100% - 3.125rem);
    left: calc(50% + 2.5rem);
  }
  .noema-front-theme .step-lg.step-centered .step-icon.step-icon-xs::after {
    width: calc(100% - 1.75rem);
    left: calc(50% + 1.8125rem);
  }
  .noema-front-theme .step-lg.step-centered .step-icon.step-icon-sm::after {
    width: calc(100% - 2.6875rem);
    left: calc(50% + 2.28125rem);
  }
  .noema-front-theme .step-lg.step-centered .step-icon.step-icon-lg::after {
    width: calc(100% - 4.25rem);
    left: calc(50% + 3.0625rem);
  }
}
@media (min-width: 992px) {
  .noema-front-theme .step-lg.step-centered {
    text-align: center;
  }
  .noema-front-theme .step-lg.step-centered .step-item:last-child .step-icon::after {
    display: none;
  }
  .noema-front-theme .step-lg.step-centered .step-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .noema-front-theme .step-lg.step-centered .step-icon::after {
    width: calc(100% - 3.125rem);
    left: calc(50% + 2.5rem);
  }
  .noema-front-theme .step-lg.step-centered .step-icon.step-icon-xs::after {
    width: calc(100% - 1.75rem);
    left: calc(50% + 1.8125rem);
  }
  .noema-front-theme .step-lg.step-centered .step-icon.step-icon-sm::after {
    width: calc(100% - 2.6875rem);
    left: calc(50% + 2.28125rem);
  }
  .noema-front-theme .step-lg.step-centered .step-icon.step-icon-lg::after {
    width: calc(100% - 4.25rem);
    left: calc(50% + 3.0625rem);
  }
}
.noema-front-theme .step .step-is-valid-icon,
.noema-front-theme .step .step-is-invalid-icon {
  display: none;
}
.noema-front-theme .step .active .step-icon,
.noema-front-theme .step .active.is-valid .step-icon {
  color: #fff;
  background-color: #d81124;
}
.noema-front-theme .step .is-valid .step-icon {
  color: #fff;
  background-color: #00c9a7;
}
.noema-front-theme .step .is-valid .step-is-valid-icon {
  display: inline-flex;
}
.noema-front-theme .step .is-valid .step-is-default-icon,
.noema-front-theme .step .is-valid .step-is-invalid-icon {
  display: none;
}
.noema-front-theme .step .is-invalid .step-icon {
  color: #fff;
  background-color: #de4437;
}
.noema-front-theme .step .is-invalid .step-is-invalid-icon {
  display: inline-flex;
}
.noema-front-theme .step .is-invalid .step-is-default-icon,
.noema-front-theme .step .is-invalid .step-is-valid-icon {
  display: none;
}
.noema-front-theme .step-icon-primary {
  color: #fff;
  background-color: #d81124;
}
.noema-front-theme .step-icon-primary.step-icon-pseudo::before {
  background-color: #fff;
}
.noema-front-theme .step-icon-secondary {
  color: #fff;
  background-color: #71869d;
}
.noema-front-theme .step-icon-secondary.step-icon-pseudo::before {
  background-color: #fff;
}
.noema-front-theme .step-icon-success {
  color: #fff;
  background-color: #00c9a7;
}
.noema-front-theme .step-icon-success.step-icon-pseudo::before {
  background-color: #fff;
}
.noema-front-theme .step-icon-info {
  color: #fff;
  background-color: #09a5be;
}
.noema-front-theme .step-icon-info.step-icon-pseudo::before {
  background-color: #fff;
}
.noema-front-theme .step-icon-warning {
  color: #fff;
  background-color: #ff6600;
}
.noema-front-theme .step-icon-warning.step-icon-pseudo::before {
  background-color: #fff;
}
.noema-front-theme .step-icon-danger {
  color: #fff;
  background-color: #de4437;
}
.noema-front-theme .step-icon-danger.step-icon-pseudo::before {
  background-color: #fff;
}
.noema-front-theme .step-icon-light {
  color: #1e2022;
  background-color: #F1F2F5;
}
.noema-front-theme .step-icon-light.step-icon-pseudo::before {
  background-color: #1e2022;
}
.noema-front-theme .step-icon-dark {
  color: #fff;
  background-color: #1e2022;
}
.noema-front-theme .step-icon-dark.step-icon-pseudo::before {
  background-color: #fff;
}
.noema-front-theme .step-icon-indigo {
  color: #fff;
  background-color: #2d1582;
}
.noema-front-theme .step-icon-indigo.step-icon-pseudo::before {
  background-color: #fff;
}
.noema-front-theme .step-icon-navy {
  color: #fff;
  background-color: #21325b;
}
.noema-front-theme .step-icon-navy.step-icon-pseudo::before {
  background-color: #fff;
}
.noema-front-theme .step-icon-soft-primary {
  color: #d81124;
  background-color: rgba(216, 17, 36, 0.1);
}
.noema-front-theme .step-icon-soft-primary.step-icon-pseudo::before {
  background-color: #d81124;
}
.noema-front-theme .step-icon-soft-secondary {
  color: #71869d;
  background-color: rgba(113, 134, 157, 0.1);
}
.noema-front-theme .step-icon-soft-secondary.step-icon-pseudo::before {
  background-color: #71869d;
}
.noema-front-theme .step-icon-soft-success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}
.noema-front-theme .step-icon-soft-success.step-icon-pseudo::before {
  background-color: #00c9a7;
}
.noema-front-theme .step-icon-soft-info {
  color: #09a5be;
  background-color: rgba(9, 165, 190, 0.1);
}
.noema-front-theme .step-icon-soft-info.step-icon-pseudo::before {
  background-color: #09a5be;
}
.noema-front-theme .step-icon-soft-warning {
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.1);
}
.noema-front-theme .step-icon-soft-warning.step-icon-pseudo::before {
  background-color: #ff6600;
}
.noema-front-theme .step-icon-soft-danger {
  color: #de4437;
  background-color: rgba(222, 68, 55, 0.1);
}
.noema-front-theme .step-icon-soft-danger.step-icon-pseudo::before {
  background-color: #de4437;
}
.noema-front-theme .step-icon-soft-light {
  color: #F1F2F5;
  background-color: rgba(241, 242, 245, 0.1);
}
.noema-front-theme .step-icon-soft-light.step-icon-pseudo::before {
  background-color: #F1F2F5;
}
.noema-front-theme .step-icon-soft-dark {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
}
.noema-front-theme .step-icon-soft-dark.step-icon-pseudo::before {
  background-color: #1e2022;
}
.noema-front-theme .step-icon-soft-indigo {
  color: #2d1582;
  background-color: rgba(45, 21, 130, 0.1);
}
.noema-front-theme .step-icon-soft-indigo.step-icon-pseudo::before {
  background-color: #2d1582;
}
.noema-front-theme .step-icon-soft-navy {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
}
.noema-front-theme .step-icon-soft-navy.step-icon-pseudo::before {
  background-color: #21325b;
}
.noema-front-theme .step-inline .step-content-wrapper {
  align-items: center;
}
.noema-front-theme .step-inline .step-item:last-child .step-inline-title::after {
  display: none;
}
.noema-front-theme .step-inline .step-inline-title {
  display: inline-block;
  color: #1e2022;
  font-weight: 600;
}
@media (min-width: 576px) {
  .noema-front-theme .step-sm.step-inline.step-dashed .step-inline-title::after {
    border-top-style: dashed;
  }
  .noema-front-theme .step-sm.step-inline .step-item {
    overflow: hidden;
  }
  .noema-front-theme .step-sm.step-inline .step-icon {
    margin-bottom: 0;
  }
  .noema-front-theme .step-sm.step-inline .step-icon::after {
    display: none;
  }
  .noema-front-theme .step-sm.step-inline .step-inline-title::after {
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    margin-left: 0.9375rem;
    content: "";
  }
  .noema-front-theme .step-sm.step-inline .step-icon-xs + .step-content .step-inline-title::after {
    top: 0.875rem;
  }
  .noema-front-theme .step-sm.step-inline .step-icon-sm + .step-content .step-inline-title::after {
    top: 1.34375rem;
  }
  .noema-front-theme .step-sm.step-inline .step-icon-lg + .step-content .step-inline-title::after {
    top: 2.125rem;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .step-md.step-inline.step-dashed .step-inline-title::after {
    border-top-style: dashed;
  }
  .noema-front-theme .step-md.step-inline .step-item {
    overflow: hidden;
  }
  .noema-front-theme .step-md.step-inline .step-icon {
    margin-bottom: 0;
  }
  .noema-front-theme .step-md.step-inline .step-icon::after {
    display: none;
  }
  .noema-front-theme .step-md.step-inline .step-inline-title::after {
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    margin-left: 0.9375rem;
    content: "";
  }
  .noema-front-theme .step-md.step-inline .step-icon-xs + .step-content .step-inline-title::after {
    top: 0.875rem;
  }
  .noema-front-theme .step-md.step-inline .step-icon-sm + .step-content .step-inline-title::after {
    top: 1.34375rem;
  }
  .noema-front-theme .step-md.step-inline .step-icon-lg + .step-content .step-inline-title::after {
    top: 2.125rem;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .step-lg.step-inline.step-dashed .step-inline-title::after {
    border-top-style: dashed;
  }
  .noema-front-theme .step-lg.step-inline .step-item {
    overflow: hidden;
  }
  .noema-front-theme .step-lg.step-inline .step-icon {
    margin-bottom: 0;
  }
  .noema-front-theme .step-lg.step-inline .step-icon::after {
    display: none;
  }
  .noema-front-theme .step-lg.step-inline .step-inline-title::after {
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    margin-left: 0.9375rem;
    content: "";
  }
  .noema-front-theme .step-lg.step-inline .step-icon-xs + .step-content .step-inline-title::after {
    top: 0.875rem;
  }
  .noema-front-theme .step-lg.step-inline .step-icon-sm + .step-content .step-inline-title::after {
    top: 1.34375rem;
  }
  .noema-front-theme .step-lg.step-inline .step-icon-lg + .step-content .step-inline-title::after {
    top: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .step-xl.step-inline.step-dashed .step-inline-title::after {
    border-top-style: dashed;
  }
  .noema-front-theme .step-xl.step-inline .step-item {
    overflow: hidden;
  }
  .noema-front-theme .step-xl.step-inline .step-icon {
    margin-bottom: 0;
  }
  .noema-front-theme .step-xl.step-inline .step-icon::after {
    display: none;
  }
  .noema-front-theme .step-xl.step-inline .step-inline-title::after {
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    margin-left: 0.9375rem;
    content: "";
  }
  .noema-front-theme .step-xl.step-inline .step-icon-xs + .step-content .step-inline-title::after {
    top: 0.875rem;
  }
  .noema-front-theme .step-xl.step-inline .step-icon-sm + .step-content .step-inline-title::after {
    top: 1.34375rem;
  }
  .noema-front-theme .step-xl.step-inline .step-icon-lg + .step-content .step-inline-title::after {
    top: 2.125rem;
  }
}
.noema-front-theme .step-dots {
  position: relative;
}
@media (min-width: 768px) {
  .noema-front-theme .step-dots::after {
    position: absolute;
    right: -2.1875rem;
    top: 50%;
    width: 2.4375rem;
    height: 0.75rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 16'%3E %3Ccircle fill='%23e7eaf3' cx='27.7' cy='8.1' r='7.7'/%3E %3Ccircle fill='%23e7eaf3' cx='5' cy='8.1' r='5'/%3E %3Ccircle fill='%23e7eaf3' cx='50' cy='8.1' r='5'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    margin-top: -0.375rem;
  }
}
.noema-front-theme .step-flow {
  position: relative;
  padding-left: 2.5rem;
}
.noema-front-theme .step-flow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -0.25rem;
  width: 2rem;
  height: 0.0625rem;
  border-top: 0.0625rem solid #e7eaf3;
  margin: auto auto auto 0;
  content: "";
}
.noema-front-theme .step-flow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -0.3125rem;
  width: 0.0625rem;
  height: 100%;
  border-right: 0.0625rem solid #e7eaf3;
  margin: auto auto auto 0;
  content: "";
}
.noema-front-theme .step-flow:first-child::after {
  height: 50%;
  top: auto;
}
.noema-front-theme .step-flow:last-child::after {
  height: 50%;
  bottom: auto;
}
.noema-front-theme .step-flow-inner {
  min-width: 3rem;
}
@media (min-width: 576px) {
  .noema-front-theme .step-timeline-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .noema-front-theme .step-timeline-sm .step-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50%;
  }
  .noema-front-theme .step-timeline-sm .step-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
    margin-right: 50%;
  }
  .noema-front-theme .step-timeline-sm .step-item:nth-child(even) .step-content-wrapper {
    flex-direction: row-reverse;
  }
  .noema-front-theme .step-timeline-sm .step-item:nth-child(even) .step-icon {
    margin-left: 0;
    margin-right: -1.5625rem;
  }
  .noema-front-theme .step-timeline-sm .step-item:nth-child(even) .step-icon-xs {
    margin-right: -0.875rem;
  }
  .noema-front-theme .step-timeline-sm .step-item:nth-child(even) .step-icon-sm {
    margin-right: -1.34375rem;
  }
  .noema-front-theme .step-timeline-sm .step-item:nth-child(even) .step-icon-lg {
    margin-right: -2.125rem;
  }
  .noema-front-theme .step-timeline-sm .step-item:nth-child(even) .step-content {
    margin-right: 1.5rem;
  }
  .noema-front-theme .step-timeline-sm .step-icon {
    margin-left: -1.5625rem;
  }
  .noema-front-theme .step-timeline-sm .step-icon::after {
    left: auto;
    width: auto;
  }
  .noema-front-theme .step-timeline-sm .step-icon-xs {
    margin-left: -0.875rem;
  }
  .noema-front-theme .step-timeline-sm .step-icon-sm {
    margin-left: -1.34375rem;
  }
  .noema-front-theme .step-timeline-sm .step-icon-lg {
    margin-left: -2.125rem;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .step-timeline-md {
    margin-left: 0;
    margin-right: 0;
  }
  .noema-front-theme .step-timeline-md .step-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50%;
  }
  .noema-front-theme .step-timeline-md .step-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
    margin-right: 50%;
  }
  .noema-front-theme .step-timeline-md .step-item:nth-child(even) .step-content-wrapper {
    flex-direction: row-reverse;
  }
  .noema-front-theme .step-timeline-md .step-item:nth-child(even) .step-icon {
    margin-left: 0;
    margin-right: -1.5625rem;
  }
  .noema-front-theme .step-timeline-md .step-item:nth-child(even) .step-icon-xs {
    margin-right: -0.875rem;
  }
  .noema-front-theme .step-timeline-md .step-item:nth-child(even) .step-icon-sm {
    margin-right: -1.34375rem;
  }
  .noema-front-theme .step-timeline-md .step-item:nth-child(even) .step-icon-lg {
    margin-right: -2.125rem;
  }
  .noema-front-theme .step-timeline-md .step-item:nth-child(even) .step-content {
    margin-right: 1.5rem;
  }
  .noema-front-theme .step-timeline-md .step-icon {
    margin-left: -1.5625rem;
  }
  .noema-front-theme .step-timeline-md .step-icon::after {
    left: auto;
    width: auto;
  }
  .noema-front-theme .step-timeline-md .step-icon-xs {
    margin-left: -0.875rem;
  }
  .noema-front-theme .step-timeline-md .step-icon-sm {
    margin-left: -1.34375rem;
  }
  .noema-front-theme .step-timeline-md .step-icon-lg {
    margin-left: -2.125rem;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .step-timeline-lg {
    margin-left: 0;
    margin-right: 0;
  }
  .noema-front-theme .step-timeline-lg .step-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50%;
  }
  .noema-front-theme .step-timeline-lg .step-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
    margin-right: 50%;
  }
  .noema-front-theme .step-timeline-lg .step-item:nth-child(even) .step-content-wrapper {
    flex-direction: row-reverse;
  }
  .noema-front-theme .step-timeline-lg .step-item:nth-child(even) .step-icon {
    margin-left: 0;
    margin-right: -1.5625rem;
  }
  .noema-front-theme .step-timeline-lg .step-item:nth-child(even) .step-icon-xs {
    margin-right: -0.875rem;
  }
  .noema-front-theme .step-timeline-lg .step-item:nth-child(even) .step-icon-sm {
    margin-right: -1.34375rem;
  }
  .noema-front-theme .step-timeline-lg .step-item:nth-child(even) .step-icon-lg {
    margin-right: -2.125rem;
  }
  .noema-front-theme .step-timeline-lg .step-item:nth-child(even) .step-content {
    margin-right: 1.5rem;
  }
  .noema-front-theme .step-timeline-lg .step-icon {
    margin-left: -1.5625rem;
  }
  .noema-front-theme .step-timeline-lg .step-icon::after {
    left: auto;
    width: auto;
  }
  .noema-front-theme .step-timeline-lg .step-icon-xs {
    margin-left: -0.875rem;
  }
  .noema-front-theme .step-timeline-lg .step-icon-sm {
    margin-left: -1.34375rem;
  }
  .noema-front-theme .step-timeline-lg .step-icon-lg {
    margin-left: -2.125rem;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .step-timeline-xl {
    margin-left: 0;
    margin-right: 0;
  }
  .noema-front-theme .step-timeline-xl .step-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50%;
  }
  .noema-front-theme .step-timeline-xl .step-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
    margin-right: 50%;
  }
  .noema-front-theme .step-timeline-xl .step-item:nth-child(even) .step-content-wrapper {
    flex-direction: row-reverse;
  }
  .noema-front-theme .step-timeline-xl .step-item:nth-child(even) .step-icon {
    margin-left: 0;
    margin-right: -1.5625rem;
  }
  .noema-front-theme .step-timeline-xl .step-item:nth-child(even) .step-icon-xs {
    margin-right: -0.875rem;
  }
  .noema-front-theme .step-timeline-xl .step-item:nth-child(even) .step-icon-sm {
    margin-right: -1.34375rem;
  }
  .noema-front-theme .step-timeline-xl .step-item:nth-child(even) .step-icon-lg {
    margin-right: -2.125rem;
  }
  .noema-front-theme .step-timeline-xl .step-item:nth-child(even) .step-content {
    margin-right: 1.5rem;
  }
  .noema-front-theme .step-timeline-xl .step-icon {
    margin-left: -1.5625rem;
  }
  .noema-front-theme .step-timeline-xl .step-icon::after {
    left: auto;
    width: auto;
  }
  .noema-front-theme .step-timeline-xl .step-icon-xs {
    margin-left: -0.875rem;
  }
  .noema-front-theme .step-timeline-xl .step-icon-sm {
    margin-left: -1.34375rem;
  }
  .noema-front-theme .step-timeline-xl .step-icon-lg {
    margin-left: -2.125rem;
  }
}
.noema-front-theme .table .btn {
  white-space: nowrap;
}
.noema-front-theme .table-heighlighted thead th {
  border-bottom-color: #1e2022;
  border-top: none;
}
.noema-front-theme .table-heighlighted tfoot td {
  border-top: 0.125rem solid #1e2022;
}
.noema-front-theme .table-light-bordered {
  border-color: rgba(255, 255, 255, 0.3);
}
.noema-front-theme .table-light-bordered thead th,
.noema-front-theme .table-light-bordered th,
.noema-front-theme .table-light-bordered td {
  border-color: rgba(255, 255, 255, 0.3);
}
.noema-front-theme [class*=sticky-block] {
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .noema-front-theme .media {
    width: 100%;
  }
  .noema-front-theme .ie-slick-equal-height .slick-track .slick-slide {
    display: block;
  }
  .noema-front-theme .ie-main-hero {
    height: 686px;
  }
  .noema-front-theme .ie-showcase-mockup {
    height: 373px;
  }
  .noema-front-theme .ie-device-and-mobile {
    height: 638px;
  }
  .noema-front-theme .ie-curved-y {
    height: 26px;
  }
  .noema-front-theme .ie-curved-x {
    width: 26px;
    height: 370px;
    margin-right: -4px;
  }
}
.noema-front-theme .gradient-y-sm-primary {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(216, 17, 36, 0.075) 100%);
  background-repeat: repeat-x;
}
.noema-front-theme .gradient-y-gray {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(231, 234, 243, 0.5) 100%);
  background-repeat: repeat-x;
}
.noema-front-theme .gradient-y-lg-white {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-repeat: repeat-x;
}
.noema-front-theme [class*=gradient-x-overlay-],
.noema-front-theme [class*=gradient-y-overlay-] {
  position: relative;
  z-index: 1;
}
.noema-front-theme [class*=gradient-x-overlay-]::before,
.noema-front-theme [class*=gradient-y-overlay-]::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.noema-front-theme .gradient-x-overlay-lg-navy-video::before {
  z-index: 2;
  background-image: linear-gradient(to right, rgba(33, 50, 91, 0.95) 0%, rgba(33, 50, 91, 0.95) 100%);
  background-repeat: repeat-x;
}
.noema-front-theme .gradient-x-overlay-sm-navy::before {
  background-image: linear-gradient(to right, rgba(33, 50, 91, 0.25) 0%, rgba(30, 32, 34, 0.25) 100%);
  background-repeat: repeat-x;
}
.noema-front-theme .gradient-x-overlay-lg-navy::before {
  background-image: linear-gradient(to right, rgba(33, 50, 91, 0.9) 0%, rgba(33, 50, 91, 0.9) 100%);
  background-repeat: repeat-x;
}
.noema-front-theme .gradient-x-overlay-sm-indigo::before {
  background-image: linear-gradient(45deg, transparent, rgba(45, 21, 130, 0.05));
  background-repeat: repeat-x;
}
.noema-front-theme .gradient-y-overlay-sm-dark::before {
  background-image: linear-gradient(to bottom, rgba(30, 32, 34, 0.3) 0%, rgba(33, 50, 91, 0.2) 100%);
  background-repeat: repeat-x;
}
.noema-front-theme .gradient-y-overlay-lg-white::before {
  background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
  background-repeat: repeat-x;
}
.noema-front-theme .bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.noema-front-theme .bg-img-hero-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.noema-front-theme .bg-img-hero-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.noema-front-theme .bg-img-hero-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.noema-front-theme .bg-soft-primary {
  background-color: rgba(216, 17, 36, 0.1);
}
.noema-front-theme .bg-soft-secondary {
  background-color: rgba(113, 134, 157, 0.1);
}
.noema-front-theme .bg-soft-success {
  background-color: rgba(0, 201, 167, 0.1);
}
.noema-front-theme .bg-soft-info {
  background-color: rgba(9, 165, 190, 0.1);
}
.noema-front-theme .bg-soft-warning {
  background-color: rgba(255, 102, 0, 0.1);
}
.noema-front-theme .bg-soft-danger {
  background-color: rgba(222, 68, 55, 0.1);
}
.noema-front-theme .bg-soft-light {
  background-color: rgba(241, 242, 245, 0.1);
}
.noema-front-theme .bg-soft-dark {
  background-color: rgba(30, 32, 34, 0.1);
}
.noema-front-theme .bg-soft-indigo {
  background-color: rgba(45, 21, 130, 0.1);
}
.noema-front-theme .bg-soft-navy {
  background-color: rgba(33, 50, 91, 0.1);
}
.noema-front-theme .rounded-pseudo {
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .rounded-pseudo::before, .noema-front-theme .rounded-pseudo::after {
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .border-dashed {
  border: 0.0625rem dashed #e7eaf3;
}
.noema-front-theme .border-3 {
  border-width: 0.1875rem !important;
}
.noema-front-theme .top-auto {
  top: auto;
}
.noema-front-theme .bottom-auto {
  bottom: auto;
}
.noema-front-theme .right-auto {
  right: auto;
}
.noema-front-theme .left-auto {
  left: auto;
}
.noema-front-theme .top-0 {
  top: 0;
}
.noema-front-theme .right-0 {
  right: 0;
}
.noema-front-theme .bottom-0 {
  bottom: 0;
}
.noema-front-theme .left-0 {
  left: 0;
}
.noema-front-theme .top-50 {
  top: 50%;
}
.noema-front-theme .right-50 {
  right: 50%;
}
.noema-front-theme .bottom-50 {
  bottom: 50%;
}
.noema-front-theme .left-50 {
  left: 50%;
}
@media (min-width: 576px) {
  .noema-front-theme .position-sm-absolute {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .top-md-0 {
    top: 0;
  }
  .noema-front-theme .right-md-0 {
    right: 0;
  }
  .noema-front-theme .bottom-md-0 {
    bottom: 0;
  }
  .noema-front-theme .left-md-0 {
    left: 0;
  }
  .noema-front-theme .position-md-absolute {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .top-lg-0 {
    top: 0;
  }
  .noema-front-theme .right-lg-0 {
    right: 0;
  }
  .noema-front-theme .bottom-lg-0 {
    bottom: 0;
  }
  .noema-front-theme .left-lg-0 {
    left: 0;
  }
  .noema-front-theme .position-lg-absolute {
    position: absolute;
  }
}
.noema-front-theme .content-centered-y {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .noema-front-theme .content-centered-y-md {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 992px) {
  .noema-front-theme .content-centered-y-lg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.noema-front-theme .opacity-xs {
  opacity: 0.2;
}
.noema-front-theme .opacity-sm {
  opacity: 0.4;
}
.noema-front-theme .opacity {
  opacity: 0.6;
}
.noema-front-theme .opacity-lg {
  opacity: 0.8;
}
.noema-front-theme .shadow-primary-lg {
  box-shadow: 0px 0px 50px rgba(216, 17, 36, 0.4) !important;
}
.noema-front-theme .shadow-soft {
  box-shadow: 0px 3px 6px 0px rgba(140, 152, 164, 0.25) !important;
}
.noema-front-theme .min-w-3rem {
  min-width: 1rem;
}
.noema-front-theme .min-w-4rem {
  min-width: 1.5rem;
}
.noema-front-theme .min-w-8rem {
  min-width: 3.5rem;
}
.noema-front-theme .min-w-21rem {
  min-width: 10rem;
}
.noema-front-theme .max-w-3rem {
  max-width: 1rem;
}
.noema-front-theme .max-w-4rem {
  max-width: 1.5rem;
}
.noema-front-theme .max-w-5rem {
  max-width: 2rem;
}
.noema-front-theme .max-w-6rem {
  max-width: 2.5rem;
}
.noema-front-theme .max-w-7rem {
  max-width: 3rem;
}
.noema-front-theme .max-w-8rem {
  max-width: 3.5rem;
}
.noema-front-theme .max-w-9rem {
  max-width: 4rem;
}
.noema-front-theme .max-w-10rem {
  max-width: 4.5rem;
}
.noema-front-theme .max-w-11rem {
  max-width: 5rem;
}
.noema-front-theme .max-w-13rem {
  max-width: 6rem;
}
.noema-front-theme .max-w-15rem {
  max-width: 7rem;
}
.noema-front-theme .max-w-19rem {
  max-width: 9rem;
}
.noema-front-theme .max-w-23rem {
  max-width: 11rem;
}
.noema-front-theme .max-w-27rem {
  max-width: 13rem;
}
.noema-front-theme .max-w-33rem {
  max-width: 16rem;
}
.noema-front-theme .max-w-35rem {
  max-width: 17rem;
}
.noema-front-theme .max-w-40rem {
  max-width: 19.5rem;
}
.noema-front-theme .max-w-50rem {
  max-width: 24.5rem;
}
.noema-front-theme .h-4rem {
  height: 0.25rem;
}
.noema-front-theme .h-250rem {
  height: 15.625rem;
}
.noema-front-theme .h-380rem {
  height: 23.75rem;
}
.noema-front-theme .min-h-270rem {
  min-height: 16.875rem;
}
.noema-front-theme .min-h-300rem {
  min-height: 18.75rem;
}
.noema-front-theme .min-h-380rem {
  min-height: 23.75rem;
}
.noema-front-theme .min-h-450rem {
  min-height: 28.125rem;
}
.noema-front-theme .min-h-500rem {
  min-height: 31.25rem;
}
.noema-front-theme .min-h-620rem {
  min-height: 38.75rem;
}
@media (min-width: 576px) {
  .noema-front-theme .max-w-sm-15rem {
    max-width: 7rem;
  }
  .noema-front-theme .max-w-sm-40rem {
    max-width: 19.5rem;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .vh-md-30 {
    height: 30vh;
  }
  .noema-front-theme .vh-md-70 {
    height: 70vh;
  }
  .noema-front-theme .min-vh-md-100 {
    min-height: 100vh;
  }
  .noema-front-theme .max-w-md-13rem {
    max-width: 6rem;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .vh-lg-100 {
    height: 100vh;
  }
  .noema-front-theme .min-vh-lg-100 {
    min-height: 100vh;
  }
  .noema-front-theme .min-h-lg-600rem {
    min-height: 37.5rem;
  }
}
.noema-front-theme .text-inherit {
  color: inherit;
}
.noema-front-theme .text-cap {
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
.noema-front-theme .text-lh-sm {
  line-height: 1.2;
}
.noema-front-theme .text-lh-lg {
  line-height: 1.8;
}
.noema-front-theme .font-size-1 {
  font-size: 0.875rem;
}
.noema-front-theme .font-size-2 {
  font-size: 1.5rem;
}
.noema-front-theme .font-size-3 {
  font-size: 2rem;
}
.noema-front-theme .font-size-4 {
  font-size: 2.5rem;
}
.noema-front-theme .font-size-5 {
  font-size: 3rem;
}
.noema-front-theme .text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.noema-front-theme .text-white-70[href]:hover {
  color: #fff;
}
.noema-front-theme a:hover .text-hover-primary {
  color: #d81124 !important;
}
.noema-front-theme .transform-rotate-1 {
  transform: rotate(-40deg);
  transform-origin: 30% 20%;
}
.noema-front-theme .transform-rotate-2 {
  transform: rotate(-17deg);
  transform-origin: 0% 0%;
}
.noema-front-theme .transform-rotate-3 {
  transform: rotate(15deg);
  transform-origin: 90% -20%;
}
.noema-front-theme .transform-rotate-4 {
  transform-origin: 100% 0;
  transform: translateY(-50%);
}
.noema-front-theme .transform-rotate-5 {
  transform: rotate(-22deg);
}
.noema-front-theme .transform-rotate-6 {
  transform: translate3d(20%, -55%, 0);
}
.noema-front-theme .transition-3d-hover {
  transition: all 0.2s ease-in-out;
}
.noema-front-theme .transition-3d-hover:hover, .noema-front-theme .transition-3d-hover:focus {
  transform: translateY(-3px);
}
.noema-front-theme .z-index-n1 {
  z-index: -1;
}
.noema-front-theme .z-index-2 {
  z-index: 2;
}
.noema-front-theme .z-index-4 {
  z-index: 4;
}
.noema-front-theme .z-index-999 {
  z-index: 999;
}
.noema-front-theme .hs-unfold {
  position: relative;
  display: inline-block;
}
.noema-front-theme .hs-unfold-content {
  display: block !important;
  opacity: 0;
  pointer-events: none;
}
.noema-front-theme .hs-unfold-content-initialized {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.noema-front-theme .hs-unfold-hidden {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
.noema-front-theme .hs-unfold-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background-color: rgba(33, 50, 91, 0.125);
}
.noema-front-theme .hs-unfold-content.hs-unfold-reverse-y {
  top: auto;
  bottom: 100%;
  margin-top: 0;
}
.noema-front-theme .hs-video-bg-video video {
  object-fit: cover;
}
.noema-front-theme .js-selectpicker {
  display: none;
}
.noema-front-theme .dropdown-select.bootstrap-select li .dropdown-item.opt {
  padding-left: 1.5rem;
}
.noema-front-theme .dropdown-select.bootstrap-select .bs-searchbox {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.noema-front-theme .dropdown-select.bootstrap-select .dropdown-header .text {
  font-size: 80%;
  font-weight: 600;
  color: #1e2022;
  text-transform: uppercase;
}
.noema-front-theme .dropdown-select.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 10px;
}
.noema-front-theme .dropdown-select.bootstrap-select .dropdown-menu li a span.check-mark {
  font-size: 0.75rem;
}
.noema-front-theme .dropdown-select .form-control {
  margin-bottom: 0.5rem;
}
.noema-front-theme .hs-chartjs-tooltip-wrap {
  position: absolute;
  z-index: 3;
  transition: opacity 0.2s ease-in-out;
}
.noema-front-theme .hs-chartjs-tooltip {
  background-color: #fff;
  border: 0.0625rem solid #e7eaf3;
  box-shadow: 0px 0.375rem 1.5rem 0px rgba(140, 152, 164, 0.125);
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  padding: 1rem 1rem;
}
.noema-front-theme .hs-chartjs-tooltip-header {
  font-weight: 600;
}
.noema-front-theme .hs-chartjs-tooltip-body {
  color: #677788;
}
@media (max-width: 991.98px) {
  .noema-front-theme .cbp-filter-scrollbar {
    max-width: 100%;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .noema-front-theme .cbp-filter-scrollbar::-webkit-scrollbar {
    height: 0.25rem;
  }
  .noema-front-theme .cbp-filter-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
  }
  .noema-front-theme .cbp-filter-scrollbar:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
}
.noema-front-theme .cbp-filter-item-active.label.label-soft-secondary {
  color: #fff;
  background-color: #d81124;
}
.noema-front-theme .cbp-filter-item-active.nav-link {
  color: #d81124;
}
.noema-front-theme .cbp-l-loadMore-stop {
  pointer-events: none;
}
.noema-front-theme .cbp-caption-zoom .cbp-caption-defaultWrap {
  transition: transform 0.2s ease-out;
}
.noema-front-theme .cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(33, 50, 91, 0.5);
}
.noema-front-theme .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  transform: scale(1.1);
}
.noema-front-theme .datatable .dataTables_length,
.noema-front-theme .datatable .dataTables_filter,
.noema-front-theme .datatable .dataTables_info,
.noema-front-theme .datatable .dataTables_paginate {
  display: none;
}
.noema-front-theme .datatable-striped .odd {
  background-color: #f8fafd;
}
.noema-front-theme .datatable-content td[colspan] {
  padding-left: 0;
  padding-right: 0;
}
.noema-front-theme .datatable .datatable-trigger {
  cursor: pointer;
}
.noema-front-theme .datatable .datatable-trigger-icon::before {
  display: inline-block;
  font-family: "fontawesome-alloy";
  font-weight: 900;
  content: "\f107";
  margin-right: 0.75rem;
  transform: rotate(-180deg);
}
.noema-front-theme .datatable .opened .datatable-trigger-icon::before {
  content: "\f106";
}
.noema-front-theme .datatable-thead-icon {
  display: block;
  line-height: 0.7;
  cursor: pointer;
  color: #bdc5d1;
}
.noema-front-theme .datatable-thead-icon:hover, .noema-front-theme .datatable-thead-icon:active {
  color: #d81124;
}
.noema-front-theme .dz-dropzone {
  cursor: pointer;
}
.noema-front-theme .dz-dropzone-boxed {
  width: 100%;
  background-color: #f8fafd;
  border: 0.125rem dashed #e7eaf3;
  border-radius: 0.3125rem;
  padding: 3rem 3rem;
  display: flex;
  flex-wrap: wrap;
}
.noema-front-theme .dz-dropzone .dz-message {
  width: 100%;
  text-align: center;
}
.noema-front-theme .dz-dropzone .dz-details {
  margin-bottom: 1rem;
}
.noema-front-theme .dz-dropzone .dz-file-preview {
  background-color: #fff;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  padding: 1rem 1rem;
  box-shadow: 0px 3px 6px 0px rgba(140, 152, 164, 0.25);
}
.noema-front-theme .dz-dropzone .dz-file-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.noema-front-theme .dz-dropzone .dz-filename {
  margin-bottom: 0.25rem;
}
.noema-front-theme .dz-dropzone .dz-img {
  max-width: 3.125rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  margin-right: 0.75rem;
}
.noema-front-theme .dz-dropzone .dz-img-inner {
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .dz-dropzone .dz-close-icon,
.noema-front-theme .dz-dropzone .dz-size {
  color: #677788;
}
.noema-front-theme .dz-dropzone .dz-title {
  font-size: 0.75rem;
  font-weight: 600;
}
.noema-front-theme .dz-dropzone .dz-size {
  font-size: 80%;
}
.noema-front-theme .dz-dropzone .dz-file-initials {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-weight: 600;
  font-size: 1rem;
  color: #d81124;
  text-align: center;
  background-color: rgba(216, 17, 36, 0.1);
  border-radius: 0.3125rem;
  margin-right: 0.75rem;
}
.noema-front-theme .dz-dropzone [data-dz-thumbnail]:not([src]) {
  display: none;
  margin-bottom: 0;
}
.noema-front-theme .dz-dropzone .dz-progress {
  margin-bottom: 1rem;
}
.noema-front-theme .dz-dropzone .dz-processing .dz-error-mark,
.noema-front-theme .dz-dropzone .dz-processing .dz-success-mark {
  display: none;
}
.noema-front-theme .dz-dropzone .dz-processing.dz-error .dz-error-mark,
.noema-front-theme .dz-dropzone .dz-processing.dz-success .dz-success-mark {
  display: block;
}
.noema-front-theme .dz-dropzone .dz-processing .dz-error-mark {
  color: #de4437;
}
.noema-front-theme .dz-dropzone .dz-processing .dz-success-mark {
  color: #00c9a7;
}
.noema-front-theme .dzsparallaxer {
  color: inherit;
}
.noema-front-theme .fancybox-theme .fancybox-slide.animated {
  display: block;
  opacity: 0;
  z-index: 0;
}
.noema-front-theme .fancybox-theme .fancybox-slide.animated.fancybox-slide--current {
  opacity: 1;
  z-index: 1;
}
.noema-front-theme .fancybox-theme .fancybox-content {
  background-color: transparent;
}
.noema-front-theme .fancybox-theme .fancybox-bg {
  background-color: #1e2022;
}
.noema-front-theme .fancybox-theme .fancybox-button svg {
  margin-bottom: 0;
}
.noema-front-theme .fancybox-theme .fancybox-progress {
  background-color: #d81124;
}
.noema-front-theme .blur-30 {
  filter: blur(30px);
}
.noema-front-theme .flatpickr {
  position: relative;
}
.noema-front-theme .flatpickr .flatpickr-form-control {
  border: none;
  cursor: pointer;
}
.noema-front-theme .flatpickr .flatpickr-form-control[readonly] {
  background-color: transparent;
}
.noema-front-theme .flatpickr .flatpickr-calendar {
  top: 2.375rem !important;
  left: 0 !important;
  width: auto;
  padding: 1rem 1rem;
  box-shadow: 0px 10px 40px 10px rgba(140, 152, 164, 0.175);
}
.noema-front-theme .flatpickr .flatpickr-calendar::before, .noema-front-theme .flatpickr .flatpickr-calendar::after {
  display: none;
}
.noema-front-theme .flatpickr .flatpickr-calendar.animate.open {
  animation: fadeInUp 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.noema-front-theme .flatpickr .flatpickr-months {
  align-items: center;
  margin-bottom: 0.75rem;
}
.noema-front-theme .flatpickr .flatpickr-current-month,
.noema-front-theme .flatpickr .flatpickr-prev-month,
.noema-front-theme .flatpickr .flatpickr-next-month {
  padding: 0;
}
.noema-front-theme .flatpickr .flatpickr-current-month {
  display: flex;
  align-items: center;
  width: auto;
}
.noema-front-theme .flatpickr .flatpickr-prev-month,
.noema-front-theme .flatpickr .flatpickr-next-month {
  position: static;
  color: #677788;
  width: 2.6875rem;
  height: 2.6875rem;
  line-height: 2.6875rem;
  background-color: transparent;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .flatpickr .flatpickr-prev-month svg,
.noema-front-theme .flatpickr .flatpickr-next-month svg {
  width: 0.6125rem;
  height: 0.6125rem;
  margin-bottom: 0;
}
.noema-front-theme .flatpickr .flatpickr-prev-month svg path,
.noema-front-theme .flatpickr .flatpickr-next-month svg path {
  fill: #677788;
}
.noema-front-theme .flatpickr .flatpickr-prev-month:hover,
.noema-front-theme .flatpickr .flatpickr-next-month:hover {
  background-color: rgba(216, 17, 36, 0.1);
}
.noema-front-theme .flatpickr .flatpickr-prev-month:hover svg path,
.noema-front-theme .flatpickr .flatpickr-next-month:hover svg path {
  fill: #d81124;
}
.noema-front-theme .flatpickr .flatpickr-weekday {
  color: #97a4af;
  text-transform: uppercase;
  font-weight: 600;
}
.noema-front-theme .flatpickr .rangeMode .flatpickr-day {
  margin-top: 0.25rem;
}
.noema-front-theme .flatpickr .flatpickr-monthDropdown-months {
  font-size: 1rem;
  font-weight: 600;
}
.noema-front-theme .flatpickr .flatpickr-monthDropdown-months:hover {
  background-color: transparent;
}
.noema-front-theme .flatpickr .flatpickr-current-month input.cur-year {
  font-size: 1rem;
  font-weight: 600;
}
.noema-front-theme .flatpickr .flatpickr-day {
  border-color: transparent;
}
.noema-front-theme .flatpickr .flatpickr-day:focus, .noema-front-theme .flatpickr .flatpickr-day:hover {
  color: #d81124;
  background-color: rgba(216, 17, 36, 0.1);
}
.noema-front-theme .flatpickr .flatpickr-day.selected, .noema-front-theme .flatpickr .flatpickr-day.startRange, .noema-front-theme .flatpickr .flatpickr-day.endRange, .noema-front-theme .flatpickr .flatpickr-day.selected.inRange, .noema-front-theme .flatpickr .flatpickr-day.startRange.inRange, .noema-front-theme .flatpickr .flatpickr-day.endRange.inRange, .noema-front-theme .flatpickr .flatpickr-day.selected:focus, .noema-front-theme .flatpickr .flatpickr-day.startRange:focus, .noema-front-theme .flatpickr .flatpickr-day.endRange:focus, .noema-front-theme .flatpickr .flatpickr-day.selected:hover, .noema-front-theme .flatpickr .flatpickr-day.startRange:hover, .noema-front-theme .flatpickr .flatpickr-day.endRange:hover, .noema-front-theme .flatpickr .flatpickr-day.selected.prevMonthDay, .noema-front-theme .flatpickr .flatpickr-day.startRange.prevMonthDay, .noema-front-theme .flatpickr .flatpickr-day.endRange.prevMonthDay, .noema-front-theme .flatpickr .flatpickr-day.selected.nextMonthDay, .noema-front-theme .flatpickr .flatpickr-day.startRange.nextMonthDay, .noema-front-theme .flatpickr .flatpickr-day.endRange.nextMonthDay {
  color: #fff;
  background-color: #d81124;
  border-color: #d81124;
}
.noema-front-theme .flatpickr .flatpickr-day.inRange {
  color: #fff;
  background-color: #d81124;
  box-shadow: -0.5rem 0 0 #d81124, 0.3125rem 0 0 #d81124;
}
.noema-front-theme .flatpickr .flatpickr-day.inRange.prevMonthDay, .noema-front-theme .flatpickr .flatpickr-day.inRange.prevMonthDay:focus, .noema-front-theme .flatpickr .flatpickr-day.inRange.prevMonthDay:hover, .noema-front-theme .flatpickr .flatpickr-day.inRange.nextMonthDay, .noema-front-theme .flatpickr .flatpickr-day.inRange.nextMonthDay:focus, .noema-front-theme .flatpickr .flatpickr-day.inRange.nextMonthDay:hover, .noema-front-theme .flatpickr .flatpickr-day.selected.prevMonthDay, .noema-front-theme .flatpickr .flatpickr-day.selected.prevMonthDay:focus, .noema-front-theme .flatpickr .flatpickr-day.selected.prevMonthDay:hover, .noema-front-theme .flatpickr .flatpickr-day.selected.nextMonthDay, .noema-front-theme .flatpickr .flatpickr-day.selected.nextMonthDay:focus, .noema-front-theme .flatpickr .flatpickr-day.selected.nextMonthDay:hover {
  color: #fff;
  border-color: #d81124;
  background-color: #d81124;
}
.noema-front-theme .flatpickr .flatpickr-day.today {
  color: #fff;
  border-color: transparent;
  background-color: #d81124;
}
.noema-front-theme .flatpickr .flatpickr-day.prevMonthDay, .noema-front-theme .flatpickr .flatpickr-day.nextMonthDay {
  color: #e7eaf3;
}
.noema-front-theme .flatpickr .flatpickr-day.prevMonthDay:focus, .noema-front-theme .flatpickr .flatpickr-day.prevMonthDay:hover, .noema-front-theme .flatpickr .flatpickr-day.nextMonthDay:focus, .noema-front-theme .flatpickr .flatpickr-day.nextMonthDay:hover {
  color: #bdc5d1;
  background-color: #e7eaf3;
  border-color: #e7eaf3;
}
.noema-front-theme .flatpickr .flatpickr-day.disabled {
  color: #677788;
}
.noema-front-theme .flatpickr .flatpickr-day.disabled:hover {
  color: #677788;
  background-color: #e7eaf3;
  border-color: #e7eaf3;
}
.noema-front-theme .flatpickr .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .noema-front-theme .flatpickr .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .noema-front-theme .flatpickr .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -0.5rem 0 0 #d81124, 0.3125rem 0 0 #d81124;
}
.noema-front-theme .flatpickr .numInputWrapper span.arrowUp,
.noema-front-theme .flatpickr .numInputWrapper span.arrowDown {
  display: none;
}
.noema-front-theme .flatpickr .numInputWrapper:hover {
  background-color: transparent;
}
.noema-front-theme .flatpickr-white .flatpickr-form-control,
.noema-front-theme .flatpickr-white .flatpickr-form-control::placeholder {
  color: #fff;
}
.noema-front-theme .flatpickr-white .input-group-text {
  color: rgba(255, 255, 255, 0.7);
}
.noema-front-theme .flatpickr-right .flatpickr-calendar {
  right: 0 !important;
  left: auto !important;
}
.noema-front-theme .leaflet-bar,
.noema-front-theme .leaflet-popup-content-wrapper,
.noema-front-theme .leaflet-popup-tip {
  box-shadow: 0px 3px 6px 0px rgba(140, 152, 164, 0.25);
}
.noema-front-theme .leaflet-bar,
.noema-front-theme .leaflet-popup-content-wrapper {
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.noema-front-theme .leaflet-popup {
  margin-bottom: 3rem;
}
.noema-front-theme .range-slider {
  height: 1.25rem;
}
.noema-front-theme .range-slider .irs {
  height: 1.25rem;
}
.noema-front-theme .range-slider .irs-line {
  top: 0.5rem;
  height: 0.25rem;
}
.noema-front-theme .range-slider .irs-line-left {
  left: 0;
  height: 0.25rem;
  background-color: #e7eaf3;
  border-bottom-left-radius: 6.1875rem;
  border-top-left-radius: 6.1875rem;
}
.noema-front-theme .range-slider .irs-line-mid {
  height: 0.25rem;
  background-color: #e7eaf3;
}
.noema-front-theme .range-slider .irs-line-right {
  right: 0;
  height: 0.25rem;
  background-color: #e7eaf3;
  border-bottom-right-radius: 6.1875rem;
  border-top-right-radius: 6.1875rem;
}
.noema-front-theme .range-slider .irs-bar {
  top: 0.5rem;
  height: 0.25rem;
  background-color: #d81124;
}
.noema-front-theme .range-slider .irs-bar-edge {
  top: 0.5rem;
  left: 0;
  height: 0.25rem;
  width: 0.875rem;
  border-bottom-left-radius: 6.1875rem;
  border-top-left-radius: 6.1875rem;
  background-color: #d81124;
}
.noema-front-theme .range-slider .irs-slider {
  top: -0.25rem;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #fff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(140, 152, 164, 0.25);
}
.noema-front-theme .range-slider .irs-slider.state_hover {
  transform: scale(1.3);
}
.noema-front-theme .range-slider .irs-from,
.noema-front-theme .range-slider .irs-to,
.noema-front-theme .range-slider .irs-single {
  display: inline-block;
  min-width: 2.5rem;
  background-color: #fff;
  color: #1e2022;
  font-size: 0.875rem;
  text-shadow: none;
  text-align: center;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
  padding: 0.5rem 0.5rem;
}
.noema-front-theme .range-slider-indicator {
  height: 5rem;
}
.noema-front-theme .range-slider-indicator .irs {
  height: 5rem;
}
.noema-front-theme .range-slider-indicator.range-slider-grid {
  height: 8rem;
}
.noema-front-theme .range-slider-indicator.range-slider-grid .irs {
  height: 8rem;
}
.noema-front-theme .range-slider-indicator .irs-line {
  top: 3.875rem;
}
.noema-front-theme .range-slider-indicator .irs-bar {
  top: 3.875rem;
}
.noema-front-theme .range-slider-indicator .irs-bar-edge {
  top: 3.875rem;
}
.noema-front-theme .range-slider-indicator .irs-slider {
  top: 3rem;
}
.noema-front-theme .range-slider-grid {
  height: 4.5rem;
}
.noema-front-theme .range-slider-grid .irs {
  height: 4.5rem;
}
.noema-front-theme .range-slider-grid .irs-grid {
  height: 2.5rem;
}
.noema-front-theme .range-slider-grid .irs-grid-text {
  display: inline-block;
  min-width: 2.5rem;
  line-height: 1;
  font-size: 0.875rem;
  color: #677788;
  -webkit-border-radius: 6.1875rem;
  -moz-border-radius: 6.1875rem;
  border-radius: 6.1875rem;
  padding: 0.25rem;
}
.noema-front-theme .range-slider-grid .irs-grid-text.current {
  background: rgba(216, 17, 36, 0.1);
  color: #d81124;
}
.noema-front-theme .range-slider-grid .irs-grid-pol {
  height: 0.9rem;
  background-color: #e7eaf3;
}
.noema-front-theme .range-slider-grid .irs-grid-pol.small {
  display: none;
}
.noema-front-theme .slick-cloned [data-hs-slick-carousel-slide-animated-element-animation] {
  opacity: 0;
}
.noema-front-theme .slick {
  background: url(..//images/svg/components/circle-preloader.svg) no-repeat 50% 50%;
}
.noema-front-theme .slick .js-next,
.noema-front-theme .slick .js-prev {
  opacity: 0;
}
.noema-front-theme .slick.slick-initialized {
  background: none;
}
.noema-front-theme .slick.slick-initialized .js-slide,
.noema-front-theme .slick.slick-initialized .js-thumb {
  visibility: visible;
  height: auto;
  overflow: visible;
}
.noema-front-theme .slick.slick-initialized .js-next,
.noema-front-theme .slick.slick-initialized .js-prev {
  opacity: 1;
}
.noema-front-theme .slick .js-slide,
.noema-front-theme .slick .js-thumb {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.noema-front-theme .slick .js-slide:first-child,
.noema-front-theme .slick .js-thumb:first-child {
  height: auto;
}
.noema-front-theme .note-modal-footer {
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding: 20px 30px;
}
.noema-front-theme .note-modal-footer .note-btn {
  float: inherit;
}
.noema-front-theme .summernote-editor .note-editor.note-frame {
  border-color: #e7eaf3;
}
.noema-front-theme .summernote-editor .note-editor.note-frame .note-statusbar {
  background-color: #f8fafd;
  border-top-color: #e7eaf3;
}
.noema-front-theme .summernote-editor .note-toolbar {
  background-color: #f8fafd;
}
.noema-front-theme .summernote-editor .note-toolbar > .note-btn-group {
  border: 0.0625rem solid #e7eaf3;
}
.noema-front-theme .summernote-editor .note-toolbar .note-dropdown-menu {
  min-width: 12.5rem;
  border-color: transparent;
  box-shadow: 0px 10px 40px 10px rgba(140, 152, 164, 0.175);
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  padding: 1rem 0;
}
.noema-front-theme .summernote-editor .note-toolbar .note-color .note-dropdown-menu {
  min-width: 21.5rem;
  padding: 1rem 1rem;
}
.noema-front-theme .summernote-editor .note-toolbar .note-dropdown-item {
  padding: 0.375rem 1.5rem;
}
.noema-front-theme .summernote-editor .note-btn:focus, .noema-front-theme .summernote-editor .note-btn:hover {
  background-color: transparent;
}
.noema-front-theme .summernote-editor .note-dropdown-item:hover {
  color: #d81124;
  background-color: transparent;
}
.noema-front-theme .summernote-editor .dropdown-toggle::after {
  display: none;
}
.noema-front-theme .tagify {
  --tag-bg: unset;
  --tag-hover: unset;
  align-items: center;
  border-color: #e7eaf3;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.noema-front-theme .tagify:hover {
  border-color: #e7eaf3;
}
.noema-front-theme .tagify.tagify--focus {
  border-color: rgba(216, 17, 36, 0.4);
}
.noema-front-theme .tagify__tag {
  background-color: #e7eaf3;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.noema-front-theme .tagify__tag__removeBtn {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}
.noema-front-theme .tagify__tag__removeBtn:hover {
  background-color: #de4437;
}
.noema-front-theme .tagify__tag__removeBtn:hover + div::before {
  box-shadow: none !important;
}
.noema-front-theme .tagify__tag__removeBtn:hover + div .tagify__tag-text {
  opacity: 1;
}
.noema-front-theme .tagify__tag > div {
  color: #1e2022;
  line-height: normal;
  padding: 0.3125rem 1rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.noema-front-theme .tagify__tag > div * {
  display: inline-flex;
  vertical-align: baseline;
}
.noema-front-theme .tagify__input::before {
  line-height: 1.8;
}
.noema-front-theme .tagify__input .tagify__tag > div {
  padding: 0.3125rem 1rem;
  line-height: normal;
}
.noema-front-theme .tagify__dropdown__menu {
  border: 0.0625rem solid #e7eaf3;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  margin-top: -1px;
}
.noema-front-theme .tagify__dropdown__item--active {
  color: #d81124;
  background-color: rgba(216, 17, 36, 0.1);
}
.noema-front-theme .tagify.tagify-form-control-list {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.noema-front-theme .typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.noema-front-theme .hs-menu-initialized {
  position: relative;
  z-index: 10;
}
.noema-front-theme .hs-menu-initialized .animated {
  animation-duration: 300ms;
}
.noema-front-theme .hs-overflow-x-locked {
  overflow-x: hidden;
}
.noema-front-theme .hs-sub-menu,
.noema-front-theme .hs-mega-menu {
  display: none;
  background-color: #fff;
}
@media (min-width: 576px) {
  .noema-front-theme .hs-mega-menu-desktop-sm,
  .noema-front-theme .hs-sub-menu-desktop-sm {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    margin-top: -0.002rem;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .hs-mega-menu-desktop-md,
  .noema-front-theme .hs-sub-menu-desktop-md {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    margin-top: -0.002rem;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .hs-mega-menu-desktop-lg,
  .noema-front-theme .hs-sub-menu-desktop-lg {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    margin-top: -0.002rem;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .hs-mega-menu-desktop-xl,
  .noema-front-theme .hs-sub-menu-desktop-xl {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    margin-top: -0.002rem;
  }
}
.noema-front-theme .hs-sub-menu {
  min-width: 180px;
}
.noema-front-theme .hs-has-sub-menu {
  overflow: hidden;
  position: relative;
}
.noema-front-theme .hs-sub-menu-opened {
  overflow: visible;
}
.noema-front-theme .hs-menu-initialized .hs-sub-menu .hs-sub-menu,
.noema-front-theme .hs-menu-initialized .hs-mega-menu .hs-sub-menu,
.noema-front-theme .hs-menu-initialized .hs-sub-menu .hs-mega-menu,
.noema-front-theme .hs-menu-initialized .hs-mega-menu .hs-mega-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}
.noema-front-theme .hs-menu-vertical .hs-sub-menu,
.noema-front-theme .hs-menu-vertical .hs-mega-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}
.noema-front-theme .hs-menu-vertical .hs-sub-menu {
  width: auto;
}
.noema-front-theme .hs-menu-vertical .hs-mega-menu {
  height: 100%;
}
.noema-front-theme .hs-mobile-state .hs-sub-menu,
.noema-front-theme .hs-mobile-state .hs-mega-menu {
  position: static;
  visibility: visible;
}
.noema-front-theme .hs-mobile-state .hs-has-mega-menu[data-max-width] > .hs-mega-menu,
.noema-front-theme .hs-mobile-state .hs-has-sub-menu[data-max-width] > .hs-sub-menu {
  max-width: initial !important;
}
.noema-front-theme .hs-menu-initialized.hs-rtl {
  direction: rtl;
  unicode-bidi: embed;
}
.noema-front-theme .hs-menu-initialized.hs-rtl .hs-sub-menu,
.noema-front-theme .hs-menu-initialized.hs-rtl .hs-mega-menu {
  left: auto;
  right: 0;
}
.noema-front-theme .hs-menu-initialized.hs-rtl .hs-sub-menu .hs-sub-menu,
.noema-front-theme .hs-menu-initialized.hs-rtl .hs-mega-menu .hs-sub-menu,
.noema-front-theme .hs-menu-initialized.hs-rtl .hs-sub-menu .hs-mega-menu,
.noema-front-theme .hs-menu-initialized.hs-rtl .hs-mega-menu .hs-mega-menu {
  left: auto;
  right: 100%;
}
.noema-front-theme .hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu.hs-reversed,
.noema-front-theme .hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu.hs-reversed {
  left: auto;
  right: 0;
}
.noema-front-theme .hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu .hs-sub-menu.hs-reversed,
.noema-front-theme .hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu .hs-sub-menu.hs-reversed,
.noema-front-theme .hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu .hs-mega-menu.hs-reversed,
.noema-front-theme .hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu .hs-mega-menu.hs-reversed {
  left: auto;
  right: 100%;
}
.noema-front-theme .hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu.hs-reversed,
.noema-front-theme .hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu.hs-reversed {
  right: auto;
  left: 0;
}
.noema-front-theme .hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu .hs-sub-menu.hs-reversed,
.noema-front-theme .hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu .hs-sub-menu.hs-reversed,
.noema-front-theme .hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu .hs-mega-menu.hs-reversed,
.noema-front-theme .hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu .hs-mega-menu.hs-reversed {
  right: auto;
  left: 100%;
}
.noema-front-theme .hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-left {
  left: 0;
  right: auto;
}
.noema-front-theme .hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right {
  left: auto;
  right: 0;
}
.noema-front-theme .hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-center {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.noema-front-theme .hs-menu-initialized.hs-menu-horizontal .journal-content-article {
  height: 100%;
}
.noema-front-theme .sidebar:not(.fragments-editor-sidebar) {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1003;
  width: 23.4375rem;
  height: 100%;
  background-color: #fff;
  box-shadow: -5px 0px 12px rgba(103, 119, 136, 0.1);
}
.noema-front-theme .sidebar-body:not(.fragments-editor-sidebar),
.noema-front-theme .sidebar-content:not(.fragments-editor-sidebar) {
  height: 100%;
}
.noema-front-theme .sidebar-left:not(.fragments-editor-sidebar) {
  right: auto;
  left: 0;
  box-shadow: 5px 0px 12px rgba(103, 119, 136, 0.1);
}
.noema-front-theme .sidebar-scroller:not(.fragments-editor-sidebar) {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.noema-front-theme .sidebar-container:not(.fragments-editor-sidebar) {
  position: relative;
  height: 100%;
  min-height: 100%;
}
.noema-front-theme .sidebar-footer:not(.fragments-editor-sidebar) {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.noema-front-theme .sidebar-footer-offset:not(.fragments-editor-sidebar) {
  height: 100%;
  box-sizing: border-box;
}
.noema-front-theme .navbar-nav {
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .noema-front-theme .navbar-expand-sm > .container-xl, .noema-front-theme .navbar-expand-sm > .container-lg, .noema-front-theme .navbar-expand-sm > .container-md, .noema-front-theme .navbar-expand-sm > .container-sm, .noema-front-theme .navbar-expand-sm > .container,
  .noema-front-theme .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .noema-front-theme .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .noema-front-theme .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .noema-front-theme .navbar-expand-sm > .container-xl, .noema-front-theme .navbar-expand-sm > .container-lg, .noema-front-theme .navbar-expand-sm > .container-md, .noema-front-theme .navbar-expand-sm > .container-sm, .noema-front-theme .navbar-expand-sm > .container,
  .noema-front-theme .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .noema-front-theme .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .noema-front-theme .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .noema-front-theme .navbar-expand-md > .container-xl, .noema-front-theme .navbar-expand-md > .container-lg, .noema-front-theme .navbar-expand-md > .container-md, .noema-front-theme .navbar-expand-md > .container-sm, .noema-front-theme .navbar-expand-md > .container,
  .noema-front-theme .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .noema-front-theme .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .noema-front-theme .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .noema-front-theme .navbar-expand-md > .container-xl, .noema-front-theme .navbar-expand-md > .container-lg, .noema-front-theme .navbar-expand-md > .container-md, .noema-front-theme .navbar-expand-md > .container-sm, .noema-front-theme .navbar-expand-md > .container,
  .noema-front-theme .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .noema-front-theme .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .noema-front-theme .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .noema-front-theme .navbar-expand-lg > .container-xl, .noema-front-theme .navbar-expand-lg > .container-lg, .noema-front-theme .navbar-expand-lg > .container-md, .noema-front-theme .navbar-expand-lg > .container-sm, .noema-front-theme .navbar-expand-lg > .container,
  .noema-front-theme .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .noema-front-theme .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .noema-front-theme .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .noema-front-theme .navbar-expand-lg > .container-xl, .noema-front-theme .navbar-expand-lg > .container-lg, .noema-front-theme .navbar-expand-lg > .container-md, .noema-front-theme .navbar-expand-lg > .container-sm, .noema-front-theme .navbar-expand-lg > .container,
  .noema-front-theme .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .noema-front-theme .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .noema-front-theme .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .noema-front-theme .navbar-expand-xl > .container-xl, .noema-front-theme .navbar-expand-xl > .container-lg, .noema-front-theme .navbar-expand-xl > .container-md, .noema-front-theme .navbar-expand-xl > .container-sm, .noema-front-theme .navbar-expand-xl > .container,
  .noema-front-theme .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .noema-front-theme .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .noema-front-theme .navbar-expand-xl > .container-xl, .noema-front-theme .navbar-expand-xl > .container-lg, .noema-front-theme .navbar-expand-xl > .container-md, .noema-front-theme .navbar-expand-xl > .container-sm, .noema-front-theme .navbar-expand-xl > .container,
  .noema-front-theme .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .noema-front-theme .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .noema-front-theme .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.noema-front-theme .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.noema-front-theme .navbar-expand > .container-xl, .noema-front-theme .navbar-expand > .container-lg, .noema-front-theme .navbar-expand > .container-md, .noema-front-theme .navbar-expand > .container-sm, .noema-front-theme .navbar-expand > .container,
.noema-front-theme .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.noema-front-theme .navbar-expand .navbar-nav {
  flex-direction: row;
}
.noema-front-theme .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.noema-front-theme .navbar-expand .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.noema-front-theme .navbar-expand > .container-xl, .noema-front-theme .navbar-expand > .container-lg, .noema-front-theme .navbar-expand > .container-md, .noema-front-theme .navbar-expand > .container-sm, .noema-front-theme .navbar-expand > .container,
.noema-front-theme .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.noema-front-theme .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.noema-front-theme .navbar-expand .navbar-toggler {
  display: none;
}
.noema-front-theme footer .nav {
  flex-direction: row;
}
.noema-front-theme .hs-menu-initialized .dropdown-menu {
  max-width: unset;
  left: unset;
  right: unset;
  overflow: unset;
  border: none;
}
.noema-front-theme .hs-menu-initialized .dropdown-menu::after {
  display: none;
}
.noema-front-theme header:not(.portlet-topper) {
  background-color: #fff;
}
.noema-front-theme header:not(.portlet-topper).scrolled #topper {
  display: none;
}
.noema-front-theme header:not(.portlet-topper).header-sticky-top-lg {
  z-index: 980;
}
.noema-front-theme header:not(.portlet-topper) :not(menu) {
  /*------------------------------------
    Dropdown
  ------------------------------------*/
  /* Menu */
  /* Nav Link */
  /* Item */
  /* Toggle */
  /* Dropdown Positions */
  /*------------------------------------
    Dropdown Card
  ------------------------------------*/
  /*------------------------------------
    Dropdown Sizes
  ------------------------------------*/
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu {
  box-shadow: 0px 10px 40px 10px rgba(140, 152, 164, 0.175);
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-nav-link {
  color: #677788;
  font-size: 0.875rem;
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-nav-link:hover {
  color: #1e2022;
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-item {
  font-size: 0.875rem;
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-item:hover {
  color: #d81124;
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-item.active {
  color: #d81124;
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-item-icon {
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  min-width: 1rem;
  max-width: 1rem;
  margin-right: 0.25rem;
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-toggle::after {
  display: inline-block;
  font-family: "fontawesome-alloy";
  font-size: 80%;
  font-weight: 900;
  content: "\f107";
  margin-left: 0.5rem;
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-toggle-collapse::after {
  transition: 0.3s;
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-toggle-collapse[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-top {
  top: 0;
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-bottom {
  top: auto;
  bottom: 0;
}
@media (min-width: 576px) {
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-sm-top {
    top: 0;
  }
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-sm-bottom {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-md-top {
    top: 0;
  }
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-md-bottom {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-lg-top {
    top: 0;
  }
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-lg-bottom {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-xl-top {
    top: 0;
  }
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-xl-bottom {
    top: auto;
    bottom: 0;
  }
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-card {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-card {
    min-width: 25rem;
  }
}
@media (min-width: 576px) {
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-size-md {
    width: 440px;
  }
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-size-lg {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-size-lg {
    width: 440px;
  }
}
@media (min-width: 992px) {
  .noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-menu-size-lg {
    width: 740px;
  }
}
.noema-front-theme header:not(.portlet-topper) :not(menu) .dropdown-toggle::after {
  display: none;
}
.noema-front-theme a.panel-notifications-count {
  display: none;
}
.noema-front-theme svg.lexicon-icon.lexicon-icon-user {
  color: #71869d;
}
.noema-front-theme span.sticker.sticker-user-icon.sticker-lg {
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0px #fff;
}
.noema-front-theme span.sticker.sticker-user-icon.sticker-lg:hover, .noema-front-theme span.sticker.sticker-user-icon.sticker-lg:focus, .noema-front-theme span.sticker.sticker-user-icon.sticker-lg:active {
  color: #d81124;
}
.noema-front-theme span.sticker.user-icon-color-1.sticker-circle.sticker-lg {
  font-size: 0.75rem;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0px #fff;
}
.noema-front-theme span.sticker.user-icon-color-1.sticker-circle.sticker-lg:hover, .noema-front-theme span.sticker.user-icon-color-1.sticker-circle.sticker-lg:focus, .noema-front-theme span.sticker.user-icon-color-1.sticker-circle.sticker-lg:active {
  color: #d81124;
  background-color: rgba(216, 17, 36, 0.1);
}
.noema-front-theme span.sticker-overlay:hover, .noema-front-theme span.sticker-overlay:focus, .noema-front-theme span.sticker-overlay:active {
  color: #d81124;
}
.noema-front-theme svg.lexicon-icon.lexicon-icon-user:hover, .noema-front-theme svg.lexicon-icon.lexicon-icon-user:focus, .noema-front-theme svg.lexicon-icon.lexicon-icon-user:active {
  color: #d81124;
}
.noema-front-theme footer .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ {
  display: inline;
}
.noema-front-theme footer .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ section.portlet {
  display: inline;
}
.noema-front-theme footer .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ section.portlet .portlet-content {
  display: inline;
}
.noema-front-theme footer .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ section.portlet .portlet-content .portlet-content-container {
  display: inline;
}
.noema-front-theme footer .portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ section.portlet .portlet-content .portlet-content-container .portlet-body {
  display: inline;
}
.noema-front-theme footer :not(menu) {
  /*------------------------------------
    Dropdown
  ------------------------------------*/
  /* Menu */
  /* Nav Link */
  /* Item */
  /* Toggle */
  /* Dropdown Positions */
  /*------------------------------------
    Dropdown Card
  ------------------------------------*/
  /*------------------------------------
    Dropdown Sizes
  ------------------------------------*/
}
.noema-front-theme footer :not(menu) .dropdown-menu {
  box-shadow: 0px 10px 40px 10px rgba(140, 152, 164, 0.175);
}
.noema-front-theme footer :not(menu) .dropdown-nav-link {
  color: #677788;
  font-size: 0.875rem;
}
.noema-front-theme footer :not(menu) .dropdown-nav-link:hover {
  color: #1e2022;
}
.noema-front-theme footer :not(menu) .dropdown-item {
  font-size: 0.875rem;
}
.noema-front-theme footer :not(menu) .dropdown-item:hover {
  color: #d81124;
}
.noema-front-theme footer :not(menu) .dropdown-item.active {
  color: #d81124;
}
.noema-front-theme footer :not(menu) .dropdown-item-icon {
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  min-width: 1rem;
  max-width: 1rem;
  margin-right: 0.25rem;
}
.noema-front-theme footer :not(menu) .dropdown-toggle::after {
  display: inline-block;
  font-family: "fontawesome-alloy";
  font-size: 80%;
  font-weight: 900;
  content: "\f107";
  margin-left: 0.5rem;
}
.noema-front-theme footer :not(menu) .dropdown-toggle-collapse::after {
  transition: 0.3s;
}
.noema-front-theme footer :not(menu) .dropdown-toggle-collapse[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
.noema-front-theme footer :not(menu) .dropdown-menu-top {
  top: 0;
}
.noema-front-theme footer :not(menu) .dropdown-menu-bottom {
  top: auto;
  bottom: 0;
}
@media (min-width: 576px) {
  .noema-front-theme footer :not(menu) .dropdown-menu-sm-top {
    top: 0;
  }
  .noema-front-theme footer :not(menu) .dropdown-menu-sm-bottom {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .noema-front-theme footer :not(menu) .dropdown-menu-md-top {
    top: 0;
  }
  .noema-front-theme footer :not(menu) .dropdown-menu-md-bottom {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .noema-front-theme footer :not(menu) .dropdown-menu-lg-top {
    top: 0;
  }
  .noema-front-theme footer :not(menu) .dropdown-menu-lg-bottom {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .noema-front-theme footer :not(menu) .dropdown-menu-xl-top {
    top: 0;
  }
  .noema-front-theme footer :not(menu) .dropdown-menu-xl-bottom {
    top: auto;
    bottom: 0;
  }
}
.noema-front-theme footer :not(menu) .dropdown-card {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .noema-front-theme footer :not(menu) .dropdown-card {
    min-width: 25rem;
  }
}
@media (min-width: 576px) {
  .noema-front-theme footer :not(menu) .dropdown-menu-size-md {
    width: 440px;
  }
  .noema-front-theme footer :not(menu) .dropdown-menu-size-lg {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .noema-front-theme footer :not(menu) .dropdown-menu-size-lg {
    width: 440px;
  }
}
@media (min-width: 992px) {
  .noema-front-theme footer :not(menu) .dropdown-menu-size-lg {
    width: 740px;
  }
}
.noema-front-theme footer :not(menu) .dropdown-toggle::after {
  display: none;
}
.noema-front-theme footer span.sticker.user-icon-color-1.sticker-circle.sticker-lg {
  background-color: rgba(113, 134, 157, 0.1);
}
.noema-front-theme footer span.sticker.user-icon-color-1.sticker-circle.sticker-lg:hover, .noema-front-theme footer span.sticker.user-icon-color-1.sticker-circle.sticker-lg:focus, .noema-front-theme footer span.sticker.user-icon-color-1.sticker-circle.sticker-lg:active {
  color: #fff;
  background-color: #71869d;
  box-shadow: 0 4px 11px rgba(113, 134, 157, 0.1);
}
.noema-front-theme footer span.sticker-overlay {
  background-color: rgba(113, 134, 157, 0.1);
}
.noema-front-theme footer span.sticker-overlay:hover, .noema-front-theme footer span.sticker-overlay:focus, .noema-front-theme footer span.sticker-overlay:active {
  color: #fff;
}
.noema-front-theme footer svg.lexicon-icon.lexicon-icon-user:hover, .noema-front-theme footer svg.lexicon-icon.lexicon-icon-user:focus, .noema-front-theme footer svg.lexicon-icon.lexicon-icon-user:active {
  color: #fff;
}
.noema-front-theme .cbp-l-filters-alignCenter .cbp-filter-counter:after, .noema-front-theme .cbp-l-filters-alignRight .cbp-filter-counter:after, .noema-front-theme .cbp-l-filters-button .cbp-filter-counter:after, .noema-front-theme .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .noema-front-theme .cbp-l-filters-text .cbp-filter-counter:after, .noema-front-theme .cbp, .noema-front-theme .cbp *,
.noema-front-theme .cbp *:after, .noema-front-theme .cbp:after, .noema-front-theme .cbp-l-filters-dropdownHeader:after, .noema-front-theme .cbp-popup-wrap, .noema-front-theme .cbp-popup-wrap *, .noema-front-theme .cbp-popup-wrap:before, .noema-front-theme .cbp-popup-loadingBox:after, .noema-front-theme .cbp-search *, .noema-front-theme .cbp-l-direction:after {
  box-sizing: border-box;
}
.noema-front-theme .cbp-l-grid-agency-title, .noema-front-theme .cbp-l-grid-agency-desc, .noema-front-theme .cbp-l-grid-work-title, .noema-front-theme .cbp-l-grid-work-desc, .noema-front-theme .cbp-l-grid-blog-title, .noema-front-theme .cbp-l-grid-projects-title, .noema-front-theme .cbp-l-grid-projects-desc, .noema-front-theme .cbp-l-grid-masonry-projects-title, .noema-front-theme .cbp-l-grid-masonry-projects-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.noema-front-theme .cbp-l-filters-alignCenter, .noema-front-theme .cbp-l-filters-alignCenter *, .noema-front-theme .cbp-l-filters-alignLeft, .noema-front-theme .cbp-l-filters-alignLeft *, .noema-front-theme .cbp-l-filters-alignRight, .noema-front-theme .cbp-l-filters-alignRight *, .noema-front-theme .cbp-l-filters-button, .noema-front-theme .cbp-l-filters-button *, .noema-front-theme .cbp-l-filters-buttonCenter, .noema-front-theme .cbp-l-filters-buttonCenter *, .noema-front-theme .cbp-l-filters-dropdown, .noema-front-theme .cbp-l-filters-dropdown *, .noema-front-theme .cbp-l-filters-list, .noema-front-theme .cbp-l-filters-list *, .noema-front-theme .cbp-l-filters-work, .noema-front-theme .cbp-l-filters-work *, .noema-front-theme .cbp-l-filters-big, .noema-front-theme .cbp-l-filters-big *, .noema-front-theme .cbp-l-filters-text, .noema-front-theme .cbp-l-filters-text *, .noema-front-theme .cbp-l-filters-underline, .noema-front-theme .cbp-l-filters-underline *, .noema-front-theme .cbp-l-filters-holder, .noema-front-theme .cbp-l-filters-holder *, .noema-front-theme .cbp-l-loadMore-bgbutton, .noema-front-theme .cbp-l-loadMore-bgbutton *, .noema-front-theme .cbp-l-loadMore-button, .noema-front-theme .cbp-l-loadMore-button *, .noema-front-theme .cbp-l-loadMore-text, .noema-front-theme .cbp-l-loadMore-text *, .noema-front-theme .cbp-search, .noema-front-theme .cbp-l-dropdown, .noema-front-theme .cbp-l-dropdown * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.noema-front-theme .cbp:after, .noema-front-theme .cbp-lazyload:after, .noema-front-theme .cbp-popup-loadingBox:after, .noema-front-theme .cbp-popup-singlePageInline:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: cbp-rotation 0.8s infinite linear;
  animation: cbp-rotation 0.8s infinite linear;
  border-left: 3px solid rgba(114, 144, 182, 0.15);
  border-right: 3px solid rgba(114, 144, 182, 0.15);
  border-bottom: 3px solid rgba(114, 144, 182, 0.15);
  border-top: 3px solid rgba(114, 144, 182, 0.8);
  border-radius: 100%;
}
.noema-front-theme .cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter, .noema-front-theme .cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter, .noema-front-theme .cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter, .noema-front-theme .cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter, .noema-front-theme .cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
  opacity: 1;
  -webkit-transform: translateY(-44px);
  transform: translateY(-44px);
}
.noema-front-theme .cbp-l-filters-alignCenter .cbp-filter-counter, .noema-front-theme .cbp-l-filters-alignRight .cbp-filter-counter, .noema-front-theme .cbp-l-filters-button .cbp-filter-counter, .noema-front-theme .cbp-l-filters-buttonCenter .cbp-filter-counter, .noema-front-theme .cbp-l-filters-text .cbp-filter-counter {
  font: 400 11px/18px "Open Sans", sans-serif;
  border-radius: 3px;
  color: #FFFFFF;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s;
}
.noema-front-theme .cbp-l-filters-alignCenter .cbp-filter-counter:after, .noema-front-theme .cbp-l-filters-alignRight .cbp-filter-counter:after, .noema-front-theme .cbp-l-filters-button .cbp-filter-counter:after, .noema-front-theme .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .noema-front-theme .cbp-l-filters-text .cbp-filter-counter:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.noema-front-theme .cbp-item {
  display: inline-block;
  margin: 0 10px 20px 0;
}
.noema-front-theme .cbp {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  height: 400px;
}
.noema-front-theme .cbp > * {
  visibility: hidden;
}
.noema-front-theme .cbp .cbp-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.noema-front-theme .cbp img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}
.noema-front-theme .cbp a,
.noema-front-theme .cbp a:hover,
.noema-front-theme .cbp a:active {
  text-decoration: none;
  outline: 0;
}
.noema-front-theme .cbp-lazyload {
  position: relative;
  background: #fff;
  display: block;
}
.noema-front-theme .cbp-lazyload img {
  opacity: 1;
}
.noema-front-theme .cbp-lazyload img[data-cbp-src] {
  opacity: 0;
}
.noema-front-theme .cbp-lazyload img:not([data-cbp-src]) {
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.noema-front-theme .cbp-lazyload:after {
  z-index: 0;
}
.noema-front-theme .cbp-wrapper-outer {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.noema-front-theme .cbp-wrapper-outer,
.noema-front-theme .cbp-wrapper,
.noema-front-theme .cbp-wrapper-helper {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.noema-front-theme .cbp-wrapper,
.noema-front-theme .cbp-wrapper-helper {
  margin: 0;
}
.noema-front-theme .cbp-ready > * {
  visibility: visible;
}
.noema-front-theme .cbp-ready:after {
  display: none;
  visibility: hidden;
}
.noema-front-theme .cbp-ready .cbp-item {
  position: absolute;
  top: 0;
  left: 0;
}
.noema-front-theme .cbp-ready .cbp-wrapper,
.noema-front-theme .cbp-ready .cbp-wrapper-helper {
  position: absolute;
  top: 0;
  left: 0;
}
.noema-front-theme .cbp-item-off {
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
}
.noema-front-theme .cbp-item-on2off {
  z-index: 0;
}
.noema-front-theme .cbp-item-off2on {
  z-index: 1;
}
.noema-front-theme .cbp-item-on2on {
  z-index: 2;
}
.noema-front-theme .cbp-item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.noema-front-theme .cbp-l-project-related-wrap img,
.noema-front-theme .cbp-l-inline img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
.noema-front-theme .cbp-updateItems {
  -webkit-transition: height 0.5s ease-in-out !important;
  transition: height 0.5s ease-in-out !important;
  will-change: height;
}
.noema-front-theme .cbp-updateItems .cbp-item {
  -webkit-transition: top 0.5s ease-in-out, left 0.5s ease-in-out;
  transition: top 0.5s ease-in-out, left 0.5s ease-in-out;
}
.noema-front-theme .cbp-updateItems .cbp-item-loading {
  -webkit-animation: fadeIn 0.5s ease-in-out;
  animation: fadeIn 0.5s ease-in-out;
  -webkit-transition: none;
  transition: none;
}
.noema-front-theme .cbp-removeItem {
  -webkit-animation: fadeOut 0.5s ease-in-out;
  animation: fadeOut 0.5s ease-in-out;
}
.noema-front-theme .cbp-panel {
  width: 94%;
  max-width: 1170px;
  margin: 0 auto;
}
.noema-front-theme .cbp-misc-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
  text-align: center;
}
.noema-front-theme .cbp-misc-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes cbp-rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes cbp-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.noema-front-theme .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.noema-front-theme .cbp-l-filters-left {
  float: left;
}
.noema-front-theme .cbp-l-filters-right {
  float: right;
}
.noema-front-theme .cbp-l-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-filters-left,
  .noema-front-theme .cbp-l-filters-right {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .noema-front-theme .cbp-l-center {
    flex-direction: column;
  }
}
.noema-front-theme .cbp-caption,
.noema-front-theme .cbp-caption-defaultWrap,
.noema-front-theme .cbp-caption-activeWrap {
  display: block;
}
.noema-front-theme .cbp-caption-activeWrap {
  background-color: #282727;
}
.noema-front-theme .cbp-caption-active .cbp-caption,
.noema-front-theme .cbp-caption-active .cbp-caption-defaultWrap,
.noema-front-theme .cbp-caption-active .cbp-caption-activeWrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.noema-front-theme .cbp-caption-active .cbp-caption-defaultWrap {
  top: 0;
}
.noema-front-theme .cbp-caption-active .cbp-caption-activeWrap {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
}
.noema-front-theme .cbp-l-caption-title {
  color: #fff;
  font: 400 16px/21px "Open Sans", sans-serif;
}
.noema-front-theme .cbp-l-caption-desc {
  color: #aaa;
  font: 400 12px/16px "Open Sans", sans-serif;
}
.noema-front-theme .cbp-l-caption-text {
  font: 400 14px/21px "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 3px;
  padding: 0 6px;
}
.noema-front-theme .cbp-l-caption-buttonLeft,
.noema-front-theme .cbp-l-caption-buttonRight {
  background-color: #547EB1;
  color: #FFFFFF;
  display: inline-block;
  font: 400 12px/30px "Open Sans", sans-serif;
  min-width: 90px;
  text-align: center;
  margin: 4px;
  padding: 0 6px;
}
.noema-front-theme .cbp-l-caption-buttonLeft:hover,
.noema-front-theme .cbp-l-caption-buttonRight:hover {
  opacity: 0.9;
}
.noema-front-theme .cbp-caption-none .cbp-caption-activeWrap {
  display: none;
}
.noema-front-theme .cbp-l-caption-alignLeft .cbp-l-caption-body {
  padding: 12px 30px;
}
.noema-front-theme .cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body, .noema-front-theme .cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body, .noema-front-theme .cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body, .noema-front-theme .cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .noema-front-theme .cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body, .noema-front-theme .cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .noema-front-theme .cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .noema-front-theme .cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body, .noema-front-theme .cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .noema-front-theme .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body, .noema-front-theme .cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body {
  padding-top: 30px;
}
.noema-front-theme .cbp-l-caption-alignCenter {
  display: table;
  width: 100%;
  height: 100%;
}
.noema-front-theme .cbp-l-caption-alignCenter .cbp-l-caption-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px 0;
}
.noema-front-theme .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.noema-front-theme .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  position: relative;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}
.noema-front-theme .cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.noema-front-theme .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.noema-front-theme .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.noema-front-theme .cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.noema-front-theme .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.noema-front-theme .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.noema-front-theme .cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.noema-front-theme .cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding: 9px 11px;
  }
  .noema-front-theme .cbp-l-caption-title {
    font-size: 14px;
    line-height: 21px;
  }
  .noema-front-theme .cbp-l-caption-desc {
    font-size: 11px;
    line-height: 14px;
  }
  .noema-front-theme .cbp-l-caption-buttonLeft,
  .noema-front-theme .cbp-l-caption-buttonRight {
    font-size: 11px;
    line-height: 28px;
    min-width: 69px;
    margin: 3px;
    padding: 0 4px;
  }
  .noema-front-theme .cbp-l-caption-text {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 374px) {
  .noema-front-theme .cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding: 8px 10px;
  }
  .noema-front-theme .cbp-l-caption-title {
    font-size: 13px;
    line-height: 20px;
  }
  .noema-front-theme .cbp-l-caption-desc {
    font-size: 11px;
    line-height: 14px;
  }
  .noema-front-theme .cbp-l-caption-buttonLeft,
  .noema-front-theme .cbp-l-caption-buttonRight {
    font-size: 10px;
    line-height: 28px;
    min-width: 62px;
    margin: 1px;
    padding: 0 4px;
  }
}
.noema-front-theme .cbp-caption-fadeIn .cbp-caption-activeWrap {
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.noema-front-theme .cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}
.noema-front-theme .cbp-caption-minimal .cbp-l-caption-title,
.noema-front-theme .cbp-caption-minimal .cbp-l-caption-desc {
  position: relative;
  left: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
}
.noema-front-theme .cbp-caption-minimal .cbp-l-caption-title {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.noema-front-theme .cbp-caption-minimal .cbp-l-caption-desc {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
.noema-front-theme .cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title,
.noema-front-theme .cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.noema-front-theme .cbp-caption-minimal .cbp-caption-activeWrap {
  top: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.noema-front-theme .cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}
.noema-front-theme .cbp-caption-moveRight .cbp-caption-activeWrap {
  left: -100%;
  top: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.noema-front-theme .cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.noema-front-theme .cbp-caption-overlayBottom .cbp-caption-activeWrap {
  height: 60px;
  background-color: #181616;
  background-color: rgba(24, 22, 22, 0.7);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}
.noema-front-theme .cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.noema-front-theme .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.noema-front-theme .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.noema-front-theme .cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap,
.noema-front-theme .cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.noema-front-theme .cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  height: auto;
}
.noema-front-theme .cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-34px);
  transform: translateY(-34px);
}
.noema-front-theme .cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.noema-front-theme .cbp-caption-overlayBottomPush .cbp-caption-defaultWrap,
.noema-front-theme .cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}
.noema-front-theme .cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
  height: 69px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.noema-front-theme .cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-68px);
  transform: translateY(-68px);
}
.noema-front-theme .cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-69px);
  transform: translateY(-69px);
}
.noema-front-theme .cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
  z-index: 2;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}
.noema-front-theme .cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
  bottom: 0;
  z-index: 1;
  height: auto;
}
.noema-front-theme .cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-68px);
  transform: translateY(-68px);
}
.noema-front-theme .cbp-caption-overlayRightAlong .cbp-caption-defaultWrap,
.noema-front-theme .cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.noema-front-theme .cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
  top: 0;
  left: -50%;
  width: 50%;
}
.noema-front-theme .cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}
.noema-front-theme .cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.noema-front-theme .cbp-caption-pushDown .cbp-caption-defaultWrap,
.noema-front-theme .cbp-caption-pushDown .cbp-caption-activeWrap {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.noema-front-theme .cbp-caption-pushDown .cbp-caption-activeWrap {
  top: -100%;
}
.noema-front-theme .cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap,
.noema-front-theme .cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.noema-front-theme .cbp-caption-pushTop .cbp-caption-activeWrap,
.noema-front-theme .cbp-caption-pushTop .cbp-caption-defaultWrap {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.noema-front-theme .cbp-caption-pushTop .cbp-caption-activeWrap {
  height: 102%;
}
.noema-front-theme .cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.noema-front-theme .cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-99%);
  transform: translateY(-99%);
}
.noema-front-theme .cbp-caption-revealBottom .cbp-caption-defaultWrap {
  z-index: 2;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.noema-front-theme .cbp-caption-revealBottom .cbp-caption-activeWrap {
  top: 0;
  z-index: 1;
}
.noema-front-theme .cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.noema-front-theme .cbp-caption-revealLeft .cbp-caption-activeWrap {
  left: 100%;
  top: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.noema-front-theme .cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.noema-front-theme .cbp-caption-revealTop .cbp-caption-defaultWrap {
  z-index: 2;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.noema-front-theme .cbp-caption-revealTop .cbp-caption-activeWrap {
  top: 0;
  z-index: 1;
}
.noema-front-theme .cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.noema-front-theme .cbp-caption-zoom .cbp-caption-defaultWrap {
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
}
.noema-front-theme .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.noema-front-theme .cbp-caption-zoom .cbp-caption-activeWrap {
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.noema-front-theme .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}
.noema-front-theme .cbp-caption-opacity .cbp-item {
  padding: 1px;
}
.noema-front-theme .cbp-caption-opacity .cbp-caption,
.noema-front-theme .cbp-caption-opacity .cbp-caption-activeWrap,
.noema-front-theme .cbp-caption-opacity .cbp-caption-defaultWrap {
  background-color: transparent;
}
.noema-front-theme .cbp-caption-opacity .cbp-caption {
  border: 1px solid transparent;
}
.noema-front-theme .cbp-caption-opacity .cbp-caption:hover {
  border-color: #EDEDED;
}
.noema-front-theme .cbp-caption-opacity .cbp-caption-defaultWrap {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.noema-front-theme .cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
  opacity: 0.8;
}
.noema-front-theme .cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
  top: 0;
}
.noema-front-theme .cbp-caption-expand .cbp-caption {
  border-bottom: 1px dotted #eaeaea;
}
.noema-front-theme .cbp-caption-expand .cbp-caption-activeWrap {
  height: auto;
  background-color: transparent;
}
.noema-front-theme .cbp-caption-expand .cbp-caption-defaultWrap {
  cursor: pointer;
  font: 500 15px/23px "Roboto", sans-serif;
  color: #474747;
  padding: 12px 0 11px 26px;
}
.noema-front-theme .cbp-caption-expand .cbp-caption-defaultWrap svg {
  position: absolute;
  top: 16px;
  left: 0;
}
.noema-front-theme .cbp-caption-expand .cbp-l-caption-body {
  font: 400 13px/21px "Roboto", sans-serif;
  color: #888;
  padding: 0 0 20px 26px;
}
.noema-front-theme .cbp-caption-expand-active {
  -webkit-transition: height 0.4s !important;
  transition: height 0.4s !important;
}
.noema-front-theme .cbp-caption-expand-active .cbp-item {
  -webkit-transition: left 0.4s, top 0.4s !important;
  transition: left 0.4s, top 0.4s !important;
}
.noema-front-theme .cbp-caption-expand-open .cbp-caption-activeWrap {
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.noema-front-theme .cbp-l-filters-alignCenter {
  margin-bottom: 30px;
  text-align: center;
  font: 400 12px/21px sans-serif;
  color: #DADADA;
}
.noema-front-theme .cbp-l-filters-alignCenter .cbp-filter-item {
  color: #949494;
  cursor: pointer;
  font: 400 13px/21px "Open Sans", sans-serif;
  padding: 0 12px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.noema-front-theme .cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #2D2C2C;
}
.noema-front-theme .cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.noema-front-theme .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #2D2C2C;
  cursor: default;
}
.noema-front-theme .cbp-l-filters-alignCenter .cbp-filter-counter {
  background-color: #626161;
}
.noema-front-theme .cbp-l-filters-alignCenter .cbp-filter-counter:after {
  border-top: 4px solid #626161;
}
.noema-front-theme .cbp-l-filters-alignLeft {
  margin-bottom: 30px;
}
.noema-front-theme .cbp-l-filters-alignLeft .cbp-filter-item {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  font: 400 12px/30px "Open Sans", sans-serif;
  padding: 0 13px;
  position: relative;
  overflow: visible;
  margin: 0 4px 10px 4px;
  display: inline-block;
  color: #888888;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.noema-front-theme .cbp-l-filters-alignLeft .cbp-filter-item:hover {
  color: #111;
}
.noema-front-theme .cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
  background-color: #6C7A89;
  border: 1px solid #6C7A89;
  color: #fff;
  cursor: default;
}
.noema-front-theme .cbp-l-filters-alignLeft .cbp-filter-item:first-child {
  margin-left: 0;
}
.noema-front-theme .cbp-l-filters-alignLeft .cbp-filter-item:last-child {
  margin-right: 0;
}
.noema-front-theme .cbp-l-filters-alignLeft .cbp-filter-counter {
  display: inline;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-filters-alignLeft {
    text-align: center;
  }
}
.noema-front-theme .cbp-l-filters-alignRight {
  margin-bottom: 30px;
  text-align: right;
}
.noema-front-theme .cbp-l-filters-alignRight .cbp-filter-item {
  background-color: transparent;
  color: #8B8B8B;
  cursor: pointer;
  font: 400 11px/31px "Open Sans", sans-serif;
  padding: 0 14px;
  position: relative;
  overflow: visible;
  margin: 0 3px 10px 3px;
  border: 1px solid #E4E2E2;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.noema-front-theme .cbp-l-filters-alignRight .cbp-filter-item:hover {
  color: #2B3444;
}
.noema-front-theme .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  color: #FFFFFF;
  background-color: #049372;
  border-color: #049372;
  cursor: default;
}
.noema-front-theme .cbp-l-filters-alignRight .cbp-filter-item:first-child {
  margin-left: 0;
}
.noema-front-theme .cbp-l-filters-alignRight .cbp-filter-item:last-child {
  margin-right: 0;
}
.noema-front-theme .cbp-l-filters-alignRight .cbp-filter-counter {
  background-color: #049372;
}
.noema-front-theme .cbp-l-filters-alignRight .cbp-filter-counter:after {
  border-top: 4px solid #049372;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-filters-alignRight {
    text-align: center;
  }
}
.noema-front-theme .cbp-l-filters-button {
  margin-bottom: 30px;
}
.noema-front-theme .cbp-l-filters-button .cbp-filter-item {
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  color: #888888;
  cursor: pointer;
  font: 400 12px/32px "Open Sans", sans-serif;
  margin: 0 5px 10px 5px;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.noema-front-theme .cbp-l-filters-button .cbp-filter-item:hover {
  color: #545454;
  border-color: #DADADA;
}
.noema-front-theme .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #545454;
  color: #fff;
  border-color: #5d5d5d;
  cursor: default;
}
.noema-front-theme .cbp-l-filters-button .cbp-filter-item:first-child {
  margin-left: 0;
}
.noema-front-theme .cbp-l-filters-button .cbp-filter-item:last-child {
  margin-right: 0;
}
.noema-front-theme .cbp-l-filters-button .cbp-filter-counter {
  background-color: #545454;
}
.noema-front-theme .cbp-l-filters-button .cbp-filter-counter:after {
  border-top: 4px solid #545454;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-filters-button {
    text-align: center;
  }
}
.noema-front-theme .cbp-l-filters-buttonCenter {
  margin-bottom: 30px;
  text-align: center;
}
.noema-front-theme .cbp-l-filters-buttonCenter .cbp-filter-item {
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  color: #888888;
  cursor: pointer;
  font: 400 12px/32px "Roboto", sans-serif;
  margin: 0 5px 10px 5px;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.noema-front-theme .cbp-l-filters-buttonCenter .cbp-filter-item:hover {
  color: #5d5d5d;
}
.noema-front-theme .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
  color: #3B9CB3;
  border-color: #8CD2E5;
  cursor: default;
}
.noema-front-theme .cbp-l-filters-buttonCenter .cbp-filter-item:first-child {
  margin-left: 0;
}
.noema-front-theme .cbp-l-filters-buttonCenter .cbp-filter-item:last-child {
  margin-right: 0;
}
.noema-front-theme .cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #68ABBC;
}
.noema-front-theme .cbp-l-filters-buttonCenter .cbp-filter-counter:after {
  border-top: 4px solid #68ABBC;
}
.noema-front-theme .cbp-l-filters-dropdown {
  margin-bottom: 40px;
  height: 38px;
  position: relative;
  z-index: 5;
}
.noema-front-theme .cbp-l-filters-dropdownWrap {
  width: 200px;
  position: absolute;
  right: 0;
  background: #4d4c4d;
}
.noema-front-theme .cbp-l-filters-dropdownHeader {
  font: 400 12px/38px "Open Sans", sans-serif;
  margin: 0 17px;
  color: #FFF;
  cursor: default;
  position: relative;
}
.noema-front-theme .cbp-l-filters-dropdownHeader:after {
  border-color: #FFFFFF rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  margin-top: -1px;
}
.noema-front-theme .cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
  border-width: 0 5px 5px;
}
.noema-front-theme .cbp-l-filters-dropdownList {
  display: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.noema-front-theme .cbp-l-filters-dropdownList > li {
  margin: 0;
  list-style: none;
}
.noema-front-theme .cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
  display: block;
  margin: 0;
}
.noema-front-theme .cbp-l-filters-dropdownList .cbp-filter-item {
  background: transparent;
  color: #b3b3b3;
  width: 100%;
  text-align: left;
  font: 400 12px/40px "Open Sans", sans-serif;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: none;
  border-top: 1px solid #595959;
}
.noema-front-theme .cbp-l-filters-dropdownList .cbp-filter-item:hover {
  color: #e6e6e6;
}
.noema-front-theme .cbp-l-filters-dropdownList .cbp-filter-item-active {
  color: #fff;
  cursor: default;
}
.noema-front-theme .cbp-l-filters-dropdownWrap .cbp-filter-counter {
  display: inline;
}
.noema-front-theme .cbp-l-filters-dropdown-floated {
  float: right;
  margin-top: -2px;
  margin-left: 20px;
  width: 200px;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-filters-dropdown-floated {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .noema-front-theme .cbp-l-filters-dropdownWrap {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.noema-front-theme .cbp-l-filters-list {
  margin-bottom: 30px;
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.noema-front-theme .cbp-l-filters-list .cbp-filter-item {
  background-color: transparent;
  color: #585252;
  cursor: pointer;
  font: 400 12px/35px "Open Sans", sans-serif;
  padding: 0 18px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  float: left;
  border: 1px solid #3288C4;
  border-right-width: 0;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.noema-front-theme .cbp-l-filters-list .cbp-filter-item:hover {
  color: #000;
}
.noema-front-theme .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
  cursor: default;
  color: #FFFFFF;
  background-color: #3288C4;
}
.noema-front-theme .cbp-l-filters-list-first {
  border-radius: 6px 0 0 6px;
}
.noema-front-theme .cbp-l-filters-list-last {
  border-radius: 0 6px 6px 0;
  border-right-width: 1px !important;
}
.noema-front-theme .cbp-l-filters-list .cbp-filter-counter {
  display: inline;
}
@media only screen and (max-width: 600px) {
  .noema-front-theme .cbp-l-filters-list .cbp-filter-item {
    margin-right: 5px;
    border-radius: 6px;
    border-right-width: 1px;
  }
}
.noema-front-theme .cbp-l-filters-work {
  margin-bottom: 30px;
  text-align: center;
}
.noema-front-theme .cbp-l-filters-work .cbp-filter-item {
  background-color: #FFFFFF;
  color: #888;
  cursor: pointer;
  font: 600 11px/37px "Open Sans", sans-serif;
  margin: 0 3px 15px 3px;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.noema-front-theme .cbp-l-filters-work .cbp-filter-item:hover {
  color: #fff;
  background: #607D8B;
}
.noema-front-theme .cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
  background-color: #607D8B;
  color: #fff;
  cursor: default;
}
.noema-front-theme .cbp-l-filters-work .cbp-filter-item:first-child {
  margin-left: 0;
}
.noema-front-theme .cbp-l-filters-work .cbp-filter-item:last-child {
  margin-right: 0;
}
.noema-front-theme .cbp-l-filters-work .cbp-filter-counter {
  font: 600 11px/37px "Open Sans", sans-serif;
  text-align: center;
  display: inline-block;
  margin-left: 8px;
}
.noema-front-theme .cbp-l-filters-work .cbp-filter-counter:before {
  content: "(";
}
.noema-front-theme .cbp-l-filters-work .cbp-filter-counter:after {
  content: ")";
}
.noema-front-theme .cbp-l-filters-big {
  margin-bottom: 30px;
  text-align: center;
}
.noema-front-theme .cbp-l-filters-big .cbp-filter-item {
  color: #444;
  cursor: pointer;
  font: 400 15px/22px "Roboto", sans-serif;
  margin: 0 8px 10px 8px;
  padding: 10px 23px;
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.noema-front-theme .cbp-l-filters-big .cbp-filter-item:hover {
  color: #888;
}
.noema-front-theme .cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
  border-color: #d5d5d5;
  color: #444;
  cursor: default;
}
.noema-front-theme .cbp-l-filters-big .cbp-filter-item:first-child {
  margin-left: 0;
}
.noema-front-theme .cbp-l-filters-big .cbp-filter-item:last-child {
  margin-right: 0;
}
.noema-front-theme .cbp-l-filters-text {
  margin-bottom: 30px;
  text-align: center;
  font: 400 12px/36px "Lato", sans-serif;
  color: #DADADA;
  padding: 0 15px;
}
.noema-front-theme .cbp-l-filters-text .cbp-filter-item {
  color: #949494;
  cursor: pointer;
  font: 400 13px/21px "Lato", sans-serif;
  padding: 0 12px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.noema-front-theme .cbp-l-filters-text .cbp-filter-item:hover {
  color: #2D2C2C;
}
.noema-front-theme .cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.noema-front-theme .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  color: #2D2C2C;
  cursor: default;
}
.noema-front-theme .cbp-l-filters-text .cbp-filter-counter {
  background-color: #626161;
  font: 400 11px/18px "Lato", sans-serif;
}
.noema-front-theme .cbp-l-filters-text .cbp-filter-counter:after {
  border-top: 4px solid #626161;
}
.noema-front-theme .cbp-l-filters-text-sort {
  display: inline-block;
  font: 400 13px/21px "Lato", sans-serif;
  color: #949494;
  margin-right: 15px;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-filters-text-sort {
    display: block;
    margin-bottom: 10px;
  }
}
.noema-front-theme .cbp-l-filters-underline {
  margin-bottom: 30px;
}
.noema-front-theme .cbp-l-filters-underline .cbp-filter-item {
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font: 600 14px/21px "Open Sans", sans-serif;
  padding: 8px 10px;
  position: relative;
  overflow: visible;
  margin: 0 10px 10px 10px;
  display: inline-block;
  color: #787878;
  -webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.noema-front-theme .cbp-l-filters-underline .cbp-filter-item:hover {
  color: #111;
}
.noema-front-theme .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
  border-bottom-color: #666;
  color: #444;
  cursor: default;
}
.noema-front-theme .cbp-l-filters-underline .cbp-filter-item:first-child {
  margin-left: 0;
}
.noema-front-theme .cbp-l-filters-underline .cbp-filter-item:last-child {
  margin-right: 0;
}
.noema-front-theme .cbp-l-filters-underline .cbp-filter-counter {
  display: inline;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-filters-underline {
    text-align: center;
  }
}
.noema-front-theme .cbp-l-filters-holder {
  text-align: center;
}
.noema-front-theme .cbp-l-filters-holder .cbp-filter-item {
  cursor: pointer;
  font: 600 16px/21px "Open Sans", sans-serif;
  padding: 8px 10px;
  position: relative;
  overflow: visible;
  margin: 0 10px 10px 10px;
  display: inline-block;
  color: #555;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  letter-spacing: 0.3px;
}
.noema-front-theme .cbp-l-filters-holder .cbp-filter-item:hover {
  color: #d8b345;
}
.noema-front-theme .cbp-l-filters-holder .cbp-filter-item.cbp-filter-item-active {
  color: #d8b345;
  cursor: default;
}
.noema-front-theme .cbp-l-filters-holder .cbp-filter-item:first-child {
  margin-left: 0;
}
.noema-front-theme .cbp-l-filters-holder .cbp-filter-item:last-child {
  margin-right: 0;
}
.noema-front-theme .cbp-l-filters-holder .cbp-filter-counter {
  display: inline;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-filters-holder {
    text-align: center;
  }
}
.noema-front-theme .cbp-l-subfilters {
  display: none;
  opacity: 0;
  margin-bottom: 40px;
  text-align: center;
}
.noema-front-theme .cbp-l-subfilters .cbp-filter-item {
  position: relative;
  font: 13px "Open Sans", sans-serif;
  display: inline-block;
  color: #9e9e9e;
  margin: 0 15px;
  cursor: pointer;
  margin: 0 10px 10px 10px;
  letter-spacing: 0.3px;
}
.noema-front-theme .cbp-l-subfilters .cbp-filter-item:hover {
  color: #555;
}
.noema-front-theme .cbp-l-subfilters .cbp-filter-item:after {
  content: "";
  background-color: #dfb947;
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.noema-front-theme .cbp-l-subfilters .cbp-filter-item-active {
  color: #555;
}
.noema-front-theme .cbp-l-subfilters .cbp-filter-item-active:after {
  width: 100%;
}
.noema-front-theme .cbp-l-subfilters--active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease both;
  animation: fadeIn 0.5s ease both;
}
.noema-front-theme .cbp-animation-quicksand {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-quicksand .cbp-item {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.noema-front-theme .cbp-animation-quicksand .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-quicksand .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: quicksand-off 0.6s ease-out both;
  animation: quicksand-off 0.6s ease-out both;
}
.noema-front-theme .cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: quicksand-on 0.6s ease-out both;
  animation: quicksand-on 0.6s ease-out both;
}
@-webkit-keyframes quicksand-off {
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
  }
}
@keyframes quicksand-off {
  100% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
}
@-webkit-keyframes quicksand-on {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
  }
}
@keyframes quicksand-on {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
}
.noema-front-theme .cbp-animation-fadeOut,
.noema-front-theme .cbp-animation-boxShadow {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-fadeOut .cbp-item,
.noema-front-theme .cbp-animation-boxShadow .cbp-item {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.noema-front-theme .cbp-animation-fadeOut .cbp-item,
.noema-front-theme .cbp-animation-boxShadow .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-fadeOut .cbp-item-wrapper,
.noema-front-theme .cbp-animation-boxShadow .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper,
.noema-front-theme .cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: fadeOut-off 0.6s ease-in-out both;
  animation: fadeOut-off 0.6s ease-in-out both;
}
.noema-front-theme .cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper,
.noema-front-theme .cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: fadeOut-on 0.6s ease-in-out both;
  animation: fadeOut-on 0.6s ease-in-out both;
}
@-webkit-keyframes fadeOut-off {
  0% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes fadeOut-off {
  0% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.noema-front-theme .cbp-animation-flipOut {
  -webkit-transition: height 0.7s ease-in-out;
  transition: height 0.7s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-flipOut .cbp-item {
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
}
.noema-front-theme .cbp-animation-flipOut .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-flipOut .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: flipOut-out 0.7s both ease-in;
  animation: flipOut-out 0.7s both ease-in;
}
.noema-front-theme .cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: flipOut-in 0.7s ease-out both;
  animation: flipOut-in 0.7s ease-out both;
}
@-webkit-keyframes flipOut-out {
  50%, 100% {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipOut-out {
  50%, 100% {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOut-in {
  0%, 50% {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipOut-in {
  0%, 50% {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
.noema-front-theme .cbp-animation-flipBottom {
  -webkit-transition: height 0.7s ease-in-out;
  transition: height 0.7s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-flipBottom .cbp-item {
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
}
.noema-front-theme .cbp-animation-flipBottom .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-flipBottom .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: flipBottom-out 0.7s both ease-in;
  animation: flipBottom-out 0.7s both ease-in;
}
.noema-front-theme .cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: flipBottom-in 0.7s ease-out both;
  animation: flipBottom-in 0.7s ease-out both;
}
@-webkit-keyframes flipBottom-out {
  50%, 100% {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipBottom-out {
  50%, 100% {
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipBottom-in {
  0%, 50% {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@keyframes flipBottom-in {
  0%, 50% {
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
.noema-front-theme .cbp-animation-scaleSides {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-scaleSides .cbp-item {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.noema-front-theme .cbp-animation-scaleSides .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-scaleSides .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: scaleSides-out 0.9s both;
  animation: scaleSides-out 0.9s both;
}
.noema-front-theme .cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: scaleSides-in 0.9s both;
  animation: scaleSides-in 0.9s both;
}
@-webkit-keyframes scaleSides-out {
  50%, 100% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes scaleSides-out {
  50%, 100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@-webkit-keyframes scaleSides-in {
  0%, 50% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes scaleSides-in {
  0%, 50% {
    transform: scale(0.6);
    opacity: 0;
  }
}
.noema-front-theme .cbp-animation-skew {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-skew .cbp-item {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.noema-front-theme .cbp-animation-skew .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-skew .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: skew-off 0.6s ease-out both;
  animation: skew-off 0.6s ease-out both;
}
.noema-front-theme .cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: skew-on 0.6s ease-out both;
  animation: skew-on 0.6s ease-out both;
}
@-webkit-keyframes skew-off {
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) skew(20deg, 0);
  }
}
@keyframes skew-off {
  100% {
    opacity: 0;
    transform: scale3d(0, 0, 0) skew(20deg, 0);
  }
}
@-webkit-keyframes skew-on {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) skew(0, 20deg);
  }
}
@keyframes skew-on {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0) skew(0, 20deg);
  }
}
.noema-front-theme .cbp-animation-fadeOutTop {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-fadeOutTop .cbp-wrapper-outer {
  overflow: visible;
}
.noema-front-theme .cbp-animation-fadeOutTop .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: visible;
}
.noema-front-theme .cbp-animation-fadeOutTop .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-out 0.6s both ease-in-out;
  animation: fadeOutTop-out 0.6s both ease-in-out;
}
.noema-front-theme .cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-in 0.6s both ease-in-out;
  animation: fadeOutTop-in 0.6s both ease-in-out;
}
@-webkit-keyframes fadeOutTop-out {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateY(-30px);
    opacity: 0;
  }
}
@keyframes fadeOutTop-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50%, 100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutTop-in {
  0%, 50% {
    -webkit-transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOutTop-in {
  0%, 50% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.noema-front-theme .cbp-animation-slideLeft {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-slideLeft .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-slideLeft .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: slideLeft-out 0.8s both ease-in-out;
  animation: slideLeft-out 0.8s both ease-in-out;
}
.noema-front-theme .cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: slideLeft-in 0.8s both ease-in-out;
  animation: slideLeft-in 0.8s both ease-in-out;
}
@-webkit-keyframes slideLeft-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 0.75;
    -webkit-transform: scale(0.8);
  }
  75% {
    opacity: 0.75;
    -webkit-transform: scale(0.8) translateX(-200%);
  }
  100% {
    opacity: 0.75;
    -webkit-transform: scale(0.8) translateX(-200%);
  }
}
@keyframes slideLeft-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 0.75;
    transform: scale(0.8);
  }
  75% {
    opacity: 0.75;
    transform: scale(0.8) translateX(-200%);
  }
  100% {
    opacity: 0.75;
    transform: scale(0.8) translateX(-200%);
  }
}
@-webkit-keyframes slideLeft-in {
  0%, 25% {
    opacity: 0.75;
    -webkit-transform: scale(0.8) translateX(200%);
  }
  75% {
    opacity: 0.75;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
}
@keyframes slideLeft-in {
  0%, 25% {
    opacity: 0.75;
    transform: scale(0.8) translateX(200%);
  }
  75% {
    opacity: 0.75;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
.noema-front-theme .cbp-animation-sequentially {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-sequentially .cbp-wrapper-outer {
  overflow: visible;
}
.noema-front-theme .cbp-animation-sequentially .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: visible;
}
.noema-front-theme .cbp-animation-sequentially .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-out 0.6s both ease;
  animation: fadeOutTop-out 0.6s both ease;
}
.noema-front-theme .cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-in 0.6s both ease-out;
  animation: fadeOutTop-in 0.6s both ease-out;
}
.noema-front-theme .cbp-animation-3dflip {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-3dflip .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-3dflip .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip-out 0.6s both ease-in-out;
  animation: flip-out 0.6s both ease-in-out;
}
.noema-front-theme .cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: flip-in 0.6s both ease-in-out;
  animation: flip-in 0.6s both ease-in-out;
}
@-webkit-keyframes flip-out {
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@keyframes flip-out {
  100% {
    opacity: 0;
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes flip-in {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes flip-in {
  0% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.noema-front-theme .cbp-animation-flipOutDelay {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-flipOutDelay .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-flipOutDelay .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: flipOut-out 1s both ease-in;
  animation: flipOut-out 1s both ease-in;
}
.noema-front-theme .cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: flipOut-in 1s both ease-out;
  animation: flipOut-in 1s both ease-out;
}
.noema-front-theme .cbp-animation-slideDelay {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-slideDelay .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-slideDelay .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: slideDelay-out 0.5s both ease-in-out;
  animation: slideDelay-out 0.5s both ease-in-out;
}
.noema-front-theme .cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: slideDelay-in 0.5s both ease-in-out;
  animation: slideDelay-in 0.5s both ease-in-out;
}
@-webkit-keyframes slideDelay-out {
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes slideDelay-out {
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideDelay-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideDelay-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.noema-front-theme .cbp-animation-rotateSides {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-rotateSides .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-rotateSides .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: -50% 50%;
  -webkit-animation: rotateSides-out 0.5s both ease-in;
  transform-origin: -50% 50%;
  animation: rotateSides-out 0.5s both ease-in;
}
.noema-front-theme .cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 150% 50%;
  -webkit-animation: rotateSides-in 0.6s both ease-out;
  transform-origin: 150% 50%;
  animation: rotateSides-in 0.6s both ease-out;
}
@-webkit-keyframes rotateSides-out {
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(90deg);
  }
}
@keyframes rotateSides-out {
  100% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(90deg);
  }
}
@-webkit-keyframes rotateSides-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
  }
}
@keyframes rotateSides-in {
  0% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
  40% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
}
.noema-front-theme .cbp-animation-foldLeft {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-foldLeft .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-foldLeft .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: foldLeft-out 0.7s both;
  animation: foldLeft-out 0.7s both;
}
.noema-front-theme .cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: foldLeft-in 0.7s both;
  animation: foldLeft-in 0.7s both;
}
@-webkit-keyframes foldLeft-out {
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes foldLeft-out {
  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes foldLeft-in {
  0% {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
  }
}
@keyframes foldLeft-in {
  0% {
    opacity: 0.3;
    transform: translateX(100%);
  }
}
.noema-front-theme .cbp-animation-unfold {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-unfold .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-unfold .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: unfold-out 0.8s both;
  animation: unfold-out 0.8s both;
}
.noema-front-theme .cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: unfold-in 0.8s both;
  transform-origin: 0% 50%;
  animation: unfold-in 0.8s both;
}
@-webkit-keyframes unfold-out {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
}
@keyframes unfold-out {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes unfold-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes unfold-in {
  0% {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}
.noema-front-theme .cbp-animation-scaleDown {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-scaleDown .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-scaleDown .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: scaleDown-out 0.7s both;
  animation: scaleDown-out 0.7s both;
}
.noema-front-theme .cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: scaleDown-in 0.6s both;
  animation: scaleDown-in 0.6s both;
}
@-webkit-keyframes scaleDown-out {
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleDown-out {
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleDown-in {
  0% {
    -webkit-transform: translateX(100%);
  }
}
@keyframes scaleDown-in {
  0% {
    transform: translateX(100%);
  }
}
.noema-front-theme .cbp-animation-frontRow {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-frontRow .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-frontRow .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: frontRow-out 0.7s both ease;
  animation: frontRow-out 0.7s both ease;
}
.noema-front-theme .cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: frontRow-in 0.6s both ease;
  animation: frontRow-in 0.6s both ease;
}
@-webkit-keyframes frontRow-out {
  100% {
    -webkit-transform: translateX(-60%) scale(0.8);
    opacity: 0;
  }
}
@keyframes frontRow-out {
  100% {
    transform: translateX(-60%) scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes frontRow-in {
  0% {
    -webkit-transform: translateX(100%) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1);
  }
}
@keyframes frontRow-in {
  0% {
    transform: translateX(100%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
}
.noema-front-theme .cbp-animation-rotateRoom {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-rotateRoom .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-animation-rotateRoom .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.noema-front-theme .cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRoom-out 0.8s both ease;
  animation: rotateRoom-out 0.8s both ease;
}
.noema-front-theme .cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateRoom-in 0.8s both ease;
  animation: rotateRoom-in 0.8s both ease;
}
@-webkit-keyframes rotateRoom-out {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(90deg);
  }
}
@keyframes rotateRoom-out {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateRoom-in {
  0% {
    opacity: 0.3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
  }
}
@keyframes rotateRoom-in {
  0% {
    opacity: 0.3;
    transform: translateX(100%) rotateY(-90deg);
  }
}
.noema-front-theme .cbp-animation-bounceBottom {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-bounceBottom .cbp-wrapper-helper {
  -webkit-animation: bounceBottom-out 0.6s both ease-in-out;
  animation: bounceBottom-out 0.6s both ease-in-out;
}
.noema-front-theme .cbp-animation-bounceBottom .cbp-wrapper {
  -webkit-animation: bounceBottom-in 0.6s both ease-in-out;
  animation: bounceBottom-in 0.6s both ease-in-out;
}
@-webkit-keyframes bounceBottom-out {
  100% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes bounceBottom-out {
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes bounceBottom-in {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounceBottom-in {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.noema-front-theme .cbp-animation-bounceLeft {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-bounceLeft .cbp-wrapper-helper {
  -webkit-animation: bounceLeft-out 0.6s both ease-in-out;
  animation: bounceLeft-out 0.6s both ease-in-out;
}
.noema-front-theme .cbp-animation-bounceLeft .cbp-wrapper {
  -webkit-animation: bounceLeft-in 0.6s both ease-in-out;
  animation: bounceLeft-in 0.6s both ease-in-out;
}
@-webkit-keyframes bounceLeft-out {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes bounceLeft-out {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes bounceLeft-in {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes bounceLeft-in {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.noema-front-theme .cbp-animation-bounceTop {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-bounceTop .cbp-wrapper-helper {
  -webkit-animation: bounceTop-out 0.6s both ease-in-out;
  animation: bounceTop-out 0.6s both ease-in-out;
}
.noema-front-theme .cbp-animation-bounceTop .cbp-wrapper {
  -webkit-animation: bounceTop-in 0.6s both ease-in-out;
  animation: bounceTop-in 0.6s both ease-in-out;
}
@-webkit-keyframes bounceTop-out {
  100% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes bounceTop-out {
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes bounceTop-in {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounceTop-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.noema-front-theme .cbp-animation-moveLeft {
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  will-change: height;
}
.noema-front-theme .cbp-animation-moveLeft .cbp-wrapper-helper {
  -webkit-animation: moveLeft-out 0.6s both ease-in-out;
  animation: moveLeft-out 0.6s both ease-in-out;
}
.noema-front-theme .cbp-animation-moveLeft .cbp-wrapper {
  -webkit-animation: moveLeft-in 0.6s both ease-in-out;
  animation: moveLeft-in 0.6s both ease-in-out;
}
@-webkit-keyframes moveLeft-out {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes moveLeft-out {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes moveLeft-in {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveLeft-in {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.noema-front-theme .cbp-displayType-bottomToTop {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.noema-front-theme .cbp-displayType-bottomToTop .cbp-item {
  -webkit-animation: fadeInBottomToTop 0.3s both ease-in;
  animation: fadeInBottomToTop 0.3s both ease-in;
}
@-webkit-keyframes fadeInBottomToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInBottomToTop {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.noema-front-theme .cbp-displayType-fadeIn {
  -webkit-animation: fadeIn 0.5s both ease-in;
  animation: fadeIn 0.5s both ease-in;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.noema-front-theme .cbp-displayType-fadeInToTop {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-animation: fadeInToTop 0.5s both ease-in;
  animation: fadeInToTop 0.5s both ease-in;
}
@-webkit-keyframes fadeInToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInToTop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.noema-front-theme .cbp-displayType-sequentially .cbp-item {
  -webkit-animation: fadeIn 0.5s both ease-in;
  animation: fadeIn 0.5s both ease-in;
}
.noema-front-theme .cbp-lightbox img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}
.noema-front-theme .cbp-popup-ie8bg {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
}
.noema-front-theme .cbp-popup-wrap {
  height: 100%;
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 99990;
  padding: 0 10px;
}
.noema-front-theme .cbp-popup-wrap video {
  outline: 0 none;
}
.noema-front-theme .cbp-popup-lightbox {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.noema-front-theme .cbp-popup-singlePage {
  background: white;
  padding: 0;
}
.noema-front-theme .cbp-popup-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.noema-front-theme .cbp-popup-content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.noema-front-theme .cbp-popup-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 100%;
}
.noema-front-theme .cbp-popup-lightbox .cbp-popup-content {
  display: flex;
}
.noema-front-theme .cbp-popup-singlePage .cbp-popup-content {
  position: relative;
  z-index: 1;
  margin-top: 145px;
  max-width: 1024px;
  vertical-align: top;
  width: 94%;
}
.noema-front-theme .cbp-popup-singlePage .cbp-popup-content-basic {
  position: relative;
  z-index: 1;
  margin-top: 104px;
  vertical-align: top;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.noema-front-theme .cbp-popup-lightbox-figure {
  width: 100%;
  position: relative;
  padding: 20px 0;
}
.noema-front-theme .cbp-popup-lightbox-bottom {
  position: relative;
  margin-top: 3px;
}
.noema-front-theme .cbp-popup-lightbox-title {
  padding-right: 50px;
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #eee;
}
.noema-front-theme .cbp-popup-lightbox-counter {
  position: absolute;
  top: 0;
  right: 0;
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #eee;
}
.noema-front-theme .cbp-popup-lightbox-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.noema-front-theme .cbp-popup-lightbox-img[data-action] {
  cursor: pointer;
}
.noema-front-theme .cbp-popup-lightbox-isIframe .cbp-popup-content {
  width: 75%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .noema-front-theme .cbp-popup-lightbox-isIframe .cbp-popup-content {
    width: 95%;
  }
}
.noema-front-theme .cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 3px;
}
.noema-front-theme .cbp-popup-lightbox-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  background: #000;
}
.noema-front-theme .cbp-popup-lightbox-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.noema-front-theme .cbp-popup-lightbox-iframe audio {
  margin-top: 27%;
}
.noema-front-theme .cbp-popup-lightbox-iframe .cbp-popup-lightbox-bottom {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.noema-front-theme .cbp-popup-singlePage .cbp-popup-navigation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 104px;
  background-color: #3D4750;
}
.noema-front-theme .cbp-popup-singlePage .cbp-popup-navigation {
  position: relative;
  width: 100%;
  height: 100%;
}
.noema-front-theme .cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
  position: fixed;
}
.noema-front-theme .cbp-popup-singlePage-counter {
  color: #fff;
  position: absolute;
  margin: auto;
  right: 40px;
  top: 0;
  bottom: 0;
  font: 400 13px/30px "Open Sans", sans-serif;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .noema-front-theme .cbp-popup-singlePage-counter {
    right: 3%;
  }
}
.noema-front-theme .cbp-popup-next,
.noema-front-theme .cbp-popup-prev,
.noema-front-theme .cbp-popup-close {
  padding: 0;
  border: medium none;
  position: absolute;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noema-front-theme .cbp-popup-lightbox .cbp-popup-prev,
.noema-front-theme .cbp-popup-lightbox .cbp-popup-next,
.noema-front-theme .cbp-popup-lightbox .cbp-popup-close {
  visibility: hidden;
}
.noema-front-theme .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,
.noema-front-theme .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,
.noema-front-theme .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
  visibility: visible;
}
.noema-front-theme .cbp-popup-lightbox .cbp-popup-prev {
  background: url("../img/cbp-sprite.png") no-repeat scroll 0 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.noema-front-theme .cbp-popup-lightbox .cbp-popup-prev:hover {
  background-position: 0 -46px;
}
.noema-front-theme .cbp-popup-singlePage .cbp-popup-prev {
  background: url("../img/cbp-sprite.png") no-repeat scroll 0 -92px transparent;
  width: 44px;
  height: 44px;
  margin: auto;
  top: 0;
  right: 108px;
  bottom: 0;
  left: 0;
}
.noema-front-theme .cbp-popup-singlePage .cbp-popup-prev:hover {
  background-position: 0 -138px;
}
.noema-front-theme .cbp-popup-lightbox .cbp-popup-next {
  background: url("../img/cbp-sprite.png") no-repeat scroll -46px 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.noema-front-theme .cbp-popup-lightbox .cbp-popup-next:hover {
  background-position: -46px -46px;
}
.noema-front-theme .cbp-popup-singlePage .cbp-popup-next {
  background: url("../img/cbp-sprite.png") no-repeat scroll -46px -92px transparent;
  width: 44px;
  height: 44px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 108px;
}
.noema-front-theme .cbp-popup-singlePage .cbp-popup-next:hover {
  background-position: -46px -138px;
}
.noema-front-theme .cbp-popup-lightbox .cbp-popup-close {
  background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 20px;
}
.noema-front-theme .cbp-popup-lightbox .cbp-popup-close:hover {
  background-position: -92px -46px;
}
.noema-front-theme .cbp-popup-singlePage .cbp-popup-close {
  background: url("../img/cbp-sprite.png") no-repeat scroll -92px -92px transparent;
  height: 44px;
  width: 44px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.noema-front-theme .cbp-popup-singlePage .cbp-popup-close:hover {
  background-position: -92px -138px;
}
.noema-front-theme .cbp-popup-singlePage .cbp-popup-ie8bg {
  background-color: #fff;
}
@media only screen and (max-width: 360px), (max-height: 600px) {
  .noema-front-theme .cbp-popup-next,
  .noema-front-theme .cbp-popup-prev,
  .noema-front-theme .cbp-popup-close {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .noema-front-theme .cbp-popup-lightbox .cbp-popup-close {
    right: 10px;
    top: 10px;
  }
  .noema-front-theme .cbp-popup-lightbox .cbp-popup-next {
    right: 10px;
  }
  .noema-front-theme .cbp-popup-lightbox .cbp-popup-prev {
    left: 10px;
  }
  .noema-front-theme .cbp-popup-singlePage .cbp-popup-navigation-wrap {
    height: 84px;
  }
  .noema-front-theme .cbp-popup-singlePage .cbp-popup-content {
    margin-top: 120px;
  }
}
.noema-front-theme .cbp-popup-loadingBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.noema-front-theme .cbp-popup-lightbox .cbp-popup-loadingBox:after {
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  border-right: 3px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid rgba(255, 255, 255, 0.85);
}
.noema-front-theme .cbp-popup-ready .cbp-popup-loadingBox {
  visibility: hidden;
  display: none;
}
.noema-front-theme .cbp-popup-loading .cbp-popup-loadingBox {
  visibility: visible;
  display: block;
}
.noema-front-theme .cbp-popup-transitionend .cbp-popup-content-wrap {
  overflow-y: scroll;
}
.noema-front-theme .cbp-popup-singlePage {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.noema-front-theme .cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
  opacity: 0;
}
.noema-front-theme .cbp-popup-singlePage-fade {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.noema-front-theme .cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
  opacity: 1;
}
.noema-front-theme .cbp-popup-singlePage-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.noema-front-theme .cbp-popup-singlePage-open {
  -webkit-transform: none;
  transform: none;
}
.noema-front-theme .cbp-l-project-title {
  color: #454444;
  font: 600 42px/46px "Open Sans", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.noema-front-theme .cbp-l-project-subtitle {
  color: #787878;
  font: 400 14px/21px "Open Sans", sans-serif;
  margin: 0 auto 50px;
  max-width: 500px;
  text-align: center;
}
.noema-front-theme .cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.noema-front-theme .cbp-l-project-container {
  overflow: hidden;
  margin: 40px auto 0;
  clear: both;
}
.noema-front-theme .cbp-l-project-desc {
  float: left;
  width: 62%;
}
.noema-front-theme .cbp-l-project-details {
  float: right;
  width: 38%;
  padding-left: 60px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .noema-front-theme .cbp-l-project-title {
    font-size: 30px;
    line-height: 34px;
  }
  .noema-front-theme .cbp-l-project-desc {
    width: 100%;
  }
  .noema-front-theme .cbp-l-project-details {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.noema-front-theme .cbp-l-project-desc-title {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
  color: #444;
}
.noema-front-theme .cbp-l-project-desc-title span,
.noema-front-theme .cbp-l-project-details-title span {
  border-bottom: 1px solid #747474;
  display: inline-block;
  margin: 0 0 -1px 0;
  font: 400 16px/36px "Open Sans", sans-serif;
  padding: 0 5px 0 0;
}
.noema-front-theme .cbp-l-project-desc-text {
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #555;
  margin-bottom: 20px;
}
.noema-front-theme .cbp-l-project-details-title {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 19px;
  color: #444;
}
.noema-front-theme .cbp-l-project-details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.noema-front-theme .cbp-l-project-details-list > li,
.noema-front-theme .cbp-l-project-details-list > div {
  border-bottom: 1px dotted #DFDFDF;
  padding: inherit;
  color: #666;
  font: 400 12px/30px "Open Sans", sans-serif;
}
.noema-front-theme .cbp-l-project-details-list > li:last-child,
.noema-front-theme .cbp-l-project-details-list > div:last-child {
  border: none;
}
.noema-front-theme .cbp-l-project-details-list strong {
  display: inline-block;
  color: #696969;
  font-weight: 600;
  min-width: 100px;
}
.noema-front-theme .cbp-l-project-details-item {
  display: flex;
}
.noema-front-theme .cbp-l-project-details-name {
  color: #696969;
  font-weight: 600;
  min-width: 80px;
  margin-right: 20px;
}
.noema-front-theme .cbp-l-project-details-visit {
  color: #FFFFFF;
  float: right;
  clear: both;
  text-decoration: none;
  font: 400 11px/18px "Open Sans", sans-serif;
  margin-top: 25px;
  background-color: #62B57B;
  padding: 8px 19px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.noema-front-theme .cbp-l-project-details-visit:hover {
  opacity: 0.9;
  color: #fff;
}
.noema-front-theme .cbp-l-project-related-wrap {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.noema-front-theme .cbp-l-project-related-item {
  margin-left: 5%;
  max-width: 30%;
  float: left;
}
.noema-front-theme .cbp-l-project-related-item:first-child {
  margin-left: 0;
}
.noema-front-theme .cbp-l-project-related-title {
  font: 700 14px/18px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 20px;
}
.noema-front-theme .cbp-l-project-related-link {
  text-decoration: none;
}
.noema-front-theme .cbp-l-project-related-link:hover {
  opacity: 0.9;
}
.noema-front-theme .cbp-l-member-img {
  float: left;
  width: 40%;
  margin-top: 20px;
}
.noema-front-theme .cbp-l-member-img img {
  border: 1px solid #e2e2e2;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: 0;
}
.noema-front-theme .cbp-l-member-info {
  margin-top: 20px;
  padding-left: 25px;
  float: left;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .noema-front-theme .cbp-l-member-img {
    width: 100%;
    text-align: center;
  }
  .noema-front-theme .cbp-l-member-info {
    width: 100%;
    padding-left: 0;
  }
}
.noema-front-theme .cbp-l-member-name {
  font: 400 28px/28px "Open Sans", sans-serif;
  color: #474747;
}
.noema-front-theme .cbp-l-member-position {
  font: 400 13px/21px "Open Sans", sans-serif;
  color: #888;
  margin-top: 6px;
}
.noema-front-theme .cbp-l-member-desc {
  font: 400 12px/18px "Open Sans", sans-serif;
  margin-top: 25px;
  color: #474747;
}
.noema-front-theme .cbp-popup-singlePageInline-open {
  -webkit-transition: height 0.5s 0s !important;
  transition: height 0.5s 0s !important;
}
.noema-front-theme .cbp-popup-singlePageInline-open .cbp-item {
  -webkit-transition: -webkit-transform 0.5s 0s !important;
  transition: transform 0.5s 0s !important;
}
.noema-front-theme .cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after {
  display: none;
  visibility: hidden;
}
.noema-front-theme .cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content,
.noema-front-theme .cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.noema-front-theme .cbp-popup-singlePageInline {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  /* CLOSE BUTTON singlePageInline */
}
.noema-front-theme .cbp-popup-singlePageInline .cbp-popup-content {
  opacity: 0;
  width: 100%;
  z-index: 1;
  min-height: 300px;
}
.noema-front-theme .cbp-popup-singlePageInline .cbp-popup-content,
.noema-front-theme .cbp-popup-singlePageInline .cbp-popup-navigation {
  -webkit-transition: opacity 0.4s ease-in 0.2s;
  transition: opacity 0.4s ease-in 0.2s;
}
.noema-front-theme .cbp-popup-singlePageInline .cbp-popup-navigation {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
}
.noema-front-theme .cbp-popup-singlePageInline .cbp-popup-close {
  background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 30px;
}
.noema-front-theme .cbp-popup-singlePageInline .cbp-popup-close:hover {
  opacity: 0.7;
}
.noema-front-theme .cbp-popup-singlePageInline-ready {
  z-index: 4;
}
.noema-front-theme .cbp-popup-singlePageInline-ready .cbp-popup-content,
.noema-front-theme .cbp-popup-singlePageInline-ready .cbp-popup-navigation {
  opacity: 1;
}
.noema-front-theme .cbp-popup-singlePageInline-ready:after {
  display: none;
  visibility: hidden;
}
.noema-front-theme .cbp-singlePageInline-active {
  opacity: 0.6 !important;
}
.noema-front-theme .cbp-l-inline {
  margin: 20px 0;
  overflow: hidden;
  background: #FAFAFA;
  padding: 30px;
}
.noema-front-theme .cbp-l-inline-left {
  float: left;
  width: 44%;
}
.noema-front-theme .cbp-l-project-img {
  max-width: 100%;
}
.noema-front-theme .cbp-l-inline-right {
  float: right;
  width: 56%;
  padding-left: inherit;
}
@media only screen and (max-width: 768px) {
  .noema-front-theme .cbp-l-inline-left {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .noema-front-theme .cbp-l-inline-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.noema-front-theme .cbp-l-inline-title {
  font: 400 28px/30px "Open Sans", sans-serif;
  color: #474747;
}
.noema-front-theme .cbp-l-inline-subtitle {
  font: 400 13px/21px "Open Sans", sans-serif;
  color: #888;
  margin-top: 7px;
}
.noema-front-theme .cbp-l-inline-desc {
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 25px;
  margin-bottom: 20px;
}
.noema-front-theme .cbp-l-inline-view-wrap {
  text-align: right;
}
.noema-front-theme .cbp-l-inline-view {
  font: 400 13px/35px "Open Sans", sans-serif;
  color: #9C9C9C;
  margin-top: 40px;
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #ccc;
  text-decoration: none;
}
.noema-front-theme .cbp-l-inline-view:hover {
  color: #757575;
}
.noema-front-theme .cbp-l-inline-details {
  margin-bottom: 15px;
  font: 13px/22px "Open Sans", sans-serif;
}
.noema-front-theme .cbp-l-loadMore-defaultText,
.noema-front-theme .cbp-l-loadMore-button-defaultText {
  display: block;
}
.noema-front-theme .cbp-l-loadMore-loadingText,
.noema-front-theme .cbp-l-loadMore-noMoreLoading,
.noema-front-theme .cbp-l-loadMore-button-loadingText,
.noema-front-theme .cbp-l-loadMore-button-noMoreLoading {
  display: none;
}
.noema-front-theme .cbp-l-loadMore-loading .cbp-l-loadMore-loadingText,
.noema-front-theme .cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText {
  display: block;
}
.noema-front-theme .cbp-l-loadMore-loading .cbp-l-loadMore-defaultText,
.noema-front-theme .cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading,
.noema-front-theme .cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText,
.noema-front-theme .cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading {
  display: none;
}
.noema-front-theme .cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading,
.noema-front-theme .cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading {
  display: block;
}
.noema-front-theme .cbp-l-loadMore-stop .cbp-l-loadMore-defaultText,
.noema-front-theme .cbp-l-loadMore-stop .cbp-l-loadMore-loadingText,
.noema-front-theme .cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText,
.noema-front-theme .cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText {
  display: none;
}
.noema-front-theme .cbp-l-loadMore-bgbutton {
  text-align: center;
}
.noema-front-theme .cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
  border: 1px solid #DEDEDE;
  color: #7E7B7B;
  display: inline-block;
  font: 400 13px/40px "Lato", sans-serif;
  min-width: 80px;
  text-decoration: none;
  padding: 0 50px;
  margin-top: 50px;
  outline: 0;
  box-shadow: none;
  letter-spacing: 1px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.noema-front-theme .cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover, .noema-front-theme .cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading {
  color: #B0B0B0;
}
.noema-front-theme .cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
  color: #B0B0B0;
  cursor: default;
}
.noema-front-theme .cbp-l-loadMore-button {
  text-align: center;
}
.noema-front-theme .cbp-l-loadMore-button .cbp-l-loadMore-link,
.noema-front-theme .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
  border: 1px solid #DEDEDE;
  color: #7E7B7B;
  display: inline-block;
  font: 400 12px/36px "Open Sans", sans-serif;
  min-width: 80px;
  text-decoration: none;
  padding: 0 30px;
  outline: 0;
  margin-top: 40px;
  box-shadow: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.noema-front-theme .cbp-l-loadMore-button .cbp-l-loadMore-link:hover, .noema-front-theme .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading,
.noema-front-theme .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.noema-front-theme .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-loading {
  color: #B0B0B0;
}
.noema-front-theme .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop, .noema-front-theme .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop,
.noema-front-theme .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop,
.noema-front-theme .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
  cursor: default;
  color: #B0B0B0;
}
.noema-front-theme .cbp-l-loadMore-text {
  text-align: center;
}
.noema-front-theme .cbp-l-loadMore-text .cbp-l-loadMore-link,
.noema-front-theme .cbp-l-loadMore-text .cbp-l-loadMore-text-link {
  font: 400 15px "Open Sans", sans-serif;
  color: #7E7B7B;
  text-decoration: none;
  cursor: pointer;
  margin-top: 50px;
  display: block;
}
.noema-front-theme .cbp-l-loadMore-text .cbp-l-loadMore-stop,
.noema-front-theme .cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
  color: #B0B0B0;
  cursor: default;
}
.noema-front-theme .cbp-mode-slider {
  -webkit-transition: height 0.35s;
  transition: height 0.35s;
}
.noema-front-theme .cbp-mode-slider .cbp-wrapper,
.noema-front-theme .cbp-mode-slider .cbp-item {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.noema-front-theme .cbp-mode-slider .cbp-wrapper {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.noema-front-theme .cbp-mode-slider-dragStart * {
  cursor: move !important;
  cursor: -ms-grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: grabbing !important;
}
.noema-front-theme .cbp-mode-slider-dragStart .cbp-wrapper {
  -webkit-transition: none;
  transition: none;
}
.noema-front-theme .cbp-nav-next,
.noema-front-theme .cbp-nav-prev {
  position: relative;
  background: #7c8b90;
  cursor: pointer;
  display: inline-block;
  margin-left: 1px;
  height: 22px;
  width: 21px;
}
.noema-front-theme .cbp-nav-next {
  border-radius: 0 2px 2px 0;
}
.noema-front-theme .cbp-nav-prev {
  border-radius: 2px 0 0 2px;
}
.noema-front-theme .cbp-nav-next:hover,
.noema-front-theme .cbp-nav-prev:hover {
  opacity: 0.8;
}
.noema-front-theme .cbp-nav-next:after,
.noema-front-theme .cbp-nav-prev:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/cbp-sprite.png") no-repeat;
  height: 10px;
  width: 7px;
}
.noema-front-theme .cbp-nav-next:after {
  background-position: -134px 0;
}
.noema-front-theme .cbp-nav-prev:after {
  background-position: -134px -12px;
}
.noema-front-theme .cbp-nav-stop {
  opacity: 0.5 !important;
  cursor: default !important;
}
.noema-front-theme .cbp-nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noema-front-theme .cbp-nav-controls {
  position: absolute;
  top: -51px;
  right: 0;
  z-index: 100;
}
.noema-front-theme .cbp-nav-pagination {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 100;
  left: 0;
  text-align: center;
}
.noema-front-theme .cbp-nav-pagination-item {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  cursor: pointer;
  background: #c2c2c2;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.noema-front-theme .cbp-nav-pagination-active {
  background: #797979;
}
.noema-front-theme .cbp-pagination-item {
  max-width: 100px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 5px;
  position: relative;
}
.noema-front-theme .cbp-pagination-item img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
.noema-front-theme .cbp-pagination-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.noema-front-theme .cbp-pagination-active:after {
  background: rgba(0, 0, 0, 0);
}
.noema-front-theme .cbp-slider-wrap,
.noema-front-theme .cbp-slider-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.noema-front-theme .cbp-slider .cbp-nav-controls {
  position: static;
}
.noema-front-theme .cbp-slider .cbp-nav-next,
.noema-front-theme .cbp-slider .cbp-nav-prev {
  background: transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 44px;
  height: 44px;
}
.noema-front-theme .cbp-slider .cbp-nav-next {
  right: 25px;
  left: auto;
}
.noema-front-theme .cbp-slider .cbp-nav-prev {
  left: 25px;
  right: auto;
}
.noema-front-theme .cbp-slider .cbp-nav-next:after,
.noema-front-theme .cbp-slider .cbp-nav-prev:after {
  background: url("../img/cbp-sprite.png") no-repeat;
  width: 44px;
  height: 44px;
}
.noema-front-theme .cbp-slider .cbp-nav-next:after {
  background-position: -46px -92px;
}
.noema-front-theme .cbp-slider .cbp-nav-next:hover:after {
  background-position: -46px -46px;
}
.noema-front-theme .cbp-slider .cbp-nav-prev:after {
  background-position: 0 -92px;
}
.noema-front-theme .cbp-slider .cbp-nav-prev:hover:after {
  background-position: 0 -46px;
}
.noema-front-theme .cbp-slider .cbp-nav-pagination {
  text-align: right;
  bottom: 20px;
  right: 25px;
  left: auto;
}
.noema-front-theme .cbp-slider-edge .cbp-nav-controls {
  position: static;
}
.noema-front-theme .cbp-slider-edge .cbp-nav-next,
.noema-front-theme .cbp-slider-edge .cbp-nav-prev {
  background: transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 44px;
  height: 44px;
}
.noema-front-theme .cbp-slider-edge .cbp-nav-next {
  right: 0;
  left: auto;
}
.noema-front-theme .cbp-slider-edge .cbp-nav-prev {
  left: 0;
  right: auto;
}
.noema-front-theme .cbp-slider-edge .cbp-nav-next:after,
.noema-front-theme .cbp-slider-edge .cbp-nav-prev:after {
  background: url("../img/cbp-sprite.png") no-repeat;
  width: 9px;
  height: 16px;
}
.noema-front-theme .cbp-slider-edge .cbp-nav-next:after {
  background-position: -134px -24px;
}
.noema-front-theme .cbp-slider-edge .cbp-nav-prev:after {
  background-position: -134px -42px;
}
.noema-front-theme .cbp-slider-edge .cbp-nav-pagination {
  bottom: -50px;
}
.noema-front-theme .cbp-slider-edge .cbp-nav-pagination-item {
  border: 2px solid #0f0f0f;
  opacity: 0.4;
  background: transparent;
}
.noema-front-theme .cbp-slider-edge .cbp-nav-pagination-active {
  background: #000;
}
.noema-front-theme .cbp-slider-inline {
  position: relative;
}
.noema-front-theme .cbp-slider-inline .cbp-slider-item {
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.noema-front-theme .cbp-slider-inline .cbp-slider-item--active {
  position: relative;
  z-index: 2;
}
.noema-front-theme .cbp-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.noema-front-theme .cbp-slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.noema-front-theme .cbp-slider-inline-ready .cbp-slider-controls {
  opacity: 1;
}
.noema-front-theme .cbp-slider-next,
.noema-front-theme .cbp-slider-prev {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  cursor: pointer;
  position: relative;
  width: 36px;
  height: 36px;
  background: #547EB1;
}
.noema-front-theme .cbp-slider-next {
  margin-left: 1px;
}
.noema-front-theme .cbp-slider-next:after,
.noema-front-theme .cbp-slider-prev:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/cbp-sprite.png") no-repeat;
  width: 9px;
  height: 16px;
}
.noema-front-theme .cbp-slider-next:after {
  background-position: -134px -60px;
}
.noema-front-theme .cbp-slider-prev:after {
  background-position: -134px -78px;
}
.noema-front-theme .cbp-l-grid-agency .cbp-caption:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
}
.noema-front-theme .cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.noema-front-theme .cbp-l-grid-agency-title {
  margin-top: 18px;
  font: 700 17px/24px "Lato", sans-serif;
  color: #666;
  text-align: center;
  padding: 0 4px;
}
.noema-front-theme .cbp-item:hover .cbp-l-grid-agency-title {
  color: #222;
}
.noema-front-theme .cbp-l-grid-agency-desc {
  font: 400 12px/21px "Open Sans", sans-serif;
  color: #aaa;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-grid-agency-title {
    font-size: 15px;
    line-height: 21px;
  }
}
.noema-front-theme .cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(0, 0, 0, 0.7);
}
.noema-front-theme .cbp-l-grid-work .cbp-item {
  padding: 3px;
}
.noema-front-theme .cbp-l-grid-work .cbp-item-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 7px 7px 27px;
  border-top: 1px solid #F4F4F4;
}
.noema-front-theme .cbp-l-grid-work-title {
  margin-top: 17px;
  font: 400 17px/25px "Roboto Condensed", sans-serif;
  color: #607D8B;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.noema-front-theme .cbp-l-grid-work-title:hover {
  color: #365D67;
}
.noema-front-theme .cbp-l-grid-work-desc {
  font: 400 11px/16px "Open Sans", sans-serif;
  color: #888888;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-grid-work-title {
    font-size: 15px;
    line-height: 21px;
    margin-top: 15px;
  }
  .noema-front-theme .cbp-l-grid-work .cbp-item-wrapper {
    padding-bottom: 18px;
  }
}
.noema-front-theme .cbp-l-grid-blog-title {
  font: 400 18px/30px "Open Sans", sans-serif;
  color: #444;
  display: block;
  margin-top: 17px;
}
.noema-front-theme .cbp-l-grid-blog-title:hover {
  color: #787878;
}
.noema-front-theme .cbp-l-grid-blog-date {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #787878;
  display: inline-block;
}
.noema-front-theme .cbp-l-grid-blog-comments {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #3C6FBB;
  display: inline-block;
}
.noema-front-theme .cbp-l-grid-blog-comments:hover {
  opacity: 0.8;
}
.noema-front-theme .cbp-l-grid-blog-desc {
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #9B9B9B;
  margin-top: 9px;
}
.noema-front-theme .cbp-l-grid-blog-split {
  margin: 0 4px;
  font: 400 13px/16px "Open Sans", sans-serif;
  color: #787878;
  display: inline-block;
}
.noema-front-theme .cbp-l-grid-clients {
  height: 180px;
}
.noema-front-theme .cbp-l-clients-title-block {
  font: 400 32px/53px "Roboto", sans-serif;
  color: #666464;
  text-align: center;
  margin-bottom: 40px;
}
.noema-front-theme .cbp-l-grid-faq .cbp-item {
  width: 100%;
}
.noema-front-theme .cbp-l-grid-projects-title {
  font: 700 14px/21px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 15px;
}
.noema-front-theme .cbp-l-grid-projects-desc {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #888888;
  margin-top: 5px;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-grid-projects-title {
    margin-top: 12px;
  }
  .noema-front-theme .cbp-l-grid-projects-desc {
    margin-top: 3px;
  }
}
.noema-front-theme .cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
  background-color: #59a3b6;
  background-color: rgba(89, 163, 182, 0.95);
}
.noema-front-theme .cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft,
.noema-front-theme .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
  background-color: #545454;
}
.noema-front-theme .cbp-l-grid-masonry-projects-title {
  font: 500 15px/22px "Roboto", sans-serif;
  color: #59a3b6;
  text-align: center;
  display: block;
  margin-top: 12px;
}
.noema-front-theme .cbp-l-grid-masonry-projects-title:hover {
  color: #457C8B;
}
.noema-front-theme .cbp-l-grid-masonry-projects-desc {
  font: 400 12px/18px "Roboto", sans-serif;
  color: #b2b2b2;
  text-align: center;
}
.noema-front-theme .cbp-l-grid-team-name {
  font: 400 17px/24px "Open Sans", sans-serif;
  color: #456297;
  display: block;
  text-align: center;
  margin-top: 18px;
}
.noema-front-theme .cbp-l-grid-team-name:hover {
  color: #34425C;
}
.noema-front-theme .cbp-l-grid-team-position {
  font: italic 400 13px/21px "Open Sans", sans-serif;
  color: #999;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-grid-team-name {
    font-size: 15px;
    line-height: 22px;
    margin-top: 13px;
  }
  .noema-front-theme .cbp-l-grid-team-position {
    font-size: 12px;
    line-height: 18px;
  }
}
.noema-front-theme .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
  background-color: #64C28E;
  background-color: rgba(101, 199, 150, 0.95);
}
.noema-front-theme .cbp-l-grid-mosaic-flat .cbp-l-caption-title {
  color: #FFFFFF;
  font: 400 14px/21px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
.noema-front-theme .cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #fff;
  margin: 8px auto 0;
}
@media only screen and (max-width: 800px) {
  .noema-front-theme .cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
    display: none;
  }
}
.noema-front-theme .cbp-l-grid-mosaic-projects .cbp-caption-activeWrap {
  background-color: #59a3b6;
  background-color: rgba(89, 163, 182, 0.97);
}
.noema-front-theme .cbp-l-grid-mosaic .cbp-caption-activeWrap {
  background-color: #FFEA71;
  background-color: rgba(255, 234, 113, 0.95);
}
.noema-front-theme .cbp-l-grid-mosaic .cbp-l-caption-title {
  color: #5A5A5A;
  font: 500 18px/22px "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.noema-front-theme .cbp-l-grid-mosaic .cbp-l-caption-desc {
  color: #585858;
  font: 400 13px/20px "Roboto", sans-serif;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-grid-mosaic .cbp-l-caption-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .noema-front-theme .cbp-l-grid-mosaic .cbp-l-caption-desc {
    font-size: 12px;
    line-height: 18px;
  }
}
.noema-front-theme .cbp-l-slider-title-block {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
}
.noema-front-theme .cbp-l-slider-title-block div {
  padding: 0 2px 6px 0;
  display: inline-block;
  border-bottom: 1px solid #a9a5a5;
  color: #5e5e5e;
  margin-bottom: -1px;
  font: 15px/21px "Roboto", sans-serif;
}
.noema-front-theme .cbp-l-grid-slider-team-name {
  float: left;
  font: 20px/30px "Roboto", sans-serif;
  color: #494949;
  margin-top: 16px;
}
.noema-front-theme .cbp-l-grid-slider-team-position {
  clear: both;
  font: 14px/21px "Roboto", sans-serif;
  color: #A6A6A6;
}
.noema-front-theme .cbp-l-grid-slider-team-desc {
  font: 13px/20px "Roboto", sans-serif;
  color: #969696;
  margin-top: 15px;
}
.noema-front-theme .cbp-l-grid-slider-team-social {
  float: right;
  margin-top: 22px;
}
.noema-front-theme .cbp-l-grid-slider-team-social a {
  margin-left: 4px;
}
.noema-front-theme .cbp-l-grid-slider-team-social a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  .noema-front-theme .cbp-l-grid-slider-team-wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .noema-front-theme .cbp-l-grid-slider-team-name {
    font-size: 17px;
    line-height: 26px;
    width: 100%;
    margin-top: 12px;
    text-align: center;
  }
  .noema-front-theme .cbp-l-grid-slider-team-social {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
  .noema-front-theme .cbp-l-grid-slider-team-position {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
  .noema-front-theme .cbp-l-grid-slider-team-desc {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    text-align: center;
  }
}
.noema-front-theme .cbp-l-slider-testimonials-wrap {
  background: #f8f9f9;
  padding: 80px 0 110px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dce1e2;
}
.noema-front-theme .cbp-l-grid-slider-testimonials-body {
  color: #424242;
  max-width: 800px;
  margin: 0 auto;
  font: 20px/32px sans-serif;
  text-align: center;
  padding: 0 40px;
}
.noema-front-theme .cbp-l-grid-slider-testimonials-footer {
  font: 12px/19px "Roboto", sans-serif;
  color: #777;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}
.noema-front-theme .cbp-l-grid-tabs {
  height: 100px;
}
.noema-front-theme .cbp-l-grid-tabs .cbp-item {
  font: 14px/24px "Lato", sans-serif;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  right: 0;
  text-align: center;
  color: #5a5a5a;
}
.noema-front-theme .cbp-l-testimonials-title-block {
  position: relative;
  text-align: center;
  font: 26px/36px "Roboto", sans-serif;
  color: #E7E7E7;
  margin-bottom: 60px;
}
.noema-front-theme .cbp-l-testimonials-title-block:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 23px;
  height: 2px;
  bottom: -6px;
  background-color: #C2C2C2;
  left: 0;
  right: 0;
}
.noema-front-theme .cbp-l-testimonials-wrap {
  background: #2D2D2D;
  padding: 60px 0 110px;
}
.noema-front-theme .cbp-l-grid-testimonials-body {
  color: #e7e7e7;
  max-width: 800px;
  margin: 0 auto;
  font: 20px/32px "Roboto", sans-serif;
  text-align: center;
  padding: 0 20px;
}
.noema-front-theme .cbp-l-grid-testimonials-footer {
  font: 12px/19px "Roboto", sans-serif;
  color: #C2C2C2;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 35px;
}
.noema-front-theme .cbp-search {
  position: relative;
  width: 220px;
  margin-bottom: 40px;
}
.noema-front-theme .cbp-search .cbp-search-nothing {
  display: none;
}
.noema-front-theme .cbp-search-icon {
  position: absolute;
  width: 32px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}
.noema-front-theme .cbp-search-icon:after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTEyMTYgODMycTAtMTg1LTEzMS41LTMxNi41VDc2OCAzODQgNDUxLjUgNTE1LjUgMzIwIDgzMnQxMzEuNSAzMTYuNVQ3NjggMTI4MHQzMTYuNS0xMzEuNVQxMjE2IDgzMnptNTEyIDgzMnEwIDUyLTM4IDkwdC05MCAzOHEtNTQgMC05MC0zOGwtMzQzLTM0MnEtMTc5IDEyNC0zOTkgMTI0LTE0MyAwLTI3My41LTU1LjV0LTIyNS0xNTAtMTUwLTIyNVQ2NCA4MzJ0NTUuNS0yNzMuNSAxNTAtMjI1IDIyNS0xNTBUNzY4IDEyOHQyNzMuNSA1NS41IDIyNSAxNTAgMTUwIDIyNVQxNDcyIDgzMnEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6Ii8+PC9zdmc+") no-repeat scroll center center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.noema-front-theme .cbp-search-input {
  height: 36px;
  padding: 0 32px 0 12px;
  margin: 0;
  border-radius: 1px;
  border: 1px solid #c6c3c4;
  font: 400 12px "Open Sans", sans-serif;
  width: 100%;
}
.noema-front-theme .cbp-search-input[value] + .cbp-search-icon {
  pointer-events: auto;
}
.noema-front-theme .cbp-search-input[value] + .cbp-search-icon:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTE0OTAgMTMyMnEwIDQwLTI4IDY4bC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTI5NC0yOTQtMjk0IDI5NHEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2cS0yOC0yOC0yOC02OHQyOC02OGwyOTQtMjk0LTI5NC0yOTRxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NCAyOTQtMjk0cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh0LTI4IDY4bC0yOTQgMjk0IDI5NCAyOTRxMjggMjggMjggNjh6Ii8+PC9zdmc+");
}
.noema-front-theme .cbp-search-nothing {
  position: absolute;
  top: 0;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
  font: 13px "Open Sans", sans-serif;
}
@media only screen and (max-width: 600px) {
  .noema-front-theme .cbp-search {
    width: 100%;
  }
}
.noema-front-theme .cbp-l-project-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.noema-front-theme .cbp-social-fb,
.noema-front-theme .cbp-social-twitter,
.noema-front-theme .cbp-social-googleplus,
.noema-front-theme .cbp-social-pinterest {
  margin-right: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.noema-front-theme .cbp-social-fb:hover,
.noema-front-theme .cbp-social-twitter:hover,
.noema-front-theme .cbp-social-googleplus:hover,
.noema-front-theme .cbp-social-pinterest:hover {
  opacity: 0.8;
}
.noema-front-theme .cbp-social-fb:focus,
.noema-front-theme .cbp-social-twitter:focus,
.noema-front-theme .cbp-social-googleplus:focus,
.noema-front-theme .cbp-social-pinterest:focus {
  outline: none;
}
.noema-front-theme .cbp-social-fb path {
  fill: #415C9B;
}
.noema-front-theme .cbp-social-twitter path {
  fill: #55acee;
}
.noema-front-theme .cbp-social-googleplus path {
  fill: #E57371;
}
.noema-front-theme .cbp-social-pinterest path {
  fill: #cb2027;
}
.noema-front-theme .cbp-l-sort {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.noema-front-theme .cbp-l-direction {
  display: inline-block;
  background: #4d4c4d;
  float: left;
  height: 38px;
  width: 38px;
  position: relative;
  border-left: 1px solid #6b6a6a;
}
.noema-front-theme .cbp-l-direction:hover {
  opacity: 0.9;
}
.noema-front-theme .cbp-l-direction-item {
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: none;
  z-index: 1;
  background: transparent;
  position: relative;
}
.noema-front-theme .cbp-l-direction:after {
  border-color: #FFFFFF rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  width: 0;
  margin: -3px auto 0;
  cursor: pointer;
  z-index: 0;
}
.noema-front-theme .cbp-l-direction--second:after {
  border-width: 0 5px 5px;
}
.noema-front-theme .cbp-l-direction--first div:first-child {
  display: block;
}
.noema-front-theme .cbp-l-direction--second div:nth-child(2) {
  display: block;
}
.noema-front-theme .cbp-l-sort--simple {
  margin-left: 70px;
}
.noema-front-theme .cbp-l-sort--simple .cbp-l-dropdown-wrap {
  background: transparent;
}
.noema-front-theme .cbp-l-sort--simple .cbp-l-dropdown-header {
  font: 400 13px/36px "Lato", sans-serif;
  color: #787878;
  margin: 0;
}
.noema-front-theme .cbp-l-sort--simple .cbp-l-dropdown-list {
  background: white;
  box-shadow: 0 0 2px 0px #e2e2e2;
  border: 1px solid #ddd;
}
.noema-front-theme .cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item {
  border-top: 0;
  color: #787878;
}
.noema-front-theme .cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item:hover {
  color: #b3b3b3;
}
.noema-front-theme .cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item--active {
  color: #b3b3b3;
}
.noema-front-theme .cbp-l-text-sort {
  font: 400 13px/36px "Lato", sans-serif;
  color: #949494;
  margin-right: 15px;
}
.noema-front-theme .cbp-l-dropdown {
  height: 38px;
  position: relative;
  z-index: 5;
  width: 170px;
  float: left;
}
.noema-front-theme .cbp-l-dropdown-wrap {
  width: 100%;
  position: absolute;
  background: #4d4c4d;
}
.noema-front-theme .cbp-l-dropdown-header {
  font: 400 12px/38px "Open Sans", sans-serif;
  margin: 0 17px;
  color: #FFF;
  cursor: default;
  position: relative;
}
.noema-front-theme .cbp-l-dropdown-list {
  display: none;
}
.noema-front-theme .cbp-l-dropdown-wrap.cbp-l-dropdown-wrap--open .cbp-l-dropdown-list {
  display: block;
  margin: 0;
}
.noema-front-theme .cbp-l-dropdown-list .cbp-l-dropdown-item {
  background: transparent;
  color: #b3b3b3;
  width: 100%;
  text-align: left;
  font: 400 12px/40px "Open Sans", sans-serif;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: none;
  border-top: 1px solid #595959;
}
.noema-front-theme .cbp-l-dropdown-list .cbp-l-dropdown-item:hover {
  color: #e6e6e6;
}
.noema-front-theme .cbp-l-dropdown-list .cbp-l-dropdown-item--active {
  color: #fff;
  cursor: default;
}
.noema-front-theme .cbp-l-dropdown-floated {
  float: right;
  margin-top: -2px;
  margin-left: 20px;
  width: 200px;
}
@media only screen and (max-width: 480px) {
  .noema-front-theme .cbp-l-dropdown-floated {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .noema-front-theme .cbp-l-dropdown-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.noema-front-theme .text-primary {
  color: #d81124 !important;
}
.noema-front-theme .text-warning {
  color: #ff6600 !important;
}
.noema-front-theme label .reference-mark {
  color: #d81124;
}
.noema-front-theme .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  background-color: #d81124;
  border-color: #d81124;
}
@media (min-width: 992px) {
  .noema-front-theme main#content {
    margin-top: 120px;
  }
}
.noema-front-theme .cbp-item img {
  display: inline;
}
.noema-front-theme .cbp-item a .card-body:hover {
  color: #1e2022;
}
.noema-front-theme .cbp-item a p:hover {
  color: #1e2022;
}
.noema-front-theme .cbp-item a .card-title {
  font-weight: 600;
  text-align: center;
}

.portlet-layout .portlet .management-bar > .container-fluid-max-xl,
.portlet-layout .portlet .navbar-underline > .container-fluid-max-xl {
  padding-left: 0;
  padding-right: 0;
}
.portlet-layout .portlet .portlet-title-text {
  color: #71869d;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 0;
  text-transform: uppercase;
}

.portlet > .portlet-topper {
  z-index: 999;
}
.portlet > .portlet-topper .dropdown-toggle::after {
  display: none !important;
}

/*
.portlet {
	> .portlet-topper {
		font-size: 0.87rem;
		padding: 0 4px 0 8px;



		@include media-breakpoint-up(md) {
			display: block;
			white-space: nowrap;
		}

		@include media-breakpoint-up(sm) {
			right: auto;
		}

		.portlet-title-default {
			display: inline-block;
			line-height: 1.5rem;
			vertical-align: middle;
		}

		.portlet-name-text {
			margin-right: 0.75rem;
		}

		.portlet-topper-toolbar {
			display: inline-block;
			vertical-align: middle;
		}

		.portlet-topper-toolbar,
		.icon-monospaced {
			height: 1.5rem;
			line-height: 1.5rem;
			width: 1.5rem;
		}

		.lexicon-icon {
			height: 0.875rem;
			width: 0.875rem;
		}
	}

	&:hover,
	&.open {
		> .portlet-topper {
			z-index: 999;
		}
	}
}
*/
.portlet-dropzone {
  box-shadow: 0 0 0 1px transparent inset;
  transition: box-shadow 300ms ease-in-out;
  will-change: box-shadow;
}
.yui3-dd-drop-active-valid .portlet-dropzone {
  box-shadow: 0 0 0 1px rgba(169, 13, 28, 0.2) inset;
}
.yui3-dd-drop-over .portlet-dropzone {
  box-shadow: 0 0 0 4px #a90d1c inset;
}

.js-mega-menu .portlet#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet {
  position: static;
  margin-bottom: 0;
  margin-left: auto;
}

.portlet#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_topper_menu {
  margin-bottom: 0;
}

.portlet-boundary_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ {
  box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
}
.portlet-boundary_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .portlet-forms .ddm-form-basic-info {
  background-color: #F1F2F5;
  text-align: center;
}
.portlet-boundary_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .portlet-forms .ddm-form-basic-info .ddm-form-name {
  font-size: 1.875rem;
  padding-top: 10px;
}
.portlet-boundary_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_ .portlet-forms .ddm-form-basic-info .ddm-form-description {
  padding-top: 10px;
  padding-bottom: 10px;
}

#container #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  #container #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #container #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #container #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #container #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ {
    max-width: 1140px;
  }
}

.portlet-decorate .portlet {
  margin-bottom: 0;
}
.portlet-decorate .portlet-content {
  border-width: 0;
  padding: 0;
}

.portlet-solid .portlet-content {
  background: #FFF;
  border: 1px solid #DEEEEE;
}

.portlet-barebone .portlet-content {
  padding: 0;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.lfr-spa-loading-bar {
  background: #d81124;
}

.component-action {
  align-items: center;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0.3125rem;
  border-width: 0px;
  color: #fff;
  display: inline-flex;
  height: 1.9375rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: middle;
  width: 1.9375rem;
}

.component-action:hover {
  background-color: transparent;
  color: #fff;
}

.portlet-topper-toolbar svg {
  margin-bottom: 0px;
  vertical-align: baseline;
}

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