/**
 * Clay 3.141.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
 */
/**
 * Clay 3.141.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
 */
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

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

.user-avatar-link {
  display: block;
  position: relative;
}
.user-avatar-link .panel-notifications-count {
  display: block;
  margin: 0;
  max-width: none;
  position: absolute;
  right: calc(100% - 0.7rem);
  top: -0.4rem;
}
.user-avatar-link .text-default {
  align-items: center;
  display: flex;
}
.user-avatar-link .text-default .user-full-name {
  margin-left: 0.5rem;
}
@media (max-width: 575.98px) {
  .user-avatar-link .text-default .user-full-name {
    display: none;
  }
}

.user-personal-bar .fieldset {
  position: relative;
}
.user-personal-bar .user-avatar-link .panel-notifications-count {
  right: calc(100% - 1rem);
  top: -0.6rem;
}

.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: #a9afb5;
  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 .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.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 .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 #e5e7e9;
  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: #92e5a5;
  border-color: #69db83;
}
.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,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  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: #6c757d;
}
.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: #f5c4c9 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: #bd2130;
  color: #bd2130;
  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 - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .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 {
  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 {
  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 {
  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: #6c757d;
  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(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.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;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.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 #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  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 {
    background-color: #fff;
    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(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.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: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.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,
.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,
.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.25rem;
}
.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.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

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

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit;
  }
}
.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: 1rem;
}
.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 #dee2e6;
  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;
  }
}
.c-prefers-reduced-motion .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: #6c757d;
}

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

.file-icon-color-2 {
  background-color: #fff;
  color: #24a892;
}

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

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

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

.file-icon-color-6 {
  background-color: #fff;
  color: #0099e6;
}

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

.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 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 {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  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;
  }
}
.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: 500px;
}
.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 #dee2e6;
  color: #6c757d;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #66abff;
}

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

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

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #24a892;
}

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

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #53a117;
}

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

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

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #0099e6;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M15%203H1a1%201%200%200%201%200-2h14a1%201%200%200%201%200%202Zm0%206H1a1%201%200%200%201%200-2h14a1%201%200%200%201%200%202ZM1%2015h14a1%201%200%200%200%200-2H1a1%201%200%200%200%200%202Z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  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: 1rem;
}

@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-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
  height: 12px;
  width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
  height: 16px;
  width: 16px;
}
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;
    transform: translateY(-97%);
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .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: rgba(0, 0, 0, 0.5);
}
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: 12px;
  font-weight: 600;
  margin-left: 4px;
}
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: transparent;
    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;
  }
}
@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 {
    align-items: center;
    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: transparent;
    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;
  }
}
@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: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  transition: border-color 0.15s ease;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.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: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  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.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .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: rgba(0, 0, 0, 0.5);
}
.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-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 1rem;
  word-wrap: break-word;
}
.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;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .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;
}

:root .cnu-theme {
  --cnu-destaques: #00995C;
  --cnu-titulos: #282828;
  --cnu-textos-longos: #4D4D4D;
  --cnu-menor-importancia: #C4C4C4;
  --cnu-primaria: #FFFFFF;
  --cnu-secundaria: #F4F4F4;
  --cnu-divisoes: #DEDEDE;
  --cnu-medio: #00995D;
  --cnu-claro: #B1D34B;
  --cnu-escuro: #004E4C;
  --cnu-secundario: #F47920;
  --cnu-sucesso: #00995D;
  --cnu-erro: #FF0000;
  --cnu-alerta: #F47920;
  --cnu-preto-principal: #000000;
  --cnu-preto-secundario: #151515;
  --cnu-preto-alternativo: #282828;
  --cnu-cinza-principal: #999999;
  --cnu-cinza-secundario: #C4C4C4;
  --cnu-cinza-alternativo: #D6D6D6;
  --cnu-branco: #FFFFFF;
  --cnu-azul: #A6DADE;
  --cnu-verde: #CFE3BC;
  --cnu-amarelo: #FFE196;
  --cnu-marrom-claro: #EBE3DA;
  --cnu-marrom-escuro: #D1A394;
  --cnu-rosa: #F0CECE;
  --cnu-sombra: rgba(0, 64, 26, 0.2);
}

@font-face {
  font-family: "Unimed Slab";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/unimedslab-bold-webfont.woff2") format("woff2"), url("../fonts/unimedslab-bold-webfont.woff") format("woff"), url("../fonts/unimedslab-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Unimed Slab";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/unimedslab-bolditalic-webfont.woff2") format("woff2"), url("../fonts/unimedslab-bolditalic-webfont.woff") format("woff"), url("../fonts/unimedslab-bolditalic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Unimed Slab";
  font-style: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/unimedslab-regular-webfont.woff2") format("woff2"), url("../fonts/unimedslab-regular-webfont.woff") format("woff"), url("../fonts/unimedslab-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Unimed Slab";
  font-style: 400;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/unimedslab-regularitalic-webfont.woff2") format("woff2"), url("../fonts/unimedslab-regularitalic-webfont.woff") format("woff"), url("../fonts/unimedslab-regularitalic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Unimed Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/unimedsans-regular-webfont.woff2") format("woff2"), url("../fonts/unimedsans-regular-webfont.woff") format("woff"), url("../fonts/unimedsans-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Unimed Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/unimedsans-regularitalic-webfont.woff2") format("woff2"), url("../fonts/unimedsans-regularitalic-webfont.woff") format("woff"), url("../fonts/unimedsans-regularitalic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Unimed Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/unimedsans-bold-webfont.woff2") format("woff2"), url("../fonts/unimedsans-bold-webfont.woff") format("woff"), url("../fonts/unimedsans-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Unimed Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/unimedsans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/unimedsans-bolditalic.woff") format("woff");
}
/* BASE */
.c-m-2px {
  margin: 0.125rem !important;
}

.c-mt-2px,
.c-my-2px {
  margin-top: 0.125rem !important;
}

.c-mr-2px,
.c-mx-2px {
  margin-right: 0.125rem !important;
}

.c-mb-2px,
.c-my-2px {
  margin-bottom: 0.125rem !important;
}

.c-ml-2px,
.c-mx-2px {
  margin-left: 0.125rem !important;
}

.c-m-3px {
  margin: 0.1875rem !important;
}

.c-mt-3px,
.c-my-3px {
  margin-top: 0.1875rem !important;
}

.c-mr-3px,
.c-mx-3px {
  margin-right: 0.1875rem !important;
}

.c-mb-3px,
.c-my-3px {
  margin-bottom: 0.1875rem !important;
}

.c-ml-3px,
.c-mx-3px {
  margin-left: 0.1875rem !important;
}

.c-m-6px {
  margin: 0.375rem !important;
}

.c-mt-6px,
.c-my-6px {
  margin-top: 0.375rem !important;
}

.c-mr-6px,
.c-mx-6px {
  margin-right: 0.375rem !important;
}

.c-mb-6px,
.c-my-6px {
  margin-bottom: 0.375rem !important;
}

.c-ml-6px,
.c-mx-6px {
  margin-left: 0.375rem !important;
}

.c-m-10px {
  margin: 0.625rem !important;
}

.c-mt-10px,
.c-my-10px {
  margin-top: 0.625rem !important;
}

.c-mr-10px,
.c-mx-10px {
  margin-right: 0.625rem !important;
}

.c-mb-10px,
.c-my-10px {
  margin-bottom: 0.625rem !important;
}

.c-ml-10px,
.c-mx-10px {
  margin-left: 0.625rem !important;
}

.c-m-0 {
  margin: 0 !important;
}

.c-mt-0,
.c-my-0 {
  margin-top: 0 !important;
}

.c-mr-0,
.c-mx-0 {
  margin-right: 0 !important;
}

.c-mb-0,
.c-my-0 {
  margin-bottom: 0 !important;
}

.c-ml-0,
.c-mx-0 {
  margin-left: 0 !important;
}

.c-m-6 {
  margin: 4.5rem !important;
}

.c-mt-6,
.c-my-6 {
  margin-top: 4.5rem !important;
}

.c-mr-6,
.c-mx-6 {
  margin-right: 4.5rem !important;
}

.c-mb-6,
.c-my-6 {
  margin-bottom: 4.5rem !important;
}

.c-ml-6,
.c-mx-6 {
  margin-left: 4.5rem !important;
}

.c-m-12 {
  margin: 0.75rem !important;
}

.c-mt-12,
.c-my-12 {
  margin-top: 0.75rem !important;
}

.c-mr-12,
.c-mx-12 {
  margin-right: 0.75rem !important;
}

.c-mb-12,
.c-my-12 {
  margin-bottom: 0.75rem !important;
}

.c-ml-12,
.c-mx-12 {
  margin-left: 0.75rem !important;
}

.c-m-15 {
  margin: 0.9375rem !important;
}

.c-mt-15,
.c-my-15 {
  margin-top: 0.9375rem !important;
}

.c-mr-15,
.c-mx-15 {
  margin-right: 0.9375rem !important;
}

.c-mb-15,
.c-my-15 {
  margin-bottom: 0.9375rem !important;
}

.c-ml-15,
.c-mx-15 {
  margin-left: 0.9375rem !important;
}

.c-m-16 {
  margin: 1rem !important;
}

.c-mt-16,
.c-my-16 {
  margin-top: 1rem !important;
}

.c-mr-16,
.c-mx-16 {
  margin-right: 1rem !important;
}

.c-mb-16,
.c-my-16 {
  margin-bottom: 1rem !important;
}

.c-ml-16,
.c-mx-16 {
  margin-left: 1rem !important;
}

.c-m-20 {
  margin: 1.25rem !important;
}

.c-mt-20,
.c-my-20 {
  margin-top: 1.25rem !important;
}

.c-mr-20,
.c-mx-20 {
  margin-right: 1.25rem !important;
}

.c-mb-20,
.c-my-20 {
  margin-bottom: 1.25rem !important;
}

.c-ml-20,
.c-mx-20 {
  margin-left: 1.25rem !important;
}

.c-m-24 {
  margin: 1.5rem !important;
}

.c-mt-24,
.c-my-24 {
  margin-top: 1.5rem !important;
}

.c-mr-24,
.c-mx-24 {
  margin-right: 1.5rem !important;
}

.c-mb-24,
.c-my-24 {
  margin-bottom: 1.5rem !important;
}

.c-ml-24,
.c-mx-24 {
  margin-left: 1.5rem !important;
}

.c-m-28 {
  margin: 1.75rem !important;
}

.c-mt-28,
.c-my-28 {
  margin-top: 1.75rem !important;
}

.c-mr-28,
.c-mx-28 {
  margin-right: 1.75rem !important;
}

.c-mb-28,
.c-my-28 {
  margin-bottom: 1.75rem !important;
}

.c-ml-28,
.c-mx-28 {
  margin-left: 1.75rem !important;
}

.c-m-30 {
  margin: 1.875rem !important;
}

.c-mt-30,
.c-my-30 {
  margin-top: 1.875rem !important;
}

.c-mr-30,
.c-mx-30 {
  margin-right: 1.875rem !important;
}

.c-mb-30,
.c-my-30 {
  margin-bottom: 1.875rem !important;
}

.c-ml-30,
.c-mx-30 {
  margin-left: 1.875rem !important;
}

.c-m-32 {
  margin: 2rem !important;
}

.c-mt-32,
.c-my-32 {
  margin-top: 2rem !important;
}

.c-mr-32,
.c-mx-32 {
  margin-right: 2rem !important;
}

.c-mb-32,
.c-my-32 {
  margin-bottom: 2rem !important;
}

.c-ml-32,
.c-mx-32 {
  margin-left: 2rem !important;
}

.c-m-36 {
  margin: 2.25rem !important;
}

.c-mt-36,
.c-my-36 {
  margin-top: 2.25rem !important;
}

.c-mr-36,
.c-mx-36 {
  margin-right: 2.25rem !important;
}

.c-mb-36,
.c-my-36 {
  margin-bottom: 2.25rem !important;
}

.c-ml-36,
.c-mx-36 {
  margin-left: 2.25rem !important;
}

.c-m-40 {
  margin: 2.5rem !important;
}

.c-mt-40,
.c-my-40 {
  margin-top: 2.5rem !important;
}

.c-mr-40,
.c-mx-40 {
  margin-right: 2.5rem !important;
}

.c-mb-40,
.c-my-40 {
  margin-bottom: 2.5rem !important;
}

.c-ml-40,
.c-mx-40 {
  margin-left: 2.5rem !important;
}

.c-m-44 {
  margin: 2.75rem !important;
}

.c-mt-44,
.c-my-44 {
  margin-top: 2.75rem !important;
}

.c-mr-44,
.c-mx-44 {
  margin-right: 2.75rem !important;
}

.c-mb-44,
.c-my-44 {
  margin-bottom: 2.75rem !important;
}

.c-ml-44,
.c-mx-44 {
  margin-left: 2.75rem !important;
}

.c-m-46 {
  margin: 2.875rem !important;
}

.c-mt-46,
.c-my-46 {
  margin-top: 2.875rem !important;
}

.c-mr-46,
.c-mx-46 {
  margin-right: 2.875rem !important;
}

.c-mb-46,
.c-my-46 {
  margin-bottom: 2.875rem !important;
}

.c-ml-46,
.c-mx-46 {
  margin-left: 2.875rem !important;
}

.c-m-48 {
  margin: 3rem !important;
}

.c-mt-48,
.c-my-48 {
  margin-top: 3rem !important;
}

.c-mr-48,
.c-mx-48 {
  margin-right: 3rem !important;
}

.c-mb-48,
.c-my-48 {
  margin-bottom: 3rem !important;
}

.c-ml-48,
.c-mx-48 {
  margin-left: 3rem !important;
}

.c-m-56 {
  margin: 3.5rem !important;
}

.c-mt-56,
.c-my-56 {
  margin-top: 3.5rem !important;
}

.c-mr-56,
.c-mx-56 {
  margin-right: 3.5rem !important;
}

.c-mb-56,
.c-my-56 {
  margin-bottom: 3.5rem !important;
}

.c-ml-56,
.c-mx-56 {
  margin-left: 3.5rem !important;
}

.c-m-60 {
  margin: 3.75rem !important;
}

.c-mt-60,
.c-my-60 {
  margin-top: 3.75rem !important;
}

.c-mr-60,
.c-mx-60 {
  margin-right: 3.75rem !important;
}

.c-mb-60,
.c-my-60 {
  margin-bottom: 3.75rem !important;
}

.c-ml-60,
.c-mx-60 {
  margin-left: 3.75rem !important;
}

.c-m-64 {
  margin: 4rem !important;
}

.c-mt-64,
.c-my-64 {
  margin-top: 4rem !important;
}

.c-mr-64,
.c-mx-64 {
  margin-right: 4rem !important;
}

.c-mb-64,
.c-my-64 {
  margin-bottom: 4rem !important;
}

.c-ml-64,
.c-mx-64 {
  margin-left: 4rem !important;
}

.c-m-72 {
  margin: 4.5rem !important;
}

.c-mt-72,
.c-my-72 {
  margin-top: 4.5rem !important;
}

.c-mr-72,
.c-mx-72 {
  margin-right: 4.5rem !important;
}

.c-mb-72,
.c-my-72 {
  margin-bottom: 4.5rem !important;
}

.c-ml-72,
.c-mx-72 {
  margin-left: 4.5rem !important;
}

.c-m-80 {
  margin: 5rem !important;
}

.c-mt-80,
.c-my-80 {
  margin-top: 5rem !important;
}

.c-mr-80,
.c-mx-80 {
  margin-right: 5rem !important;
}

.c-mb-80,
.c-my-80 {
  margin-bottom: 5rem !important;
}

.c-ml-80,
.c-mx-80 {
  margin-left: 5rem !important;
}

.c-m-185 {
  margin: 11.5625rem !important;
}

.c-mt-185,
.c-my-185 {
  margin-top: 11.5625rem !important;
}

.c-mr-185,
.c-mx-185 {
  margin-right: 11.5625rem !important;
}

.c-mb-185,
.c-my-185 {
  margin-bottom: 11.5625rem !important;
}

.c-ml-185,
.c-mx-185 {
  margin-left: 11.5625rem !important;
}

.c-m-310 {
  margin: 19.375rem !important;
}

.c-mt-310,
.c-my-310 {
  margin-top: 19.375rem !important;
}

.c-mr-310,
.c-mx-310 {
  margin-right: 19.375rem !important;
}

.c-mb-310,
.c-my-310 {
  margin-bottom: 19.375rem !important;
}

.c-ml-310,
.c-mx-310 {
  margin-left: 19.375rem !important;
}

.c-m-1 {
  margin: 0.25rem !important;
}

.c-mt-1,
.c-my-1 {
  margin-top: 0.25rem !important;
}

.c-mr-1,
.c-mx-1 {
  margin-right: 0.25rem !important;
}

.c-mb-1,
.c-my-1 {
  margin-bottom: 0.25rem !important;
}

.c-ml-1,
.c-mx-1 {
  margin-left: 0.25rem !important;
}

.c-m-2 {
  margin: 0.5rem !important;
}

.c-mt-2,
.c-my-2 {
  margin-top: 0.5rem !important;
}

.c-mr-2,
.c-mx-2 {
  margin-right: 0.5rem !important;
}

.c-mb-2,
.c-my-2 {
  margin-bottom: 0.5rem !important;
}

.c-ml-2,
.c-mx-2 {
  margin-left: 0.5rem !important;
}

.c-m-3 {
  margin: 1rem !important;
}

.c-mt-3,
.c-my-3 {
  margin-top: 1rem !important;
}

.c-mr-3,
.c-mx-3 {
  margin-right: 1rem !important;
}

.c-mb-3,
.c-my-3 {
  margin-bottom: 1rem !important;
}

.c-ml-3,
.c-mx-3 {
  margin-left: 1rem !important;
}

.c-m-4 {
  margin: 1.5rem !important;
}

.c-mt-4,
.c-my-4 {
  margin-top: 1.5rem !important;
}

.c-mr-4,
.c-mx-4 {
  margin-right: 1.5rem !important;
}

.c-mb-4,
.c-my-4 {
  margin-bottom: 1.5rem !important;
}

.c-ml-4,
.c-mx-4 {
  margin-left: 1.5rem !important;
}

.c-m-5 {
  margin: 3rem !important;
}

.c-mt-5,
.c-my-5 {
  margin-top: 3rem !important;
}

.c-mr-5,
.c-mx-5 {
  margin-right: 3rem !important;
}

.c-mb-5,
.c-my-5 {
  margin-bottom: 3rem !important;
}

.c-ml-5,
.c-mx-5 {
  margin-left: 3rem !important;
}

.c-m-7 {
  margin: 6rem !important;
}

.c-mt-7,
.c-my-7 {
  margin-top: 6rem !important;
}

.c-mr-7,
.c-mx-7 {
  margin-right: 6rem !important;
}

.c-mb-7,
.c-my-7 {
  margin-bottom: 6rem !important;
}

.c-ml-7,
.c-mx-7 {
  margin-left: 6rem !important;
}

.c-m-8 {
  margin: 7.5rem !important;
}

.c-mt-8,
.c-my-8 {
  margin-top: 7.5rem !important;
}

.c-mr-8,
.c-mx-8 {
  margin-right: 7.5rem !important;
}

.c-mb-8,
.c-my-8 {
  margin-bottom: 7.5rem !important;
}

.c-ml-8,
.c-mx-8 {
  margin-left: 7.5rem !important;
}

.c-p-2px {
  padding: 0.125rem !important;
}

.c-pt-2px,
.c-py-2px {
  padding-top: 0.125rem !important;
}

.c-pr-2px,
.c-px-2px {
  padding-right: 0.125rem !important;
}

.c-pb-2px,
.c-py-2px {
  padding-bottom: 0.125rem !important;
}

.c-pl-2px,
.c-px-2px {
  padding-left: 0.125rem !important;
}

.c-p-3px {
  padding: 0.1875rem !important;
}

.c-pt-3px,
.c-py-3px {
  padding-top: 0.1875rem !important;
}

.c-pr-3px,
.c-px-3px {
  padding-right: 0.1875rem !important;
}

.c-pb-3px,
.c-py-3px {
  padding-bottom: 0.1875rem !important;
}

.c-pl-3px,
.c-px-3px {
  padding-left: 0.1875rem !important;
}

.c-p-6px {
  padding: 0.375rem !important;
}

.c-pt-6px,
.c-py-6px {
  padding-top: 0.375rem !important;
}

.c-pr-6px,
.c-px-6px {
  padding-right: 0.375rem !important;
}

.c-pb-6px,
.c-py-6px {
  padding-bottom: 0.375rem !important;
}

.c-pl-6px,
.c-px-6px {
  padding-left: 0.375rem !important;
}

.c-p-10px {
  padding: 0.625rem !important;
}

.c-pt-10px,
.c-py-10px {
  padding-top: 0.625rem !important;
}

.c-pr-10px,
.c-px-10px {
  padding-right: 0.625rem !important;
}

.c-pb-10px,
.c-py-10px {
  padding-bottom: 0.625rem !important;
}

.c-pl-10px,
.c-px-10px {
  padding-left: 0.625rem !important;
}

.c-p-0 {
  padding: 0 !important;
}

.c-pt-0,
.c-py-0 {
  padding-top: 0 !important;
}

.c-pr-0,
.c-px-0 {
  padding-right: 0 !important;
}

.c-pb-0,
.c-py-0 {
  padding-bottom: 0 !important;
}

.c-pl-0,
.c-px-0 {
  padding-left: 0 !important;
}

.c-p-6 {
  padding: 4.5rem !important;
}

.c-pt-6,
.c-py-6 {
  padding-top: 4.5rem !important;
}

.c-pr-6,
.c-px-6 {
  padding-right: 4.5rem !important;
}

.c-pb-6,
.c-py-6 {
  padding-bottom: 4.5rem !important;
}

.c-pl-6,
.c-px-6 {
  padding-left: 4.5rem !important;
}

.c-p-12 {
  padding: 0.75rem !important;
}

.c-pt-12,
.c-py-12 {
  padding-top: 0.75rem !important;
}

.c-pr-12,
.c-px-12 {
  padding-right: 0.75rem !important;
}

.c-pb-12,
.c-py-12 {
  padding-bottom: 0.75rem !important;
}

.c-pl-12,
.c-px-12 {
  padding-left: 0.75rem !important;
}

.c-p-15 {
  padding: 0.9375rem !important;
}

.c-pt-15,
.c-py-15 {
  padding-top: 0.9375rem !important;
}

.c-pr-15,
.c-px-15 {
  padding-right: 0.9375rem !important;
}

.c-pb-15,
.c-py-15 {
  padding-bottom: 0.9375rem !important;
}

.c-pl-15,
.c-px-15 {
  padding-left: 0.9375rem !important;
}

.c-p-16 {
  padding: 1rem !important;
}

.c-pt-16,
.c-py-16 {
  padding-top: 1rem !important;
}

.c-pr-16,
.c-px-16 {
  padding-right: 1rem !important;
}

.c-pb-16,
.c-py-16 {
  padding-bottom: 1rem !important;
}

.c-pl-16,
.c-px-16 {
  padding-left: 1rem !important;
}

.c-p-20 {
  padding: 1.25rem !important;
}

.c-pt-20,
.c-py-20 {
  padding-top: 1.25rem !important;
}

.c-pr-20,
.c-px-20 {
  padding-right: 1.25rem !important;
}

.c-pb-20,
.c-py-20 {
  padding-bottom: 1.25rem !important;
}

.c-pl-20,
.c-px-20 {
  padding-left: 1.25rem !important;
}

.c-p-24 {
  padding: 1.5rem !important;
}

.c-pt-24,
.c-py-24 {
  padding-top: 1.5rem !important;
}

.c-pr-24,
.c-px-24 {
  padding-right: 1.5rem !important;
}

.c-pb-24,
.c-py-24 {
  padding-bottom: 1.5rem !important;
}

.c-pl-24,
.c-px-24 {
  padding-left: 1.5rem !important;
}

.c-p-28 {
  padding: 1.75rem !important;
}

.c-pt-28,
.c-py-28 {
  padding-top: 1.75rem !important;
}

.c-pr-28,
.c-px-28 {
  padding-right: 1.75rem !important;
}

.c-pb-28,
.c-py-28 {
  padding-bottom: 1.75rem !important;
}

.c-pl-28,
.c-px-28 {
  padding-left: 1.75rem !important;
}

.c-p-30 {
  padding: 1.875rem !important;
}

.c-pt-30,
.c-py-30 {
  padding-top: 1.875rem !important;
}

.c-pr-30,
.c-px-30 {
  padding-right: 1.875rem !important;
}

.c-pb-30,
.c-py-30 {
  padding-bottom: 1.875rem !important;
}

.c-pl-30,
.c-px-30 {
  padding-left: 1.875rem !important;
}

.c-p-32 {
  padding: 2rem !important;
}

.c-pt-32,
.c-py-32 {
  padding-top: 2rem !important;
}

.c-pr-32,
.c-px-32 {
  padding-right: 2rem !important;
}

.c-pb-32,
.c-py-32 {
  padding-bottom: 2rem !important;
}

.c-pl-32,
.c-px-32 {
  padding-left: 2rem !important;
}

.c-p-36 {
  padding: 2.25rem !important;
}

.c-pt-36,
.c-py-36 {
  padding-top: 2.25rem !important;
}

.c-pr-36,
.c-px-36 {
  padding-right: 2.25rem !important;
}

.c-pb-36,
.c-py-36 {
  padding-bottom: 2.25rem !important;
}

.c-pl-36,
.c-px-36 {
  padding-left: 2.25rem !important;
}

.c-p-40 {
  padding: 2.5rem !important;
}

.c-pt-40,
.c-py-40 {
  padding-top: 2.5rem !important;
}

.c-pr-40,
.c-px-40 {
  padding-right: 2.5rem !important;
}

.c-pb-40,
.c-py-40 {
  padding-bottom: 2.5rem !important;
}

.c-pl-40,
.c-px-40 {
  padding-left: 2.5rem !important;
}

.c-p-44 {
  padding: 2.75rem !important;
}

.c-pt-44,
.c-py-44 {
  padding-top: 2.75rem !important;
}

.c-pr-44,
.c-px-44 {
  padding-right: 2.75rem !important;
}

.c-pb-44,
.c-py-44 {
  padding-bottom: 2.75rem !important;
}

.c-pl-44,
.c-px-44 {
  padding-left: 2.75rem !important;
}

.c-p-46 {
  padding: 2.875rem !important;
}

.c-pt-46,
.c-py-46 {
  padding-top: 2.875rem !important;
}

.c-pr-46,
.c-px-46 {
  padding-right: 2.875rem !important;
}

.c-pb-46,
.c-py-46 {
  padding-bottom: 2.875rem !important;
}

.c-pl-46,
.c-px-46 {
  padding-left: 2.875rem !important;
}

.c-p-48 {
  padding: 3rem !important;
}

.c-pt-48,
.c-py-48 {
  padding-top: 3rem !important;
}

.c-pr-48,
.c-px-48 {
  padding-right: 3rem !important;
}

.c-pb-48,
.c-py-48 {
  padding-bottom: 3rem !important;
}

.c-pl-48,
.c-px-48 {
  padding-left: 3rem !important;
}

.c-p-56 {
  padding: 3.5rem !important;
}

.c-pt-56,
.c-py-56 {
  padding-top: 3.5rem !important;
}

.c-pr-56,
.c-px-56 {
  padding-right: 3.5rem !important;
}

.c-pb-56,
.c-py-56 {
  padding-bottom: 3.5rem !important;
}

.c-pl-56,
.c-px-56 {
  padding-left: 3.5rem !important;
}

.c-p-60 {
  padding: 3.75rem !important;
}

.c-pt-60,
.c-py-60 {
  padding-top: 3.75rem !important;
}

.c-pr-60,
.c-px-60 {
  padding-right: 3.75rem !important;
}

.c-pb-60,
.c-py-60 {
  padding-bottom: 3.75rem !important;
}

.c-pl-60,
.c-px-60 {
  padding-left: 3.75rem !important;
}

.c-p-64 {
  padding: 4rem !important;
}

.c-pt-64,
.c-py-64 {
  padding-top: 4rem !important;
}

.c-pr-64,
.c-px-64 {
  padding-right: 4rem !important;
}

.c-pb-64,
.c-py-64 {
  padding-bottom: 4rem !important;
}

.c-pl-64,
.c-px-64 {
  padding-left: 4rem !important;
}

.c-p-72 {
  padding: 4.5rem !important;
}

.c-pt-72,
.c-py-72 {
  padding-top: 4.5rem !important;
}

.c-pr-72,
.c-px-72 {
  padding-right: 4.5rem !important;
}

.c-pb-72,
.c-py-72 {
  padding-bottom: 4.5rem !important;
}

.c-pl-72,
.c-px-72 {
  padding-left: 4.5rem !important;
}

.c-p-80 {
  padding: 5rem !important;
}

.c-pt-80,
.c-py-80 {
  padding-top: 5rem !important;
}

.c-pr-80,
.c-px-80 {
  padding-right: 5rem !important;
}

.c-pb-80,
.c-py-80 {
  padding-bottom: 5rem !important;
}

.c-pl-80,
.c-px-80 {
  padding-left: 5rem !important;
}

.c-p-185 {
  padding: 11.5625rem !important;
}

.c-pt-185,
.c-py-185 {
  padding-top: 11.5625rem !important;
}

.c-pr-185,
.c-px-185 {
  padding-right: 11.5625rem !important;
}

.c-pb-185,
.c-py-185 {
  padding-bottom: 11.5625rem !important;
}

.c-pl-185,
.c-px-185 {
  padding-left: 11.5625rem !important;
}

.c-p-310 {
  padding: 19.375rem !important;
}

.c-pt-310,
.c-py-310 {
  padding-top: 19.375rem !important;
}

.c-pr-310,
.c-px-310 {
  padding-right: 19.375rem !important;
}

.c-pb-310,
.c-py-310 {
  padding-bottom: 19.375rem !important;
}

.c-pl-310,
.c-px-310 {
  padding-left: 19.375rem !important;
}

.c-p-1 {
  padding: 0.25rem !important;
}

.c-pt-1,
.c-py-1 {
  padding-top: 0.25rem !important;
}

.c-pr-1,
.c-px-1 {
  padding-right: 0.25rem !important;
}

.c-pb-1,
.c-py-1 {
  padding-bottom: 0.25rem !important;
}

.c-pl-1,
.c-px-1 {
  padding-left: 0.25rem !important;
}

.c-p-2 {
  padding: 0.5rem !important;
}

.c-pt-2,
.c-py-2 {
  padding-top: 0.5rem !important;
}

.c-pr-2,
.c-px-2 {
  padding-right: 0.5rem !important;
}

.c-pb-2,
.c-py-2 {
  padding-bottom: 0.5rem !important;
}

.c-pl-2,
.c-px-2 {
  padding-left: 0.5rem !important;
}

.c-p-3 {
  padding: 1rem !important;
}

.c-pt-3,
.c-py-3 {
  padding-top: 1rem !important;
}

.c-pr-3,
.c-px-3 {
  padding-right: 1rem !important;
}

.c-pb-3,
.c-py-3 {
  padding-bottom: 1rem !important;
}

.c-pl-3,
.c-px-3 {
  padding-left: 1rem !important;
}

.c-p-4 {
  padding: 1.5rem !important;
}

.c-pt-4,
.c-py-4 {
  padding-top: 1.5rem !important;
}

.c-pr-4,
.c-px-4 {
  padding-right: 1.5rem !important;
}

.c-pb-4,
.c-py-4 {
  padding-bottom: 1.5rem !important;
}

.c-pl-4,
.c-px-4 {
  padding-left: 1.5rem !important;
}

.c-p-5 {
  padding: 3rem !important;
}

.c-pt-5,
.c-py-5 {
  padding-top: 3rem !important;
}

.c-pr-5,
.c-px-5 {
  padding-right: 3rem !important;
}

.c-pb-5,
.c-py-5 {
  padding-bottom: 3rem !important;
}

.c-pl-5,
.c-px-5 {
  padding-left: 3rem !important;
}

.c-p-7 {
  padding: 6rem !important;
}

.c-pt-7,
.c-py-7 {
  padding-top: 6rem !important;
}

.c-pr-7,
.c-px-7 {
  padding-right: 6rem !important;
}

.c-pb-7,
.c-py-7 {
  padding-bottom: 6rem !important;
}

.c-pl-7,
.c-px-7 {
  padding-left: 6rem !important;
}

.c-p-8 {
  padding: 7.5rem !important;
}

.c-pt-8,
.c-py-8 {
  padding-top: 7.5rem !important;
}

.c-pr-8,
.c-px-8 {
  padding-right: 7.5rem !important;
}

.c-pb-8,
.c-py-8 {
  padding-bottom: 7.5rem !important;
}

.c-pl-8,
.c-px-8 {
  padding-left: 7.5rem !important;
}

.c-m-n2px {
  margin: -0.125rem;
}

.c-mt-n2px,
.c-my-n2px {
  margin-top: -0.125rem;
}

.c-mr-n2px,
.c-mx-n2px {
  margin-right: -0.125rem;
}

.c-mb-n2px,
.c-my-n2px {
  margin-bottom: -0.125rem;
}

.c-ml-n2px,
.c-mx-n2px {
  margin-left: -0.125rem;
}

.c-m-n3px {
  margin: -0.1875rem;
}

.c-mt-n3px,
.c-my-n3px {
  margin-top: -0.1875rem;
}

.c-mr-n3px,
.c-mx-n3px {
  margin-right: -0.1875rem;
}

.c-mb-n3px,
.c-my-n3px {
  margin-bottom: -0.1875rem;
}

.c-ml-n3px,
.c-mx-n3px {
  margin-left: -0.1875rem;
}

.c-m-n6px {
  margin: -0.375rem;
}

.c-mt-n6px,
.c-my-n6px {
  margin-top: -0.375rem;
}

.c-mr-n6px,
.c-mx-n6px {
  margin-right: -0.375rem;
}

.c-mb-n6px,
.c-my-n6px {
  margin-bottom: -0.375rem;
}

.c-ml-n6px,
.c-mx-n6px {
  margin-left: -0.375rem;
}

.c-m-n10px {
  margin: -0.625rem;
}

.c-mt-n10px,
.c-my-n10px {
  margin-top: -0.625rem;
}

.c-mr-n10px,
.c-mx-n10px {
  margin-right: -0.625rem;
}

.c-mb-n10px,
.c-my-n10px {
  margin-bottom: -0.625rem;
}

.c-ml-n10px,
.c-mx-n10px {
  margin-left: -0.625rem;
}

.c-m-n6 {
  margin: -4.5rem;
}

.c-mt-n6,
.c-my-n6 {
  margin-top: -4.5rem;
}

.c-mr-n6,
.c-mx-n6 {
  margin-right: -4.5rem;
}

.c-mb-n6,
.c-my-n6 {
  margin-bottom: -4.5rem;
}

.c-ml-n6,
.c-mx-n6 {
  margin-left: -4.5rem;
}

.c-m-n12 {
  margin: -0.75rem;
}

.c-mt-n12,
.c-my-n12 {
  margin-top: -0.75rem;
}

.c-mr-n12,
.c-mx-n12 {
  margin-right: -0.75rem;
}

.c-mb-n12,
.c-my-n12 {
  margin-bottom: -0.75rem;
}

.c-ml-n12,
.c-mx-n12 {
  margin-left: -0.75rem;
}

.c-m-n15 {
  margin: -0.9375rem;
}

.c-mt-n15,
.c-my-n15 {
  margin-top: -0.9375rem;
}

.c-mr-n15,
.c-mx-n15 {
  margin-right: -0.9375rem;
}

.c-mb-n15,
.c-my-n15 {
  margin-bottom: -0.9375rem;
}

.c-ml-n15,
.c-mx-n15 {
  margin-left: -0.9375rem;
}

.c-m-n16 {
  margin: -1rem;
}

.c-mt-n16,
.c-my-n16 {
  margin-top: -1rem;
}

.c-mr-n16,
.c-mx-n16 {
  margin-right: -1rem;
}

.c-mb-n16,
.c-my-n16 {
  margin-bottom: -1rem;
}

.c-ml-n16,
.c-mx-n16 {
  margin-left: -1rem;
}

.c-m-n20 {
  margin: -1.25rem;
}

.c-mt-n20,
.c-my-n20 {
  margin-top: -1.25rem;
}

.c-mr-n20,
.c-mx-n20 {
  margin-right: -1.25rem;
}

.c-mb-n20,
.c-my-n20 {
  margin-bottom: -1.25rem;
}

.c-ml-n20,
.c-mx-n20 {
  margin-left: -1.25rem;
}

.c-m-n24 {
  margin: -1.5rem;
}

.c-mt-n24,
.c-my-n24 {
  margin-top: -1.5rem;
}

.c-mr-n24,
.c-mx-n24 {
  margin-right: -1.5rem;
}

.c-mb-n24,
.c-my-n24 {
  margin-bottom: -1.5rem;
}

.c-ml-n24,
.c-mx-n24 {
  margin-left: -1.5rem;
}

.c-m-n28 {
  margin: -1.75rem;
}

.c-mt-n28,
.c-my-n28 {
  margin-top: -1.75rem;
}

.c-mr-n28,
.c-mx-n28 {
  margin-right: -1.75rem;
}

.c-mb-n28,
.c-my-n28 {
  margin-bottom: -1.75rem;
}

.c-ml-n28,
.c-mx-n28 {
  margin-left: -1.75rem;
}

.c-m-n30 {
  margin: -1.875rem;
}

.c-mt-n30,
.c-my-n30 {
  margin-top: -1.875rem;
}

.c-mr-n30,
.c-mx-n30 {
  margin-right: -1.875rem;
}

.c-mb-n30,
.c-my-n30 {
  margin-bottom: -1.875rem;
}

.c-ml-n30,
.c-mx-n30 {
  margin-left: -1.875rem;
}

.c-m-n32 {
  margin: -2rem;
}

.c-mt-n32,
.c-my-n32 {
  margin-top: -2rem;
}

.c-mr-n32,
.c-mx-n32 {
  margin-right: -2rem;
}

.c-mb-n32,
.c-my-n32 {
  margin-bottom: -2rem;
}

.c-ml-n32,
.c-mx-n32 {
  margin-left: -2rem;
}

.c-m-n36 {
  margin: -2.25rem;
}

.c-mt-n36,
.c-my-n36 {
  margin-top: -2.25rem;
}

.c-mr-n36,
.c-mx-n36 {
  margin-right: -2.25rem;
}

.c-mb-n36,
.c-my-n36 {
  margin-bottom: -2.25rem;
}

.c-ml-n36,
.c-mx-n36 {
  margin-left: -2.25rem;
}

.c-m-n40 {
  margin: -2.5rem;
}

.c-mt-n40,
.c-my-n40 {
  margin-top: -2.5rem;
}

.c-mr-n40,
.c-mx-n40 {
  margin-right: -2.5rem;
}

.c-mb-n40,
.c-my-n40 {
  margin-bottom: -2.5rem;
}

.c-ml-n40,
.c-mx-n40 {
  margin-left: -2.5rem;
}

.c-m-n44 {
  margin: -2.75rem;
}

.c-mt-n44,
.c-my-n44 {
  margin-top: -2.75rem;
}

.c-mr-n44,
.c-mx-n44 {
  margin-right: -2.75rem;
}

.c-mb-n44,
.c-my-n44 {
  margin-bottom: -2.75rem;
}

.c-ml-n44,
.c-mx-n44 {
  margin-left: -2.75rem;
}

.c-m-n46 {
  margin: -2.875rem;
}

.c-mt-n46,
.c-my-n46 {
  margin-top: -2.875rem;
}

.c-mr-n46,
.c-mx-n46 {
  margin-right: -2.875rem;
}

.c-mb-n46,
.c-my-n46 {
  margin-bottom: -2.875rem;
}

.c-ml-n46,
.c-mx-n46 {
  margin-left: -2.875rem;
}

.c-m-n48 {
  margin: -3rem;
}

.c-mt-n48,
.c-my-n48 {
  margin-top: -3rem;
}

.c-mr-n48,
.c-mx-n48 {
  margin-right: -3rem;
}

.c-mb-n48,
.c-my-n48 {
  margin-bottom: -3rem;
}

.c-ml-n48,
.c-mx-n48 {
  margin-left: -3rem;
}

.c-m-n56 {
  margin: -3.5rem;
}

.c-mt-n56,
.c-my-n56 {
  margin-top: -3.5rem;
}

.c-mr-n56,
.c-mx-n56 {
  margin-right: -3.5rem;
}

.c-mb-n56,
.c-my-n56 {
  margin-bottom: -3.5rem;
}

.c-ml-n56,
.c-mx-n56 {
  margin-left: -3.5rem;
}

.c-m-n60 {
  margin: -3.75rem;
}

.c-mt-n60,
.c-my-n60 {
  margin-top: -3.75rem;
}

.c-mr-n60,
.c-mx-n60 {
  margin-right: -3.75rem;
}

.c-mb-n60,
.c-my-n60 {
  margin-bottom: -3.75rem;
}

.c-ml-n60,
.c-mx-n60 {
  margin-left: -3.75rem;
}

.c-m-n64 {
  margin: -4rem;
}

.c-mt-n64,
.c-my-n64 {
  margin-top: -4rem;
}

.c-mr-n64,
.c-mx-n64 {
  margin-right: -4rem;
}

.c-mb-n64,
.c-my-n64 {
  margin-bottom: -4rem;
}

.c-ml-n64,
.c-mx-n64 {
  margin-left: -4rem;
}

.c-m-n72 {
  margin: -4.5rem;
}

.c-mt-n72,
.c-my-n72 {
  margin-top: -4.5rem;
}

.c-mr-n72,
.c-mx-n72 {
  margin-right: -4.5rem;
}

.c-mb-n72,
.c-my-n72 {
  margin-bottom: -4.5rem;
}

.c-ml-n72,
.c-mx-n72 {
  margin-left: -4.5rem;
}

.c-m-n80 {
  margin: -5rem;
}

.c-mt-n80,
.c-my-n80 {
  margin-top: -5rem;
}

.c-mr-n80,
.c-mx-n80 {
  margin-right: -5rem;
}

.c-mb-n80,
.c-my-n80 {
  margin-bottom: -5rem;
}

.c-ml-n80,
.c-mx-n80 {
  margin-left: -5rem;
}

.c-m-n185 {
  margin: -11.5625rem;
}

.c-mt-n185,
.c-my-n185 {
  margin-top: -11.5625rem;
}

.c-mr-n185,
.c-mx-n185 {
  margin-right: -11.5625rem;
}

.c-mb-n185,
.c-my-n185 {
  margin-bottom: -11.5625rem;
}

.c-ml-n185,
.c-mx-n185 {
  margin-left: -11.5625rem;
}

.c-m-n310 {
  margin: -19.375rem;
}

.c-mt-n310,
.c-my-n310 {
  margin-top: -19.375rem;
}

.c-mr-n310,
.c-mx-n310 {
  margin-right: -19.375rem;
}

.c-mb-n310,
.c-my-n310 {
  margin-bottom: -19.375rem;
}

.c-ml-n310,
.c-mx-n310 {
  margin-left: -19.375rem;
}

.c-m-n1 {
  margin: -0.25rem;
}

.c-mt-n1,
.c-my-n1 {
  margin-top: -0.25rem;
}

.c-mr-n1,
.c-mx-n1 {
  margin-right: -0.25rem;
}

.c-mb-n1,
.c-my-n1 {
  margin-bottom: -0.25rem;
}

.c-ml-n1,
.c-mx-n1 {
  margin-left: -0.25rem;
}

.c-m-n2 {
  margin: -0.5rem;
}

.c-mt-n2,
.c-my-n2 {
  margin-top: -0.5rem;
}

.c-mr-n2,
.c-mx-n2 {
  margin-right: -0.5rem;
}

.c-mb-n2,
.c-my-n2 {
  margin-bottom: -0.5rem;
}

.c-ml-n2,
.c-mx-n2 {
  margin-left: -0.5rem;
}

.c-m-n3 {
  margin: -1rem;
}

.c-mt-n3,
.c-my-n3 {
  margin-top: -1rem;
}

.c-mr-n3,
.c-mx-n3 {
  margin-right: -1rem;
}

.c-mb-n3,
.c-my-n3 {
  margin-bottom: -1rem;
}

.c-ml-n3,
.c-mx-n3 {
  margin-left: -1rem;
}

.c-m-n4 {
  margin: -1.5rem;
}

.c-mt-n4,
.c-my-n4 {
  margin-top: -1.5rem;
}

.c-mr-n4,
.c-mx-n4 {
  margin-right: -1.5rem;
}

.c-mb-n4,
.c-my-n4 {
  margin-bottom: -1.5rem;
}

.c-ml-n4,
.c-mx-n4 {
  margin-left: -1.5rem;
}

.c-m-n5 {
  margin: -3rem;
}

.c-mt-n5,
.c-my-n5 {
  margin-top: -3rem;
}

.c-mr-n5,
.c-mx-n5 {
  margin-right: -3rem;
}

.c-mb-n5,
.c-my-n5 {
  margin-bottom: -3rem;
}

.c-ml-n5,
.c-mx-n5 {
  margin-left: -3rem;
}

.c-m-n7 {
  margin: -6rem;
}

.c-mt-n7,
.c-my-n7 {
  margin-top: -6rem;
}

.c-mr-n7,
.c-mx-n7 {
  margin-right: -6rem;
}

.c-mb-n7,
.c-my-n7 {
  margin-bottom: -6rem;
}

.c-ml-n7,
.c-mx-n7 {
  margin-left: -6rem;
}

.c-m-n8 {
  margin: -7.5rem;
}

.c-mt-n8,
.c-my-n8 {
  margin-top: -7.5rem;
}

.c-mr-n8,
.c-mx-n8 {
  margin-right: -7.5rem;
}

.c-mb-n8,
.c-my-n8 {
  margin-bottom: -7.5rem;
}

.c-ml-n8,
.c-mx-n8 {
  margin-left: -7.5rem;
}

.c-m-auto {
  margin: auto;
}

.c-mt-auto,
.c-my-auto {
  margin-top: auto;
}

.c-mr-auto,
.c-mx-auto {
  margin-right: auto;
}

.c-mb-auto,
.c-my-auto {
  margin-bottom: auto;
}

.c-ml-auto,
.c-mx-auto {
  margin-left: auto;
}

@media (min-width: 576px) {
  .c-m-sm-2px {
    margin: 0.125rem !important;
  }
  .c-mt-sm-2px,
  .c-my-sm-2px {
    margin-top: 0.125rem !important;
  }
  .c-mr-sm-2px,
  .c-mx-sm-2px {
    margin-right: 0.125rem !important;
  }
  .c-mb-sm-2px,
  .c-my-sm-2px {
    margin-bottom: 0.125rem !important;
  }
  .c-ml-sm-2px,
  .c-mx-sm-2px {
    margin-left: 0.125rem !important;
  }
  .c-m-sm-3px {
    margin: 0.1875rem !important;
  }
  .c-mt-sm-3px,
  .c-my-sm-3px {
    margin-top: 0.1875rem !important;
  }
  .c-mr-sm-3px,
  .c-mx-sm-3px {
    margin-right: 0.1875rem !important;
  }
  .c-mb-sm-3px,
  .c-my-sm-3px {
    margin-bottom: 0.1875rem !important;
  }
  .c-ml-sm-3px,
  .c-mx-sm-3px {
    margin-left: 0.1875rem !important;
  }
  .c-m-sm-6px {
    margin: 0.375rem !important;
  }
  .c-mt-sm-6px,
  .c-my-sm-6px {
    margin-top: 0.375rem !important;
  }
  .c-mr-sm-6px,
  .c-mx-sm-6px {
    margin-right: 0.375rem !important;
  }
  .c-mb-sm-6px,
  .c-my-sm-6px {
    margin-bottom: 0.375rem !important;
  }
  .c-ml-sm-6px,
  .c-mx-sm-6px {
    margin-left: 0.375rem !important;
  }
  .c-m-sm-10px {
    margin: 0.625rem !important;
  }
  .c-mt-sm-10px,
  .c-my-sm-10px {
    margin-top: 0.625rem !important;
  }
  .c-mr-sm-10px,
  .c-mx-sm-10px {
    margin-right: 0.625rem !important;
  }
  .c-mb-sm-10px,
  .c-my-sm-10px {
    margin-bottom: 0.625rem !important;
  }
  .c-ml-sm-10px,
  .c-mx-sm-10px {
    margin-left: 0.625rem !important;
  }
  .c-m-sm-0 {
    margin: 0 !important;
  }
  .c-mt-sm-0,
  .c-my-sm-0 {
    margin-top: 0 !important;
  }
  .c-mr-sm-0,
  .c-mx-sm-0 {
    margin-right: 0 !important;
  }
  .c-mb-sm-0,
  .c-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .c-ml-sm-0,
  .c-mx-sm-0 {
    margin-left: 0 !important;
  }
  .c-m-sm-6 {
    margin: 4.5rem !important;
  }
  .c-mt-sm-6,
  .c-my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .c-mr-sm-6,
  .c-mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .c-mb-sm-6,
  .c-my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .c-ml-sm-6,
  .c-mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .c-m-sm-12 {
    margin: 0.75rem !important;
  }
  .c-mt-sm-12,
  .c-my-sm-12 {
    margin-top: 0.75rem !important;
  }
  .c-mr-sm-12,
  .c-mx-sm-12 {
    margin-right: 0.75rem !important;
  }
  .c-mb-sm-12,
  .c-my-sm-12 {
    margin-bottom: 0.75rem !important;
  }
  .c-ml-sm-12,
  .c-mx-sm-12 {
    margin-left: 0.75rem !important;
  }
  .c-m-sm-15 {
    margin: 0.9375rem !important;
  }
  .c-mt-sm-15,
  .c-my-sm-15 {
    margin-top: 0.9375rem !important;
  }
  .c-mr-sm-15,
  .c-mx-sm-15 {
    margin-right: 0.9375rem !important;
  }
  .c-mb-sm-15,
  .c-my-sm-15 {
    margin-bottom: 0.9375rem !important;
  }
  .c-ml-sm-15,
  .c-mx-sm-15 {
    margin-left: 0.9375rem !important;
  }
  .c-m-sm-16 {
    margin: 1rem !important;
  }
  .c-mt-sm-16,
  .c-my-sm-16 {
    margin-top: 1rem !important;
  }
  .c-mr-sm-16,
  .c-mx-sm-16 {
    margin-right: 1rem !important;
  }
  .c-mb-sm-16,
  .c-my-sm-16 {
    margin-bottom: 1rem !important;
  }
  .c-ml-sm-16,
  .c-mx-sm-16 {
    margin-left: 1rem !important;
  }
  .c-m-sm-20 {
    margin: 1.25rem !important;
  }
  .c-mt-sm-20,
  .c-my-sm-20 {
    margin-top: 1.25rem !important;
  }
  .c-mr-sm-20,
  .c-mx-sm-20 {
    margin-right: 1.25rem !important;
  }
  .c-mb-sm-20,
  .c-my-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .c-ml-sm-20,
  .c-mx-sm-20 {
    margin-left: 1.25rem !important;
  }
  .c-m-sm-24 {
    margin: 1.5rem !important;
  }
  .c-mt-sm-24,
  .c-my-sm-24 {
    margin-top: 1.5rem !important;
  }
  .c-mr-sm-24,
  .c-mx-sm-24 {
    margin-right: 1.5rem !important;
  }
  .c-mb-sm-24,
  .c-my-sm-24 {
    margin-bottom: 1.5rem !important;
  }
  .c-ml-sm-24,
  .c-mx-sm-24 {
    margin-left: 1.5rem !important;
  }
  .c-m-sm-28 {
    margin: 1.75rem !important;
  }
  .c-mt-sm-28,
  .c-my-sm-28 {
    margin-top: 1.75rem !important;
  }
  .c-mr-sm-28,
  .c-mx-sm-28 {
    margin-right: 1.75rem !important;
  }
  .c-mb-sm-28,
  .c-my-sm-28 {
    margin-bottom: 1.75rem !important;
  }
  .c-ml-sm-28,
  .c-mx-sm-28 {
    margin-left: 1.75rem !important;
  }
  .c-m-sm-30 {
    margin: 1.875rem !important;
  }
  .c-mt-sm-30,
  .c-my-sm-30 {
    margin-top: 1.875rem !important;
  }
  .c-mr-sm-30,
  .c-mx-sm-30 {
    margin-right: 1.875rem !important;
  }
  .c-mb-sm-30,
  .c-my-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .c-ml-sm-30,
  .c-mx-sm-30 {
    margin-left: 1.875rem !important;
  }
  .c-m-sm-32 {
    margin: 2rem !important;
  }
  .c-mt-sm-32,
  .c-my-sm-32 {
    margin-top: 2rem !important;
  }
  .c-mr-sm-32,
  .c-mx-sm-32 {
    margin-right: 2rem !important;
  }
  .c-mb-sm-32,
  .c-my-sm-32 {
    margin-bottom: 2rem !important;
  }
  .c-ml-sm-32,
  .c-mx-sm-32 {
    margin-left: 2rem !important;
  }
  .c-m-sm-36 {
    margin: 2.25rem !important;
  }
  .c-mt-sm-36,
  .c-my-sm-36 {
    margin-top: 2.25rem !important;
  }
  .c-mr-sm-36,
  .c-mx-sm-36 {
    margin-right: 2.25rem !important;
  }
  .c-mb-sm-36,
  .c-my-sm-36 {
    margin-bottom: 2.25rem !important;
  }
  .c-ml-sm-36,
  .c-mx-sm-36 {
    margin-left: 2.25rem !important;
  }
  .c-m-sm-40 {
    margin: 2.5rem !important;
  }
  .c-mt-sm-40,
  .c-my-sm-40 {
    margin-top: 2.5rem !important;
  }
  .c-mr-sm-40,
  .c-mx-sm-40 {
    margin-right: 2.5rem !important;
  }
  .c-mb-sm-40,
  .c-my-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .c-ml-sm-40,
  .c-mx-sm-40 {
    margin-left: 2.5rem !important;
  }
  .c-m-sm-44 {
    margin: 2.75rem !important;
  }
  .c-mt-sm-44,
  .c-my-sm-44 {
    margin-top: 2.75rem !important;
  }
  .c-mr-sm-44,
  .c-mx-sm-44 {
    margin-right: 2.75rem !important;
  }
  .c-mb-sm-44,
  .c-my-sm-44 {
    margin-bottom: 2.75rem !important;
  }
  .c-ml-sm-44,
  .c-mx-sm-44 {
    margin-left: 2.75rem !important;
  }
  .c-m-sm-46 {
    margin: 2.875rem !important;
  }
  .c-mt-sm-46,
  .c-my-sm-46 {
    margin-top: 2.875rem !important;
  }
  .c-mr-sm-46,
  .c-mx-sm-46 {
    margin-right: 2.875rem !important;
  }
  .c-mb-sm-46,
  .c-my-sm-46 {
    margin-bottom: 2.875rem !important;
  }
  .c-ml-sm-46,
  .c-mx-sm-46 {
    margin-left: 2.875rem !important;
  }
  .c-m-sm-48 {
    margin: 3rem !important;
  }
  .c-mt-sm-48,
  .c-my-sm-48 {
    margin-top: 3rem !important;
  }
  .c-mr-sm-48,
  .c-mx-sm-48 {
    margin-right: 3rem !important;
  }
  .c-mb-sm-48,
  .c-my-sm-48 {
    margin-bottom: 3rem !important;
  }
  .c-ml-sm-48,
  .c-mx-sm-48 {
    margin-left: 3rem !important;
  }
  .c-m-sm-56 {
    margin: 3.5rem !important;
  }
  .c-mt-sm-56,
  .c-my-sm-56 {
    margin-top: 3.5rem !important;
  }
  .c-mr-sm-56,
  .c-mx-sm-56 {
    margin-right: 3.5rem !important;
  }
  .c-mb-sm-56,
  .c-my-sm-56 {
    margin-bottom: 3.5rem !important;
  }
  .c-ml-sm-56,
  .c-mx-sm-56 {
    margin-left: 3.5rem !important;
  }
  .c-m-sm-60 {
    margin: 3.75rem !important;
  }
  .c-mt-sm-60,
  .c-my-sm-60 {
    margin-top: 3.75rem !important;
  }
  .c-mr-sm-60,
  .c-mx-sm-60 {
    margin-right: 3.75rem !important;
  }
  .c-mb-sm-60,
  .c-my-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .c-ml-sm-60,
  .c-mx-sm-60 {
    margin-left: 3.75rem !important;
  }
  .c-m-sm-64 {
    margin: 4rem !important;
  }
  .c-mt-sm-64,
  .c-my-sm-64 {
    margin-top: 4rem !important;
  }
  .c-mr-sm-64,
  .c-mx-sm-64 {
    margin-right: 4rem !important;
  }
  .c-mb-sm-64,
  .c-my-sm-64 {
    margin-bottom: 4rem !important;
  }
  .c-ml-sm-64,
  .c-mx-sm-64 {
    margin-left: 4rem !important;
  }
  .c-m-sm-72 {
    margin: 4.5rem !important;
  }
  .c-mt-sm-72,
  .c-my-sm-72 {
    margin-top: 4.5rem !important;
  }
  .c-mr-sm-72,
  .c-mx-sm-72 {
    margin-right: 4.5rem !important;
  }
  .c-mb-sm-72,
  .c-my-sm-72 {
    margin-bottom: 4.5rem !important;
  }
  .c-ml-sm-72,
  .c-mx-sm-72 {
    margin-left: 4.5rem !important;
  }
  .c-m-sm-80 {
    margin: 5rem !important;
  }
  .c-mt-sm-80,
  .c-my-sm-80 {
    margin-top: 5rem !important;
  }
  .c-mr-sm-80,
  .c-mx-sm-80 {
    margin-right: 5rem !important;
  }
  .c-mb-sm-80,
  .c-my-sm-80 {
    margin-bottom: 5rem !important;
  }
  .c-ml-sm-80,
  .c-mx-sm-80 {
    margin-left: 5rem !important;
  }
  .c-m-sm-185 {
    margin: 11.5625rem !important;
  }
  .c-mt-sm-185,
  .c-my-sm-185 {
    margin-top: 11.5625rem !important;
  }
  .c-mr-sm-185,
  .c-mx-sm-185 {
    margin-right: 11.5625rem !important;
  }
  .c-mb-sm-185,
  .c-my-sm-185 {
    margin-bottom: 11.5625rem !important;
  }
  .c-ml-sm-185,
  .c-mx-sm-185 {
    margin-left: 11.5625rem !important;
  }
  .c-m-sm-310 {
    margin: 19.375rem !important;
  }
  .c-mt-sm-310,
  .c-my-sm-310 {
    margin-top: 19.375rem !important;
  }
  .c-mr-sm-310,
  .c-mx-sm-310 {
    margin-right: 19.375rem !important;
  }
  .c-mb-sm-310,
  .c-my-sm-310 {
    margin-bottom: 19.375rem !important;
  }
  .c-ml-sm-310,
  .c-mx-sm-310 {
    margin-left: 19.375rem !important;
  }
  .c-m-sm-1 {
    margin: 0.25rem !important;
  }
  .c-mt-sm-1,
  .c-my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .c-mr-sm-1,
  .c-mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .c-mb-sm-1,
  .c-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .c-ml-sm-1,
  .c-mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .c-m-sm-2 {
    margin: 0.5rem !important;
  }
  .c-mt-sm-2,
  .c-my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .c-mr-sm-2,
  .c-mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .c-mb-sm-2,
  .c-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .c-ml-sm-2,
  .c-mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .c-m-sm-3 {
    margin: 1rem !important;
  }
  .c-mt-sm-3,
  .c-my-sm-3 {
    margin-top: 1rem !important;
  }
  .c-mr-sm-3,
  .c-mx-sm-3 {
    margin-right: 1rem !important;
  }
  .c-mb-sm-3,
  .c-my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .c-ml-sm-3,
  .c-mx-sm-3 {
    margin-left: 1rem !important;
  }
  .c-m-sm-4 {
    margin: 1.5rem !important;
  }
  .c-mt-sm-4,
  .c-my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .c-mr-sm-4,
  .c-mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .c-mb-sm-4,
  .c-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .c-ml-sm-4,
  .c-mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .c-m-sm-5 {
    margin: 3rem !important;
  }
  .c-mt-sm-5,
  .c-my-sm-5 {
    margin-top: 3rem !important;
  }
  .c-mr-sm-5,
  .c-mx-sm-5 {
    margin-right: 3rem !important;
  }
  .c-mb-sm-5,
  .c-my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .c-ml-sm-5,
  .c-mx-sm-5 {
    margin-left: 3rem !important;
  }
  .c-m-sm-7 {
    margin: 6rem !important;
  }
  .c-mt-sm-7,
  .c-my-sm-7 {
    margin-top: 6rem !important;
  }
  .c-mr-sm-7,
  .c-mx-sm-7 {
    margin-right: 6rem !important;
  }
  .c-mb-sm-7,
  .c-my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .c-ml-sm-7,
  .c-mx-sm-7 {
    margin-left: 6rem !important;
  }
  .c-m-sm-8 {
    margin: 7.5rem !important;
  }
  .c-mt-sm-8,
  .c-my-sm-8 {
    margin-top: 7.5rem !important;
  }
  .c-mr-sm-8,
  .c-mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  .c-mb-sm-8,
  .c-my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .c-ml-sm-8,
  .c-mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  .c-p-sm-2px {
    padding: 0.125rem !important;
  }
  .c-pt-sm-2px,
  .c-py-sm-2px {
    padding-top: 0.125rem !important;
  }
  .c-pr-sm-2px,
  .c-px-sm-2px {
    padding-right: 0.125rem !important;
  }
  .c-pb-sm-2px,
  .c-py-sm-2px {
    padding-bottom: 0.125rem !important;
  }
  .c-pl-sm-2px,
  .c-px-sm-2px {
    padding-left: 0.125rem !important;
  }
  .c-p-sm-3px {
    padding: 0.1875rem !important;
  }
  .c-pt-sm-3px,
  .c-py-sm-3px {
    padding-top: 0.1875rem !important;
  }
  .c-pr-sm-3px,
  .c-px-sm-3px {
    padding-right: 0.1875rem !important;
  }
  .c-pb-sm-3px,
  .c-py-sm-3px {
    padding-bottom: 0.1875rem !important;
  }
  .c-pl-sm-3px,
  .c-px-sm-3px {
    padding-left: 0.1875rem !important;
  }
  .c-p-sm-6px {
    padding: 0.375rem !important;
  }
  .c-pt-sm-6px,
  .c-py-sm-6px {
    padding-top: 0.375rem !important;
  }
  .c-pr-sm-6px,
  .c-px-sm-6px {
    padding-right: 0.375rem !important;
  }
  .c-pb-sm-6px,
  .c-py-sm-6px {
    padding-bottom: 0.375rem !important;
  }
  .c-pl-sm-6px,
  .c-px-sm-6px {
    padding-left: 0.375rem !important;
  }
  .c-p-sm-10px {
    padding: 0.625rem !important;
  }
  .c-pt-sm-10px,
  .c-py-sm-10px {
    padding-top: 0.625rem !important;
  }
  .c-pr-sm-10px,
  .c-px-sm-10px {
    padding-right: 0.625rem !important;
  }
  .c-pb-sm-10px,
  .c-py-sm-10px {
    padding-bottom: 0.625rem !important;
  }
  .c-pl-sm-10px,
  .c-px-sm-10px {
    padding-left: 0.625rem !important;
  }
  .c-p-sm-0 {
    padding: 0 !important;
  }
  .c-pt-sm-0,
  .c-py-sm-0 {
    padding-top: 0 !important;
  }
  .c-pr-sm-0,
  .c-px-sm-0 {
    padding-right: 0 !important;
  }
  .c-pb-sm-0,
  .c-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .c-pl-sm-0,
  .c-px-sm-0 {
    padding-left: 0 !important;
  }
  .c-p-sm-6 {
    padding: 4.5rem !important;
  }
  .c-pt-sm-6,
  .c-py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .c-pr-sm-6,
  .c-px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .c-pb-sm-6,
  .c-py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .c-pl-sm-6,
  .c-px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .c-p-sm-12 {
    padding: 0.75rem !important;
  }
  .c-pt-sm-12,
  .c-py-sm-12 {
    padding-top: 0.75rem !important;
  }
  .c-pr-sm-12,
  .c-px-sm-12 {
    padding-right: 0.75rem !important;
  }
  .c-pb-sm-12,
  .c-py-sm-12 {
    padding-bottom: 0.75rem !important;
  }
  .c-pl-sm-12,
  .c-px-sm-12 {
    padding-left: 0.75rem !important;
  }
  .c-p-sm-15 {
    padding: 0.9375rem !important;
  }
  .c-pt-sm-15,
  .c-py-sm-15 {
    padding-top: 0.9375rem !important;
  }
  .c-pr-sm-15,
  .c-px-sm-15 {
    padding-right: 0.9375rem !important;
  }
  .c-pb-sm-15,
  .c-py-sm-15 {
    padding-bottom: 0.9375rem !important;
  }
  .c-pl-sm-15,
  .c-px-sm-15 {
    padding-left: 0.9375rem !important;
  }
  .c-p-sm-16 {
    padding: 1rem !important;
  }
  .c-pt-sm-16,
  .c-py-sm-16 {
    padding-top: 1rem !important;
  }
  .c-pr-sm-16,
  .c-px-sm-16 {
    padding-right: 1rem !important;
  }
  .c-pb-sm-16,
  .c-py-sm-16 {
    padding-bottom: 1rem !important;
  }
  .c-pl-sm-16,
  .c-px-sm-16 {
    padding-left: 1rem !important;
  }
  .c-p-sm-20 {
    padding: 1.25rem !important;
  }
  .c-pt-sm-20,
  .c-py-sm-20 {
    padding-top: 1.25rem !important;
  }
  .c-pr-sm-20,
  .c-px-sm-20 {
    padding-right: 1.25rem !important;
  }
  .c-pb-sm-20,
  .c-py-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .c-pl-sm-20,
  .c-px-sm-20 {
    padding-left: 1.25rem !important;
  }
  .c-p-sm-24 {
    padding: 1.5rem !important;
  }
  .c-pt-sm-24,
  .c-py-sm-24 {
    padding-top: 1.5rem !important;
  }
  .c-pr-sm-24,
  .c-px-sm-24 {
    padding-right: 1.5rem !important;
  }
  .c-pb-sm-24,
  .c-py-sm-24 {
    padding-bottom: 1.5rem !important;
  }
  .c-pl-sm-24,
  .c-px-sm-24 {
    padding-left: 1.5rem !important;
  }
  .c-p-sm-28 {
    padding: 1.75rem !important;
  }
  .c-pt-sm-28,
  .c-py-sm-28 {
    padding-top: 1.75rem !important;
  }
  .c-pr-sm-28,
  .c-px-sm-28 {
    padding-right: 1.75rem !important;
  }
  .c-pb-sm-28,
  .c-py-sm-28 {
    padding-bottom: 1.75rem !important;
  }
  .c-pl-sm-28,
  .c-px-sm-28 {
    padding-left: 1.75rem !important;
  }
  .c-p-sm-30 {
    padding: 1.875rem !important;
  }
  .c-pt-sm-30,
  .c-py-sm-30 {
    padding-top: 1.875rem !important;
  }
  .c-pr-sm-30,
  .c-px-sm-30 {
    padding-right: 1.875rem !important;
  }
  .c-pb-sm-30,
  .c-py-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .c-pl-sm-30,
  .c-px-sm-30 {
    padding-left: 1.875rem !important;
  }
  .c-p-sm-32 {
    padding: 2rem !important;
  }
  .c-pt-sm-32,
  .c-py-sm-32 {
    padding-top: 2rem !important;
  }
  .c-pr-sm-32,
  .c-px-sm-32 {
    padding-right: 2rem !important;
  }
  .c-pb-sm-32,
  .c-py-sm-32 {
    padding-bottom: 2rem !important;
  }
  .c-pl-sm-32,
  .c-px-sm-32 {
    padding-left: 2rem !important;
  }
  .c-p-sm-36 {
    padding: 2.25rem !important;
  }
  .c-pt-sm-36,
  .c-py-sm-36 {
    padding-top: 2.25rem !important;
  }
  .c-pr-sm-36,
  .c-px-sm-36 {
    padding-right: 2.25rem !important;
  }
  .c-pb-sm-36,
  .c-py-sm-36 {
    padding-bottom: 2.25rem !important;
  }
  .c-pl-sm-36,
  .c-px-sm-36 {
    padding-left: 2.25rem !important;
  }
  .c-p-sm-40 {
    padding: 2.5rem !important;
  }
  .c-pt-sm-40,
  .c-py-sm-40 {
    padding-top: 2.5rem !important;
  }
  .c-pr-sm-40,
  .c-px-sm-40 {
    padding-right: 2.5rem !important;
  }
  .c-pb-sm-40,
  .c-py-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .c-pl-sm-40,
  .c-px-sm-40 {
    padding-left: 2.5rem !important;
  }
  .c-p-sm-44 {
    padding: 2.75rem !important;
  }
  .c-pt-sm-44,
  .c-py-sm-44 {
    padding-top: 2.75rem !important;
  }
  .c-pr-sm-44,
  .c-px-sm-44 {
    padding-right: 2.75rem !important;
  }
  .c-pb-sm-44,
  .c-py-sm-44 {
    padding-bottom: 2.75rem !important;
  }
  .c-pl-sm-44,
  .c-px-sm-44 {
    padding-left: 2.75rem !important;
  }
  .c-p-sm-46 {
    padding: 2.875rem !important;
  }
  .c-pt-sm-46,
  .c-py-sm-46 {
    padding-top: 2.875rem !important;
  }
  .c-pr-sm-46,
  .c-px-sm-46 {
    padding-right: 2.875rem !important;
  }
  .c-pb-sm-46,
  .c-py-sm-46 {
    padding-bottom: 2.875rem !important;
  }
  .c-pl-sm-46,
  .c-px-sm-46 {
    padding-left: 2.875rem !important;
  }
  .c-p-sm-48 {
    padding: 3rem !important;
  }
  .c-pt-sm-48,
  .c-py-sm-48 {
    padding-top: 3rem !important;
  }
  .c-pr-sm-48,
  .c-px-sm-48 {
    padding-right: 3rem !important;
  }
  .c-pb-sm-48,
  .c-py-sm-48 {
    padding-bottom: 3rem !important;
  }
  .c-pl-sm-48,
  .c-px-sm-48 {
    padding-left: 3rem !important;
  }
  .c-p-sm-56 {
    padding: 3.5rem !important;
  }
  .c-pt-sm-56,
  .c-py-sm-56 {
    padding-top: 3.5rem !important;
  }
  .c-pr-sm-56,
  .c-px-sm-56 {
    padding-right: 3.5rem !important;
  }
  .c-pb-sm-56,
  .c-py-sm-56 {
    padding-bottom: 3.5rem !important;
  }
  .c-pl-sm-56,
  .c-px-sm-56 {
    padding-left: 3.5rem !important;
  }
  .c-p-sm-60 {
    padding: 3.75rem !important;
  }
  .c-pt-sm-60,
  .c-py-sm-60 {
    padding-top: 3.75rem !important;
  }
  .c-pr-sm-60,
  .c-px-sm-60 {
    padding-right: 3.75rem !important;
  }
  .c-pb-sm-60,
  .c-py-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .c-pl-sm-60,
  .c-px-sm-60 {
    padding-left: 3.75rem !important;
  }
  .c-p-sm-64 {
    padding: 4rem !important;
  }
  .c-pt-sm-64,
  .c-py-sm-64 {
    padding-top: 4rem !important;
  }
  .c-pr-sm-64,
  .c-px-sm-64 {
    padding-right: 4rem !important;
  }
  .c-pb-sm-64,
  .c-py-sm-64 {
    padding-bottom: 4rem !important;
  }
  .c-pl-sm-64,
  .c-px-sm-64 {
    padding-left: 4rem !important;
  }
  .c-p-sm-72 {
    padding: 4.5rem !important;
  }
  .c-pt-sm-72,
  .c-py-sm-72 {
    padding-top: 4.5rem !important;
  }
  .c-pr-sm-72,
  .c-px-sm-72 {
    padding-right: 4.5rem !important;
  }
  .c-pb-sm-72,
  .c-py-sm-72 {
    padding-bottom: 4.5rem !important;
  }
  .c-pl-sm-72,
  .c-px-sm-72 {
    padding-left: 4.5rem !important;
  }
  .c-p-sm-80 {
    padding: 5rem !important;
  }
  .c-pt-sm-80,
  .c-py-sm-80 {
    padding-top: 5rem !important;
  }
  .c-pr-sm-80,
  .c-px-sm-80 {
    padding-right: 5rem !important;
  }
  .c-pb-sm-80,
  .c-py-sm-80 {
    padding-bottom: 5rem !important;
  }
  .c-pl-sm-80,
  .c-px-sm-80 {
    padding-left: 5rem !important;
  }
  .c-p-sm-185 {
    padding: 11.5625rem !important;
  }
  .c-pt-sm-185,
  .c-py-sm-185 {
    padding-top: 11.5625rem !important;
  }
  .c-pr-sm-185,
  .c-px-sm-185 {
    padding-right: 11.5625rem !important;
  }
  .c-pb-sm-185,
  .c-py-sm-185 {
    padding-bottom: 11.5625rem !important;
  }
  .c-pl-sm-185,
  .c-px-sm-185 {
    padding-left: 11.5625rem !important;
  }
  .c-p-sm-310 {
    padding: 19.375rem !important;
  }
  .c-pt-sm-310,
  .c-py-sm-310 {
    padding-top: 19.375rem !important;
  }
  .c-pr-sm-310,
  .c-px-sm-310 {
    padding-right: 19.375rem !important;
  }
  .c-pb-sm-310,
  .c-py-sm-310 {
    padding-bottom: 19.375rem !important;
  }
  .c-pl-sm-310,
  .c-px-sm-310 {
    padding-left: 19.375rem !important;
  }
  .c-p-sm-1 {
    padding: 0.25rem !important;
  }
  .c-pt-sm-1,
  .c-py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .c-pr-sm-1,
  .c-px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .c-pb-sm-1,
  .c-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .c-pl-sm-1,
  .c-px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .c-p-sm-2 {
    padding: 0.5rem !important;
  }
  .c-pt-sm-2,
  .c-py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .c-pr-sm-2,
  .c-px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .c-pb-sm-2,
  .c-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .c-pl-sm-2,
  .c-px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .c-p-sm-3 {
    padding: 1rem !important;
  }
  .c-pt-sm-3,
  .c-py-sm-3 {
    padding-top: 1rem !important;
  }
  .c-pr-sm-3,
  .c-px-sm-3 {
    padding-right: 1rem !important;
  }
  .c-pb-sm-3,
  .c-py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .c-pl-sm-3,
  .c-px-sm-3 {
    padding-left: 1rem !important;
  }
  .c-p-sm-4 {
    padding: 1.5rem !important;
  }
  .c-pt-sm-4,
  .c-py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .c-pr-sm-4,
  .c-px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .c-pb-sm-4,
  .c-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .c-pl-sm-4,
  .c-px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .c-p-sm-5 {
    padding: 3rem !important;
  }
  .c-pt-sm-5,
  .c-py-sm-5 {
    padding-top: 3rem !important;
  }
  .c-pr-sm-5,
  .c-px-sm-5 {
    padding-right: 3rem !important;
  }
  .c-pb-sm-5,
  .c-py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .c-pl-sm-5,
  .c-px-sm-5 {
    padding-left: 3rem !important;
  }
  .c-p-sm-7 {
    padding: 6rem !important;
  }
  .c-pt-sm-7,
  .c-py-sm-7 {
    padding-top: 6rem !important;
  }
  .c-pr-sm-7,
  .c-px-sm-7 {
    padding-right: 6rem !important;
  }
  .c-pb-sm-7,
  .c-py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .c-pl-sm-7,
  .c-px-sm-7 {
    padding-left: 6rem !important;
  }
  .c-p-sm-8 {
    padding: 7.5rem !important;
  }
  .c-pt-sm-8,
  .c-py-sm-8 {
    padding-top: 7.5rem !important;
  }
  .c-pr-sm-8,
  .c-px-sm-8 {
    padding-right: 7.5rem !important;
  }
  .c-pb-sm-8,
  .c-py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .c-pl-sm-8,
  .c-px-sm-8 {
    padding-left: 7.5rem !important;
  }
  .c-m-sm-n2px {
    margin: -0.125rem;
  }
  .c-mt-sm-n2px,
  .c-my-sm-n2px {
    margin-top: -0.125rem;
  }
  .c-mr-sm-n2px,
  .c-mx-sm-n2px {
    margin-right: -0.125rem;
  }
  .c-mb-sm-n2px,
  .c-my-sm-n2px {
    margin-bottom: -0.125rem;
  }
  .c-ml-sm-n2px,
  .c-mx-sm-n2px {
    margin-left: -0.125rem;
  }
  .c-m-sm-n3px {
    margin: -0.1875rem;
  }
  .c-mt-sm-n3px,
  .c-my-sm-n3px {
    margin-top: -0.1875rem;
  }
  .c-mr-sm-n3px,
  .c-mx-sm-n3px {
    margin-right: -0.1875rem;
  }
  .c-mb-sm-n3px,
  .c-my-sm-n3px {
    margin-bottom: -0.1875rem;
  }
  .c-ml-sm-n3px,
  .c-mx-sm-n3px {
    margin-left: -0.1875rem;
  }
  .c-m-sm-n6px {
    margin: -0.375rem;
  }
  .c-mt-sm-n6px,
  .c-my-sm-n6px {
    margin-top: -0.375rem;
  }
  .c-mr-sm-n6px,
  .c-mx-sm-n6px {
    margin-right: -0.375rem;
  }
  .c-mb-sm-n6px,
  .c-my-sm-n6px {
    margin-bottom: -0.375rem;
  }
  .c-ml-sm-n6px,
  .c-mx-sm-n6px {
    margin-left: -0.375rem;
  }
  .c-m-sm-n10px {
    margin: -0.625rem;
  }
  .c-mt-sm-n10px,
  .c-my-sm-n10px {
    margin-top: -0.625rem;
  }
  .c-mr-sm-n10px,
  .c-mx-sm-n10px {
    margin-right: -0.625rem;
  }
  .c-mb-sm-n10px,
  .c-my-sm-n10px {
    margin-bottom: -0.625rem;
  }
  .c-ml-sm-n10px,
  .c-mx-sm-n10px {
    margin-left: -0.625rem;
  }
  .c-m-sm-n6 {
    margin: -4.5rem;
  }
  .c-mt-sm-n6,
  .c-my-sm-n6 {
    margin-top: -4.5rem;
  }
  .c-mr-sm-n6,
  .c-mx-sm-n6 {
    margin-right: -4.5rem;
  }
  .c-mb-sm-n6,
  .c-my-sm-n6 {
    margin-bottom: -4.5rem;
  }
  .c-ml-sm-n6,
  .c-mx-sm-n6 {
    margin-left: -4.5rem;
  }
  .c-m-sm-n12 {
    margin: -0.75rem;
  }
  .c-mt-sm-n12,
  .c-my-sm-n12 {
    margin-top: -0.75rem;
  }
  .c-mr-sm-n12,
  .c-mx-sm-n12 {
    margin-right: -0.75rem;
  }
  .c-mb-sm-n12,
  .c-my-sm-n12 {
    margin-bottom: -0.75rem;
  }
  .c-ml-sm-n12,
  .c-mx-sm-n12 {
    margin-left: -0.75rem;
  }
  .c-m-sm-n15 {
    margin: -0.9375rem;
  }
  .c-mt-sm-n15,
  .c-my-sm-n15 {
    margin-top: -0.9375rem;
  }
  .c-mr-sm-n15,
  .c-mx-sm-n15 {
    margin-right: -0.9375rem;
  }
  .c-mb-sm-n15,
  .c-my-sm-n15 {
    margin-bottom: -0.9375rem;
  }
  .c-ml-sm-n15,
  .c-mx-sm-n15 {
    margin-left: -0.9375rem;
  }
  .c-m-sm-n16 {
    margin: -1rem;
  }
  .c-mt-sm-n16,
  .c-my-sm-n16 {
    margin-top: -1rem;
  }
  .c-mr-sm-n16,
  .c-mx-sm-n16 {
    margin-right: -1rem;
  }
  .c-mb-sm-n16,
  .c-my-sm-n16 {
    margin-bottom: -1rem;
  }
  .c-ml-sm-n16,
  .c-mx-sm-n16 {
    margin-left: -1rem;
  }
  .c-m-sm-n20 {
    margin: -1.25rem;
  }
  .c-mt-sm-n20,
  .c-my-sm-n20 {
    margin-top: -1.25rem;
  }
  .c-mr-sm-n20,
  .c-mx-sm-n20 {
    margin-right: -1.25rem;
  }
  .c-mb-sm-n20,
  .c-my-sm-n20 {
    margin-bottom: -1.25rem;
  }
  .c-ml-sm-n20,
  .c-mx-sm-n20 {
    margin-left: -1.25rem;
  }
  .c-m-sm-n24 {
    margin: -1.5rem;
  }
  .c-mt-sm-n24,
  .c-my-sm-n24 {
    margin-top: -1.5rem;
  }
  .c-mr-sm-n24,
  .c-mx-sm-n24 {
    margin-right: -1.5rem;
  }
  .c-mb-sm-n24,
  .c-my-sm-n24 {
    margin-bottom: -1.5rem;
  }
  .c-ml-sm-n24,
  .c-mx-sm-n24 {
    margin-left: -1.5rem;
  }
  .c-m-sm-n28 {
    margin: -1.75rem;
  }
  .c-mt-sm-n28,
  .c-my-sm-n28 {
    margin-top: -1.75rem;
  }
  .c-mr-sm-n28,
  .c-mx-sm-n28 {
    margin-right: -1.75rem;
  }
  .c-mb-sm-n28,
  .c-my-sm-n28 {
    margin-bottom: -1.75rem;
  }
  .c-ml-sm-n28,
  .c-mx-sm-n28 {
    margin-left: -1.75rem;
  }
  .c-m-sm-n30 {
    margin: -1.875rem;
  }
  .c-mt-sm-n30,
  .c-my-sm-n30 {
    margin-top: -1.875rem;
  }
  .c-mr-sm-n30,
  .c-mx-sm-n30 {
    margin-right: -1.875rem;
  }
  .c-mb-sm-n30,
  .c-my-sm-n30 {
    margin-bottom: -1.875rem;
  }
  .c-ml-sm-n30,
  .c-mx-sm-n30 {
    margin-left: -1.875rem;
  }
  .c-m-sm-n32 {
    margin: -2rem;
  }
  .c-mt-sm-n32,
  .c-my-sm-n32 {
    margin-top: -2rem;
  }
  .c-mr-sm-n32,
  .c-mx-sm-n32 {
    margin-right: -2rem;
  }
  .c-mb-sm-n32,
  .c-my-sm-n32 {
    margin-bottom: -2rem;
  }
  .c-ml-sm-n32,
  .c-mx-sm-n32 {
    margin-left: -2rem;
  }
  .c-m-sm-n36 {
    margin: -2.25rem;
  }
  .c-mt-sm-n36,
  .c-my-sm-n36 {
    margin-top: -2.25rem;
  }
  .c-mr-sm-n36,
  .c-mx-sm-n36 {
    margin-right: -2.25rem;
  }
  .c-mb-sm-n36,
  .c-my-sm-n36 {
    margin-bottom: -2.25rem;
  }
  .c-ml-sm-n36,
  .c-mx-sm-n36 {
    margin-left: -2.25rem;
  }
  .c-m-sm-n40 {
    margin: -2.5rem;
  }
  .c-mt-sm-n40,
  .c-my-sm-n40 {
    margin-top: -2.5rem;
  }
  .c-mr-sm-n40,
  .c-mx-sm-n40 {
    margin-right: -2.5rem;
  }
  .c-mb-sm-n40,
  .c-my-sm-n40 {
    margin-bottom: -2.5rem;
  }
  .c-ml-sm-n40,
  .c-mx-sm-n40 {
    margin-left: -2.5rem;
  }
  .c-m-sm-n44 {
    margin: -2.75rem;
  }
  .c-mt-sm-n44,
  .c-my-sm-n44 {
    margin-top: -2.75rem;
  }
  .c-mr-sm-n44,
  .c-mx-sm-n44 {
    margin-right: -2.75rem;
  }
  .c-mb-sm-n44,
  .c-my-sm-n44 {
    margin-bottom: -2.75rem;
  }
  .c-ml-sm-n44,
  .c-mx-sm-n44 {
    margin-left: -2.75rem;
  }
  .c-m-sm-n46 {
    margin: -2.875rem;
  }
  .c-mt-sm-n46,
  .c-my-sm-n46 {
    margin-top: -2.875rem;
  }
  .c-mr-sm-n46,
  .c-mx-sm-n46 {
    margin-right: -2.875rem;
  }
  .c-mb-sm-n46,
  .c-my-sm-n46 {
    margin-bottom: -2.875rem;
  }
  .c-ml-sm-n46,
  .c-mx-sm-n46 {
    margin-left: -2.875rem;
  }
  .c-m-sm-n48 {
    margin: -3rem;
  }
  .c-mt-sm-n48,
  .c-my-sm-n48 {
    margin-top: -3rem;
  }
  .c-mr-sm-n48,
  .c-mx-sm-n48 {
    margin-right: -3rem;
  }
  .c-mb-sm-n48,
  .c-my-sm-n48 {
    margin-bottom: -3rem;
  }
  .c-ml-sm-n48,
  .c-mx-sm-n48 {
    margin-left: -3rem;
  }
  .c-m-sm-n56 {
    margin: -3.5rem;
  }
  .c-mt-sm-n56,
  .c-my-sm-n56 {
    margin-top: -3.5rem;
  }
  .c-mr-sm-n56,
  .c-mx-sm-n56 {
    margin-right: -3.5rem;
  }
  .c-mb-sm-n56,
  .c-my-sm-n56 {
    margin-bottom: -3.5rem;
  }
  .c-ml-sm-n56,
  .c-mx-sm-n56 {
    margin-left: -3.5rem;
  }
  .c-m-sm-n60 {
    margin: -3.75rem;
  }
  .c-mt-sm-n60,
  .c-my-sm-n60 {
    margin-top: -3.75rem;
  }
  .c-mr-sm-n60,
  .c-mx-sm-n60 {
    margin-right: -3.75rem;
  }
  .c-mb-sm-n60,
  .c-my-sm-n60 {
    margin-bottom: -3.75rem;
  }
  .c-ml-sm-n60,
  .c-mx-sm-n60 {
    margin-left: -3.75rem;
  }
  .c-m-sm-n64 {
    margin: -4rem;
  }
  .c-mt-sm-n64,
  .c-my-sm-n64 {
    margin-top: -4rem;
  }
  .c-mr-sm-n64,
  .c-mx-sm-n64 {
    margin-right: -4rem;
  }
  .c-mb-sm-n64,
  .c-my-sm-n64 {
    margin-bottom: -4rem;
  }
  .c-ml-sm-n64,
  .c-mx-sm-n64 {
    margin-left: -4rem;
  }
  .c-m-sm-n72 {
    margin: -4.5rem;
  }
  .c-mt-sm-n72,
  .c-my-sm-n72 {
    margin-top: -4.5rem;
  }
  .c-mr-sm-n72,
  .c-mx-sm-n72 {
    margin-right: -4.5rem;
  }
  .c-mb-sm-n72,
  .c-my-sm-n72 {
    margin-bottom: -4.5rem;
  }
  .c-ml-sm-n72,
  .c-mx-sm-n72 {
    margin-left: -4.5rem;
  }
  .c-m-sm-n80 {
    margin: -5rem;
  }
  .c-mt-sm-n80,
  .c-my-sm-n80 {
    margin-top: -5rem;
  }
  .c-mr-sm-n80,
  .c-mx-sm-n80 {
    margin-right: -5rem;
  }
  .c-mb-sm-n80,
  .c-my-sm-n80 {
    margin-bottom: -5rem;
  }
  .c-ml-sm-n80,
  .c-mx-sm-n80 {
    margin-left: -5rem;
  }
  .c-m-sm-n185 {
    margin: -11.5625rem;
  }
  .c-mt-sm-n185,
  .c-my-sm-n185 {
    margin-top: -11.5625rem;
  }
  .c-mr-sm-n185,
  .c-mx-sm-n185 {
    margin-right: -11.5625rem;
  }
  .c-mb-sm-n185,
  .c-my-sm-n185 {
    margin-bottom: -11.5625rem;
  }
  .c-ml-sm-n185,
  .c-mx-sm-n185 {
    margin-left: -11.5625rem;
  }
  .c-m-sm-n310 {
    margin: -19.375rem;
  }
  .c-mt-sm-n310,
  .c-my-sm-n310 {
    margin-top: -19.375rem;
  }
  .c-mr-sm-n310,
  .c-mx-sm-n310 {
    margin-right: -19.375rem;
  }
  .c-mb-sm-n310,
  .c-my-sm-n310 {
    margin-bottom: -19.375rem;
  }
  .c-ml-sm-n310,
  .c-mx-sm-n310 {
    margin-left: -19.375rem;
  }
  .c-m-sm-n1 {
    margin: -0.25rem;
  }
  .c-mt-sm-n1,
  .c-my-sm-n1 {
    margin-top: -0.25rem;
  }
  .c-mr-sm-n1,
  .c-mx-sm-n1 {
    margin-right: -0.25rem;
  }
  .c-mb-sm-n1,
  .c-my-sm-n1 {
    margin-bottom: -0.25rem;
  }
  .c-ml-sm-n1,
  .c-mx-sm-n1 {
    margin-left: -0.25rem;
  }
  .c-m-sm-n2 {
    margin: -0.5rem;
  }
  .c-mt-sm-n2,
  .c-my-sm-n2 {
    margin-top: -0.5rem;
  }
  .c-mr-sm-n2,
  .c-mx-sm-n2 {
    margin-right: -0.5rem;
  }
  .c-mb-sm-n2,
  .c-my-sm-n2 {
    margin-bottom: -0.5rem;
  }
  .c-ml-sm-n2,
  .c-mx-sm-n2 {
    margin-left: -0.5rem;
  }
  .c-m-sm-n3 {
    margin: -1rem;
  }
  .c-mt-sm-n3,
  .c-my-sm-n3 {
    margin-top: -1rem;
  }
  .c-mr-sm-n3,
  .c-mx-sm-n3 {
    margin-right: -1rem;
  }
  .c-mb-sm-n3,
  .c-my-sm-n3 {
    margin-bottom: -1rem;
  }
  .c-ml-sm-n3,
  .c-mx-sm-n3 {
    margin-left: -1rem;
  }
  .c-m-sm-n4 {
    margin: -1.5rem;
  }
  .c-mt-sm-n4,
  .c-my-sm-n4 {
    margin-top: -1.5rem;
  }
  .c-mr-sm-n4,
  .c-mx-sm-n4 {
    margin-right: -1.5rem;
  }
  .c-mb-sm-n4,
  .c-my-sm-n4 {
    margin-bottom: -1.5rem;
  }
  .c-ml-sm-n4,
  .c-mx-sm-n4 {
    margin-left: -1.5rem;
  }
  .c-m-sm-n5 {
    margin: -3rem;
  }
  .c-mt-sm-n5,
  .c-my-sm-n5 {
    margin-top: -3rem;
  }
  .c-mr-sm-n5,
  .c-mx-sm-n5 {
    margin-right: -3rem;
  }
  .c-mb-sm-n5,
  .c-my-sm-n5 {
    margin-bottom: -3rem;
  }
  .c-ml-sm-n5,
  .c-mx-sm-n5 {
    margin-left: -3rem;
  }
  .c-m-sm-n7 {
    margin: -6rem;
  }
  .c-mt-sm-n7,
  .c-my-sm-n7 {
    margin-top: -6rem;
  }
  .c-mr-sm-n7,
  .c-mx-sm-n7 {
    margin-right: -6rem;
  }
  .c-mb-sm-n7,
  .c-my-sm-n7 {
    margin-bottom: -6rem;
  }
  .c-ml-sm-n7,
  .c-mx-sm-n7 {
    margin-left: -6rem;
  }
  .c-m-sm-n8 {
    margin: -7.5rem;
  }
  .c-mt-sm-n8,
  .c-my-sm-n8 {
    margin-top: -7.5rem;
  }
  .c-mr-sm-n8,
  .c-mx-sm-n8 {
    margin-right: -7.5rem;
  }
  .c-mb-sm-n8,
  .c-my-sm-n8 {
    margin-bottom: -7.5rem;
  }
  .c-ml-sm-n8,
  .c-mx-sm-n8 {
    margin-left: -7.5rem;
  }
  .c-m-sm-auto {
    margin: auto;
  }
  .c-mt-sm-auto,
  .c-my-sm-auto {
    margin-top: auto;
  }
  .c-mr-sm-auto,
  .c-mx-sm-auto {
    margin-right: auto;
  }
  .c-mb-sm-auto,
  .c-my-sm-auto {
    margin-bottom: auto;
  }
  .c-ml-sm-auto,
  .c-mx-sm-auto {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .c-m-md-2px {
    margin: 0.125rem !important;
  }
  .c-mt-md-2px,
  .c-my-md-2px {
    margin-top: 0.125rem !important;
  }
  .c-mr-md-2px,
  .c-mx-md-2px {
    margin-right: 0.125rem !important;
  }
  .c-mb-md-2px,
  .c-my-md-2px {
    margin-bottom: 0.125rem !important;
  }
  .c-ml-md-2px,
  .c-mx-md-2px {
    margin-left: 0.125rem !important;
  }
  .c-m-md-3px {
    margin: 0.1875rem !important;
  }
  .c-mt-md-3px,
  .c-my-md-3px {
    margin-top: 0.1875rem !important;
  }
  .c-mr-md-3px,
  .c-mx-md-3px {
    margin-right: 0.1875rem !important;
  }
  .c-mb-md-3px,
  .c-my-md-3px {
    margin-bottom: 0.1875rem !important;
  }
  .c-ml-md-3px,
  .c-mx-md-3px {
    margin-left: 0.1875rem !important;
  }
  .c-m-md-6px {
    margin: 0.375rem !important;
  }
  .c-mt-md-6px,
  .c-my-md-6px {
    margin-top: 0.375rem !important;
  }
  .c-mr-md-6px,
  .c-mx-md-6px {
    margin-right: 0.375rem !important;
  }
  .c-mb-md-6px,
  .c-my-md-6px {
    margin-bottom: 0.375rem !important;
  }
  .c-ml-md-6px,
  .c-mx-md-6px {
    margin-left: 0.375rem !important;
  }
  .c-m-md-10px {
    margin: 0.625rem !important;
  }
  .c-mt-md-10px,
  .c-my-md-10px {
    margin-top: 0.625rem !important;
  }
  .c-mr-md-10px,
  .c-mx-md-10px {
    margin-right: 0.625rem !important;
  }
  .c-mb-md-10px,
  .c-my-md-10px {
    margin-bottom: 0.625rem !important;
  }
  .c-ml-md-10px,
  .c-mx-md-10px {
    margin-left: 0.625rem !important;
  }
  .c-m-md-0 {
    margin: 0 !important;
  }
  .c-mt-md-0,
  .c-my-md-0 {
    margin-top: 0 !important;
  }
  .c-mr-md-0,
  .c-mx-md-0 {
    margin-right: 0 !important;
  }
  .c-mb-md-0,
  .c-my-md-0 {
    margin-bottom: 0 !important;
  }
  .c-ml-md-0,
  .c-mx-md-0 {
    margin-left: 0 !important;
  }
  .c-m-md-6 {
    margin: 4.5rem !important;
  }
  .c-mt-md-6,
  .c-my-md-6 {
    margin-top: 4.5rem !important;
  }
  .c-mr-md-6,
  .c-mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .c-mb-md-6,
  .c-my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .c-ml-md-6,
  .c-mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .c-m-md-12 {
    margin: 0.75rem !important;
  }
  .c-mt-md-12,
  .c-my-md-12 {
    margin-top: 0.75rem !important;
  }
  .c-mr-md-12,
  .c-mx-md-12 {
    margin-right: 0.75rem !important;
  }
  .c-mb-md-12,
  .c-my-md-12 {
    margin-bottom: 0.75rem !important;
  }
  .c-ml-md-12,
  .c-mx-md-12 {
    margin-left: 0.75rem !important;
  }
  .c-m-md-15 {
    margin: 0.9375rem !important;
  }
  .c-mt-md-15,
  .c-my-md-15 {
    margin-top: 0.9375rem !important;
  }
  .c-mr-md-15,
  .c-mx-md-15 {
    margin-right: 0.9375rem !important;
  }
  .c-mb-md-15,
  .c-my-md-15 {
    margin-bottom: 0.9375rem !important;
  }
  .c-ml-md-15,
  .c-mx-md-15 {
    margin-left: 0.9375rem !important;
  }
  .c-m-md-16 {
    margin: 1rem !important;
  }
  .c-mt-md-16,
  .c-my-md-16 {
    margin-top: 1rem !important;
  }
  .c-mr-md-16,
  .c-mx-md-16 {
    margin-right: 1rem !important;
  }
  .c-mb-md-16,
  .c-my-md-16 {
    margin-bottom: 1rem !important;
  }
  .c-ml-md-16,
  .c-mx-md-16 {
    margin-left: 1rem !important;
  }
  .c-m-md-20 {
    margin: 1.25rem !important;
  }
  .c-mt-md-20,
  .c-my-md-20 {
    margin-top: 1.25rem !important;
  }
  .c-mr-md-20,
  .c-mx-md-20 {
    margin-right: 1.25rem !important;
  }
  .c-mb-md-20,
  .c-my-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .c-ml-md-20,
  .c-mx-md-20 {
    margin-left: 1.25rem !important;
  }
  .c-m-md-24 {
    margin: 1.5rem !important;
  }
  .c-mt-md-24,
  .c-my-md-24 {
    margin-top: 1.5rem !important;
  }
  .c-mr-md-24,
  .c-mx-md-24 {
    margin-right: 1.5rem !important;
  }
  .c-mb-md-24,
  .c-my-md-24 {
    margin-bottom: 1.5rem !important;
  }
  .c-ml-md-24,
  .c-mx-md-24 {
    margin-left: 1.5rem !important;
  }
  .c-m-md-28 {
    margin: 1.75rem !important;
  }
  .c-mt-md-28,
  .c-my-md-28 {
    margin-top: 1.75rem !important;
  }
  .c-mr-md-28,
  .c-mx-md-28 {
    margin-right: 1.75rem !important;
  }
  .c-mb-md-28,
  .c-my-md-28 {
    margin-bottom: 1.75rem !important;
  }
  .c-ml-md-28,
  .c-mx-md-28 {
    margin-left: 1.75rem !important;
  }
  .c-m-md-30 {
    margin: 1.875rem !important;
  }
  .c-mt-md-30,
  .c-my-md-30 {
    margin-top: 1.875rem !important;
  }
  .c-mr-md-30,
  .c-mx-md-30 {
    margin-right: 1.875rem !important;
  }
  .c-mb-md-30,
  .c-my-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .c-ml-md-30,
  .c-mx-md-30 {
    margin-left: 1.875rem !important;
  }
  .c-m-md-32 {
    margin: 2rem !important;
  }
  .c-mt-md-32,
  .c-my-md-32 {
    margin-top: 2rem !important;
  }
  .c-mr-md-32,
  .c-mx-md-32 {
    margin-right: 2rem !important;
  }
  .c-mb-md-32,
  .c-my-md-32 {
    margin-bottom: 2rem !important;
  }
  .c-ml-md-32,
  .c-mx-md-32 {
    margin-left: 2rem !important;
  }
  .c-m-md-36 {
    margin: 2.25rem !important;
  }
  .c-mt-md-36,
  .c-my-md-36 {
    margin-top: 2.25rem !important;
  }
  .c-mr-md-36,
  .c-mx-md-36 {
    margin-right: 2.25rem !important;
  }
  .c-mb-md-36,
  .c-my-md-36 {
    margin-bottom: 2.25rem !important;
  }
  .c-ml-md-36,
  .c-mx-md-36 {
    margin-left: 2.25rem !important;
  }
  .c-m-md-40 {
    margin: 2.5rem !important;
  }
  .c-mt-md-40,
  .c-my-md-40 {
    margin-top: 2.5rem !important;
  }
  .c-mr-md-40,
  .c-mx-md-40 {
    margin-right: 2.5rem !important;
  }
  .c-mb-md-40,
  .c-my-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .c-ml-md-40,
  .c-mx-md-40 {
    margin-left: 2.5rem !important;
  }
  .c-m-md-44 {
    margin: 2.75rem !important;
  }
  .c-mt-md-44,
  .c-my-md-44 {
    margin-top: 2.75rem !important;
  }
  .c-mr-md-44,
  .c-mx-md-44 {
    margin-right: 2.75rem !important;
  }
  .c-mb-md-44,
  .c-my-md-44 {
    margin-bottom: 2.75rem !important;
  }
  .c-ml-md-44,
  .c-mx-md-44 {
    margin-left: 2.75rem !important;
  }
  .c-m-md-46 {
    margin: 2.875rem !important;
  }
  .c-mt-md-46,
  .c-my-md-46 {
    margin-top: 2.875rem !important;
  }
  .c-mr-md-46,
  .c-mx-md-46 {
    margin-right: 2.875rem !important;
  }
  .c-mb-md-46,
  .c-my-md-46 {
    margin-bottom: 2.875rem !important;
  }
  .c-ml-md-46,
  .c-mx-md-46 {
    margin-left: 2.875rem !important;
  }
  .c-m-md-48 {
    margin: 3rem !important;
  }
  .c-mt-md-48,
  .c-my-md-48 {
    margin-top: 3rem !important;
  }
  .c-mr-md-48,
  .c-mx-md-48 {
    margin-right: 3rem !important;
  }
  .c-mb-md-48,
  .c-my-md-48 {
    margin-bottom: 3rem !important;
  }
  .c-ml-md-48,
  .c-mx-md-48 {
    margin-left: 3rem !important;
  }
  .c-m-md-56 {
    margin: 3.5rem !important;
  }
  .c-mt-md-56,
  .c-my-md-56 {
    margin-top: 3.5rem !important;
  }
  .c-mr-md-56,
  .c-mx-md-56 {
    margin-right: 3.5rem !important;
  }
  .c-mb-md-56,
  .c-my-md-56 {
    margin-bottom: 3.5rem !important;
  }
  .c-ml-md-56,
  .c-mx-md-56 {
    margin-left: 3.5rem !important;
  }
  .c-m-md-60 {
    margin: 3.75rem !important;
  }
  .c-mt-md-60,
  .c-my-md-60 {
    margin-top: 3.75rem !important;
  }
  .c-mr-md-60,
  .c-mx-md-60 {
    margin-right: 3.75rem !important;
  }
  .c-mb-md-60,
  .c-my-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .c-ml-md-60,
  .c-mx-md-60 {
    margin-left: 3.75rem !important;
  }
  .c-m-md-64 {
    margin: 4rem !important;
  }
  .c-mt-md-64,
  .c-my-md-64 {
    margin-top: 4rem !important;
  }
  .c-mr-md-64,
  .c-mx-md-64 {
    margin-right: 4rem !important;
  }
  .c-mb-md-64,
  .c-my-md-64 {
    margin-bottom: 4rem !important;
  }
  .c-ml-md-64,
  .c-mx-md-64 {
    margin-left: 4rem !important;
  }
  .c-m-md-72 {
    margin: 4.5rem !important;
  }
  .c-mt-md-72,
  .c-my-md-72 {
    margin-top: 4.5rem !important;
  }
  .c-mr-md-72,
  .c-mx-md-72 {
    margin-right: 4.5rem !important;
  }
  .c-mb-md-72,
  .c-my-md-72 {
    margin-bottom: 4.5rem !important;
  }
  .c-ml-md-72,
  .c-mx-md-72 {
    margin-left: 4.5rem !important;
  }
  .c-m-md-80 {
    margin: 5rem !important;
  }
  .c-mt-md-80,
  .c-my-md-80 {
    margin-top: 5rem !important;
  }
  .c-mr-md-80,
  .c-mx-md-80 {
    margin-right: 5rem !important;
  }
  .c-mb-md-80,
  .c-my-md-80 {
    margin-bottom: 5rem !important;
  }
  .c-ml-md-80,
  .c-mx-md-80 {
    margin-left: 5rem !important;
  }
  .c-m-md-185 {
    margin: 11.5625rem !important;
  }
  .c-mt-md-185,
  .c-my-md-185 {
    margin-top: 11.5625rem !important;
  }
  .c-mr-md-185,
  .c-mx-md-185 {
    margin-right: 11.5625rem !important;
  }
  .c-mb-md-185,
  .c-my-md-185 {
    margin-bottom: 11.5625rem !important;
  }
  .c-ml-md-185,
  .c-mx-md-185 {
    margin-left: 11.5625rem !important;
  }
  .c-m-md-310 {
    margin: 19.375rem !important;
  }
  .c-mt-md-310,
  .c-my-md-310 {
    margin-top: 19.375rem !important;
  }
  .c-mr-md-310,
  .c-mx-md-310 {
    margin-right: 19.375rem !important;
  }
  .c-mb-md-310,
  .c-my-md-310 {
    margin-bottom: 19.375rem !important;
  }
  .c-ml-md-310,
  .c-mx-md-310 {
    margin-left: 19.375rem !important;
  }
  .c-m-md-1 {
    margin: 0.25rem !important;
  }
  .c-mt-md-1,
  .c-my-md-1 {
    margin-top: 0.25rem !important;
  }
  .c-mr-md-1,
  .c-mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .c-mb-md-1,
  .c-my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .c-ml-md-1,
  .c-mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .c-m-md-2 {
    margin: 0.5rem !important;
  }
  .c-mt-md-2,
  .c-my-md-2 {
    margin-top: 0.5rem !important;
  }
  .c-mr-md-2,
  .c-mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .c-mb-md-2,
  .c-my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .c-ml-md-2,
  .c-mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .c-m-md-3 {
    margin: 1rem !important;
  }
  .c-mt-md-3,
  .c-my-md-3 {
    margin-top: 1rem !important;
  }
  .c-mr-md-3,
  .c-mx-md-3 {
    margin-right: 1rem !important;
  }
  .c-mb-md-3,
  .c-my-md-3 {
    margin-bottom: 1rem !important;
  }
  .c-ml-md-3,
  .c-mx-md-3 {
    margin-left: 1rem !important;
  }
  .c-m-md-4 {
    margin: 1.5rem !important;
  }
  .c-mt-md-4,
  .c-my-md-4 {
    margin-top: 1.5rem !important;
  }
  .c-mr-md-4,
  .c-mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .c-mb-md-4,
  .c-my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .c-ml-md-4,
  .c-mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .c-m-md-5 {
    margin: 3rem !important;
  }
  .c-mt-md-5,
  .c-my-md-5 {
    margin-top: 3rem !important;
  }
  .c-mr-md-5,
  .c-mx-md-5 {
    margin-right: 3rem !important;
  }
  .c-mb-md-5,
  .c-my-md-5 {
    margin-bottom: 3rem !important;
  }
  .c-ml-md-5,
  .c-mx-md-5 {
    margin-left: 3rem !important;
  }
  .c-m-md-7 {
    margin: 6rem !important;
  }
  .c-mt-md-7,
  .c-my-md-7 {
    margin-top: 6rem !important;
  }
  .c-mr-md-7,
  .c-mx-md-7 {
    margin-right: 6rem !important;
  }
  .c-mb-md-7,
  .c-my-md-7 {
    margin-bottom: 6rem !important;
  }
  .c-ml-md-7,
  .c-mx-md-7 {
    margin-left: 6rem !important;
  }
  .c-m-md-8 {
    margin: 7.5rem !important;
  }
  .c-mt-md-8,
  .c-my-md-8 {
    margin-top: 7.5rem !important;
  }
  .c-mr-md-8,
  .c-mx-md-8 {
    margin-right: 7.5rem !important;
  }
  .c-mb-md-8,
  .c-my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .c-ml-md-8,
  .c-mx-md-8 {
    margin-left: 7.5rem !important;
  }
  .c-p-md-2px {
    padding: 0.125rem !important;
  }
  .c-pt-md-2px,
  .c-py-md-2px {
    padding-top: 0.125rem !important;
  }
  .c-pr-md-2px,
  .c-px-md-2px {
    padding-right: 0.125rem !important;
  }
  .c-pb-md-2px,
  .c-py-md-2px {
    padding-bottom: 0.125rem !important;
  }
  .c-pl-md-2px,
  .c-px-md-2px {
    padding-left: 0.125rem !important;
  }
  .c-p-md-3px {
    padding: 0.1875rem !important;
  }
  .c-pt-md-3px,
  .c-py-md-3px {
    padding-top: 0.1875rem !important;
  }
  .c-pr-md-3px,
  .c-px-md-3px {
    padding-right: 0.1875rem !important;
  }
  .c-pb-md-3px,
  .c-py-md-3px {
    padding-bottom: 0.1875rem !important;
  }
  .c-pl-md-3px,
  .c-px-md-3px {
    padding-left: 0.1875rem !important;
  }
  .c-p-md-6px {
    padding: 0.375rem !important;
  }
  .c-pt-md-6px,
  .c-py-md-6px {
    padding-top: 0.375rem !important;
  }
  .c-pr-md-6px,
  .c-px-md-6px {
    padding-right: 0.375rem !important;
  }
  .c-pb-md-6px,
  .c-py-md-6px {
    padding-bottom: 0.375rem !important;
  }
  .c-pl-md-6px,
  .c-px-md-6px {
    padding-left: 0.375rem !important;
  }
  .c-p-md-10px {
    padding: 0.625rem !important;
  }
  .c-pt-md-10px,
  .c-py-md-10px {
    padding-top: 0.625rem !important;
  }
  .c-pr-md-10px,
  .c-px-md-10px {
    padding-right: 0.625rem !important;
  }
  .c-pb-md-10px,
  .c-py-md-10px {
    padding-bottom: 0.625rem !important;
  }
  .c-pl-md-10px,
  .c-px-md-10px {
    padding-left: 0.625rem !important;
  }
  .c-p-md-0 {
    padding: 0 !important;
  }
  .c-pt-md-0,
  .c-py-md-0 {
    padding-top: 0 !important;
  }
  .c-pr-md-0,
  .c-px-md-0 {
    padding-right: 0 !important;
  }
  .c-pb-md-0,
  .c-py-md-0 {
    padding-bottom: 0 !important;
  }
  .c-pl-md-0,
  .c-px-md-0 {
    padding-left: 0 !important;
  }
  .c-p-md-6 {
    padding: 4.5rem !important;
  }
  .c-pt-md-6,
  .c-py-md-6 {
    padding-top: 4.5rem !important;
  }
  .c-pr-md-6,
  .c-px-md-6 {
    padding-right: 4.5rem !important;
  }
  .c-pb-md-6,
  .c-py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .c-pl-md-6,
  .c-px-md-6 {
    padding-left: 4.5rem !important;
  }
  .c-p-md-12 {
    padding: 0.75rem !important;
  }
  .c-pt-md-12,
  .c-py-md-12 {
    padding-top: 0.75rem !important;
  }
  .c-pr-md-12,
  .c-px-md-12 {
    padding-right: 0.75rem !important;
  }
  .c-pb-md-12,
  .c-py-md-12 {
    padding-bottom: 0.75rem !important;
  }
  .c-pl-md-12,
  .c-px-md-12 {
    padding-left: 0.75rem !important;
  }
  .c-p-md-15 {
    padding: 0.9375rem !important;
  }
  .c-pt-md-15,
  .c-py-md-15 {
    padding-top: 0.9375rem !important;
  }
  .c-pr-md-15,
  .c-px-md-15 {
    padding-right: 0.9375rem !important;
  }
  .c-pb-md-15,
  .c-py-md-15 {
    padding-bottom: 0.9375rem !important;
  }
  .c-pl-md-15,
  .c-px-md-15 {
    padding-left: 0.9375rem !important;
  }
  .c-p-md-16 {
    padding: 1rem !important;
  }
  .c-pt-md-16,
  .c-py-md-16 {
    padding-top: 1rem !important;
  }
  .c-pr-md-16,
  .c-px-md-16 {
    padding-right: 1rem !important;
  }
  .c-pb-md-16,
  .c-py-md-16 {
    padding-bottom: 1rem !important;
  }
  .c-pl-md-16,
  .c-px-md-16 {
    padding-left: 1rem !important;
  }
  .c-p-md-20 {
    padding: 1.25rem !important;
  }
  .c-pt-md-20,
  .c-py-md-20 {
    padding-top: 1.25rem !important;
  }
  .c-pr-md-20,
  .c-px-md-20 {
    padding-right: 1.25rem !important;
  }
  .c-pb-md-20,
  .c-py-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .c-pl-md-20,
  .c-px-md-20 {
    padding-left: 1.25rem !important;
  }
  .c-p-md-24 {
    padding: 1.5rem !important;
  }
  .c-pt-md-24,
  .c-py-md-24 {
    padding-top: 1.5rem !important;
  }
  .c-pr-md-24,
  .c-px-md-24 {
    padding-right: 1.5rem !important;
  }
  .c-pb-md-24,
  .c-py-md-24 {
    padding-bottom: 1.5rem !important;
  }
  .c-pl-md-24,
  .c-px-md-24 {
    padding-left: 1.5rem !important;
  }
  .c-p-md-28 {
    padding: 1.75rem !important;
  }
  .c-pt-md-28,
  .c-py-md-28 {
    padding-top: 1.75rem !important;
  }
  .c-pr-md-28,
  .c-px-md-28 {
    padding-right: 1.75rem !important;
  }
  .c-pb-md-28,
  .c-py-md-28 {
    padding-bottom: 1.75rem !important;
  }
  .c-pl-md-28,
  .c-px-md-28 {
    padding-left: 1.75rem !important;
  }
  .c-p-md-30 {
    padding: 1.875rem !important;
  }
  .c-pt-md-30,
  .c-py-md-30 {
    padding-top: 1.875rem !important;
  }
  .c-pr-md-30,
  .c-px-md-30 {
    padding-right: 1.875rem !important;
  }
  .c-pb-md-30,
  .c-py-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .c-pl-md-30,
  .c-px-md-30 {
    padding-left: 1.875rem !important;
  }
  .c-p-md-32 {
    padding: 2rem !important;
  }
  .c-pt-md-32,
  .c-py-md-32 {
    padding-top: 2rem !important;
  }
  .c-pr-md-32,
  .c-px-md-32 {
    padding-right: 2rem !important;
  }
  .c-pb-md-32,
  .c-py-md-32 {
    padding-bottom: 2rem !important;
  }
  .c-pl-md-32,
  .c-px-md-32 {
    padding-left: 2rem !important;
  }
  .c-p-md-36 {
    padding: 2.25rem !important;
  }
  .c-pt-md-36,
  .c-py-md-36 {
    padding-top: 2.25rem !important;
  }
  .c-pr-md-36,
  .c-px-md-36 {
    padding-right: 2.25rem !important;
  }
  .c-pb-md-36,
  .c-py-md-36 {
    padding-bottom: 2.25rem !important;
  }
  .c-pl-md-36,
  .c-px-md-36 {
    padding-left: 2.25rem !important;
  }
  .c-p-md-40 {
    padding: 2.5rem !important;
  }
  .c-pt-md-40,
  .c-py-md-40 {
    padding-top: 2.5rem !important;
  }
  .c-pr-md-40,
  .c-px-md-40 {
    padding-right: 2.5rem !important;
  }
  .c-pb-md-40,
  .c-py-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .c-pl-md-40,
  .c-px-md-40 {
    padding-left: 2.5rem !important;
  }
  .c-p-md-44 {
    padding: 2.75rem !important;
  }
  .c-pt-md-44,
  .c-py-md-44 {
    padding-top: 2.75rem !important;
  }
  .c-pr-md-44,
  .c-px-md-44 {
    padding-right: 2.75rem !important;
  }
  .c-pb-md-44,
  .c-py-md-44 {
    padding-bottom: 2.75rem !important;
  }
  .c-pl-md-44,
  .c-px-md-44 {
    padding-left: 2.75rem !important;
  }
  .c-p-md-46 {
    padding: 2.875rem !important;
  }
  .c-pt-md-46,
  .c-py-md-46 {
    padding-top: 2.875rem !important;
  }
  .c-pr-md-46,
  .c-px-md-46 {
    padding-right: 2.875rem !important;
  }
  .c-pb-md-46,
  .c-py-md-46 {
    padding-bottom: 2.875rem !important;
  }
  .c-pl-md-46,
  .c-px-md-46 {
    padding-left: 2.875rem !important;
  }
  .c-p-md-48 {
    padding: 3rem !important;
  }
  .c-pt-md-48,
  .c-py-md-48 {
    padding-top: 3rem !important;
  }
  .c-pr-md-48,
  .c-px-md-48 {
    padding-right: 3rem !important;
  }
  .c-pb-md-48,
  .c-py-md-48 {
    padding-bottom: 3rem !important;
  }
  .c-pl-md-48,
  .c-px-md-48 {
    padding-left: 3rem !important;
  }
  .c-p-md-56 {
    padding: 3.5rem !important;
  }
  .c-pt-md-56,
  .c-py-md-56 {
    padding-top: 3.5rem !important;
  }
  .c-pr-md-56,
  .c-px-md-56 {
    padding-right: 3.5rem !important;
  }
  .c-pb-md-56,
  .c-py-md-56 {
    padding-bottom: 3.5rem !important;
  }
  .c-pl-md-56,
  .c-px-md-56 {
    padding-left: 3.5rem !important;
  }
  .c-p-md-60 {
    padding: 3.75rem !important;
  }
  .c-pt-md-60,
  .c-py-md-60 {
    padding-top: 3.75rem !important;
  }
  .c-pr-md-60,
  .c-px-md-60 {
    padding-right: 3.75rem !important;
  }
  .c-pb-md-60,
  .c-py-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .c-pl-md-60,
  .c-px-md-60 {
    padding-left: 3.75rem !important;
  }
  .c-p-md-64 {
    padding: 4rem !important;
  }
  .c-pt-md-64,
  .c-py-md-64 {
    padding-top: 4rem !important;
  }
  .c-pr-md-64,
  .c-px-md-64 {
    padding-right: 4rem !important;
  }
  .c-pb-md-64,
  .c-py-md-64 {
    padding-bottom: 4rem !important;
  }
  .c-pl-md-64,
  .c-px-md-64 {
    padding-left: 4rem !important;
  }
  .c-p-md-72 {
    padding: 4.5rem !important;
  }
  .c-pt-md-72,
  .c-py-md-72 {
    padding-top: 4.5rem !important;
  }
  .c-pr-md-72,
  .c-px-md-72 {
    padding-right: 4.5rem !important;
  }
  .c-pb-md-72,
  .c-py-md-72 {
    padding-bottom: 4.5rem !important;
  }
  .c-pl-md-72,
  .c-px-md-72 {
    padding-left: 4.5rem !important;
  }
  .c-p-md-80 {
    padding: 5rem !important;
  }
  .c-pt-md-80,
  .c-py-md-80 {
    padding-top: 5rem !important;
  }
  .c-pr-md-80,
  .c-px-md-80 {
    padding-right: 5rem !important;
  }
  .c-pb-md-80,
  .c-py-md-80 {
    padding-bottom: 5rem !important;
  }
  .c-pl-md-80,
  .c-px-md-80 {
    padding-left: 5rem !important;
  }
  .c-p-md-185 {
    padding: 11.5625rem !important;
  }
  .c-pt-md-185,
  .c-py-md-185 {
    padding-top: 11.5625rem !important;
  }
  .c-pr-md-185,
  .c-px-md-185 {
    padding-right: 11.5625rem !important;
  }
  .c-pb-md-185,
  .c-py-md-185 {
    padding-bottom: 11.5625rem !important;
  }
  .c-pl-md-185,
  .c-px-md-185 {
    padding-left: 11.5625rem !important;
  }
  .c-p-md-310 {
    padding: 19.375rem !important;
  }
  .c-pt-md-310,
  .c-py-md-310 {
    padding-top: 19.375rem !important;
  }
  .c-pr-md-310,
  .c-px-md-310 {
    padding-right: 19.375rem !important;
  }
  .c-pb-md-310,
  .c-py-md-310 {
    padding-bottom: 19.375rem !important;
  }
  .c-pl-md-310,
  .c-px-md-310 {
    padding-left: 19.375rem !important;
  }
  .c-p-md-1 {
    padding: 0.25rem !important;
  }
  .c-pt-md-1,
  .c-py-md-1 {
    padding-top: 0.25rem !important;
  }
  .c-pr-md-1,
  .c-px-md-1 {
    padding-right: 0.25rem !important;
  }
  .c-pb-md-1,
  .c-py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .c-pl-md-1,
  .c-px-md-1 {
    padding-left: 0.25rem !important;
  }
  .c-p-md-2 {
    padding: 0.5rem !important;
  }
  .c-pt-md-2,
  .c-py-md-2 {
    padding-top: 0.5rem !important;
  }
  .c-pr-md-2,
  .c-px-md-2 {
    padding-right: 0.5rem !important;
  }
  .c-pb-md-2,
  .c-py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .c-pl-md-2,
  .c-px-md-2 {
    padding-left: 0.5rem !important;
  }
  .c-p-md-3 {
    padding: 1rem !important;
  }
  .c-pt-md-3,
  .c-py-md-3 {
    padding-top: 1rem !important;
  }
  .c-pr-md-3,
  .c-px-md-3 {
    padding-right: 1rem !important;
  }
  .c-pb-md-3,
  .c-py-md-3 {
    padding-bottom: 1rem !important;
  }
  .c-pl-md-3,
  .c-px-md-3 {
    padding-left: 1rem !important;
  }
  .c-p-md-4 {
    padding: 1.5rem !important;
  }
  .c-pt-md-4,
  .c-py-md-4 {
    padding-top: 1.5rem !important;
  }
  .c-pr-md-4,
  .c-px-md-4 {
    padding-right: 1.5rem !important;
  }
  .c-pb-md-4,
  .c-py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .c-pl-md-4,
  .c-px-md-4 {
    padding-left: 1.5rem !important;
  }
  .c-p-md-5 {
    padding: 3rem !important;
  }
  .c-pt-md-5,
  .c-py-md-5 {
    padding-top: 3rem !important;
  }
  .c-pr-md-5,
  .c-px-md-5 {
    padding-right: 3rem !important;
  }
  .c-pb-md-5,
  .c-py-md-5 {
    padding-bottom: 3rem !important;
  }
  .c-pl-md-5,
  .c-px-md-5 {
    padding-left: 3rem !important;
  }
  .c-p-md-7 {
    padding: 6rem !important;
  }
  .c-pt-md-7,
  .c-py-md-7 {
    padding-top: 6rem !important;
  }
  .c-pr-md-7,
  .c-px-md-7 {
    padding-right: 6rem !important;
  }
  .c-pb-md-7,
  .c-py-md-7 {
    padding-bottom: 6rem !important;
  }
  .c-pl-md-7,
  .c-px-md-7 {
    padding-left: 6rem !important;
  }
  .c-p-md-8 {
    padding: 7.5rem !important;
  }
  .c-pt-md-8,
  .c-py-md-8 {
    padding-top: 7.5rem !important;
  }
  .c-pr-md-8,
  .c-px-md-8 {
    padding-right: 7.5rem !important;
  }
  .c-pb-md-8,
  .c-py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .c-pl-md-8,
  .c-px-md-8 {
    padding-left: 7.5rem !important;
  }
  .c-m-md-n2px {
    margin: -0.125rem;
  }
  .c-mt-md-n2px,
  .c-my-md-n2px {
    margin-top: -0.125rem;
  }
  .c-mr-md-n2px,
  .c-mx-md-n2px {
    margin-right: -0.125rem;
  }
  .c-mb-md-n2px,
  .c-my-md-n2px {
    margin-bottom: -0.125rem;
  }
  .c-ml-md-n2px,
  .c-mx-md-n2px {
    margin-left: -0.125rem;
  }
  .c-m-md-n3px {
    margin: -0.1875rem;
  }
  .c-mt-md-n3px,
  .c-my-md-n3px {
    margin-top: -0.1875rem;
  }
  .c-mr-md-n3px,
  .c-mx-md-n3px {
    margin-right: -0.1875rem;
  }
  .c-mb-md-n3px,
  .c-my-md-n3px {
    margin-bottom: -0.1875rem;
  }
  .c-ml-md-n3px,
  .c-mx-md-n3px {
    margin-left: -0.1875rem;
  }
  .c-m-md-n6px {
    margin: -0.375rem;
  }
  .c-mt-md-n6px,
  .c-my-md-n6px {
    margin-top: -0.375rem;
  }
  .c-mr-md-n6px,
  .c-mx-md-n6px {
    margin-right: -0.375rem;
  }
  .c-mb-md-n6px,
  .c-my-md-n6px {
    margin-bottom: -0.375rem;
  }
  .c-ml-md-n6px,
  .c-mx-md-n6px {
    margin-left: -0.375rem;
  }
  .c-m-md-n10px {
    margin: -0.625rem;
  }
  .c-mt-md-n10px,
  .c-my-md-n10px {
    margin-top: -0.625rem;
  }
  .c-mr-md-n10px,
  .c-mx-md-n10px {
    margin-right: -0.625rem;
  }
  .c-mb-md-n10px,
  .c-my-md-n10px {
    margin-bottom: -0.625rem;
  }
  .c-ml-md-n10px,
  .c-mx-md-n10px {
    margin-left: -0.625rem;
  }
  .c-m-md-n6 {
    margin: -4.5rem;
  }
  .c-mt-md-n6,
  .c-my-md-n6 {
    margin-top: -4.5rem;
  }
  .c-mr-md-n6,
  .c-mx-md-n6 {
    margin-right: -4.5rem;
  }
  .c-mb-md-n6,
  .c-my-md-n6 {
    margin-bottom: -4.5rem;
  }
  .c-ml-md-n6,
  .c-mx-md-n6 {
    margin-left: -4.5rem;
  }
  .c-m-md-n12 {
    margin: -0.75rem;
  }
  .c-mt-md-n12,
  .c-my-md-n12 {
    margin-top: -0.75rem;
  }
  .c-mr-md-n12,
  .c-mx-md-n12 {
    margin-right: -0.75rem;
  }
  .c-mb-md-n12,
  .c-my-md-n12 {
    margin-bottom: -0.75rem;
  }
  .c-ml-md-n12,
  .c-mx-md-n12 {
    margin-left: -0.75rem;
  }
  .c-m-md-n15 {
    margin: -0.9375rem;
  }
  .c-mt-md-n15,
  .c-my-md-n15 {
    margin-top: -0.9375rem;
  }
  .c-mr-md-n15,
  .c-mx-md-n15 {
    margin-right: -0.9375rem;
  }
  .c-mb-md-n15,
  .c-my-md-n15 {
    margin-bottom: -0.9375rem;
  }
  .c-ml-md-n15,
  .c-mx-md-n15 {
    margin-left: -0.9375rem;
  }
  .c-m-md-n16 {
    margin: -1rem;
  }
  .c-mt-md-n16,
  .c-my-md-n16 {
    margin-top: -1rem;
  }
  .c-mr-md-n16,
  .c-mx-md-n16 {
    margin-right: -1rem;
  }
  .c-mb-md-n16,
  .c-my-md-n16 {
    margin-bottom: -1rem;
  }
  .c-ml-md-n16,
  .c-mx-md-n16 {
    margin-left: -1rem;
  }
  .c-m-md-n20 {
    margin: -1.25rem;
  }
  .c-mt-md-n20,
  .c-my-md-n20 {
    margin-top: -1.25rem;
  }
  .c-mr-md-n20,
  .c-mx-md-n20 {
    margin-right: -1.25rem;
  }
  .c-mb-md-n20,
  .c-my-md-n20 {
    margin-bottom: -1.25rem;
  }
  .c-ml-md-n20,
  .c-mx-md-n20 {
    margin-left: -1.25rem;
  }
  .c-m-md-n24 {
    margin: -1.5rem;
  }
  .c-mt-md-n24,
  .c-my-md-n24 {
    margin-top: -1.5rem;
  }
  .c-mr-md-n24,
  .c-mx-md-n24 {
    margin-right: -1.5rem;
  }
  .c-mb-md-n24,
  .c-my-md-n24 {
    margin-bottom: -1.5rem;
  }
  .c-ml-md-n24,
  .c-mx-md-n24 {
    margin-left: -1.5rem;
  }
  .c-m-md-n28 {
    margin: -1.75rem;
  }
  .c-mt-md-n28,
  .c-my-md-n28 {
    margin-top: -1.75rem;
  }
  .c-mr-md-n28,
  .c-mx-md-n28 {
    margin-right: -1.75rem;
  }
  .c-mb-md-n28,
  .c-my-md-n28 {
    margin-bottom: -1.75rem;
  }
  .c-ml-md-n28,
  .c-mx-md-n28 {
    margin-left: -1.75rem;
  }
  .c-m-md-n30 {
    margin: -1.875rem;
  }
  .c-mt-md-n30,
  .c-my-md-n30 {
    margin-top: -1.875rem;
  }
  .c-mr-md-n30,
  .c-mx-md-n30 {
    margin-right: -1.875rem;
  }
  .c-mb-md-n30,
  .c-my-md-n30 {
    margin-bottom: -1.875rem;
  }
  .c-ml-md-n30,
  .c-mx-md-n30 {
    margin-left: -1.875rem;
  }
  .c-m-md-n32 {
    margin: -2rem;
  }
  .c-mt-md-n32,
  .c-my-md-n32 {
    margin-top: -2rem;
  }
  .c-mr-md-n32,
  .c-mx-md-n32 {
    margin-right: -2rem;
  }
  .c-mb-md-n32,
  .c-my-md-n32 {
    margin-bottom: -2rem;
  }
  .c-ml-md-n32,
  .c-mx-md-n32 {
    margin-left: -2rem;
  }
  .c-m-md-n36 {
    margin: -2.25rem;
  }
  .c-mt-md-n36,
  .c-my-md-n36 {
    margin-top: -2.25rem;
  }
  .c-mr-md-n36,
  .c-mx-md-n36 {
    margin-right: -2.25rem;
  }
  .c-mb-md-n36,
  .c-my-md-n36 {
    margin-bottom: -2.25rem;
  }
  .c-ml-md-n36,
  .c-mx-md-n36 {
    margin-left: -2.25rem;
  }
  .c-m-md-n40 {
    margin: -2.5rem;
  }
  .c-mt-md-n40,
  .c-my-md-n40 {
    margin-top: -2.5rem;
  }
  .c-mr-md-n40,
  .c-mx-md-n40 {
    margin-right: -2.5rem;
  }
  .c-mb-md-n40,
  .c-my-md-n40 {
    margin-bottom: -2.5rem;
  }
  .c-ml-md-n40,
  .c-mx-md-n40 {
    margin-left: -2.5rem;
  }
  .c-m-md-n44 {
    margin: -2.75rem;
  }
  .c-mt-md-n44,
  .c-my-md-n44 {
    margin-top: -2.75rem;
  }
  .c-mr-md-n44,
  .c-mx-md-n44 {
    margin-right: -2.75rem;
  }
  .c-mb-md-n44,
  .c-my-md-n44 {
    margin-bottom: -2.75rem;
  }
  .c-ml-md-n44,
  .c-mx-md-n44 {
    margin-left: -2.75rem;
  }
  .c-m-md-n46 {
    margin: -2.875rem;
  }
  .c-mt-md-n46,
  .c-my-md-n46 {
    margin-top: -2.875rem;
  }
  .c-mr-md-n46,
  .c-mx-md-n46 {
    margin-right: -2.875rem;
  }
  .c-mb-md-n46,
  .c-my-md-n46 {
    margin-bottom: -2.875rem;
  }
  .c-ml-md-n46,
  .c-mx-md-n46 {
    margin-left: -2.875rem;
  }
  .c-m-md-n48 {
    margin: -3rem;
  }
  .c-mt-md-n48,
  .c-my-md-n48 {
    margin-top: -3rem;
  }
  .c-mr-md-n48,
  .c-mx-md-n48 {
    margin-right: -3rem;
  }
  .c-mb-md-n48,
  .c-my-md-n48 {
    margin-bottom: -3rem;
  }
  .c-ml-md-n48,
  .c-mx-md-n48 {
    margin-left: -3rem;
  }
  .c-m-md-n56 {
    margin: -3.5rem;
  }
  .c-mt-md-n56,
  .c-my-md-n56 {
    margin-top: -3.5rem;
  }
  .c-mr-md-n56,
  .c-mx-md-n56 {
    margin-right: -3.5rem;
  }
  .c-mb-md-n56,
  .c-my-md-n56 {
    margin-bottom: -3.5rem;
  }
  .c-ml-md-n56,
  .c-mx-md-n56 {
    margin-left: -3.5rem;
  }
  .c-m-md-n60 {
    margin: -3.75rem;
  }
  .c-mt-md-n60,
  .c-my-md-n60 {
    margin-top: -3.75rem;
  }
  .c-mr-md-n60,
  .c-mx-md-n60 {
    margin-right: -3.75rem;
  }
  .c-mb-md-n60,
  .c-my-md-n60 {
    margin-bottom: -3.75rem;
  }
  .c-ml-md-n60,
  .c-mx-md-n60 {
    margin-left: -3.75rem;
  }
  .c-m-md-n64 {
    margin: -4rem;
  }
  .c-mt-md-n64,
  .c-my-md-n64 {
    margin-top: -4rem;
  }
  .c-mr-md-n64,
  .c-mx-md-n64 {
    margin-right: -4rem;
  }
  .c-mb-md-n64,
  .c-my-md-n64 {
    margin-bottom: -4rem;
  }
  .c-ml-md-n64,
  .c-mx-md-n64 {
    margin-left: -4rem;
  }
  .c-m-md-n72 {
    margin: -4.5rem;
  }
  .c-mt-md-n72,
  .c-my-md-n72 {
    margin-top: -4.5rem;
  }
  .c-mr-md-n72,
  .c-mx-md-n72 {
    margin-right: -4.5rem;
  }
  .c-mb-md-n72,
  .c-my-md-n72 {
    margin-bottom: -4.5rem;
  }
  .c-ml-md-n72,
  .c-mx-md-n72 {
    margin-left: -4.5rem;
  }
  .c-m-md-n80 {
    margin: -5rem;
  }
  .c-mt-md-n80,
  .c-my-md-n80 {
    margin-top: -5rem;
  }
  .c-mr-md-n80,
  .c-mx-md-n80 {
    margin-right: -5rem;
  }
  .c-mb-md-n80,
  .c-my-md-n80 {
    margin-bottom: -5rem;
  }
  .c-ml-md-n80,
  .c-mx-md-n80 {
    margin-left: -5rem;
  }
  .c-m-md-n185 {
    margin: -11.5625rem;
  }
  .c-mt-md-n185,
  .c-my-md-n185 {
    margin-top: -11.5625rem;
  }
  .c-mr-md-n185,
  .c-mx-md-n185 {
    margin-right: -11.5625rem;
  }
  .c-mb-md-n185,
  .c-my-md-n185 {
    margin-bottom: -11.5625rem;
  }
  .c-ml-md-n185,
  .c-mx-md-n185 {
    margin-left: -11.5625rem;
  }
  .c-m-md-n310 {
    margin: -19.375rem;
  }
  .c-mt-md-n310,
  .c-my-md-n310 {
    margin-top: -19.375rem;
  }
  .c-mr-md-n310,
  .c-mx-md-n310 {
    margin-right: -19.375rem;
  }
  .c-mb-md-n310,
  .c-my-md-n310 {
    margin-bottom: -19.375rem;
  }
  .c-ml-md-n310,
  .c-mx-md-n310 {
    margin-left: -19.375rem;
  }
  .c-m-md-n1 {
    margin: -0.25rem;
  }
  .c-mt-md-n1,
  .c-my-md-n1 {
    margin-top: -0.25rem;
  }
  .c-mr-md-n1,
  .c-mx-md-n1 {
    margin-right: -0.25rem;
  }
  .c-mb-md-n1,
  .c-my-md-n1 {
    margin-bottom: -0.25rem;
  }
  .c-ml-md-n1,
  .c-mx-md-n1 {
    margin-left: -0.25rem;
  }
  .c-m-md-n2 {
    margin: -0.5rem;
  }
  .c-mt-md-n2,
  .c-my-md-n2 {
    margin-top: -0.5rem;
  }
  .c-mr-md-n2,
  .c-mx-md-n2 {
    margin-right: -0.5rem;
  }
  .c-mb-md-n2,
  .c-my-md-n2 {
    margin-bottom: -0.5rem;
  }
  .c-ml-md-n2,
  .c-mx-md-n2 {
    margin-left: -0.5rem;
  }
  .c-m-md-n3 {
    margin: -1rem;
  }
  .c-mt-md-n3,
  .c-my-md-n3 {
    margin-top: -1rem;
  }
  .c-mr-md-n3,
  .c-mx-md-n3 {
    margin-right: -1rem;
  }
  .c-mb-md-n3,
  .c-my-md-n3 {
    margin-bottom: -1rem;
  }
  .c-ml-md-n3,
  .c-mx-md-n3 {
    margin-left: -1rem;
  }
  .c-m-md-n4 {
    margin: -1.5rem;
  }
  .c-mt-md-n4,
  .c-my-md-n4 {
    margin-top: -1.5rem;
  }
  .c-mr-md-n4,
  .c-mx-md-n4 {
    margin-right: -1.5rem;
  }
  .c-mb-md-n4,
  .c-my-md-n4 {
    margin-bottom: -1.5rem;
  }
  .c-ml-md-n4,
  .c-mx-md-n4 {
    margin-left: -1.5rem;
  }
  .c-m-md-n5 {
    margin: -3rem;
  }
  .c-mt-md-n5,
  .c-my-md-n5 {
    margin-top: -3rem;
  }
  .c-mr-md-n5,
  .c-mx-md-n5 {
    margin-right: -3rem;
  }
  .c-mb-md-n5,
  .c-my-md-n5 {
    margin-bottom: -3rem;
  }
  .c-ml-md-n5,
  .c-mx-md-n5 {
    margin-left: -3rem;
  }
  .c-m-md-n7 {
    margin: -6rem;
  }
  .c-mt-md-n7,
  .c-my-md-n7 {
    margin-top: -6rem;
  }
  .c-mr-md-n7,
  .c-mx-md-n7 {
    margin-right: -6rem;
  }
  .c-mb-md-n7,
  .c-my-md-n7 {
    margin-bottom: -6rem;
  }
  .c-ml-md-n7,
  .c-mx-md-n7 {
    margin-left: -6rem;
  }
  .c-m-md-n8 {
    margin: -7.5rem;
  }
  .c-mt-md-n8,
  .c-my-md-n8 {
    margin-top: -7.5rem;
  }
  .c-mr-md-n8,
  .c-mx-md-n8 {
    margin-right: -7.5rem;
  }
  .c-mb-md-n8,
  .c-my-md-n8 {
    margin-bottom: -7.5rem;
  }
  .c-ml-md-n8,
  .c-mx-md-n8 {
    margin-left: -7.5rem;
  }
  .c-m-md-auto {
    margin: auto;
  }
  .c-mt-md-auto,
  .c-my-md-auto {
    margin-top: auto;
  }
  .c-mr-md-auto,
  .c-mx-md-auto {
    margin-right: auto;
  }
  .c-mb-md-auto,
  .c-my-md-auto {
    margin-bottom: auto;
  }
  .c-ml-md-auto,
  .c-mx-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .c-m-lg-2px {
    margin: 0.125rem !important;
  }
  .c-mt-lg-2px,
  .c-my-lg-2px {
    margin-top: 0.125rem !important;
  }
  .c-mr-lg-2px,
  .c-mx-lg-2px {
    margin-right: 0.125rem !important;
  }
  .c-mb-lg-2px,
  .c-my-lg-2px {
    margin-bottom: 0.125rem !important;
  }
  .c-ml-lg-2px,
  .c-mx-lg-2px {
    margin-left: 0.125rem !important;
  }
  .c-m-lg-3px {
    margin: 0.1875rem !important;
  }
  .c-mt-lg-3px,
  .c-my-lg-3px {
    margin-top: 0.1875rem !important;
  }
  .c-mr-lg-3px,
  .c-mx-lg-3px {
    margin-right: 0.1875rem !important;
  }
  .c-mb-lg-3px,
  .c-my-lg-3px {
    margin-bottom: 0.1875rem !important;
  }
  .c-ml-lg-3px,
  .c-mx-lg-3px {
    margin-left: 0.1875rem !important;
  }
  .c-m-lg-6px {
    margin: 0.375rem !important;
  }
  .c-mt-lg-6px,
  .c-my-lg-6px {
    margin-top: 0.375rem !important;
  }
  .c-mr-lg-6px,
  .c-mx-lg-6px {
    margin-right: 0.375rem !important;
  }
  .c-mb-lg-6px,
  .c-my-lg-6px {
    margin-bottom: 0.375rem !important;
  }
  .c-ml-lg-6px,
  .c-mx-lg-6px {
    margin-left: 0.375rem !important;
  }
  .c-m-lg-10px {
    margin: 0.625rem !important;
  }
  .c-mt-lg-10px,
  .c-my-lg-10px {
    margin-top: 0.625rem !important;
  }
  .c-mr-lg-10px,
  .c-mx-lg-10px {
    margin-right: 0.625rem !important;
  }
  .c-mb-lg-10px,
  .c-my-lg-10px {
    margin-bottom: 0.625rem !important;
  }
  .c-ml-lg-10px,
  .c-mx-lg-10px {
    margin-left: 0.625rem !important;
  }
  .c-m-lg-0 {
    margin: 0 !important;
  }
  .c-mt-lg-0,
  .c-my-lg-0 {
    margin-top: 0 !important;
  }
  .c-mr-lg-0,
  .c-mx-lg-0 {
    margin-right: 0 !important;
  }
  .c-mb-lg-0,
  .c-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .c-ml-lg-0,
  .c-mx-lg-0 {
    margin-left: 0 !important;
  }
  .c-m-lg-6 {
    margin: 4.5rem !important;
  }
  .c-mt-lg-6,
  .c-my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .c-mr-lg-6,
  .c-mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .c-mb-lg-6,
  .c-my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .c-ml-lg-6,
  .c-mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .c-m-lg-12 {
    margin: 0.75rem !important;
  }
  .c-mt-lg-12,
  .c-my-lg-12 {
    margin-top: 0.75rem !important;
  }
  .c-mr-lg-12,
  .c-mx-lg-12 {
    margin-right: 0.75rem !important;
  }
  .c-mb-lg-12,
  .c-my-lg-12 {
    margin-bottom: 0.75rem !important;
  }
  .c-ml-lg-12,
  .c-mx-lg-12 {
    margin-left: 0.75rem !important;
  }
  .c-m-lg-15 {
    margin: 0.9375rem !important;
  }
  .c-mt-lg-15,
  .c-my-lg-15 {
    margin-top: 0.9375rem !important;
  }
  .c-mr-lg-15,
  .c-mx-lg-15 {
    margin-right: 0.9375rem !important;
  }
  .c-mb-lg-15,
  .c-my-lg-15 {
    margin-bottom: 0.9375rem !important;
  }
  .c-ml-lg-15,
  .c-mx-lg-15 {
    margin-left: 0.9375rem !important;
  }
  .c-m-lg-16 {
    margin: 1rem !important;
  }
  .c-mt-lg-16,
  .c-my-lg-16 {
    margin-top: 1rem !important;
  }
  .c-mr-lg-16,
  .c-mx-lg-16 {
    margin-right: 1rem !important;
  }
  .c-mb-lg-16,
  .c-my-lg-16 {
    margin-bottom: 1rem !important;
  }
  .c-ml-lg-16,
  .c-mx-lg-16 {
    margin-left: 1rem !important;
  }
  .c-m-lg-20 {
    margin: 1.25rem !important;
  }
  .c-mt-lg-20,
  .c-my-lg-20 {
    margin-top: 1.25rem !important;
  }
  .c-mr-lg-20,
  .c-mx-lg-20 {
    margin-right: 1.25rem !important;
  }
  .c-mb-lg-20,
  .c-my-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .c-ml-lg-20,
  .c-mx-lg-20 {
    margin-left: 1.25rem !important;
  }
  .c-m-lg-24 {
    margin: 1.5rem !important;
  }
  .c-mt-lg-24,
  .c-my-lg-24 {
    margin-top: 1.5rem !important;
  }
  .c-mr-lg-24,
  .c-mx-lg-24 {
    margin-right: 1.5rem !important;
  }
  .c-mb-lg-24,
  .c-my-lg-24 {
    margin-bottom: 1.5rem !important;
  }
  .c-ml-lg-24,
  .c-mx-lg-24 {
    margin-left: 1.5rem !important;
  }
  .c-m-lg-28 {
    margin: 1.75rem !important;
  }
  .c-mt-lg-28,
  .c-my-lg-28 {
    margin-top: 1.75rem !important;
  }
  .c-mr-lg-28,
  .c-mx-lg-28 {
    margin-right: 1.75rem !important;
  }
  .c-mb-lg-28,
  .c-my-lg-28 {
    margin-bottom: 1.75rem !important;
  }
  .c-ml-lg-28,
  .c-mx-lg-28 {
    margin-left: 1.75rem !important;
  }
  .c-m-lg-30 {
    margin: 1.875rem !important;
  }
  .c-mt-lg-30,
  .c-my-lg-30 {
    margin-top: 1.875rem !important;
  }
  .c-mr-lg-30,
  .c-mx-lg-30 {
    margin-right: 1.875rem !important;
  }
  .c-mb-lg-30,
  .c-my-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .c-ml-lg-30,
  .c-mx-lg-30 {
    margin-left: 1.875rem !important;
  }
  .c-m-lg-32 {
    margin: 2rem !important;
  }
  .c-mt-lg-32,
  .c-my-lg-32 {
    margin-top: 2rem !important;
  }
  .c-mr-lg-32,
  .c-mx-lg-32 {
    margin-right: 2rem !important;
  }
  .c-mb-lg-32,
  .c-my-lg-32 {
    margin-bottom: 2rem !important;
  }
  .c-ml-lg-32,
  .c-mx-lg-32 {
    margin-left: 2rem !important;
  }
  .c-m-lg-36 {
    margin: 2.25rem !important;
  }
  .c-mt-lg-36,
  .c-my-lg-36 {
    margin-top: 2.25rem !important;
  }
  .c-mr-lg-36,
  .c-mx-lg-36 {
    margin-right: 2.25rem !important;
  }
  .c-mb-lg-36,
  .c-my-lg-36 {
    margin-bottom: 2.25rem !important;
  }
  .c-ml-lg-36,
  .c-mx-lg-36 {
    margin-left: 2.25rem !important;
  }
  .c-m-lg-40 {
    margin: 2.5rem !important;
  }
  .c-mt-lg-40,
  .c-my-lg-40 {
    margin-top: 2.5rem !important;
  }
  .c-mr-lg-40,
  .c-mx-lg-40 {
    margin-right: 2.5rem !important;
  }
  .c-mb-lg-40,
  .c-my-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .c-ml-lg-40,
  .c-mx-lg-40 {
    margin-left: 2.5rem !important;
  }
  .c-m-lg-44 {
    margin: 2.75rem !important;
  }
  .c-mt-lg-44,
  .c-my-lg-44 {
    margin-top: 2.75rem !important;
  }
  .c-mr-lg-44,
  .c-mx-lg-44 {
    margin-right: 2.75rem !important;
  }
  .c-mb-lg-44,
  .c-my-lg-44 {
    margin-bottom: 2.75rem !important;
  }
  .c-ml-lg-44,
  .c-mx-lg-44 {
    margin-left: 2.75rem !important;
  }
  .c-m-lg-46 {
    margin: 2.875rem !important;
  }
  .c-mt-lg-46,
  .c-my-lg-46 {
    margin-top: 2.875rem !important;
  }
  .c-mr-lg-46,
  .c-mx-lg-46 {
    margin-right: 2.875rem !important;
  }
  .c-mb-lg-46,
  .c-my-lg-46 {
    margin-bottom: 2.875rem !important;
  }
  .c-ml-lg-46,
  .c-mx-lg-46 {
    margin-left: 2.875rem !important;
  }
  .c-m-lg-48 {
    margin: 3rem !important;
  }
  .c-mt-lg-48,
  .c-my-lg-48 {
    margin-top: 3rem !important;
  }
  .c-mr-lg-48,
  .c-mx-lg-48 {
    margin-right: 3rem !important;
  }
  .c-mb-lg-48,
  .c-my-lg-48 {
    margin-bottom: 3rem !important;
  }
  .c-ml-lg-48,
  .c-mx-lg-48 {
    margin-left: 3rem !important;
  }
  .c-m-lg-56 {
    margin: 3.5rem !important;
  }
  .c-mt-lg-56,
  .c-my-lg-56 {
    margin-top: 3.5rem !important;
  }
  .c-mr-lg-56,
  .c-mx-lg-56 {
    margin-right: 3.5rem !important;
  }
  .c-mb-lg-56,
  .c-my-lg-56 {
    margin-bottom: 3.5rem !important;
  }
  .c-ml-lg-56,
  .c-mx-lg-56 {
    margin-left: 3.5rem !important;
  }
  .c-m-lg-60 {
    margin: 3.75rem !important;
  }
  .c-mt-lg-60,
  .c-my-lg-60 {
    margin-top: 3.75rem !important;
  }
  .c-mr-lg-60,
  .c-mx-lg-60 {
    margin-right: 3.75rem !important;
  }
  .c-mb-lg-60,
  .c-my-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .c-ml-lg-60,
  .c-mx-lg-60 {
    margin-left: 3.75rem !important;
  }
  .c-m-lg-64 {
    margin: 4rem !important;
  }
  .c-mt-lg-64,
  .c-my-lg-64 {
    margin-top: 4rem !important;
  }
  .c-mr-lg-64,
  .c-mx-lg-64 {
    margin-right: 4rem !important;
  }
  .c-mb-lg-64,
  .c-my-lg-64 {
    margin-bottom: 4rem !important;
  }
  .c-ml-lg-64,
  .c-mx-lg-64 {
    margin-left: 4rem !important;
  }
  .c-m-lg-72 {
    margin: 4.5rem !important;
  }
  .c-mt-lg-72,
  .c-my-lg-72 {
    margin-top: 4.5rem !important;
  }
  .c-mr-lg-72,
  .c-mx-lg-72 {
    margin-right: 4.5rem !important;
  }
  .c-mb-lg-72,
  .c-my-lg-72 {
    margin-bottom: 4.5rem !important;
  }
  .c-ml-lg-72,
  .c-mx-lg-72 {
    margin-left: 4.5rem !important;
  }
  .c-m-lg-80 {
    margin: 5rem !important;
  }
  .c-mt-lg-80,
  .c-my-lg-80 {
    margin-top: 5rem !important;
  }
  .c-mr-lg-80,
  .c-mx-lg-80 {
    margin-right: 5rem !important;
  }
  .c-mb-lg-80,
  .c-my-lg-80 {
    margin-bottom: 5rem !important;
  }
  .c-ml-lg-80,
  .c-mx-lg-80 {
    margin-left: 5rem !important;
  }
  .c-m-lg-185 {
    margin: 11.5625rem !important;
  }
  .c-mt-lg-185,
  .c-my-lg-185 {
    margin-top: 11.5625rem !important;
  }
  .c-mr-lg-185,
  .c-mx-lg-185 {
    margin-right: 11.5625rem !important;
  }
  .c-mb-lg-185,
  .c-my-lg-185 {
    margin-bottom: 11.5625rem !important;
  }
  .c-ml-lg-185,
  .c-mx-lg-185 {
    margin-left: 11.5625rem !important;
  }
  .c-m-lg-310 {
    margin: 19.375rem !important;
  }
  .c-mt-lg-310,
  .c-my-lg-310 {
    margin-top: 19.375rem !important;
  }
  .c-mr-lg-310,
  .c-mx-lg-310 {
    margin-right: 19.375rem !important;
  }
  .c-mb-lg-310,
  .c-my-lg-310 {
    margin-bottom: 19.375rem !important;
  }
  .c-ml-lg-310,
  .c-mx-lg-310 {
    margin-left: 19.375rem !important;
  }
  .c-m-lg-1 {
    margin: 0.25rem !important;
  }
  .c-mt-lg-1,
  .c-my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .c-mr-lg-1,
  .c-mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .c-mb-lg-1,
  .c-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .c-ml-lg-1,
  .c-mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .c-m-lg-2 {
    margin: 0.5rem !important;
  }
  .c-mt-lg-2,
  .c-my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .c-mr-lg-2,
  .c-mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .c-mb-lg-2,
  .c-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .c-ml-lg-2,
  .c-mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .c-m-lg-3 {
    margin: 1rem !important;
  }
  .c-mt-lg-3,
  .c-my-lg-3 {
    margin-top: 1rem !important;
  }
  .c-mr-lg-3,
  .c-mx-lg-3 {
    margin-right: 1rem !important;
  }
  .c-mb-lg-3,
  .c-my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .c-ml-lg-3,
  .c-mx-lg-3 {
    margin-left: 1rem !important;
  }
  .c-m-lg-4 {
    margin: 1.5rem !important;
  }
  .c-mt-lg-4,
  .c-my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .c-mr-lg-4,
  .c-mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .c-mb-lg-4,
  .c-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .c-ml-lg-4,
  .c-mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .c-m-lg-5 {
    margin: 3rem !important;
  }
  .c-mt-lg-5,
  .c-my-lg-5 {
    margin-top: 3rem !important;
  }
  .c-mr-lg-5,
  .c-mx-lg-5 {
    margin-right: 3rem !important;
  }
  .c-mb-lg-5,
  .c-my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .c-ml-lg-5,
  .c-mx-lg-5 {
    margin-left: 3rem !important;
  }
  .c-m-lg-7 {
    margin: 6rem !important;
  }
  .c-mt-lg-7,
  .c-my-lg-7 {
    margin-top: 6rem !important;
  }
  .c-mr-lg-7,
  .c-mx-lg-7 {
    margin-right: 6rem !important;
  }
  .c-mb-lg-7,
  .c-my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .c-ml-lg-7,
  .c-mx-lg-7 {
    margin-left: 6rem !important;
  }
  .c-m-lg-8 {
    margin: 7.5rem !important;
  }
  .c-mt-lg-8,
  .c-my-lg-8 {
    margin-top: 7.5rem !important;
  }
  .c-mr-lg-8,
  .c-mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .c-mb-lg-8,
  .c-my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .c-ml-lg-8,
  .c-mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .c-p-lg-2px {
    padding: 0.125rem !important;
  }
  .c-pt-lg-2px,
  .c-py-lg-2px {
    padding-top: 0.125rem !important;
  }
  .c-pr-lg-2px,
  .c-px-lg-2px {
    padding-right: 0.125rem !important;
  }
  .c-pb-lg-2px,
  .c-py-lg-2px {
    padding-bottom: 0.125rem !important;
  }
  .c-pl-lg-2px,
  .c-px-lg-2px {
    padding-left: 0.125rem !important;
  }
  .c-p-lg-3px {
    padding: 0.1875rem !important;
  }
  .c-pt-lg-3px,
  .c-py-lg-3px {
    padding-top: 0.1875rem !important;
  }
  .c-pr-lg-3px,
  .c-px-lg-3px {
    padding-right: 0.1875rem !important;
  }
  .c-pb-lg-3px,
  .c-py-lg-3px {
    padding-bottom: 0.1875rem !important;
  }
  .c-pl-lg-3px,
  .c-px-lg-3px {
    padding-left: 0.1875rem !important;
  }
  .c-p-lg-6px {
    padding: 0.375rem !important;
  }
  .c-pt-lg-6px,
  .c-py-lg-6px {
    padding-top: 0.375rem !important;
  }
  .c-pr-lg-6px,
  .c-px-lg-6px {
    padding-right: 0.375rem !important;
  }
  .c-pb-lg-6px,
  .c-py-lg-6px {
    padding-bottom: 0.375rem !important;
  }
  .c-pl-lg-6px,
  .c-px-lg-6px {
    padding-left: 0.375rem !important;
  }
  .c-p-lg-10px {
    padding: 0.625rem !important;
  }
  .c-pt-lg-10px,
  .c-py-lg-10px {
    padding-top: 0.625rem !important;
  }
  .c-pr-lg-10px,
  .c-px-lg-10px {
    padding-right: 0.625rem !important;
  }
  .c-pb-lg-10px,
  .c-py-lg-10px {
    padding-bottom: 0.625rem !important;
  }
  .c-pl-lg-10px,
  .c-px-lg-10px {
    padding-left: 0.625rem !important;
  }
  .c-p-lg-0 {
    padding: 0 !important;
  }
  .c-pt-lg-0,
  .c-py-lg-0 {
    padding-top: 0 !important;
  }
  .c-pr-lg-0,
  .c-px-lg-0 {
    padding-right: 0 !important;
  }
  .c-pb-lg-0,
  .c-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .c-pl-lg-0,
  .c-px-lg-0 {
    padding-left: 0 !important;
  }
  .c-p-lg-6 {
    padding: 4.5rem !important;
  }
  .c-pt-lg-6,
  .c-py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .c-pr-lg-6,
  .c-px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .c-pb-lg-6,
  .c-py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .c-pl-lg-6,
  .c-px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .c-p-lg-12 {
    padding: 0.75rem !important;
  }
  .c-pt-lg-12,
  .c-py-lg-12 {
    padding-top: 0.75rem !important;
  }
  .c-pr-lg-12,
  .c-px-lg-12 {
    padding-right: 0.75rem !important;
  }
  .c-pb-lg-12,
  .c-py-lg-12 {
    padding-bottom: 0.75rem !important;
  }
  .c-pl-lg-12,
  .c-px-lg-12 {
    padding-left: 0.75rem !important;
  }
  .c-p-lg-15 {
    padding: 0.9375rem !important;
  }
  .c-pt-lg-15,
  .c-py-lg-15 {
    padding-top: 0.9375rem !important;
  }
  .c-pr-lg-15,
  .c-px-lg-15 {
    padding-right: 0.9375rem !important;
  }
  .c-pb-lg-15,
  .c-py-lg-15 {
    padding-bottom: 0.9375rem !important;
  }
  .c-pl-lg-15,
  .c-px-lg-15 {
    padding-left: 0.9375rem !important;
  }
  .c-p-lg-16 {
    padding: 1rem !important;
  }
  .c-pt-lg-16,
  .c-py-lg-16 {
    padding-top: 1rem !important;
  }
  .c-pr-lg-16,
  .c-px-lg-16 {
    padding-right: 1rem !important;
  }
  .c-pb-lg-16,
  .c-py-lg-16 {
    padding-bottom: 1rem !important;
  }
  .c-pl-lg-16,
  .c-px-lg-16 {
    padding-left: 1rem !important;
  }
  .c-p-lg-20 {
    padding: 1.25rem !important;
  }
  .c-pt-lg-20,
  .c-py-lg-20 {
    padding-top: 1.25rem !important;
  }
  .c-pr-lg-20,
  .c-px-lg-20 {
    padding-right: 1.25rem !important;
  }
  .c-pb-lg-20,
  .c-py-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .c-pl-lg-20,
  .c-px-lg-20 {
    padding-left: 1.25rem !important;
  }
  .c-p-lg-24 {
    padding: 1.5rem !important;
  }
  .c-pt-lg-24,
  .c-py-lg-24 {
    padding-top: 1.5rem !important;
  }
  .c-pr-lg-24,
  .c-px-lg-24 {
    padding-right: 1.5rem !important;
  }
  .c-pb-lg-24,
  .c-py-lg-24 {
    padding-bottom: 1.5rem !important;
  }
  .c-pl-lg-24,
  .c-px-lg-24 {
    padding-left: 1.5rem !important;
  }
  .c-p-lg-28 {
    padding: 1.75rem !important;
  }
  .c-pt-lg-28,
  .c-py-lg-28 {
    padding-top: 1.75rem !important;
  }
  .c-pr-lg-28,
  .c-px-lg-28 {
    padding-right: 1.75rem !important;
  }
  .c-pb-lg-28,
  .c-py-lg-28 {
    padding-bottom: 1.75rem !important;
  }
  .c-pl-lg-28,
  .c-px-lg-28 {
    padding-left: 1.75rem !important;
  }
  .c-p-lg-30 {
    padding: 1.875rem !important;
  }
  .c-pt-lg-30,
  .c-py-lg-30 {
    padding-top: 1.875rem !important;
  }
  .c-pr-lg-30,
  .c-px-lg-30 {
    padding-right: 1.875rem !important;
  }
  .c-pb-lg-30,
  .c-py-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .c-pl-lg-30,
  .c-px-lg-30 {
    padding-left: 1.875rem !important;
  }
  .c-p-lg-32 {
    padding: 2rem !important;
  }
  .c-pt-lg-32,
  .c-py-lg-32 {
    padding-top: 2rem !important;
  }
  .c-pr-lg-32,
  .c-px-lg-32 {
    padding-right: 2rem !important;
  }
  .c-pb-lg-32,
  .c-py-lg-32 {
    padding-bottom: 2rem !important;
  }
  .c-pl-lg-32,
  .c-px-lg-32 {
    padding-left: 2rem !important;
  }
  .c-p-lg-36 {
    padding: 2.25rem !important;
  }
  .c-pt-lg-36,
  .c-py-lg-36 {
    padding-top: 2.25rem !important;
  }
  .c-pr-lg-36,
  .c-px-lg-36 {
    padding-right: 2.25rem !important;
  }
  .c-pb-lg-36,
  .c-py-lg-36 {
    padding-bottom: 2.25rem !important;
  }
  .c-pl-lg-36,
  .c-px-lg-36 {
    padding-left: 2.25rem !important;
  }
  .c-p-lg-40 {
    padding: 2.5rem !important;
  }
  .c-pt-lg-40,
  .c-py-lg-40 {
    padding-top: 2.5rem !important;
  }
  .c-pr-lg-40,
  .c-px-lg-40 {
    padding-right: 2.5rem !important;
  }
  .c-pb-lg-40,
  .c-py-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .c-pl-lg-40,
  .c-px-lg-40 {
    padding-left: 2.5rem !important;
  }
  .c-p-lg-44 {
    padding: 2.75rem !important;
  }
  .c-pt-lg-44,
  .c-py-lg-44 {
    padding-top: 2.75rem !important;
  }
  .c-pr-lg-44,
  .c-px-lg-44 {
    padding-right: 2.75rem !important;
  }
  .c-pb-lg-44,
  .c-py-lg-44 {
    padding-bottom: 2.75rem !important;
  }
  .c-pl-lg-44,
  .c-px-lg-44 {
    padding-left: 2.75rem !important;
  }
  .c-p-lg-46 {
    padding: 2.875rem !important;
  }
  .c-pt-lg-46,
  .c-py-lg-46 {
    padding-top: 2.875rem !important;
  }
  .c-pr-lg-46,
  .c-px-lg-46 {
    padding-right: 2.875rem !important;
  }
  .c-pb-lg-46,
  .c-py-lg-46 {
    padding-bottom: 2.875rem !important;
  }
  .c-pl-lg-46,
  .c-px-lg-46 {
    padding-left: 2.875rem !important;
  }
  .c-p-lg-48 {
    padding: 3rem !important;
  }
  .c-pt-lg-48,
  .c-py-lg-48 {
    padding-top: 3rem !important;
  }
  .c-pr-lg-48,
  .c-px-lg-48 {
    padding-right: 3rem !important;
  }
  .c-pb-lg-48,
  .c-py-lg-48 {
    padding-bottom: 3rem !important;
  }
  .c-pl-lg-48,
  .c-px-lg-48 {
    padding-left: 3rem !important;
  }
  .c-p-lg-56 {
    padding: 3.5rem !important;
  }
  .c-pt-lg-56,
  .c-py-lg-56 {
    padding-top: 3.5rem !important;
  }
  .c-pr-lg-56,
  .c-px-lg-56 {
    padding-right: 3.5rem !important;
  }
  .c-pb-lg-56,
  .c-py-lg-56 {
    padding-bottom: 3.5rem !important;
  }
  .c-pl-lg-56,
  .c-px-lg-56 {
    padding-left: 3.5rem !important;
  }
  .c-p-lg-60 {
    padding: 3.75rem !important;
  }
  .c-pt-lg-60,
  .c-py-lg-60 {
    padding-top: 3.75rem !important;
  }
  .c-pr-lg-60,
  .c-px-lg-60 {
    padding-right: 3.75rem !important;
  }
  .c-pb-lg-60,
  .c-py-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .c-pl-lg-60,
  .c-px-lg-60 {
    padding-left: 3.75rem !important;
  }
  .c-p-lg-64 {
    padding: 4rem !important;
  }
  .c-pt-lg-64,
  .c-py-lg-64 {
    padding-top: 4rem !important;
  }
  .c-pr-lg-64,
  .c-px-lg-64 {
    padding-right: 4rem !important;
  }
  .c-pb-lg-64,
  .c-py-lg-64 {
    padding-bottom: 4rem !important;
  }
  .c-pl-lg-64,
  .c-px-lg-64 {
    padding-left: 4rem !important;
  }
  .c-p-lg-72 {
    padding: 4.5rem !important;
  }
  .c-pt-lg-72,
  .c-py-lg-72 {
    padding-top: 4.5rem !important;
  }
  .c-pr-lg-72,
  .c-px-lg-72 {
    padding-right: 4.5rem !important;
  }
  .c-pb-lg-72,
  .c-py-lg-72 {
    padding-bottom: 4.5rem !important;
  }
  .c-pl-lg-72,
  .c-px-lg-72 {
    padding-left: 4.5rem !important;
  }
  .c-p-lg-80 {
    padding: 5rem !important;
  }
  .c-pt-lg-80,
  .c-py-lg-80 {
    padding-top: 5rem !important;
  }
  .c-pr-lg-80,
  .c-px-lg-80 {
    padding-right: 5rem !important;
  }
  .c-pb-lg-80,
  .c-py-lg-80 {
    padding-bottom: 5rem !important;
  }
  .c-pl-lg-80,
  .c-px-lg-80 {
    padding-left: 5rem !important;
  }
  .c-p-lg-185 {
    padding: 11.5625rem !important;
  }
  .c-pt-lg-185,
  .c-py-lg-185 {
    padding-top: 11.5625rem !important;
  }
  .c-pr-lg-185,
  .c-px-lg-185 {
    padding-right: 11.5625rem !important;
  }
  .c-pb-lg-185,
  .c-py-lg-185 {
    padding-bottom: 11.5625rem !important;
  }
  .c-pl-lg-185,
  .c-px-lg-185 {
    padding-left: 11.5625rem !important;
  }
  .c-p-lg-310 {
    padding: 19.375rem !important;
  }
  .c-pt-lg-310,
  .c-py-lg-310 {
    padding-top: 19.375rem !important;
  }
  .c-pr-lg-310,
  .c-px-lg-310 {
    padding-right: 19.375rem !important;
  }
  .c-pb-lg-310,
  .c-py-lg-310 {
    padding-bottom: 19.375rem !important;
  }
  .c-pl-lg-310,
  .c-px-lg-310 {
    padding-left: 19.375rem !important;
  }
  .c-p-lg-1 {
    padding: 0.25rem !important;
  }
  .c-pt-lg-1,
  .c-py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .c-pr-lg-1,
  .c-px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .c-pb-lg-1,
  .c-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .c-pl-lg-1,
  .c-px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .c-p-lg-2 {
    padding: 0.5rem !important;
  }
  .c-pt-lg-2,
  .c-py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .c-pr-lg-2,
  .c-px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .c-pb-lg-2,
  .c-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .c-pl-lg-2,
  .c-px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .c-p-lg-3 {
    padding: 1rem !important;
  }
  .c-pt-lg-3,
  .c-py-lg-3 {
    padding-top: 1rem !important;
  }
  .c-pr-lg-3,
  .c-px-lg-3 {
    padding-right: 1rem !important;
  }
  .c-pb-lg-3,
  .c-py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .c-pl-lg-3,
  .c-px-lg-3 {
    padding-left: 1rem !important;
  }
  .c-p-lg-4 {
    padding: 1.5rem !important;
  }
  .c-pt-lg-4,
  .c-py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .c-pr-lg-4,
  .c-px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .c-pb-lg-4,
  .c-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .c-pl-lg-4,
  .c-px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .c-p-lg-5 {
    padding: 3rem !important;
  }
  .c-pt-lg-5,
  .c-py-lg-5 {
    padding-top: 3rem !important;
  }
  .c-pr-lg-5,
  .c-px-lg-5 {
    padding-right: 3rem !important;
  }
  .c-pb-lg-5,
  .c-py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .c-pl-lg-5,
  .c-px-lg-5 {
    padding-left: 3rem !important;
  }
  .c-p-lg-7 {
    padding: 6rem !important;
  }
  .c-pt-lg-7,
  .c-py-lg-7 {
    padding-top: 6rem !important;
  }
  .c-pr-lg-7,
  .c-px-lg-7 {
    padding-right: 6rem !important;
  }
  .c-pb-lg-7,
  .c-py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .c-pl-lg-7,
  .c-px-lg-7 {
    padding-left: 6rem !important;
  }
  .c-p-lg-8 {
    padding: 7.5rem !important;
  }
  .c-pt-lg-8,
  .c-py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .c-pr-lg-8,
  .c-px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .c-pb-lg-8,
  .c-py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .c-pl-lg-8,
  .c-px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .c-m-lg-n2px {
    margin: -0.125rem;
  }
  .c-mt-lg-n2px,
  .c-my-lg-n2px {
    margin-top: -0.125rem;
  }
  .c-mr-lg-n2px,
  .c-mx-lg-n2px {
    margin-right: -0.125rem;
  }
  .c-mb-lg-n2px,
  .c-my-lg-n2px {
    margin-bottom: -0.125rem;
  }
  .c-ml-lg-n2px,
  .c-mx-lg-n2px {
    margin-left: -0.125rem;
  }
  .c-m-lg-n3px {
    margin: -0.1875rem;
  }
  .c-mt-lg-n3px,
  .c-my-lg-n3px {
    margin-top: -0.1875rem;
  }
  .c-mr-lg-n3px,
  .c-mx-lg-n3px {
    margin-right: -0.1875rem;
  }
  .c-mb-lg-n3px,
  .c-my-lg-n3px {
    margin-bottom: -0.1875rem;
  }
  .c-ml-lg-n3px,
  .c-mx-lg-n3px {
    margin-left: -0.1875rem;
  }
  .c-m-lg-n6px {
    margin: -0.375rem;
  }
  .c-mt-lg-n6px,
  .c-my-lg-n6px {
    margin-top: -0.375rem;
  }
  .c-mr-lg-n6px,
  .c-mx-lg-n6px {
    margin-right: -0.375rem;
  }
  .c-mb-lg-n6px,
  .c-my-lg-n6px {
    margin-bottom: -0.375rem;
  }
  .c-ml-lg-n6px,
  .c-mx-lg-n6px {
    margin-left: -0.375rem;
  }
  .c-m-lg-n10px {
    margin: -0.625rem;
  }
  .c-mt-lg-n10px,
  .c-my-lg-n10px {
    margin-top: -0.625rem;
  }
  .c-mr-lg-n10px,
  .c-mx-lg-n10px {
    margin-right: -0.625rem;
  }
  .c-mb-lg-n10px,
  .c-my-lg-n10px {
    margin-bottom: -0.625rem;
  }
  .c-ml-lg-n10px,
  .c-mx-lg-n10px {
    margin-left: -0.625rem;
  }
  .c-m-lg-n6 {
    margin: -4.5rem;
  }
  .c-mt-lg-n6,
  .c-my-lg-n6 {
    margin-top: -4.5rem;
  }
  .c-mr-lg-n6,
  .c-mx-lg-n6 {
    margin-right: -4.5rem;
  }
  .c-mb-lg-n6,
  .c-my-lg-n6 {
    margin-bottom: -4.5rem;
  }
  .c-ml-lg-n6,
  .c-mx-lg-n6 {
    margin-left: -4.5rem;
  }
  .c-m-lg-n12 {
    margin: -0.75rem;
  }
  .c-mt-lg-n12,
  .c-my-lg-n12 {
    margin-top: -0.75rem;
  }
  .c-mr-lg-n12,
  .c-mx-lg-n12 {
    margin-right: -0.75rem;
  }
  .c-mb-lg-n12,
  .c-my-lg-n12 {
    margin-bottom: -0.75rem;
  }
  .c-ml-lg-n12,
  .c-mx-lg-n12 {
    margin-left: -0.75rem;
  }
  .c-m-lg-n15 {
    margin: -0.9375rem;
  }
  .c-mt-lg-n15,
  .c-my-lg-n15 {
    margin-top: -0.9375rem;
  }
  .c-mr-lg-n15,
  .c-mx-lg-n15 {
    margin-right: -0.9375rem;
  }
  .c-mb-lg-n15,
  .c-my-lg-n15 {
    margin-bottom: -0.9375rem;
  }
  .c-ml-lg-n15,
  .c-mx-lg-n15 {
    margin-left: -0.9375rem;
  }
  .c-m-lg-n16 {
    margin: -1rem;
  }
  .c-mt-lg-n16,
  .c-my-lg-n16 {
    margin-top: -1rem;
  }
  .c-mr-lg-n16,
  .c-mx-lg-n16 {
    margin-right: -1rem;
  }
  .c-mb-lg-n16,
  .c-my-lg-n16 {
    margin-bottom: -1rem;
  }
  .c-ml-lg-n16,
  .c-mx-lg-n16 {
    margin-left: -1rem;
  }
  .c-m-lg-n20 {
    margin: -1.25rem;
  }
  .c-mt-lg-n20,
  .c-my-lg-n20 {
    margin-top: -1.25rem;
  }
  .c-mr-lg-n20,
  .c-mx-lg-n20 {
    margin-right: -1.25rem;
  }
  .c-mb-lg-n20,
  .c-my-lg-n20 {
    margin-bottom: -1.25rem;
  }
  .c-ml-lg-n20,
  .c-mx-lg-n20 {
    margin-left: -1.25rem;
  }
  .c-m-lg-n24 {
    margin: -1.5rem;
  }
  .c-mt-lg-n24,
  .c-my-lg-n24 {
    margin-top: -1.5rem;
  }
  .c-mr-lg-n24,
  .c-mx-lg-n24 {
    margin-right: -1.5rem;
  }
  .c-mb-lg-n24,
  .c-my-lg-n24 {
    margin-bottom: -1.5rem;
  }
  .c-ml-lg-n24,
  .c-mx-lg-n24 {
    margin-left: -1.5rem;
  }
  .c-m-lg-n28 {
    margin: -1.75rem;
  }
  .c-mt-lg-n28,
  .c-my-lg-n28 {
    margin-top: -1.75rem;
  }
  .c-mr-lg-n28,
  .c-mx-lg-n28 {
    margin-right: -1.75rem;
  }
  .c-mb-lg-n28,
  .c-my-lg-n28 {
    margin-bottom: -1.75rem;
  }
  .c-ml-lg-n28,
  .c-mx-lg-n28 {
    margin-left: -1.75rem;
  }
  .c-m-lg-n30 {
    margin: -1.875rem;
  }
  .c-mt-lg-n30,
  .c-my-lg-n30 {
    margin-top: -1.875rem;
  }
  .c-mr-lg-n30,
  .c-mx-lg-n30 {
    margin-right: -1.875rem;
  }
  .c-mb-lg-n30,
  .c-my-lg-n30 {
    margin-bottom: -1.875rem;
  }
  .c-ml-lg-n30,
  .c-mx-lg-n30 {
    margin-left: -1.875rem;
  }
  .c-m-lg-n32 {
    margin: -2rem;
  }
  .c-mt-lg-n32,
  .c-my-lg-n32 {
    margin-top: -2rem;
  }
  .c-mr-lg-n32,
  .c-mx-lg-n32 {
    margin-right: -2rem;
  }
  .c-mb-lg-n32,
  .c-my-lg-n32 {
    margin-bottom: -2rem;
  }
  .c-ml-lg-n32,
  .c-mx-lg-n32 {
    margin-left: -2rem;
  }
  .c-m-lg-n36 {
    margin: -2.25rem;
  }
  .c-mt-lg-n36,
  .c-my-lg-n36 {
    margin-top: -2.25rem;
  }
  .c-mr-lg-n36,
  .c-mx-lg-n36 {
    margin-right: -2.25rem;
  }
  .c-mb-lg-n36,
  .c-my-lg-n36 {
    margin-bottom: -2.25rem;
  }
  .c-ml-lg-n36,
  .c-mx-lg-n36 {
    margin-left: -2.25rem;
  }
  .c-m-lg-n40 {
    margin: -2.5rem;
  }
  .c-mt-lg-n40,
  .c-my-lg-n40 {
    margin-top: -2.5rem;
  }
  .c-mr-lg-n40,
  .c-mx-lg-n40 {
    margin-right: -2.5rem;
  }
  .c-mb-lg-n40,
  .c-my-lg-n40 {
    margin-bottom: -2.5rem;
  }
  .c-ml-lg-n40,
  .c-mx-lg-n40 {
    margin-left: -2.5rem;
  }
  .c-m-lg-n44 {
    margin: -2.75rem;
  }
  .c-mt-lg-n44,
  .c-my-lg-n44 {
    margin-top: -2.75rem;
  }
  .c-mr-lg-n44,
  .c-mx-lg-n44 {
    margin-right: -2.75rem;
  }
  .c-mb-lg-n44,
  .c-my-lg-n44 {
    margin-bottom: -2.75rem;
  }
  .c-ml-lg-n44,
  .c-mx-lg-n44 {
    margin-left: -2.75rem;
  }
  .c-m-lg-n46 {
    margin: -2.875rem;
  }
  .c-mt-lg-n46,
  .c-my-lg-n46 {
    margin-top: -2.875rem;
  }
  .c-mr-lg-n46,
  .c-mx-lg-n46 {
    margin-right: -2.875rem;
  }
  .c-mb-lg-n46,
  .c-my-lg-n46 {
    margin-bottom: -2.875rem;
  }
  .c-ml-lg-n46,
  .c-mx-lg-n46 {
    margin-left: -2.875rem;
  }
  .c-m-lg-n48 {
    margin: -3rem;
  }
  .c-mt-lg-n48,
  .c-my-lg-n48 {
    margin-top: -3rem;
  }
  .c-mr-lg-n48,
  .c-mx-lg-n48 {
    margin-right: -3rem;
  }
  .c-mb-lg-n48,
  .c-my-lg-n48 {
    margin-bottom: -3rem;
  }
  .c-ml-lg-n48,
  .c-mx-lg-n48 {
    margin-left: -3rem;
  }
  .c-m-lg-n56 {
    margin: -3.5rem;
  }
  .c-mt-lg-n56,
  .c-my-lg-n56 {
    margin-top: -3.5rem;
  }
  .c-mr-lg-n56,
  .c-mx-lg-n56 {
    margin-right: -3.5rem;
  }
  .c-mb-lg-n56,
  .c-my-lg-n56 {
    margin-bottom: -3.5rem;
  }
  .c-ml-lg-n56,
  .c-mx-lg-n56 {
    margin-left: -3.5rem;
  }
  .c-m-lg-n60 {
    margin: -3.75rem;
  }
  .c-mt-lg-n60,
  .c-my-lg-n60 {
    margin-top: -3.75rem;
  }
  .c-mr-lg-n60,
  .c-mx-lg-n60 {
    margin-right: -3.75rem;
  }
  .c-mb-lg-n60,
  .c-my-lg-n60 {
    margin-bottom: -3.75rem;
  }
  .c-ml-lg-n60,
  .c-mx-lg-n60 {
    margin-left: -3.75rem;
  }
  .c-m-lg-n64 {
    margin: -4rem;
  }
  .c-mt-lg-n64,
  .c-my-lg-n64 {
    margin-top: -4rem;
  }
  .c-mr-lg-n64,
  .c-mx-lg-n64 {
    margin-right: -4rem;
  }
  .c-mb-lg-n64,
  .c-my-lg-n64 {
    margin-bottom: -4rem;
  }
  .c-ml-lg-n64,
  .c-mx-lg-n64 {
    margin-left: -4rem;
  }
  .c-m-lg-n72 {
    margin: -4.5rem;
  }
  .c-mt-lg-n72,
  .c-my-lg-n72 {
    margin-top: -4.5rem;
  }
  .c-mr-lg-n72,
  .c-mx-lg-n72 {
    margin-right: -4.5rem;
  }
  .c-mb-lg-n72,
  .c-my-lg-n72 {
    margin-bottom: -4.5rem;
  }
  .c-ml-lg-n72,
  .c-mx-lg-n72 {
    margin-left: -4.5rem;
  }
  .c-m-lg-n80 {
    margin: -5rem;
  }
  .c-mt-lg-n80,
  .c-my-lg-n80 {
    margin-top: -5rem;
  }
  .c-mr-lg-n80,
  .c-mx-lg-n80 {
    margin-right: -5rem;
  }
  .c-mb-lg-n80,
  .c-my-lg-n80 {
    margin-bottom: -5rem;
  }
  .c-ml-lg-n80,
  .c-mx-lg-n80 {
    margin-left: -5rem;
  }
  .c-m-lg-n185 {
    margin: -11.5625rem;
  }
  .c-mt-lg-n185,
  .c-my-lg-n185 {
    margin-top: -11.5625rem;
  }
  .c-mr-lg-n185,
  .c-mx-lg-n185 {
    margin-right: -11.5625rem;
  }
  .c-mb-lg-n185,
  .c-my-lg-n185 {
    margin-bottom: -11.5625rem;
  }
  .c-ml-lg-n185,
  .c-mx-lg-n185 {
    margin-left: -11.5625rem;
  }
  .c-m-lg-n310 {
    margin: -19.375rem;
  }
  .c-mt-lg-n310,
  .c-my-lg-n310 {
    margin-top: -19.375rem;
  }
  .c-mr-lg-n310,
  .c-mx-lg-n310 {
    margin-right: -19.375rem;
  }
  .c-mb-lg-n310,
  .c-my-lg-n310 {
    margin-bottom: -19.375rem;
  }
  .c-ml-lg-n310,
  .c-mx-lg-n310 {
    margin-left: -19.375rem;
  }
  .c-m-lg-n1 {
    margin: -0.25rem;
  }
  .c-mt-lg-n1,
  .c-my-lg-n1 {
    margin-top: -0.25rem;
  }
  .c-mr-lg-n1,
  .c-mx-lg-n1 {
    margin-right: -0.25rem;
  }
  .c-mb-lg-n1,
  .c-my-lg-n1 {
    margin-bottom: -0.25rem;
  }
  .c-ml-lg-n1,
  .c-mx-lg-n1 {
    margin-left: -0.25rem;
  }
  .c-m-lg-n2 {
    margin: -0.5rem;
  }
  .c-mt-lg-n2,
  .c-my-lg-n2 {
    margin-top: -0.5rem;
  }
  .c-mr-lg-n2,
  .c-mx-lg-n2 {
    margin-right: -0.5rem;
  }
  .c-mb-lg-n2,
  .c-my-lg-n2 {
    margin-bottom: -0.5rem;
  }
  .c-ml-lg-n2,
  .c-mx-lg-n2 {
    margin-left: -0.5rem;
  }
  .c-m-lg-n3 {
    margin: -1rem;
  }
  .c-mt-lg-n3,
  .c-my-lg-n3 {
    margin-top: -1rem;
  }
  .c-mr-lg-n3,
  .c-mx-lg-n3 {
    margin-right: -1rem;
  }
  .c-mb-lg-n3,
  .c-my-lg-n3 {
    margin-bottom: -1rem;
  }
  .c-ml-lg-n3,
  .c-mx-lg-n3 {
    margin-left: -1rem;
  }
  .c-m-lg-n4 {
    margin: -1.5rem;
  }
  .c-mt-lg-n4,
  .c-my-lg-n4 {
    margin-top: -1.5rem;
  }
  .c-mr-lg-n4,
  .c-mx-lg-n4 {
    margin-right: -1.5rem;
  }
  .c-mb-lg-n4,
  .c-my-lg-n4 {
    margin-bottom: -1.5rem;
  }
  .c-ml-lg-n4,
  .c-mx-lg-n4 {
    margin-left: -1.5rem;
  }
  .c-m-lg-n5 {
    margin: -3rem;
  }
  .c-mt-lg-n5,
  .c-my-lg-n5 {
    margin-top: -3rem;
  }
  .c-mr-lg-n5,
  .c-mx-lg-n5 {
    margin-right: -3rem;
  }
  .c-mb-lg-n5,
  .c-my-lg-n5 {
    margin-bottom: -3rem;
  }
  .c-ml-lg-n5,
  .c-mx-lg-n5 {
    margin-left: -3rem;
  }
  .c-m-lg-n7 {
    margin: -6rem;
  }
  .c-mt-lg-n7,
  .c-my-lg-n7 {
    margin-top: -6rem;
  }
  .c-mr-lg-n7,
  .c-mx-lg-n7 {
    margin-right: -6rem;
  }
  .c-mb-lg-n7,
  .c-my-lg-n7 {
    margin-bottom: -6rem;
  }
  .c-ml-lg-n7,
  .c-mx-lg-n7 {
    margin-left: -6rem;
  }
  .c-m-lg-n8 {
    margin: -7.5rem;
  }
  .c-mt-lg-n8,
  .c-my-lg-n8 {
    margin-top: -7.5rem;
  }
  .c-mr-lg-n8,
  .c-mx-lg-n8 {
    margin-right: -7.5rem;
  }
  .c-mb-lg-n8,
  .c-my-lg-n8 {
    margin-bottom: -7.5rem;
  }
  .c-ml-lg-n8,
  .c-mx-lg-n8 {
    margin-left: -7.5rem;
  }
  .c-m-lg-auto {
    margin: auto;
  }
  .c-mt-lg-auto,
  .c-my-lg-auto {
    margin-top: auto;
  }
  .c-mr-lg-auto,
  .c-mx-lg-auto {
    margin-right: auto;
  }
  .c-mb-lg-auto,
  .c-my-lg-auto {
    margin-bottom: auto;
  }
  .c-ml-lg-auto,
  .c-mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .c-m-xl-2px {
    margin: 0.125rem !important;
  }
  .c-mt-xl-2px,
  .c-my-xl-2px {
    margin-top: 0.125rem !important;
  }
  .c-mr-xl-2px,
  .c-mx-xl-2px {
    margin-right: 0.125rem !important;
  }
  .c-mb-xl-2px,
  .c-my-xl-2px {
    margin-bottom: 0.125rem !important;
  }
  .c-ml-xl-2px,
  .c-mx-xl-2px {
    margin-left: 0.125rem !important;
  }
  .c-m-xl-3px {
    margin: 0.1875rem !important;
  }
  .c-mt-xl-3px,
  .c-my-xl-3px {
    margin-top: 0.1875rem !important;
  }
  .c-mr-xl-3px,
  .c-mx-xl-3px {
    margin-right: 0.1875rem !important;
  }
  .c-mb-xl-3px,
  .c-my-xl-3px {
    margin-bottom: 0.1875rem !important;
  }
  .c-ml-xl-3px,
  .c-mx-xl-3px {
    margin-left: 0.1875rem !important;
  }
  .c-m-xl-6px {
    margin: 0.375rem !important;
  }
  .c-mt-xl-6px,
  .c-my-xl-6px {
    margin-top: 0.375rem !important;
  }
  .c-mr-xl-6px,
  .c-mx-xl-6px {
    margin-right: 0.375rem !important;
  }
  .c-mb-xl-6px,
  .c-my-xl-6px {
    margin-bottom: 0.375rem !important;
  }
  .c-ml-xl-6px,
  .c-mx-xl-6px {
    margin-left: 0.375rem !important;
  }
  .c-m-xl-10px {
    margin: 0.625rem !important;
  }
  .c-mt-xl-10px,
  .c-my-xl-10px {
    margin-top: 0.625rem !important;
  }
  .c-mr-xl-10px,
  .c-mx-xl-10px {
    margin-right: 0.625rem !important;
  }
  .c-mb-xl-10px,
  .c-my-xl-10px {
    margin-bottom: 0.625rem !important;
  }
  .c-ml-xl-10px,
  .c-mx-xl-10px {
    margin-left: 0.625rem !important;
  }
  .c-m-xl-0 {
    margin: 0 !important;
  }
  .c-mt-xl-0,
  .c-my-xl-0 {
    margin-top: 0 !important;
  }
  .c-mr-xl-0,
  .c-mx-xl-0 {
    margin-right: 0 !important;
  }
  .c-mb-xl-0,
  .c-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .c-ml-xl-0,
  .c-mx-xl-0 {
    margin-left: 0 !important;
  }
  .c-m-xl-6 {
    margin: 4.5rem !important;
  }
  .c-mt-xl-6,
  .c-my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .c-mr-xl-6,
  .c-mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .c-mb-xl-6,
  .c-my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .c-ml-xl-6,
  .c-mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .c-m-xl-12 {
    margin: 0.75rem !important;
  }
  .c-mt-xl-12,
  .c-my-xl-12 {
    margin-top: 0.75rem !important;
  }
  .c-mr-xl-12,
  .c-mx-xl-12 {
    margin-right: 0.75rem !important;
  }
  .c-mb-xl-12,
  .c-my-xl-12 {
    margin-bottom: 0.75rem !important;
  }
  .c-ml-xl-12,
  .c-mx-xl-12 {
    margin-left: 0.75rem !important;
  }
  .c-m-xl-15 {
    margin: 0.9375rem !important;
  }
  .c-mt-xl-15,
  .c-my-xl-15 {
    margin-top: 0.9375rem !important;
  }
  .c-mr-xl-15,
  .c-mx-xl-15 {
    margin-right: 0.9375rem !important;
  }
  .c-mb-xl-15,
  .c-my-xl-15 {
    margin-bottom: 0.9375rem !important;
  }
  .c-ml-xl-15,
  .c-mx-xl-15 {
    margin-left: 0.9375rem !important;
  }
  .c-m-xl-16 {
    margin: 1rem !important;
  }
  .c-mt-xl-16,
  .c-my-xl-16 {
    margin-top: 1rem !important;
  }
  .c-mr-xl-16,
  .c-mx-xl-16 {
    margin-right: 1rem !important;
  }
  .c-mb-xl-16,
  .c-my-xl-16 {
    margin-bottom: 1rem !important;
  }
  .c-ml-xl-16,
  .c-mx-xl-16 {
    margin-left: 1rem !important;
  }
  .c-m-xl-20 {
    margin: 1.25rem !important;
  }
  .c-mt-xl-20,
  .c-my-xl-20 {
    margin-top: 1.25rem !important;
  }
  .c-mr-xl-20,
  .c-mx-xl-20 {
    margin-right: 1.25rem !important;
  }
  .c-mb-xl-20,
  .c-my-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .c-ml-xl-20,
  .c-mx-xl-20 {
    margin-left: 1.25rem !important;
  }
  .c-m-xl-24 {
    margin: 1.5rem !important;
  }
  .c-mt-xl-24,
  .c-my-xl-24 {
    margin-top: 1.5rem !important;
  }
  .c-mr-xl-24,
  .c-mx-xl-24 {
    margin-right: 1.5rem !important;
  }
  .c-mb-xl-24,
  .c-my-xl-24 {
    margin-bottom: 1.5rem !important;
  }
  .c-ml-xl-24,
  .c-mx-xl-24 {
    margin-left: 1.5rem !important;
  }
  .c-m-xl-28 {
    margin: 1.75rem !important;
  }
  .c-mt-xl-28,
  .c-my-xl-28 {
    margin-top: 1.75rem !important;
  }
  .c-mr-xl-28,
  .c-mx-xl-28 {
    margin-right: 1.75rem !important;
  }
  .c-mb-xl-28,
  .c-my-xl-28 {
    margin-bottom: 1.75rem !important;
  }
  .c-ml-xl-28,
  .c-mx-xl-28 {
    margin-left: 1.75rem !important;
  }
  .c-m-xl-30 {
    margin: 1.875rem !important;
  }
  .c-mt-xl-30,
  .c-my-xl-30 {
    margin-top: 1.875rem !important;
  }
  .c-mr-xl-30,
  .c-mx-xl-30 {
    margin-right: 1.875rem !important;
  }
  .c-mb-xl-30,
  .c-my-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .c-ml-xl-30,
  .c-mx-xl-30 {
    margin-left: 1.875rem !important;
  }
  .c-m-xl-32 {
    margin: 2rem !important;
  }
  .c-mt-xl-32,
  .c-my-xl-32 {
    margin-top: 2rem !important;
  }
  .c-mr-xl-32,
  .c-mx-xl-32 {
    margin-right: 2rem !important;
  }
  .c-mb-xl-32,
  .c-my-xl-32 {
    margin-bottom: 2rem !important;
  }
  .c-ml-xl-32,
  .c-mx-xl-32 {
    margin-left: 2rem !important;
  }
  .c-m-xl-36 {
    margin: 2.25rem !important;
  }
  .c-mt-xl-36,
  .c-my-xl-36 {
    margin-top: 2.25rem !important;
  }
  .c-mr-xl-36,
  .c-mx-xl-36 {
    margin-right: 2.25rem !important;
  }
  .c-mb-xl-36,
  .c-my-xl-36 {
    margin-bottom: 2.25rem !important;
  }
  .c-ml-xl-36,
  .c-mx-xl-36 {
    margin-left: 2.25rem !important;
  }
  .c-m-xl-40 {
    margin: 2.5rem !important;
  }
  .c-mt-xl-40,
  .c-my-xl-40 {
    margin-top: 2.5rem !important;
  }
  .c-mr-xl-40,
  .c-mx-xl-40 {
    margin-right: 2.5rem !important;
  }
  .c-mb-xl-40,
  .c-my-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .c-ml-xl-40,
  .c-mx-xl-40 {
    margin-left: 2.5rem !important;
  }
  .c-m-xl-44 {
    margin: 2.75rem !important;
  }
  .c-mt-xl-44,
  .c-my-xl-44 {
    margin-top: 2.75rem !important;
  }
  .c-mr-xl-44,
  .c-mx-xl-44 {
    margin-right: 2.75rem !important;
  }
  .c-mb-xl-44,
  .c-my-xl-44 {
    margin-bottom: 2.75rem !important;
  }
  .c-ml-xl-44,
  .c-mx-xl-44 {
    margin-left: 2.75rem !important;
  }
  .c-m-xl-46 {
    margin: 2.875rem !important;
  }
  .c-mt-xl-46,
  .c-my-xl-46 {
    margin-top: 2.875rem !important;
  }
  .c-mr-xl-46,
  .c-mx-xl-46 {
    margin-right: 2.875rem !important;
  }
  .c-mb-xl-46,
  .c-my-xl-46 {
    margin-bottom: 2.875rem !important;
  }
  .c-ml-xl-46,
  .c-mx-xl-46 {
    margin-left: 2.875rem !important;
  }
  .c-m-xl-48 {
    margin: 3rem !important;
  }
  .c-mt-xl-48,
  .c-my-xl-48 {
    margin-top: 3rem !important;
  }
  .c-mr-xl-48,
  .c-mx-xl-48 {
    margin-right: 3rem !important;
  }
  .c-mb-xl-48,
  .c-my-xl-48 {
    margin-bottom: 3rem !important;
  }
  .c-ml-xl-48,
  .c-mx-xl-48 {
    margin-left: 3rem !important;
  }
  .c-m-xl-56 {
    margin: 3.5rem !important;
  }
  .c-mt-xl-56,
  .c-my-xl-56 {
    margin-top: 3.5rem !important;
  }
  .c-mr-xl-56,
  .c-mx-xl-56 {
    margin-right: 3.5rem !important;
  }
  .c-mb-xl-56,
  .c-my-xl-56 {
    margin-bottom: 3.5rem !important;
  }
  .c-ml-xl-56,
  .c-mx-xl-56 {
    margin-left: 3.5rem !important;
  }
  .c-m-xl-60 {
    margin: 3.75rem !important;
  }
  .c-mt-xl-60,
  .c-my-xl-60 {
    margin-top: 3.75rem !important;
  }
  .c-mr-xl-60,
  .c-mx-xl-60 {
    margin-right: 3.75rem !important;
  }
  .c-mb-xl-60,
  .c-my-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .c-ml-xl-60,
  .c-mx-xl-60 {
    margin-left: 3.75rem !important;
  }
  .c-m-xl-64 {
    margin: 4rem !important;
  }
  .c-mt-xl-64,
  .c-my-xl-64 {
    margin-top: 4rem !important;
  }
  .c-mr-xl-64,
  .c-mx-xl-64 {
    margin-right: 4rem !important;
  }
  .c-mb-xl-64,
  .c-my-xl-64 {
    margin-bottom: 4rem !important;
  }
  .c-ml-xl-64,
  .c-mx-xl-64 {
    margin-left: 4rem !important;
  }
  .c-m-xl-72 {
    margin: 4.5rem !important;
  }
  .c-mt-xl-72,
  .c-my-xl-72 {
    margin-top: 4.5rem !important;
  }
  .c-mr-xl-72,
  .c-mx-xl-72 {
    margin-right: 4.5rem !important;
  }
  .c-mb-xl-72,
  .c-my-xl-72 {
    margin-bottom: 4.5rem !important;
  }
  .c-ml-xl-72,
  .c-mx-xl-72 {
    margin-left: 4.5rem !important;
  }
  .c-m-xl-80 {
    margin: 5rem !important;
  }
  .c-mt-xl-80,
  .c-my-xl-80 {
    margin-top: 5rem !important;
  }
  .c-mr-xl-80,
  .c-mx-xl-80 {
    margin-right: 5rem !important;
  }
  .c-mb-xl-80,
  .c-my-xl-80 {
    margin-bottom: 5rem !important;
  }
  .c-ml-xl-80,
  .c-mx-xl-80 {
    margin-left: 5rem !important;
  }
  .c-m-xl-185 {
    margin: 11.5625rem !important;
  }
  .c-mt-xl-185,
  .c-my-xl-185 {
    margin-top: 11.5625rem !important;
  }
  .c-mr-xl-185,
  .c-mx-xl-185 {
    margin-right: 11.5625rem !important;
  }
  .c-mb-xl-185,
  .c-my-xl-185 {
    margin-bottom: 11.5625rem !important;
  }
  .c-ml-xl-185,
  .c-mx-xl-185 {
    margin-left: 11.5625rem !important;
  }
  .c-m-xl-310 {
    margin: 19.375rem !important;
  }
  .c-mt-xl-310,
  .c-my-xl-310 {
    margin-top: 19.375rem !important;
  }
  .c-mr-xl-310,
  .c-mx-xl-310 {
    margin-right: 19.375rem !important;
  }
  .c-mb-xl-310,
  .c-my-xl-310 {
    margin-bottom: 19.375rem !important;
  }
  .c-ml-xl-310,
  .c-mx-xl-310 {
    margin-left: 19.375rem !important;
  }
  .c-m-xl-1 {
    margin: 0.25rem !important;
  }
  .c-mt-xl-1,
  .c-my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .c-mr-xl-1,
  .c-mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .c-mb-xl-1,
  .c-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .c-ml-xl-1,
  .c-mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .c-m-xl-2 {
    margin: 0.5rem !important;
  }
  .c-mt-xl-2,
  .c-my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .c-mr-xl-2,
  .c-mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .c-mb-xl-2,
  .c-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .c-ml-xl-2,
  .c-mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .c-m-xl-3 {
    margin: 1rem !important;
  }
  .c-mt-xl-3,
  .c-my-xl-3 {
    margin-top: 1rem !important;
  }
  .c-mr-xl-3,
  .c-mx-xl-3 {
    margin-right: 1rem !important;
  }
  .c-mb-xl-3,
  .c-my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .c-ml-xl-3,
  .c-mx-xl-3 {
    margin-left: 1rem !important;
  }
  .c-m-xl-4 {
    margin: 1.5rem !important;
  }
  .c-mt-xl-4,
  .c-my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .c-mr-xl-4,
  .c-mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .c-mb-xl-4,
  .c-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .c-ml-xl-4,
  .c-mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .c-m-xl-5 {
    margin: 3rem !important;
  }
  .c-mt-xl-5,
  .c-my-xl-5 {
    margin-top: 3rem !important;
  }
  .c-mr-xl-5,
  .c-mx-xl-5 {
    margin-right: 3rem !important;
  }
  .c-mb-xl-5,
  .c-my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .c-ml-xl-5,
  .c-mx-xl-5 {
    margin-left: 3rem !important;
  }
  .c-m-xl-7 {
    margin: 6rem !important;
  }
  .c-mt-xl-7,
  .c-my-xl-7 {
    margin-top: 6rem !important;
  }
  .c-mr-xl-7,
  .c-mx-xl-7 {
    margin-right: 6rem !important;
  }
  .c-mb-xl-7,
  .c-my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .c-ml-xl-7,
  .c-mx-xl-7 {
    margin-left: 6rem !important;
  }
  .c-m-xl-8 {
    margin: 7.5rem !important;
  }
  .c-mt-xl-8,
  .c-my-xl-8 {
    margin-top: 7.5rem !important;
  }
  .c-mr-xl-8,
  .c-mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .c-mb-xl-8,
  .c-my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .c-ml-xl-8,
  .c-mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .c-p-xl-2px {
    padding: 0.125rem !important;
  }
  .c-pt-xl-2px,
  .c-py-xl-2px {
    padding-top: 0.125rem !important;
  }
  .c-pr-xl-2px,
  .c-px-xl-2px {
    padding-right: 0.125rem !important;
  }
  .c-pb-xl-2px,
  .c-py-xl-2px {
    padding-bottom: 0.125rem !important;
  }
  .c-pl-xl-2px,
  .c-px-xl-2px {
    padding-left: 0.125rem !important;
  }
  .c-p-xl-3px {
    padding: 0.1875rem !important;
  }
  .c-pt-xl-3px,
  .c-py-xl-3px {
    padding-top: 0.1875rem !important;
  }
  .c-pr-xl-3px,
  .c-px-xl-3px {
    padding-right: 0.1875rem !important;
  }
  .c-pb-xl-3px,
  .c-py-xl-3px {
    padding-bottom: 0.1875rem !important;
  }
  .c-pl-xl-3px,
  .c-px-xl-3px {
    padding-left: 0.1875rem !important;
  }
  .c-p-xl-6px {
    padding: 0.375rem !important;
  }
  .c-pt-xl-6px,
  .c-py-xl-6px {
    padding-top: 0.375rem !important;
  }
  .c-pr-xl-6px,
  .c-px-xl-6px {
    padding-right: 0.375rem !important;
  }
  .c-pb-xl-6px,
  .c-py-xl-6px {
    padding-bottom: 0.375rem !important;
  }
  .c-pl-xl-6px,
  .c-px-xl-6px {
    padding-left: 0.375rem !important;
  }
  .c-p-xl-10px {
    padding: 0.625rem !important;
  }
  .c-pt-xl-10px,
  .c-py-xl-10px {
    padding-top: 0.625rem !important;
  }
  .c-pr-xl-10px,
  .c-px-xl-10px {
    padding-right: 0.625rem !important;
  }
  .c-pb-xl-10px,
  .c-py-xl-10px {
    padding-bottom: 0.625rem !important;
  }
  .c-pl-xl-10px,
  .c-px-xl-10px {
    padding-left: 0.625rem !important;
  }
  .c-p-xl-0 {
    padding: 0 !important;
  }
  .c-pt-xl-0,
  .c-py-xl-0 {
    padding-top: 0 !important;
  }
  .c-pr-xl-0,
  .c-px-xl-0 {
    padding-right: 0 !important;
  }
  .c-pb-xl-0,
  .c-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .c-pl-xl-0,
  .c-px-xl-0 {
    padding-left: 0 !important;
  }
  .c-p-xl-6 {
    padding: 4.5rem !important;
  }
  .c-pt-xl-6,
  .c-py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .c-pr-xl-6,
  .c-px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .c-pb-xl-6,
  .c-py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .c-pl-xl-6,
  .c-px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .c-p-xl-12 {
    padding: 0.75rem !important;
  }
  .c-pt-xl-12,
  .c-py-xl-12 {
    padding-top: 0.75rem !important;
  }
  .c-pr-xl-12,
  .c-px-xl-12 {
    padding-right: 0.75rem !important;
  }
  .c-pb-xl-12,
  .c-py-xl-12 {
    padding-bottom: 0.75rem !important;
  }
  .c-pl-xl-12,
  .c-px-xl-12 {
    padding-left: 0.75rem !important;
  }
  .c-p-xl-15 {
    padding: 0.9375rem !important;
  }
  .c-pt-xl-15,
  .c-py-xl-15 {
    padding-top: 0.9375rem !important;
  }
  .c-pr-xl-15,
  .c-px-xl-15 {
    padding-right: 0.9375rem !important;
  }
  .c-pb-xl-15,
  .c-py-xl-15 {
    padding-bottom: 0.9375rem !important;
  }
  .c-pl-xl-15,
  .c-px-xl-15 {
    padding-left: 0.9375rem !important;
  }
  .c-p-xl-16 {
    padding: 1rem !important;
  }
  .c-pt-xl-16,
  .c-py-xl-16 {
    padding-top: 1rem !important;
  }
  .c-pr-xl-16,
  .c-px-xl-16 {
    padding-right: 1rem !important;
  }
  .c-pb-xl-16,
  .c-py-xl-16 {
    padding-bottom: 1rem !important;
  }
  .c-pl-xl-16,
  .c-px-xl-16 {
    padding-left: 1rem !important;
  }
  .c-p-xl-20 {
    padding: 1.25rem !important;
  }
  .c-pt-xl-20,
  .c-py-xl-20 {
    padding-top: 1.25rem !important;
  }
  .c-pr-xl-20,
  .c-px-xl-20 {
    padding-right: 1.25rem !important;
  }
  .c-pb-xl-20,
  .c-py-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .c-pl-xl-20,
  .c-px-xl-20 {
    padding-left: 1.25rem !important;
  }
  .c-p-xl-24 {
    padding: 1.5rem !important;
  }
  .c-pt-xl-24,
  .c-py-xl-24 {
    padding-top: 1.5rem !important;
  }
  .c-pr-xl-24,
  .c-px-xl-24 {
    padding-right: 1.5rem !important;
  }
  .c-pb-xl-24,
  .c-py-xl-24 {
    padding-bottom: 1.5rem !important;
  }
  .c-pl-xl-24,
  .c-px-xl-24 {
    padding-left: 1.5rem !important;
  }
  .c-p-xl-28 {
    padding: 1.75rem !important;
  }
  .c-pt-xl-28,
  .c-py-xl-28 {
    padding-top: 1.75rem !important;
  }
  .c-pr-xl-28,
  .c-px-xl-28 {
    padding-right: 1.75rem !important;
  }
  .c-pb-xl-28,
  .c-py-xl-28 {
    padding-bottom: 1.75rem !important;
  }
  .c-pl-xl-28,
  .c-px-xl-28 {
    padding-left: 1.75rem !important;
  }
  .c-p-xl-30 {
    padding: 1.875rem !important;
  }
  .c-pt-xl-30,
  .c-py-xl-30 {
    padding-top: 1.875rem !important;
  }
  .c-pr-xl-30,
  .c-px-xl-30 {
    padding-right: 1.875rem !important;
  }
  .c-pb-xl-30,
  .c-py-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .c-pl-xl-30,
  .c-px-xl-30 {
    padding-left: 1.875rem !important;
  }
  .c-p-xl-32 {
    padding: 2rem !important;
  }
  .c-pt-xl-32,
  .c-py-xl-32 {
    padding-top: 2rem !important;
  }
  .c-pr-xl-32,
  .c-px-xl-32 {
    padding-right: 2rem !important;
  }
  .c-pb-xl-32,
  .c-py-xl-32 {
    padding-bottom: 2rem !important;
  }
  .c-pl-xl-32,
  .c-px-xl-32 {
    padding-left: 2rem !important;
  }
  .c-p-xl-36 {
    padding: 2.25rem !important;
  }
  .c-pt-xl-36,
  .c-py-xl-36 {
    padding-top: 2.25rem !important;
  }
  .c-pr-xl-36,
  .c-px-xl-36 {
    padding-right: 2.25rem !important;
  }
  .c-pb-xl-36,
  .c-py-xl-36 {
    padding-bottom: 2.25rem !important;
  }
  .c-pl-xl-36,
  .c-px-xl-36 {
    padding-left: 2.25rem !important;
  }
  .c-p-xl-40 {
    padding: 2.5rem !important;
  }
  .c-pt-xl-40,
  .c-py-xl-40 {
    padding-top: 2.5rem !important;
  }
  .c-pr-xl-40,
  .c-px-xl-40 {
    padding-right: 2.5rem !important;
  }
  .c-pb-xl-40,
  .c-py-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .c-pl-xl-40,
  .c-px-xl-40 {
    padding-left: 2.5rem !important;
  }
  .c-p-xl-44 {
    padding: 2.75rem !important;
  }
  .c-pt-xl-44,
  .c-py-xl-44 {
    padding-top: 2.75rem !important;
  }
  .c-pr-xl-44,
  .c-px-xl-44 {
    padding-right: 2.75rem !important;
  }
  .c-pb-xl-44,
  .c-py-xl-44 {
    padding-bottom: 2.75rem !important;
  }
  .c-pl-xl-44,
  .c-px-xl-44 {
    padding-left: 2.75rem !important;
  }
  .c-p-xl-46 {
    padding: 2.875rem !important;
  }
  .c-pt-xl-46,
  .c-py-xl-46 {
    padding-top: 2.875rem !important;
  }
  .c-pr-xl-46,
  .c-px-xl-46 {
    padding-right: 2.875rem !important;
  }
  .c-pb-xl-46,
  .c-py-xl-46 {
    padding-bottom: 2.875rem !important;
  }
  .c-pl-xl-46,
  .c-px-xl-46 {
    padding-left: 2.875rem !important;
  }
  .c-p-xl-48 {
    padding: 3rem !important;
  }
  .c-pt-xl-48,
  .c-py-xl-48 {
    padding-top: 3rem !important;
  }
  .c-pr-xl-48,
  .c-px-xl-48 {
    padding-right: 3rem !important;
  }
  .c-pb-xl-48,
  .c-py-xl-48 {
    padding-bottom: 3rem !important;
  }
  .c-pl-xl-48,
  .c-px-xl-48 {
    padding-left: 3rem !important;
  }
  .c-p-xl-56 {
    padding: 3.5rem !important;
  }
  .c-pt-xl-56,
  .c-py-xl-56 {
    padding-top: 3.5rem !important;
  }
  .c-pr-xl-56,
  .c-px-xl-56 {
    padding-right: 3.5rem !important;
  }
  .c-pb-xl-56,
  .c-py-xl-56 {
    padding-bottom: 3.5rem !important;
  }
  .c-pl-xl-56,
  .c-px-xl-56 {
    padding-left: 3.5rem !important;
  }
  .c-p-xl-60 {
    padding: 3.75rem !important;
  }
  .c-pt-xl-60,
  .c-py-xl-60 {
    padding-top: 3.75rem !important;
  }
  .c-pr-xl-60,
  .c-px-xl-60 {
    padding-right: 3.75rem !important;
  }
  .c-pb-xl-60,
  .c-py-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .c-pl-xl-60,
  .c-px-xl-60 {
    padding-left: 3.75rem !important;
  }
  .c-p-xl-64 {
    padding: 4rem !important;
  }
  .c-pt-xl-64,
  .c-py-xl-64 {
    padding-top: 4rem !important;
  }
  .c-pr-xl-64,
  .c-px-xl-64 {
    padding-right: 4rem !important;
  }
  .c-pb-xl-64,
  .c-py-xl-64 {
    padding-bottom: 4rem !important;
  }
  .c-pl-xl-64,
  .c-px-xl-64 {
    padding-left: 4rem !important;
  }
  .c-p-xl-72 {
    padding: 4.5rem !important;
  }
  .c-pt-xl-72,
  .c-py-xl-72 {
    padding-top: 4.5rem !important;
  }
  .c-pr-xl-72,
  .c-px-xl-72 {
    padding-right: 4.5rem !important;
  }
  .c-pb-xl-72,
  .c-py-xl-72 {
    padding-bottom: 4.5rem !important;
  }
  .c-pl-xl-72,
  .c-px-xl-72 {
    padding-left: 4.5rem !important;
  }
  .c-p-xl-80 {
    padding: 5rem !important;
  }
  .c-pt-xl-80,
  .c-py-xl-80 {
    padding-top: 5rem !important;
  }
  .c-pr-xl-80,
  .c-px-xl-80 {
    padding-right: 5rem !important;
  }
  .c-pb-xl-80,
  .c-py-xl-80 {
    padding-bottom: 5rem !important;
  }
  .c-pl-xl-80,
  .c-px-xl-80 {
    padding-left: 5rem !important;
  }
  .c-p-xl-185 {
    padding: 11.5625rem !important;
  }
  .c-pt-xl-185,
  .c-py-xl-185 {
    padding-top: 11.5625rem !important;
  }
  .c-pr-xl-185,
  .c-px-xl-185 {
    padding-right: 11.5625rem !important;
  }
  .c-pb-xl-185,
  .c-py-xl-185 {
    padding-bottom: 11.5625rem !important;
  }
  .c-pl-xl-185,
  .c-px-xl-185 {
    padding-left: 11.5625rem !important;
  }
  .c-p-xl-310 {
    padding: 19.375rem !important;
  }
  .c-pt-xl-310,
  .c-py-xl-310 {
    padding-top: 19.375rem !important;
  }
  .c-pr-xl-310,
  .c-px-xl-310 {
    padding-right: 19.375rem !important;
  }
  .c-pb-xl-310,
  .c-py-xl-310 {
    padding-bottom: 19.375rem !important;
  }
  .c-pl-xl-310,
  .c-px-xl-310 {
    padding-left: 19.375rem !important;
  }
  .c-p-xl-1 {
    padding: 0.25rem !important;
  }
  .c-pt-xl-1,
  .c-py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .c-pr-xl-1,
  .c-px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .c-pb-xl-1,
  .c-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .c-pl-xl-1,
  .c-px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .c-p-xl-2 {
    padding: 0.5rem !important;
  }
  .c-pt-xl-2,
  .c-py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .c-pr-xl-2,
  .c-px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .c-pb-xl-2,
  .c-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .c-pl-xl-2,
  .c-px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .c-p-xl-3 {
    padding: 1rem !important;
  }
  .c-pt-xl-3,
  .c-py-xl-3 {
    padding-top: 1rem !important;
  }
  .c-pr-xl-3,
  .c-px-xl-3 {
    padding-right: 1rem !important;
  }
  .c-pb-xl-3,
  .c-py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .c-pl-xl-3,
  .c-px-xl-3 {
    padding-left: 1rem !important;
  }
  .c-p-xl-4 {
    padding: 1.5rem !important;
  }
  .c-pt-xl-4,
  .c-py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .c-pr-xl-4,
  .c-px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .c-pb-xl-4,
  .c-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .c-pl-xl-4,
  .c-px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .c-p-xl-5 {
    padding: 3rem !important;
  }
  .c-pt-xl-5,
  .c-py-xl-5 {
    padding-top: 3rem !important;
  }
  .c-pr-xl-5,
  .c-px-xl-5 {
    padding-right: 3rem !important;
  }
  .c-pb-xl-5,
  .c-py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .c-pl-xl-5,
  .c-px-xl-5 {
    padding-left: 3rem !important;
  }
  .c-p-xl-7 {
    padding: 6rem !important;
  }
  .c-pt-xl-7,
  .c-py-xl-7 {
    padding-top: 6rem !important;
  }
  .c-pr-xl-7,
  .c-px-xl-7 {
    padding-right: 6rem !important;
  }
  .c-pb-xl-7,
  .c-py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .c-pl-xl-7,
  .c-px-xl-7 {
    padding-left: 6rem !important;
  }
  .c-p-xl-8 {
    padding: 7.5rem !important;
  }
  .c-pt-xl-8,
  .c-py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .c-pr-xl-8,
  .c-px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .c-pb-xl-8,
  .c-py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .c-pl-xl-8,
  .c-px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .c-m-xl-n2px {
    margin: -0.125rem;
  }
  .c-mt-xl-n2px,
  .c-my-xl-n2px {
    margin-top: -0.125rem;
  }
  .c-mr-xl-n2px,
  .c-mx-xl-n2px {
    margin-right: -0.125rem;
  }
  .c-mb-xl-n2px,
  .c-my-xl-n2px {
    margin-bottom: -0.125rem;
  }
  .c-ml-xl-n2px,
  .c-mx-xl-n2px {
    margin-left: -0.125rem;
  }
  .c-m-xl-n3px {
    margin: -0.1875rem;
  }
  .c-mt-xl-n3px,
  .c-my-xl-n3px {
    margin-top: -0.1875rem;
  }
  .c-mr-xl-n3px,
  .c-mx-xl-n3px {
    margin-right: -0.1875rem;
  }
  .c-mb-xl-n3px,
  .c-my-xl-n3px {
    margin-bottom: -0.1875rem;
  }
  .c-ml-xl-n3px,
  .c-mx-xl-n3px {
    margin-left: -0.1875rem;
  }
  .c-m-xl-n6px {
    margin: -0.375rem;
  }
  .c-mt-xl-n6px,
  .c-my-xl-n6px {
    margin-top: -0.375rem;
  }
  .c-mr-xl-n6px,
  .c-mx-xl-n6px {
    margin-right: -0.375rem;
  }
  .c-mb-xl-n6px,
  .c-my-xl-n6px {
    margin-bottom: -0.375rem;
  }
  .c-ml-xl-n6px,
  .c-mx-xl-n6px {
    margin-left: -0.375rem;
  }
  .c-m-xl-n10px {
    margin: -0.625rem;
  }
  .c-mt-xl-n10px,
  .c-my-xl-n10px {
    margin-top: -0.625rem;
  }
  .c-mr-xl-n10px,
  .c-mx-xl-n10px {
    margin-right: -0.625rem;
  }
  .c-mb-xl-n10px,
  .c-my-xl-n10px {
    margin-bottom: -0.625rem;
  }
  .c-ml-xl-n10px,
  .c-mx-xl-n10px {
    margin-left: -0.625rem;
  }
  .c-m-xl-n6 {
    margin: -4.5rem;
  }
  .c-mt-xl-n6,
  .c-my-xl-n6 {
    margin-top: -4.5rem;
  }
  .c-mr-xl-n6,
  .c-mx-xl-n6 {
    margin-right: -4.5rem;
  }
  .c-mb-xl-n6,
  .c-my-xl-n6 {
    margin-bottom: -4.5rem;
  }
  .c-ml-xl-n6,
  .c-mx-xl-n6 {
    margin-left: -4.5rem;
  }
  .c-m-xl-n12 {
    margin: -0.75rem;
  }
  .c-mt-xl-n12,
  .c-my-xl-n12 {
    margin-top: -0.75rem;
  }
  .c-mr-xl-n12,
  .c-mx-xl-n12 {
    margin-right: -0.75rem;
  }
  .c-mb-xl-n12,
  .c-my-xl-n12 {
    margin-bottom: -0.75rem;
  }
  .c-ml-xl-n12,
  .c-mx-xl-n12 {
    margin-left: -0.75rem;
  }
  .c-m-xl-n15 {
    margin: -0.9375rem;
  }
  .c-mt-xl-n15,
  .c-my-xl-n15 {
    margin-top: -0.9375rem;
  }
  .c-mr-xl-n15,
  .c-mx-xl-n15 {
    margin-right: -0.9375rem;
  }
  .c-mb-xl-n15,
  .c-my-xl-n15 {
    margin-bottom: -0.9375rem;
  }
  .c-ml-xl-n15,
  .c-mx-xl-n15 {
    margin-left: -0.9375rem;
  }
  .c-m-xl-n16 {
    margin: -1rem;
  }
  .c-mt-xl-n16,
  .c-my-xl-n16 {
    margin-top: -1rem;
  }
  .c-mr-xl-n16,
  .c-mx-xl-n16 {
    margin-right: -1rem;
  }
  .c-mb-xl-n16,
  .c-my-xl-n16 {
    margin-bottom: -1rem;
  }
  .c-ml-xl-n16,
  .c-mx-xl-n16 {
    margin-left: -1rem;
  }
  .c-m-xl-n20 {
    margin: -1.25rem;
  }
  .c-mt-xl-n20,
  .c-my-xl-n20 {
    margin-top: -1.25rem;
  }
  .c-mr-xl-n20,
  .c-mx-xl-n20 {
    margin-right: -1.25rem;
  }
  .c-mb-xl-n20,
  .c-my-xl-n20 {
    margin-bottom: -1.25rem;
  }
  .c-ml-xl-n20,
  .c-mx-xl-n20 {
    margin-left: -1.25rem;
  }
  .c-m-xl-n24 {
    margin: -1.5rem;
  }
  .c-mt-xl-n24,
  .c-my-xl-n24 {
    margin-top: -1.5rem;
  }
  .c-mr-xl-n24,
  .c-mx-xl-n24 {
    margin-right: -1.5rem;
  }
  .c-mb-xl-n24,
  .c-my-xl-n24 {
    margin-bottom: -1.5rem;
  }
  .c-ml-xl-n24,
  .c-mx-xl-n24 {
    margin-left: -1.5rem;
  }
  .c-m-xl-n28 {
    margin: -1.75rem;
  }
  .c-mt-xl-n28,
  .c-my-xl-n28 {
    margin-top: -1.75rem;
  }
  .c-mr-xl-n28,
  .c-mx-xl-n28 {
    margin-right: -1.75rem;
  }
  .c-mb-xl-n28,
  .c-my-xl-n28 {
    margin-bottom: -1.75rem;
  }
  .c-ml-xl-n28,
  .c-mx-xl-n28 {
    margin-left: -1.75rem;
  }
  .c-m-xl-n30 {
    margin: -1.875rem;
  }
  .c-mt-xl-n30,
  .c-my-xl-n30 {
    margin-top: -1.875rem;
  }
  .c-mr-xl-n30,
  .c-mx-xl-n30 {
    margin-right: -1.875rem;
  }
  .c-mb-xl-n30,
  .c-my-xl-n30 {
    margin-bottom: -1.875rem;
  }
  .c-ml-xl-n30,
  .c-mx-xl-n30 {
    margin-left: -1.875rem;
  }
  .c-m-xl-n32 {
    margin: -2rem;
  }
  .c-mt-xl-n32,
  .c-my-xl-n32 {
    margin-top: -2rem;
  }
  .c-mr-xl-n32,
  .c-mx-xl-n32 {
    margin-right: -2rem;
  }
  .c-mb-xl-n32,
  .c-my-xl-n32 {
    margin-bottom: -2rem;
  }
  .c-ml-xl-n32,
  .c-mx-xl-n32 {
    margin-left: -2rem;
  }
  .c-m-xl-n36 {
    margin: -2.25rem;
  }
  .c-mt-xl-n36,
  .c-my-xl-n36 {
    margin-top: -2.25rem;
  }
  .c-mr-xl-n36,
  .c-mx-xl-n36 {
    margin-right: -2.25rem;
  }
  .c-mb-xl-n36,
  .c-my-xl-n36 {
    margin-bottom: -2.25rem;
  }
  .c-ml-xl-n36,
  .c-mx-xl-n36 {
    margin-left: -2.25rem;
  }
  .c-m-xl-n40 {
    margin: -2.5rem;
  }
  .c-mt-xl-n40,
  .c-my-xl-n40 {
    margin-top: -2.5rem;
  }
  .c-mr-xl-n40,
  .c-mx-xl-n40 {
    margin-right: -2.5rem;
  }
  .c-mb-xl-n40,
  .c-my-xl-n40 {
    margin-bottom: -2.5rem;
  }
  .c-ml-xl-n40,
  .c-mx-xl-n40 {
    margin-left: -2.5rem;
  }
  .c-m-xl-n44 {
    margin: -2.75rem;
  }
  .c-mt-xl-n44,
  .c-my-xl-n44 {
    margin-top: -2.75rem;
  }
  .c-mr-xl-n44,
  .c-mx-xl-n44 {
    margin-right: -2.75rem;
  }
  .c-mb-xl-n44,
  .c-my-xl-n44 {
    margin-bottom: -2.75rem;
  }
  .c-ml-xl-n44,
  .c-mx-xl-n44 {
    margin-left: -2.75rem;
  }
  .c-m-xl-n46 {
    margin: -2.875rem;
  }
  .c-mt-xl-n46,
  .c-my-xl-n46 {
    margin-top: -2.875rem;
  }
  .c-mr-xl-n46,
  .c-mx-xl-n46 {
    margin-right: -2.875rem;
  }
  .c-mb-xl-n46,
  .c-my-xl-n46 {
    margin-bottom: -2.875rem;
  }
  .c-ml-xl-n46,
  .c-mx-xl-n46 {
    margin-left: -2.875rem;
  }
  .c-m-xl-n48 {
    margin: -3rem;
  }
  .c-mt-xl-n48,
  .c-my-xl-n48 {
    margin-top: -3rem;
  }
  .c-mr-xl-n48,
  .c-mx-xl-n48 {
    margin-right: -3rem;
  }
  .c-mb-xl-n48,
  .c-my-xl-n48 {
    margin-bottom: -3rem;
  }
  .c-ml-xl-n48,
  .c-mx-xl-n48 {
    margin-left: -3rem;
  }
  .c-m-xl-n56 {
    margin: -3.5rem;
  }
  .c-mt-xl-n56,
  .c-my-xl-n56 {
    margin-top: -3.5rem;
  }
  .c-mr-xl-n56,
  .c-mx-xl-n56 {
    margin-right: -3.5rem;
  }
  .c-mb-xl-n56,
  .c-my-xl-n56 {
    margin-bottom: -3.5rem;
  }
  .c-ml-xl-n56,
  .c-mx-xl-n56 {
    margin-left: -3.5rem;
  }
  .c-m-xl-n60 {
    margin: -3.75rem;
  }
  .c-mt-xl-n60,
  .c-my-xl-n60 {
    margin-top: -3.75rem;
  }
  .c-mr-xl-n60,
  .c-mx-xl-n60 {
    margin-right: -3.75rem;
  }
  .c-mb-xl-n60,
  .c-my-xl-n60 {
    margin-bottom: -3.75rem;
  }
  .c-ml-xl-n60,
  .c-mx-xl-n60 {
    margin-left: -3.75rem;
  }
  .c-m-xl-n64 {
    margin: -4rem;
  }
  .c-mt-xl-n64,
  .c-my-xl-n64 {
    margin-top: -4rem;
  }
  .c-mr-xl-n64,
  .c-mx-xl-n64 {
    margin-right: -4rem;
  }
  .c-mb-xl-n64,
  .c-my-xl-n64 {
    margin-bottom: -4rem;
  }
  .c-ml-xl-n64,
  .c-mx-xl-n64 {
    margin-left: -4rem;
  }
  .c-m-xl-n72 {
    margin: -4.5rem;
  }
  .c-mt-xl-n72,
  .c-my-xl-n72 {
    margin-top: -4.5rem;
  }
  .c-mr-xl-n72,
  .c-mx-xl-n72 {
    margin-right: -4.5rem;
  }
  .c-mb-xl-n72,
  .c-my-xl-n72 {
    margin-bottom: -4.5rem;
  }
  .c-ml-xl-n72,
  .c-mx-xl-n72 {
    margin-left: -4.5rem;
  }
  .c-m-xl-n80 {
    margin: -5rem;
  }
  .c-mt-xl-n80,
  .c-my-xl-n80 {
    margin-top: -5rem;
  }
  .c-mr-xl-n80,
  .c-mx-xl-n80 {
    margin-right: -5rem;
  }
  .c-mb-xl-n80,
  .c-my-xl-n80 {
    margin-bottom: -5rem;
  }
  .c-ml-xl-n80,
  .c-mx-xl-n80 {
    margin-left: -5rem;
  }
  .c-m-xl-n185 {
    margin: -11.5625rem;
  }
  .c-mt-xl-n185,
  .c-my-xl-n185 {
    margin-top: -11.5625rem;
  }
  .c-mr-xl-n185,
  .c-mx-xl-n185 {
    margin-right: -11.5625rem;
  }
  .c-mb-xl-n185,
  .c-my-xl-n185 {
    margin-bottom: -11.5625rem;
  }
  .c-ml-xl-n185,
  .c-mx-xl-n185 {
    margin-left: -11.5625rem;
  }
  .c-m-xl-n310 {
    margin: -19.375rem;
  }
  .c-mt-xl-n310,
  .c-my-xl-n310 {
    margin-top: -19.375rem;
  }
  .c-mr-xl-n310,
  .c-mx-xl-n310 {
    margin-right: -19.375rem;
  }
  .c-mb-xl-n310,
  .c-my-xl-n310 {
    margin-bottom: -19.375rem;
  }
  .c-ml-xl-n310,
  .c-mx-xl-n310 {
    margin-left: -19.375rem;
  }
  .c-m-xl-n1 {
    margin: -0.25rem;
  }
  .c-mt-xl-n1,
  .c-my-xl-n1 {
    margin-top: -0.25rem;
  }
  .c-mr-xl-n1,
  .c-mx-xl-n1 {
    margin-right: -0.25rem;
  }
  .c-mb-xl-n1,
  .c-my-xl-n1 {
    margin-bottom: -0.25rem;
  }
  .c-ml-xl-n1,
  .c-mx-xl-n1 {
    margin-left: -0.25rem;
  }
  .c-m-xl-n2 {
    margin: -0.5rem;
  }
  .c-mt-xl-n2,
  .c-my-xl-n2 {
    margin-top: -0.5rem;
  }
  .c-mr-xl-n2,
  .c-mx-xl-n2 {
    margin-right: -0.5rem;
  }
  .c-mb-xl-n2,
  .c-my-xl-n2 {
    margin-bottom: -0.5rem;
  }
  .c-ml-xl-n2,
  .c-mx-xl-n2 {
    margin-left: -0.5rem;
  }
  .c-m-xl-n3 {
    margin: -1rem;
  }
  .c-mt-xl-n3,
  .c-my-xl-n3 {
    margin-top: -1rem;
  }
  .c-mr-xl-n3,
  .c-mx-xl-n3 {
    margin-right: -1rem;
  }
  .c-mb-xl-n3,
  .c-my-xl-n3 {
    margin-bottom: -1rem;
  }
  .c-ml-xl-n3,
  .c-mx-xl-n3 {
    margin-left: -1rem;
  }
  .c-m-xl-n4 {
    margin: -1.5rem;
  }
  .c-mt-xl-n4,
  .c-my-xl-n4 {
    margin-top: -1.5rem;
  }
  .c-mr-xl-n4,
  .c-mx-xl-n4 {
    margin-right: -1.5rem;
  }
  .c-mb-xl-n4,
  .c-my-xl-n4 {
    margin-bottom: -1.5rem;
  }
  .c-ml-xl-n4,
  .c-mx-xl-n4 {
    margin-left: -1.5rem;
  }
  .c-m-xl-n5 {
    margin: -3rem;
  }
  .c-mt-xl-n5,
  .c-my-xl-n5 {
    margin-top: -3rem;
  }
  .c-mr-xl-n5,
  .c-mx-xl-n5 {
    margin-right: -3rem;
  }
  .c-mb-xl-n5,
  .c-my-xl-n5 {
    margin-bottom: -3rem;
  }
  .c-ml-xl-n5,
  .c-mx-xl-n5 {
    margin-left: -3rem;
  }
  .c-m-xl-n7 {
    margin: -6rem;
  }
  .c-mt-xl-n7,
  .c-my-xl-n7 {
    margin-top: -6rem;
  }
  .c-mr-xl-n7,
  .c-mx-xl-n7 {
    margin-right: -6rem;
  }
  .c-mb-xl-n7,
  .c-my-xl-n7 {
    margin-bottom: -6rem;
  }
  .c-ml-xl-n7,
  .c-mx-xl-n7 {
    margin-left: -6rem;
  }
  .c-m-xl-n8 {
    margin: -7.5rem;
  }
  .c-mt-xl-n8,
  .c-my-xl-n8 {
    margin-top: -7.5rem;
  }
  .c-mr-xl-n8,
  .c-mx-xl-n8 {
    margin-right: -7.5rem;
  }
  .c-mb-xl-n8,
  .c-my-xl-n8 {
    margin-bottom: -7.5rem;
  }
  .c-ml-xl-n8,
  .c-mx-xl-n8 {
    margin-left: -7.5rem;
  }
  .c-m-xl-auto {
    margin: auto;
  }
  .c-mt-xl-auto,
  .c-my-xl-auto {
    margin-top: auto;
  }
  .c-mr-xl-auto,
  .c-mx-xl-auto {
    margin-right: auto;
  }
  .c-mb-xl-auto,
  .c-my-xl-auto {
    margin-bottom: auto;
  }
  .c-ml-xl-auto,
  .c-mx-xl-auto {
    margin-left: auto;
  }
}
.zindex-999 {
  z-index: 999 !important;
}

.zindex-9999 {
  z-index: 9999 !important;
}

.zindex-99999 {
  z-index: 99999 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-auto {
  cursor: auto !important;
}

.form-divisor {
  border-top: 1px solid #e2e4ea;
}

.text-40 {
  font-size: 40px !important;
}

.text-28 {
  font-size: 28px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-12 {
  font-size: 12px !important;
}

.line-h-100 {
  line-height: 100% !important;
}

.line-h-125 {
  line-height: 125% !important;
}

.font-family-unimed-sans {
  font-family: "Unimed Sans" !important;
}

.strong-green {
  color: var(--primary-primary-d-1, #00804d) !important;
}

.strong-green-2 {
  color: #00995c !important;
}

.color-dark-green {
  color: var(--primary-primary-d-2, #00663d);
}

.color-dark-gray {
  color: var(--dark-dark-l-2, #404040) !important;
}

.color-light-black {
  color: #4d4d4d !important;
}

.color-light-gray {
  color: var(--secondary-secondary-l-1, #808080) !important;
}

.color-dark-dark {
  color: var(--dark-dark-d-1, #151515) !important;
}

.color-dark-dark-1 {
  color: var(--dark-dark-l-1, #303030);
}

.color-dark-dark-2 {
  color: var(--dark-dark, #282828);
}

.color-dark-dark-d-2 {
  color: var(--dark-dark-d-2, #000);
}

.light-green-container {
  border-radius: 8px;
  border: 1px solid var(--primary-primary-l-2, #99D6BF);
  background: var(--primary-primary-l-3, #E2F4ED);
}

.required-field {
  color: red !important;
}

.container-light {
  padding: 20px 24px;
  border-radius: 8px;
  border: 1px solid var(--light-light-d-1, #e2e4ea);
  background: var(--light-white, #fff);
}

.box-shadow-light {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.b-dashed {
  border-style: dashed !important;
}

.b-solid {
  border-style: solid !important;
}

.b-width-1 {
  border-width: 1px !important;
}

.b-width-2 {
  border-width: 2px !important;
}

.b-width-3 {
  border-width: 3px !important;
}

.b-width-4 {
  border-width: 4px !important;
}

.b-radius-1 {
  border-radius: 1px !important;
}

.b-radius-2 {
  border-radius: 2px !important;
}

.b-radius-3 {
  border-radius: 3px !important;
}

.b-radius-4 {
  border-radius: 4px !important;
}

.b-radius-5 {
  border-radius: 5px !important;
}

.b-radius-6 {
  border-radius: 6px !important;
}

.b-radius-7 {
  border-radius: 7px !important;
}

.b-radius-8 {
  border-radius: 8px !important;
}

.b-radius-9 {
  border-radius: 9px !important;
}

.b-radius-10 {
  border-radius: 10px !important;
}

.max-w-600 {
  max-width: 600px !important;
}

.loading-container {
  display: flex;
  min-height: 380px;
}

.border-light-bottom {
  border-bottom: 1px solid var(--light-light-d-1, #e2e4ea);
}

.btn-unimed-green {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--primary-primary, #00995c);
  color: white;
  border: 1px solid var(--primary-primary, #00995c);
  font-weight: 700;
}
.btn-unimed-green:hover {
  color: var(--primary-primary, #00995c);
  background-color: white;
}

.btn-unimed-white {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--primary-primary-d-1, #00804d);
  background: var(--light-white, #fff);
  color: var(--primary-primary-d-1, #00804d);
  font-weight: 700;
}
.btn-unimed-white:hover {
  color: var(--light-white, #fff);
  background-color: var(--primary-primary-d-1, #00804d);
}

@media (max-width: 1199.98px) {
  .text-lg-16 {
    font-size: 16px !important;
  }
}
@media (max-width: 767.98px) {
  .w-md-100 {
    width: 100% !important;
  }
  .text-md-28 {
    font-size: 28px !important;
  }
  .text-md-20 {
    font-size: 20px !important;
  }
  .text-md-16 {
    font-size: 16px !important;
  }
  .text-md-14 {
    font-size: 14px !important;
  }
}
@media (max-width: 576.98px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .text-sm-20 {
    font-size: 20px !important;
  }
  .text-sm-16 {
    font-size: 16px !important;
  }
  .text-sm-14 {
    font-size: 14px !important;
  }
}
/* LAYOUT */
.container.max-w-808 {
  max-width: 832px !important;
}
.container.max-w-1016 {
  max-width: 1040px !important;
}

.max-w-800 {
  max-width: 800px !important;
}

/* CNU-COMPONENTS */
.cnu-principles-our-v2 {
  line-height: 1.5;
  padding: 88px 28px;
  font-family: "Unimed Sans";
}

.cnu-principles-our-v2-columns-container {
  min-width: 540px;
  margin-bottom: 36px;
  overflow-wrap: break-word;
}

@media (max-width: 992px) {
  .cnu-principles-our-v2 {
    padding: 22px 32px;
  }
  .cnu-principles-our-v2-columns-container {
    min-width: unset;
    margin-bottom: 54px;
  }
}
/* UN-MODULES */
.un-form-control .un-container-auto-complete-field {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.un-form-control .un-container-auto-complete-field .label-auto-complete-field {
  color: #4d4d4d;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  max-width: max-content;
}
.un-form-control .un-container-auto-complete-field .label-auto-complete-field span {
  margin-left: 2px;
  color: var(--danger-danger, #da1414);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.un-form-control .un-container-auto-complete-field .container-input-result {
  position: relative;
}
.un-form-control .un-container-auto-complete-field .container-input-result .input-auto-complete-field {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 8px;
  border: 1px solid var(--secondary-secondary-l-2, #c4c4c4);
  border-radius: 8px;
}
.un-form-control .un-container-auto-complete-field .container-input-result .input-auto-complete-field .placeholder-auto-complete-field {
  padding: 8px 0;
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 4px;
}
.un-form-control .un-container-auto-complete-field .container-input-result .input-auto-complete-field .placeholder-auto-complete-field .plaholder-item-auto-complete {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 4px 4px 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--light-light-d-2, #d3d6e0);
  background: var(--light-light-l-1, #f7f8f9);
  white-space: nowrap;
}
.un-form-control .un-container-auto-complete-field .container-input-result .input-auto-complete-field span[class=material-symbols-outlined] {
  user-select: none;
  color: #404040;
}
.un-form-control .un-container-auto-complete-field .container-input-result .input-auto-complete-field span:first-child {
  color: #c4c4c4;
}
.un-form-control .un-container-auto-complete-field .container-input-result .input-auto-complete-field input {
  width: 100%;
  padding: 8px;
  border: none;
  outline: none;
  height: 100%;
}
.un-form-control .un-container-auto-complete-field .container-input-result .input-auto-complete-field .loading-autocomplete {
  color: #00995c;
  animation: spin 1s linear infinite;
  -webkit-animation: spin-btn 1s linear infinite;
}
.un-form-control .un-container-auto-complete-field .container-input-result .input-auto-complete-field .clear-search-auto-complete {
  user-select: none;
  cursor: pointer;
  font-size: 20px;
  color: #404040;
  font-weight: 900;
}
.un-form-control .un-container-auto-complete-field .container-input-result .input-auto-complete-field .un-icon-arrow-auto-complete-field {
  user-select: none;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete {
  position: absolute;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
  margin-top: 8px;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .selected-options-auto-complete {
  display: flex;
  padding: 16px;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .selected-options-auto-complete:not(:has(.option-selected-auto-complete)) {
  padding: 0;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .selected-options-auto-complete .option-selected-auto-complete {
  display: flex;
  align-items: center;
  border-radius: 4px;
  display: flex;
  padding: 4px 4px 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--light-light-d-2, #d3d6e0);
  background: var(--light-light-l-1, #f7f8f9);
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .selected-options-auto-complete .option-selected-auto-complete .option-selected-auto-complete-label {
  color: var(--dark-dark-d-1, #151515);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 14px */
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .selected-options-auto-complete .option-selected-auto-complete .icon-close-auto-complete-field {
  font-size: 16px;
  color: #1c1b1f;
  cursor: pointer;
  font-weight: bold;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .selected-options-auto-complete .clear-selection-auto-complete {
  text-decoration: underline;
  cursor: pointer;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .limit-exceeded-auto-complete {
  padding: 0 16px;
  font-size: 14px;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .options-auto-complete-field {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: 265px;
  overflow: auto;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .options-auto-complete-field::-webkit-scrollbar {
  width: 10px;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .options-auto-complete-field::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: var(--secondary-secondary-l-1, #808080);
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .options-auto-complete-field li {
  padding: 16px 16px;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .options-auto-complete-field li.focused {
  background-color: #f4f4f4;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .options-auto-complete-field li:hover {
  cursor: pointer;
  background-color: #f4f4f4;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .options-auto-complete-field li .option-label {
  display: flex;
  gap: 4px;
  color: #333;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .options-auto-complete-field li .option-label::before {
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  color: #00995c;
  font-size: 16px;
  visibility: hidden;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .options-auto-complete-field li[data-selected=true] {
  background-color: #e2f4ed;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete .options-auto-complete-field li[data-selected=true] .option-label::before {
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  color: var(--primary-primary-d-2, #00663d);
  font-weight: bold;
  font-size: 16px;
  visibility: visible;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete:has(.selected-options-auto-complete) .options-auto-complete-field li[data-selected=true] {
  background-color: #e2f4ed;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete:has(.selected-options-auto-complete) .options-auto-complete-field li[data-selected=true] .option-label {
  color: var(--primary-primary-d-2, #00663d);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete:has(.selected-options-auto-complete) .options-auto-complete-field li[data-selected=true] .option-label::before {
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  color: var(--primary-primary-d-2, #00663d);
  font-size: 16px;
  visibility: visible;
  font-weight: bold;
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete:has(.selected-options-auto-complete) .options-auto-complete-field li[data-selected=true]:hover {
  background: rgba(153, 214, 191, 0.6);
}
.un-form-control .un-container-auto-complete-field .container-input-result .options-auto-complete:has(.selected-options-auto-complete) .options-auto-complete-field li[data-selected=true]:hover .option-label::before {
  content: "\f88a";
}
.un-form-control .un-container-auto-complete-field[data-open=true] .input-auto-complete-field {
  border-color: #00995c;
}
.un-form-control .un-container-auto-complete-field[data-open=true] .input-auto-complete-field .un-icon-arrow-auto-complete-field {
  transform: rotate(180deg);
}
.un-form-control .un-container-auto-complete-field[data-open=true] .options-auto-complete {
  visibility: visible;
  opacity: 1;
}
.un-form-control .un-container-auto-complete-field[data-error=true] .input-auto-complete-field {
  border-color: #f48989;
  background: var(--danger-danger-l-2, #feefef) !important;
}
.un-form-control .un-container-auto-complete-field[data-error=true] .input-auto-complete-field input {
  background: var(--danger-danger-l-2, #feefef) !important;
}
.un-form-control .un-container-auto-complete-field[data-disabled=true] {
  opacity: 0.5;
}
.un-form-control .un-container-auto-complete-field[data-disabled=true] .container-input-result .input-auto-complete-field {
  background: #f7f8f9;
}
.un-form-control .un-container-auto-complete-field[data-disabled=true] .container-input-result .input-auto-complete-field input {
  background: #f7f8f9;
  pointer-events: none;
}
.un-form-control .un-container-text-field:has(.input-text:disabled) {
  opacity: 0.5;
}
.un-form-control .un-container-text-field label {
  color: #4d4d4d;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  width: max-content;
}
.un-form-control .un-container-text-field label span {
  color: var(--danger-danger, #da1414);
  /* 14/Semibold */
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.un-form-control .un-container-text-field .input-text {
  border-radius: 8px;
  border: 1px solid var(--secondary-secondary-l-2, #c4c4c4);
  outline: none;
  color: var(--secondary-secondary-l-1, #808080);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.un-form-control .un-container-text-field .input-text:focus, .un-form-control .un-container-text-field .input-text:focus-within {
  border: 1px solid var(--secondary-secondary-l-2, #00995c);
}
.un-form-control .un-container-text-field .input-text:disabled {
  border-radius: 8px;
  background: var(--light-light-l-1, #f7f8f9) !important;
  pointer-events: none;
}
.un-form-control .un-container-text-field[data-error=true] .input-text {
  border-color: #f48989;
  background: var(--danger-danger-l-2, #feefef) !important;
}
.un-form-control .un-container-fone-field label {
  color: #4d4d4d;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: max-content;
}
.un-form-control .un-container-fone-field label span {
  color: var(--danger-danger, #da1414);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.un-form-control .un-container-fone-field .container-fone-text {
  flex: 1;
  display: flex;
  width: 100%;
}
.un-form-control .un-container-fone-field .container-fone-text input {
  border-radius: 8px;
  border: 1px solid var(--secondary-secondary-l-2, #c4c4c4);
  outline: none;
  width: 100%;
  color: var(--secondary-secondary-l-1, #808080);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.un-form-control .un-container-fone-field .container-fone-text input:focus, .un-form-control .un-container-fone-field .container-fone-text input:focus-within {
  border: 1px solid var(--secondary-secondary-l-2, #00995c);
}
.un-form-control .un-container-fone-field .container-fone-text .input-text:disabled {
  border-radius: 8px;
  background: var(--light-light-l-1, #f7f8f9) !important;
  pointer-events: none;
}
.un-form-control .un-container-fone-field .container-fone-text .ddd {
  width: 64px;
}
.un-form-control .un-container-fone-field .container-fone-text .ddd::placeholder {
  font-size: 16px;
  margin-left: -6px;
}
.un-form-control .un-container-fone-field[data-error=true] .container-fone-text .ddd {
  border-color: #f48989;
  background: var(--danger-danger-l-2, #feefef) !important;
}
.un-form-control .un-container-fone-field[data-error=true] .container-fone-text .fone {
  border-color: #f48989;
  background: var(--danger-danger-l-2, #feefef) !important;
}
.un-form-control .un-container-fone-field[data-error-ddd=true] .container-fone-text .ddd {
  border-color: #f48989;
  background: var(--danger-danger-l-2, #feefef) !important;
}
.un-form-control .un-container-select-field label {
  color: #4d4d4d;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: max-content;
}
.un-form-control .un-container-select-field label span {
  color: var(--danger-danger, #da1414);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.un-form-control .un-container-select-field .container-select .input-container {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  padding: 0 6px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--primary-primary, #c4c4c4);
  background: var(--light-white, #fff);
}
.un-form-control .un-container-select-field .container-select .input-container .select-input {
  cursor: default;
  outline: none;
  height: 100%;
  padding: 8px 4px;
  border: none;
  color: #404040;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.un-form-control .un-container-select-field .container-select .input-container .select-input:disabled {
  background: #f7f8f9;
}
.un-form-control .un-container-select-field .container-select .input-container .select-input #placeholder {
  color: var(--secondary-secondary-l-1, #808080) !important;
}
.un-form-control .un-container-select-field .container-select .input-container .icon-loading-select {
  color: #00995d;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.un-form-control .un-container-select-field .container-select .input-container .icon-arrow-field {
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  font-family: "Material Symbols Outlined" !important;
}
.un-form-control .un-container-select-field .container-select .input-container:has(.select-input:disabled) {
  background: #f7f8f9;
}
.un-form-control .un-container-select-field .container-select .input-container:has(.select-input:disabled) .icon-arrow {
  cursor: default;
}
.un-form-control .un-container-select-field .container-select .options {
  opacity: 0;
  list-style: none;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  max-height: 280px;
  overflow: auto;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.un-form-control .un-container-select-field .container-select .options::-webkit-scrollbar {
  width: 8px;
}
.un-form-control .un-container-select-field .container-select .options::-webkit-scrollbar-thumb {
  border-radius: 62.4375rem;
  background: var(--secondary-secondary-l-1, #808080);
}
.un-form-control .un-container-select-field .container-select .options .option {
  margin: 0;
  display: flex;
  padding: 8px;
  margin: 8px 0;
  color: #333;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  border: none !important;
}
.un-form-control .un-container-select-field .container-select .options .option:hover {
  background: var(--light-light, #f4f4f4);
  cursor: pointer;
}
.un-form-control .un-container-select-field .container-select .options .option[data-active=true] {
  background: var(--light-light, #f4f4f4);
}
.un-form-control .un-container-select-field .container-select[data-open=true] .input-container {
  border-color: #00995c;
}
.un-form-control .un-container-select-field .container-select[data-open=true] .input-container .icon-arrow-field {
  transform: rotate(180deg);
}
.un-form-control .un-container-select-field .container-select[data-open=true] .options {
  display: block !important;
  opacity: 1;
}
.un-form-control .un-container-select-field[data-error=true] .container-select .input-container {
  border-color: #f48989;
  background: var(--danger-danger-l-2, #feefef) !important;
}
.un-form-control .un-container-select-field[data-error=true] .container-select .input-container .select-input {
  background: var(--danger-danger-l-2, #feefef) !important;
}
.un-form-control .un-container-select-field[data-disabled=true] .container-select .input-container {
  background: #f7f8f9;
}
.un-form-control .un-container-select-field[data-disabled=true] .container-select .input-container .select-input:disabled {
  background: #f7f8f9;
}
.un-form-control .un-conntainer-textarea-field {
  display: flex;
  flex-direction: column;
}
.un-form-control .un-conntainer-textarea-field label {
  color: #4d4d4d;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: max-content;
}
.un-form-control .un-conntainer-textarea-field label span {
  margin-left: 2px;
  color: var(--danger-danger, #da1414);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.un-form-control .un-conntainer-textarea-field .input-textarea {
  display: flex;
  padding: 5.5px 12px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--secondary-secondary-l-3, #dedede);
  background: var(--light-white, #fff);
  outline: none;
  color: var(--secondary-secondary-l-1, #808080);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.un-form-control .un-conntainer-textarea-field .input-textarea:focus, .un-form-control .un-conntainer-textarea-field .input-textarea:focus-within {
  border-color: #00995c;
}
.un-form-control .un-conntainer-textarea-field .max-caracteres {
  color: var(--secondary-secondary, #4d4d4d);
  font-family: "Unimed Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.un-form-control .un-conntainer-textarea-field[data-error=true] .input-textarea {
  border-color: #f48989;
  background: var(--danger-danger-l-2, #feefef) !important;
}
.un-form-control .un-conntainer-textarea-field[data-error=true] .input-textarea .select-input {
  background: var(--danger-danger-l-2, #feefef) !important;
}
.un-form-control .un-container-file-field,
.un-form-control .un-conntainer-file-field {
  position: relative;
}
.un-form-control .un-container-file-field .label-file,
.un-form-control .un-conntainer-file-field .label-file {
  color: #4d4d4d;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: max-content;
}
.un-form-control .un-container-file-field .label-file span,
.un-form-control .un-conntainer-file-field .label-file span {
  margin-left: 2px;
  color: var(--danger-danger, #da1414);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.un-form-control .un-container-file-field .input-file,
.un-form-control .un-conntainer-file-field .input-file {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--secondary-secondary-l-2, #c4c4c4);
  background: var(--light-white, #fff);
}
.un-form-control .un-container-file-field .input-file .placeholder,
.un-form-control .un-conntainer-file-field .input-file .placeholder {
  color: var(--secondary-secondary-l-1, #808080);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  flex: 1;
}
.un-form-control .un-container-file-field .input-file .icon-file-field,
.un-form-control .un-conntainer-file-field .input-file .icon-file-field {
  display: flex;
  justify-content: flex-end;
  color: #808080;
  font-family: "Material Symbols Outlined" !important;
}
.un-form-control .un-container-file-field .delete-icon-file-field,
.un-form-control .un-conntainer-file-field .delete-icon-file-field {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 36px;
  z-index: 10;
  color: #808080;
  background: #fff;
  font-family: "Material Symbols Outlined" !important;
}
.un-form-control .un-container-file-field .list-files,
.un-form-control .un-conntainer-file-field .list-files {
  display: flex;
  width: 100%;
  gap: 8px;
  flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.un-form-control .un-container-file-field .list-files .file-item,
.un-form-control .un-conntainer-file-field .list-files .file-item {
  display: flex;
  align-items: center;
  height: 42px;
  font-size: 14px;
  width: 100%;
  max-width: 215.067px;
  padding: 4px 8px;
  border-radius: 16px;
  background: var(--light-light-l-1, #f7f8f9);
  gap: 8px;
}
.un-form-control .un-container-file-field .list-files .file-item .name-file,
.un-form-control .un-conntainer-file-field .list-files .file-item .name-file {
  text-overflow: ellipsis;
  max-width: 250px;
  width: 100%;
  cursor: default;
}
.un-form-control .un-container-file-field .list-files .file-item .icon-delete-item-field,
.un-form-control .un-conntainer-file-field .list-files .file-item .icon-delete-item-field {
  font-size: 16px;
  cursor: pointer;
  color: #808080;
  font-family: "Material Symbols Outlined" !important;
}
.un-form-control .un-container-file-field[data-error=true] .input-file,
.un-form-control .un-conntainer-file-field[data-error=true] .input-file {
  border-color: #f48989;
  background: var(--danger-danger-l-2, #feefef) !important;
}
.un-form-control .un-container-file-field[data-error=true] .input-file .icon-file-field,
.un-form-control .un-conntainer-file-field[data-error=true] .input-file .icon-file-field {
  color: #f48989;
}
.un-form-control .un-container-search-field .container-input-search {
  display: flex;
  padding: 2px 16px;
  box-sizing: border-box;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid var(--secondary-secondary-l-2, #c4c4c4);
  background: var(--light-white, #fff);
}
.un-form-control .un-container-search-field .container-input-search span {
  color: #808080;
}
.un-form-control .un-container-search-field .container-input-search .un-input-search {
  outline: none;
  border: none;
  height: 100%;
  padding: 6px 0;
}
.un-form-control .un-container-search-field .container-input-search .search-loading {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #00995c;
  border-bottom-color: #fff;
  padding: 6px;
  animation: spin 1s linear infinite;
  -webkit-animation: spin-btn 1s linear infinite;
}
@media (max-width: 280.98px) {
  .un-form-control .un-container-search-field .container-input-search .search-loading {
    padding: 8px;
  }
}
@keyframes spin-btn {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 380.98px) {
  .un-form-control .un-container-search-field .container-input-search {
    padding: 2px 4px;
    gap: 0;
  }
  .un-form-control .un-container-search-field .container-input-search div:has(input) {
    gap: 1px !important;
  }
}
.un-form-control .un-container-search-field .results {
  position: absolute;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 5;
}
.un-form-control .un-container-search-field .results .conatiner-result-item {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.un-form-control .un-container-search-field .results .conatiner-result-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.un-form-control .un-container-search-field .results .conatiner-result-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.un-form-control .un-container-search-field .results .conatiner-result-item:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.un-form-control .un-container-search-field .results .divider {
  margin: 0 20px;
  height: 1px;
  background: #c4c4c4;
}
.un-form-control .un-container-search-field .results .divider:first-child {
  display: none;
}
.un-form-control .un-container-radio-button-field {
  width: max-content;
}
.un-form-control .un-container-radio-button-field .label-radio {
  color: var(--dark-dark, #282828);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.un-form-control .un-container-radio-button-field .label-radio .input-radio {
  appearance: none;
  height: 14px;
  position: relative;
  width: 14px;
}
.un-form-control .un-container-radio-button-field .label-radio .input-radio::before {
  border-radius: 50%;
  position: absolute;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  content: "";
  height: 100%;
  width: 100%;
}
.un-form-control .un-container-radio-button-field .label-radio .input-radio:checked::before {
  border: 4px solid #00995c;
}
.un-form-control .un-container-checkbox-field[data-un-controled=true] .label-checkbox {
  cursor: default;
  pointer-events: none;
}
.un-form-control .un-container-checkbox-field[data-un-controled=true] .label-checkbox[data-select=full] {
  background: #00995C;
  border-color: #00995C;
}
.un-form-control .un-container-checkbox-field[data-un-controled=true] .label-checkbox[data-select=full] .icon {
  display: flex;
}
.un-form-control .un-container-checkbox-field[data-un-controled=true] .label-checkbox[data-select=full] .icon::before {
  content: "\e5ca";
  font-size: 16px;
  font-family: "Material Symbols Outlined";
  color: white;
}
.un-form-control .un-container-checkbox-field[data-un-controled=true] .label-checkbox[data-select=some] {
  background: #00995C;
  border-color: #00995C;
}
.un-form-control .un-container-checkbox-field[data-un-controled=true] .label-checkbox[data-select=some] .icon {
  display: flex;
}
.un-form-control .un-container-checkbox-field[data-un-controled=true] .label-checkbox[data-select=some] .icon::before {
  content: "\f88a";
  font-size: 16px;
  font-family: "Material Symbols Outlined";
  color: white;
}
.un-form-control .un-container-checkbox-field .label-checkbox {
  margin: 0 !important;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.un-form-control .un-container-checkbox-field .label-checkbox .input-checkbox {
  display: none;
}
.un-form-control .un-container-checkbox-field .label-checkbox:has(.input-checkbox:checked) {
  background: #00995C;
  border-color: #00995C;
}
.un-form-control .un-container-checkbox-field .label-checkbox:has(.input-checkbox:checked) .icon {
  display: flex;
}
.un-form-control .un-container-checkbox-field .label-checkbox:has(.input-checkbox:checked) .icon::before {
  content: "\e5ca";
  font-size: 16px;
  font-family: "Material Symbols Outlined";
  color: white;
}
.un-form-control .container-custom-select {
  font-family: "Unimed Sans";
}
.un-form-control .container-custom-select .select-filtro-icon {
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.un-form-control .container-custom-select .title {
  color: #4d4d4d;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.un-form-control .container-custom-select .autocomplete .container-input {
  border-radius: 8px;
  border: 1px solid var(--secondary-secondary-l-2, #c4c4c4);
  outline: none;
  color: var(--secondary-secondary-l-1, #808080);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.un-form-control .container-custom-select .autocomplete .container-input[data-focused=true] {
  border-color: #00995c;
}
.un-form-control .container-custom-select .autocomplete .container-input[data-focused=true] .select-filtro-icon {
  transform: rotate(180deg);
}
.un-form-control .container-custom-select .autocomplete .container-input span {
  font-size: 1.25rem;
}
.un-form-control .container-custom-select .autocomplete .input-auto {
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  width: 100%;
  padding: 8px;
}
.un-form-control .container-custom-select .autocomplete .input-auto:focus, .un-form-control .container-custom-select .autocomplete .input-auto :focus-within {
  border: none;
}
.un-form-control .container-custom-select .autocomplete .container-result {
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(39, 40, 51, 0.1215686275);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 42px;
  z-index: 10;
  overflow: auto;
  max-height: 320px;
}
.un-form-control .container-custom-select .autocomplete .container-result .options {
  cursor: pointer;
  height: 100%;
  padding-bottom: 8px !important;
  align-items: center;
  display: flex;
  padding-left: 20px;
  gap: 0.5rem;
}
.un-form-control .container-custom-select .autocomplete .container-result .options:hover {
  background: var(--light-light, #f4f4f4);
}
.un-form-control .container-custom-select .autocomplete .container-result .highlighted {
  color: #00995c;
  font-weight: 600;
  background-color: #f4f4f4;
}
.un-form-control .container-custom-select .autocomplete .container-result .options.empty {
  cursor: default;
  height: fit-content;
}
.un-form-control .container-custom-select .autocomplete .container-result .options.empty:hover {
  background: none;
}
.un-form-control .container-custom-select .autocomplete .container-loading {
  height: 1.5625rem;
  width: 1.5625rem;
  display: flex;
  align-items: center;
}
.un-form-control .container-custom-select .autocomplete .container-loading .loading {
  height: 1.5625rem;
  width: 1.5625rem;
  border-radius: 50%;
  border: 4px solid #99d6bf;
  border-left-color: #00995c;
  border-top-color: #00995c;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.un-form-control .container-custom-select .autocomplete .clear-search {
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
.un-form-control .container-custom-select .material-symbols-outlined {
  color: #d9d9d9;
}
.un-form-control .container-custom-select .container-custom-select-error-msg {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #da1414;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.un-form-control .container-custom-select .container-custom-select-error-msg .material-symbols-outlined {
  color: #da1414;
  font-size: 18px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.un-form-control .container-custom-select-disabled {
  pointer-events: none;
}
.un-form-control .container-custom-select-disabled .material-symbols-outlined {
  color: #c4c4c4 !important;
}
.un-form-control .container-custom-select-disabled .title {
  color: #c4c4c4 !important;
}
.un-form-control .container-custom-select-disabled .container-input {
  background-color: #f7f8f9 !important;
}
.un-form-control .container-custom-select-disabled .container-input input {
  background-color: #f7f8f9 !important;
}
.un-form-control .container-custom-select-disabled .container-input input::placeholder {
  color: #c4c4c4 !important;
}
.un-form-control .error-container {
  display: flex;
  gap: 6px;
  font-size: 12px;
  color: #da1414;
  font-family: "Unimed Sans";
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.un-form-control .error-container:before {
  content: "\e000";
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  font-weight: normal;
  display: flex;
}
.un-form-control .error-container.filled:before {
  font-family: "Material Icons";
}

.un-modal .un-modal-overlay {
  z-index: 1072;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  padding: 20px;
}
.un-modal .un-modal-overlay.un-fade-in {
  opacity: 1;
  visibility: visible;
}
.un-modal .un-modal-overlay.un-fade-out {
  opacity: 0;
  visibility: hidden;
}
.un-modal .un-modal-overlay .un-modal-content {
  margin: 0 auto;
  position: relative;
  background: white;
  padding: 16px 24px;
  border-radius: 5px;
  max-height: 90vh;
  overflow: auto;
  max-width: max-content;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 576.98px) {
  .un-modal .un-modal-overlay .un-modal-content {
    padding: 16px;
  }
}

.un-toast {
  position: absolute;
  z-index: 99999;
  display: flex;
  width: 100%;
  height: max-content;
  padding: 0 10px;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.un-toast:has(.un-container-alert[data-position=top]) {
  top: 0;
}
.un-toast:has(.un-container-alert[data-position=top]) .un-container-alert {
  justify-content: center;
}
.un-toast:has(.un-container-alert[data-position=top-left]) {
  top: 0;
}
.un-toast:has(.un-container-alert[data-position=top-left]) .un-container-alert {
  justify-content: start;
}
.un-toast:has(.un-container-alert[data-position=top-right]) {
  top: 0;
}
.un-toast:has(.un-container-alert[data-position=top-right]) .un-container-alert {
  justify-content: end;
}
.un-toast:has(.un-container-alert[data-position=bottom]) {
  bottom: 0;
}
.un-toast:has(.un-container-alert[data-position=bottom]) .un-container-alert {
  justify-content: center;
}
.un-toast:has(.un-container-alert[data-position=bottom-left]) {
  bottom: 0;
}
.un-toast:has(.un-container-alert[data-position=bottom-left]) .un-container-alert {
  justify-content: start;
}
.un-toast:has(.un-container-alert[data-position=bottom-right]) {
  bottom: 0;
}
.un-toast:has(.un-container-alert[data-position=bottom-right]) .un-container-alert {
  justify-content: end;
}
.un-toast .un-container-alert {
  position: relative;
  width: 100%;
  display: flex;
}
.un-toast .un-container-alert .un-alert {
  position: absolute;
  cursor: default;
  min-width: 200px;
  max-width: 516px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px rgba(39, 40, 51, 0.12);
  padding: 16px 40px 16px 16px;
}
.un-toast .un-container-alert .un-alert.un-fade-in {
  opacity: 1;
  visibility: visible;
}
.un-toast .un-container-alert .un-alert.un-fade-out {
  opacity: 0;
  visibility: hidden;
}
.un-toast .un-container-alert .un-alert .message {
  font-family: "Unimed Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.un-toast .un-container-alert .un-alert span[role=button] {
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 18px;
  cursor: pointer;
}
.un-toast .un-container-alert .un-alert.un-alert-success {
  border: 1px solid var(--primary-primary-l-2, #99d6bf);
  color: var(--primary-primary-d-2, #00663d);
  background: var(--primary-primary-l-3, #e2f4ed);
}
.un-toast .un-container-alert .un-alert.un-alert-danger {
  color: #da1414;
  border: 1px solid var(--danger-danger-l-1, #f48989);
  background: var(--danger-danger-l-2, #feefef);
}
.un-toast .un-container-alert .un-alert.un-alert-warning {
  color: #b95000;
  border: 1px solid var(--warning-warning-l-1, #ff8f39);
  background: var(--warning-warning-l-2, #fff4ec);
}
.un-toast .un-container-alert .un-alert.un-alert-warning .message {
  margin-top: 5px;
}

.un-btn {
  padding: 16px 20px;
  align-items: center;
  gap: 8px;
  border-radius: 0.25rem;
  background: #00995d;
  border: none;
  width: 100%;
  min-width: max-content;
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: "Unimed Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  white-space: nowrap;
  text-transform: uppercase;
  max-height: 58px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}
.un-btn:hover {
  opacity: 0.7;
}
.un-btn[data-variant=secondary] {
  border: 1px solid #c4c4c4;
  background: var(--light-white, #fff);
  color: #4d4d4d;
}
.un-btn[data-variant=tertiary] {
  border: 1px solid #00804D;
  color: #00804D;
  transition: all ease-in-out 0.2s !important;
}
.un-btn[data-variant=tertiary]:hover {
  color: #fff;
  background: #00804D;
  opacity: 1;
}
.un-btn[data-variant=tertiary]:disabled {
  border: 1px solid var(--secondary-secondary-l-2, #C4C4C4);
  background: var(--light-white, #FFF);
  color: var(--secondary-secondary, #4D4D4D);
}
.un-btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.un-btn .loading-btn {
  height: 29px;
  width: 29px;
  border-radius: 50%;
  border: 4px solid #ccc;
  border-left-color: #b1d34b;
  animation: spin 1s linear infinite;
  -webkit-animation: spin-btn 1s linear infinite;
}
@keyframes spin-btn {
  to {
    transform: rotate(360deg);
  }
}
.un-btn:has(.loading-btn) {
  pointer-events: none;
}

.un-dropdown {
  position: relative;
  display: inline-block;
}
.un-dropdown .dropdown-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--dark-dark, #282828);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  height: 33px;
}
.un-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 5px 0;
  padding: 0;
  min-width: 150px;
  z-index: 666;
  display: block !important;
}
.un-dropdown .dropdown-menu .dropdown-item {
  padding: 8px;
  cursor: pointer;
  transition: background 0.2s;
  color: #4d4d4d !important;
}
.un-dropdown .dropdown-menu .dropdown-item span:before {
  content: "";
  display: flex;
  height: 22px;
  width: 22px;
}
.un-dropdown .dropdown-menu .dropdown-item[data-selected=true] {
  color: #00663d;
  font-weight: 700;
  background-color: #e2f4ed !important;
}
.un-dropdown .dropdown-menu .dropdown-item[data-selected=true] span:before {
  content: "✓";
  display: flex;
  height: 22px;
  width: 22px;
}
.un-dropdown .dropdown-menu .dropdown-item[data-selected=true]:hover {
  background: #f0f0f0;
}
.un-dropdown .un-config-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #e2e4ea;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.un-dropdown .un-config-card span {
  color: var(--dark-dark, #282828);
  font-family: "Unimed Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.un-dropdown .un-config-card img {
  object-fit: cover;
}

.un-drawer {
  position: fixed;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  width: 100%;
  height: 100%;
}
.un-drawer:has(.drawer.open) {
  opacity: 1;
  z-index: 9999;
}
.un-drawer .drawer {
  position: fixed;
  top: 0;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.un-drawer .drawer.right {
  right: -100%;
}
.un-drawer .drawer.left {
  left: -100%;
}
.un-drawer .drawer.open.right {
  right: 0;
}
.un-drawer .drawer.open.left {
  left: 0;
}
.un-drawer .drawer .title-drawer {
  padding: 3rem 3rem 0;
}
.un-drawer .drawer .title-drawer .title {
  color: #282828;
  font-family: "Unimed Slab";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.un-drawer .drawer .title-drawer .close-drawer {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
  color: #6b6c7e;
}
@media screen and (max-width: 360px) {
  .un-drawer .drawer .title-drawer span:first-child {
    top: 0.75rem;
    right: 0.75rem;
  }
  .un-drawer .drawer .title-drawer span:last-child {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 280px) {
  .un-drawer .drawer .title-drawer span:last-child {
    font-size: 1.25rem;
  }
}
.un-drawer .drawer .content-drawer {
  position: relative;
  overflow: auto;
  height: calc(100% - 5.5rem);
  padding: 3rem 2rem 3rem 3rem;
  margin-right: 1rem;
}
.un-drawer .drawer .content-drawer::-webkit-scrollbar {
  width: 10px;
}
.un-drawer .drawer .content-drawer::-webkit-scrollbar-thumb {
  border-radius: 62.4375rem;
  background: var(--secondary-secondary-l-1, #808080);
}
@media screen and (max-width: 768px) {
  .un-drawer .drawer {
    top: 120px;
    width: 100% !important;
  }
  .un-drawer .drawer .title-drawer {
    padding: 40px 32px 0;
  }
  .un-drawer .drawer .content-drawer {
    height: 75%;
    padding: 40px 12px 40px 32px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 576px) {
  .un-drawer .drawer .title-drawer {
    padding: 32px 24px 0;
  }
  .un-drawer .drawer .content-drawer {
    padding: 32px 8px 32px 24px;
    margin-right: 8px;
  }
}

body:has(.un-drawer):has(.drawer.open) > .un-drawer-overlay {
  z-index: 9998;
  background: rgba(0, 0, 0, 0.6);
}

.un-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  transition: all ease-in-out 0.3s;
}

.form-salesforce .error {
  color: var(--danger-danger, #DA1414);
  font-family: "Unimed Sans";
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 18px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.form-salesforce label {
  color: var(--dark-dark-l-2, #404040);
}
.form-salesforce .title {
  color: #4d4d4d;
  font-family: "Unimed Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.form-salesforce .form-control {
  border-radius: 4px;
  border: 1px solid var(--secondary-secondary-l-3, #DEDEDE) !important;
  background-color: var(--light-light-l-1, #F7F8F9);
  padding: 7px 16px;
  color: var(--secondary-secondary-l-1, #808080) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  position: relative !important;
  top: 0 !important;
  margin-top: 0px !important;
}
.form-salesforce .form-control input {
  background-color: transparent !important;
}
.form-salesforce .form-control input:focus-visible {
  outline: none;
}
.form-salesforce [type=checkbox] {
  accent-color: var(--primary-primary, #00995C);
}
.form-salesforce .btn-enviar {
  padding: 9.5px 16px;
  border-radius: 8px;
  background: var(--CTAs-Secundrio, #F47920);
  border: 1px solid var(--CTAs-Secundrio, #F47920);
  color: white;
  font-weight: 700;
  font-size: 18px;
  transition-duration: 0.3s;
}
.form-salesforce .btn-enviar:hover {
  border-color: var(--CTAs-Secundrio, #F47920);
  background-color: white;
  color: var(--CTAs-Secundrio, #F47920);
}
.form-salesforce .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00995C !important;
  border-color: #00995C !important;
  color: #fff;
}
.form-salesforce .custom-control .custom-control-input.error {
  top: 0px !important;
  margin-top: 4px !important;
}
.form-salesforce .custom-control .error {
  white-space: nowrap;
  top: 0px;
}
.form-salesforce .custom-control:has(.error) {
  margin-bottom: 8px;
}
.form-salesforce .error-text {
  display: flex;
  color: var(--danger-danger, #da1414);
  font-family: "Unimed Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  align-items: center;
}
.form-salesforce .error-text .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: "FILL" 1;
}
.form-salesforce .input-error-message {
  color: var(--danger-danger, #da1414);
  font-family: "Unimed Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.form-salesforce .input-error-message .material-symbols-outlined {
  font-size: 16px !important;
  margin-right: 8px;
  font-variation-settings: "FILL" 1;
}
.form-salesforce .opt-in-input {
  position: relative !important;
  top: auto !important;
}
.form-salesforce .opt-in-input.error {
  outline: auto var(--danger-danger-l-1, #F48989) !important;
}
.form-salesforce label#\30 0NSG00000D8ipB-error {
  display: none !important;
}
.form-salesforce #city-error {
  left: 0;
}
@media (max-width: 575.98px) {
  .form-salesforce .g-recaptcha {
    overflow: auto;
  }
}

.form-reembolso.end-step-success .material-symbols-outlined {
  font-size: 59px;
  font-variation-settings: "FILL" 1;
}
.form-reembolso.end-step-success .end-title {
  text-align: center;
  font-family: "Unimed Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form-reembolso.end-step-success button {
  max-width: 444px;
}
.form-reembolso.end-step-error .material-symbols-outlined {
  font-size: 48px;
}
.form-reembolso.end-step-error .end-title {
  text-align: center;
  font-family: "Unimed Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form-reembolso.end-step-error button {
  max-width: 444px;
}
.form-reembolso .form-container {
  border-radius: 8px;
  border: 1px solid var(--light-light-d-1, #e2e4ea);
  background: var(--light-white, #fff);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
}
@media (max-width: 767.98px) {
  .form-reembolso .form-container-md {
    border-radius: 8px;
    border: 1px solid var(--light-light-d-1, #e2e4ea);
    background: var(--light-white, #fff);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    padding: 20px;
  }
  .form-reembolso .form-container-md.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.form-reembolso .title {
  color: #4d4d4d;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.form-reembolso .tabela-header {
  border-radius: 8px;
  border: 1px solid var(--light-light-d-1, #e2e4ea);
  background: var(--light-white, #fff);
  display: flex;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.form-reembolso .form-tabela {
  padding: 32px 40px 40px 40px;
  border-radius: 8px;
  border: 1px solid var(--light-light-d-1, #e2e4ea);
  background: var(--light-white, #fff);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.form-reembolso .btn-cancel {
  border-radius: 4px;
  border: 1px solid var(--secondary-secondary-l-2, #c4c4c4);
  background: var(--light-white, #fff);
  padding: 16px 20px;
  color: var(--secondary-secondary, #4d4d4d);
  text-transform: uppercase;
  font-family: "Unimed Sans";
}
.form-reembolso .btn-next {
  border-radius: 4px;
  background: var(--primary-primary, #00995c);
  padding: 16px 20px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Unimed Sans";
  text-transform: none;
  border: 1px solid var(--primary-primary, #00995c);
}
.form-reembolso .btn-next:hover {
  background-color: white;
  color: #00995c;
}
@media (max-width: 767.98px) {
  .form-reembolso .btn-next {
    justify-content: center;
    width: 100%;
  }
}
.form-reembolso li {
  line-height: normal;
}
@media (max-width: 767.98px) {
  .form-reembolso li {
    font-size: 14px;
  }
}
.form-reembolso .uploaded-file-loading {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.form-reembolso .uploaded-file {
  border-radius: 16px;
  background: #f7f8f9;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  color: #4d4d4d;
  font-size: 12px !important;
  font-weight: 400;
  min-width: 90px;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.form-reembolso .uploaded-file .material-symbols-outlined:first-child {
  font-variation-settings: "FILL" 1;
}
.form-reembolso .uploaded-file .material-symbols-outlined:last-child {
  cursor: pointer;
}
.form-reembolso .uploaded-file .material-symbols-outlined:last-child:hover {
  color: #00995c;
}
.form-reembolso .uploaded-file .material-symbols-outlined {
  font-size: 16px;
}
.form-reembolso .date-picker .form-control {
  height: 42px;
}
.form-reembolso .date-picker .input-group-inset-item {
  background-color: white;
  border-radius: 0px 8px 8px 0px;
  border-color: var(--secondary-secondary-l-2, #c4c4c4);
}
.form-reembolso .input-error-message {
  color: var(--danger-danger, #da1414);
  font-family: "Unimed Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.form-reembolso .input-error-message .material-symbols-outlined {
  font-size: 16px !important;
  margin-right: 8px;
  font-variation-settings: "FILL" 1;
}
.form-reembolso .form-control {
  background-color: white;
  border-radius: 8px;
  border: 1px solid var(--secondary-secondary-l-2, #c4c4c4);
  padding: 8px 16px;
}
.form-reembolso .form-control .input-textfield {
  font-size: 14px;
}
.form-reembolso .form-control .material-symbols-outlined {
  color: #808080;
}
.form-reembolso .form-control input {
  background-color: transparent !important;
}
.form-reembolso .form-control input:focus-visible {
  outline: none;
}
.form-reembolso .form-control .btn-counter .material-symbols-outlined {
  font-size: 20px;
  color: #282828;
}
.form-reembolso .form-control .btn-counter .material-symbols-outlined:hover {
  color: white;
}
.form-reembolso .selected .banco-box {
  border: 1px solid var(--primary-primary, #00995c);
}
.form-reembolso .loading-in-input .loading-spinner {
  right: 28px;
  top: 36px;
}
@media (max-width: 575.98px) {
  .form-reembolso .loading-in-input .loading-spinner {
    top: 34px;
  }
}
.form-reembolso .banco-box {
  border-radius: 8px;
  border: 1px solid var(--primary-primary, #c4c4c4);
  background: var(--light-white, #fff);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
  cursor: pointer;
}
.form-reembolso .banco-box .material-symbols-outlined {
  font-size: 20px;
}
.form-reembolso .banco-box .material-symbols-outlined:last-child {
  color: #808080;
  cursor: pointer;
}
.form-reembolso .banco-box .material-symbols-outlined:last-child:hover {
  color: #00995c;
}
.form-reembolso .required-field-text {
  color: var(--secondary-secondary-l-1, #808080);
  font-family: "Unimed Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-reembolso .error-text {
  display: flex;
  color: var(--danger-danger, #da1414);
  font-family: "Unimed Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  align-items: center;
}
.form-reembolso .error-text .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: "FILL" 1;
}
.form-reembolso .membros-selecionados .title {
  display: none;
}
.form-reembolso .membros-selecionados .form-control {
  padding: 2px 16px;
  min-height: auto;
}
.form-reembolso .membros-selecionados .form-control .input-textfield {
  max-width: 61px;
}
.form-reembolso .membros-selecionados .w-100 {
  width: auto !important;
}
.form-reembolso .membros-selecionados .material-symbols-outlined {
  font-size: 20px;
  color: var(--secondary-secondary-l-1, #808080);
  cursor: pointer;
}
.form-reembolso .membros-selecionados .material-symbols-outlined:hover {
  color: #00995c;
}
.form-reembolso .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00995C !important;
  border-color: #00995C !important;
}

.component-title {
  color: #282828;
  text-align: center;
  font-family: "Unimed Slab";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .component-title {
    font-size: 20px;
  }
}

.green-sub-title {
  color: var(--primary-primary-d-2, #00663d);
  font-family: "Unimed Slab";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.btn-icon-gray {
  border-radius: 4px;
  border: 1px solid var(--secondary-secondary-l-2, #c4c4c4);
  background: var(--light-white, #fff);
  color: var(--secondary-secondary, #4d4d4d);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  padding: 4.5px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 150%;
  height: 100%;
}
.btn-icon-gray:hover {
  border: 1px solid var(--primary-primary, #00995c);
  background: var(--primary-primary, #00995c);
  color: white;
}
.btn-icon-gray .material-symbols-outlined {
  font-size: 20px;
}

.btn-counter {
  display: flex;
  padding: 0px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: none;
  align-items: center;
  background-color: #e2e4ea;
}
.btn-counter:hover {
  background-color: #00995c;
}

.beneficiario-box {
  padding: 20px 24px;
  border-radius: 8px;
  border: 1px solid var(--light-light-d-1, #e2e4ea);
  background: var(--light-white, #fff);
  margin-bottom: 28px;
}

.container-file .file-input-wrapper {
  cursor: pointer;
}
.container-file .file-input-wrapper input {
  opacity: 0;
}
.container-file .placeholder-text {
  color: var(--secondary-secondary-l-1, #808080);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: contents;
}

.date-picker .date-picker-dropdown-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%235f6368'%3E%3Cpath d='M216-96q-29.7 0-50.85-21.5Q144-139 144-168v-528q0-29 21.15-50.5T216-768h72v-96h72v96h240v-96h72v96h72q29.7 0 50.85 21.5Q816-725 816-696v528q0 29-21.15 50.5T744-96H216Zm0-72h528v-360H216v360Zm0-432h528v-96H216v96Zm0 0v-96 96Zm264.21 216q-15.21 0-25.71-10.29t-10.5-25.5q0-15.21 10.29-25.71t25.5-10.5q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.29 25.71t-25.5 10.5Zm-156 0q-15.21 0-25.71-10.29t-10.5-25.5q0-15.21 10.29-25.71t25.5-10.5q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.29 25.71t-25.5 10.5Zm312 0q-15.21 0-25.71-10.29t-10.5-25.5q0-15.21 10.29-25.71t25.5-10.5q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.29 25.71t-25.5 10.5Zm-156 144q-15.21 0-25.71-10.29t-10.5-25.5q0-15.21 10.29-25.71t25.5-10.5q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.29 25.71t-25.5 10.5Zm-156 0q-15.21 0-25.71-10.29t-10.5-25.5q0-15.21 10.29-25.71t25.5-10.5q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.29 25.71t-25.5 10.5Zm312 0q-15.21 0-25.71-10.29t-10.5-25.5q0-15.21 10.29-25.71t25.5-10.5q15.21 0 25.71 10.29t10.5 25.5q0 15.21-10.29 25.71t-25.5 10.5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  height: 39px;
}

.date-picker-calendar-header .date-picker-nav-item .lexicon-icon-angle-left {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><mask id="mask0_171_2434" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="1" width="8" height="15"><path d="M3.23132 9.01953L9.60847 15.265C10.3515 15.9788 11.5055 14.9065 10.7498 14.1772L4.9671 8.50036L10.753 2.81733C11.5087 2.10038 10.3578 1.02188 9.61479 1.73264L3.23132 7.98119C2.93728 8.26859 2.90883 8.7105 3.23132 9.01953Z" fill="%236B6C7E"/></mask><g mask="url(%23mask0_171_2434)"><rect y="0.5" width="16" height="16" fill="%23808080"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.date-picker-calendar-header .date-picker-nav-item .lexicon-icon-angle-right {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><mask id="mask0_171_2444" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="5" y="1" width="8" height="15"><path d="M12.7687 7.98052L6.38553 1.73262C5.6394 1.02192 4.49176 2.10032 5.24737 2.81719L11.033 8.49964L5.25053 14.179C4.49176 14.9051 5.64572 15.9774 6.39185 15.2667L12.7687 9.02184C13.0912 8.70976 13.0627 8.26789 12.7687 7.98052Z" fill="%236B6C7E"/></mask><g mask="url(%23mask0_171_2444)"><rect y="0.5" width="16" height="16" fill="%23808080"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.date-picker-calendar-header .date-picker-nav-item .lexicon-icon-simple-circle {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="%235f6368"><path d="M360-300q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29ZM200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.date-picker-nav .input-date-picker-year button {
  background-color: white;
  border: none;
  width: 76px;
  text-align: left;
  font-weight: 600;
}

.error-agenda-msg .form-control,
.error-agenda-msg .date-picker .input-group-inset-item {
  border-color: var(--danger-danger, #da1414) !important;
  background: var(--danger-danger-l-2, #feefef) !important;
}

.error-msg .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: "FILL" 1;
}
.error-msg .font-weight-bold {
  font-size: 14px;
}

.error-input {
  border: 1px solid var(--danger-danger-l-1, #f48989) !important;
  background: var(--danger-danger-l-2, #feefef) !important;
}

.error-date-picker .form-control {
  border-left: 1px solid var(--danger-danger, #da1414) !important;
  border-top: 1px solid var(--danger-danger, #da1414) !important;
  border-bottom: 1px solid var(--danger-danger, #da1414) !important;
  background: var(--danger-danger-l-2, #feefef) !important;
}
.error-date-picker .input-group-inset-item {
  border-right: 1px solid var(--danger-danger, #da1414) !important;
  border-top: 1px solid var(--danger-danger, #da1414) !important;
  border-bottom: 1px solid var(--danger-danger, #da1414) !important;
  background: var(--danger-danger-l-2, #feefef) !important;
}

.drawer-overflow-scroll {
  overflow-y: auto;
}
.drawer-overflow-scroll::-webkit-scrollbar {
  width: 10px;
}
.drawer-overflow-scroll::-webkit-scrollbar-thumb {
  border-radius: 62.4375rem;
  background: var(--secondary-secondary-l-1, #808080);
}
.drawer-overflow-scroll::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(128, 128, 128, 0.4);
}

@media (max-width: 767.98px) {
  .form-reembolso .component-title {
    font-size: 20px;
  }
  .form-reembolso .form-control {
    font-size: 14px;
  }
  .form-reembolso h5 {
    font-size: 14px !important;
  }
}
:root {
  --dark: #333;
  --cdm-verde: #00995d;
  --cdm-verde-claro: #b1d34b;
  --cdm-bege: #fff0c7;
  --cdm-branco: #ffffff;
  --cdm-vermelho: #ed1651;
  --cdm-roxo-claro: #a3238e;
  --cdm-laranja: #f47920;
  --cdm-amarelo: #ffcb08;
  --cdm-cinza-claro: #c4cbcf;
  --cdm-verde-escuro: #00401a;
  --cdm-roxo-escuro: #411564;
  --cdm-verde-agua: #0a5f55;
  --cdm-cinza-escuro: #5b5c65;
  --cdm-marrom: #682d00;
  --grey-light: #f1f2f5;
  --grey-light-1: #e2e4eA;
  --cdm-verde-claro: #3ba680;
  --cdm-verde: #00995d;
  --cdm-verde-80: #00995ccc;
  --cdm-verde-60: #00995c99;
  --cdm-verde-40: #00995c66;
  --cdm-verde-20: #00995c33;
  --cdm-verde-citrico: #b1d34b;
  --cdm-verde-citrico-80: #b1d34acc;
  --cdm-verde-citrico-60: #b1d34a99;
  --cdm-verde-citrico-40: #b1d34a66;
  --cdm-verde-citrico-20: #b1d34a33;
  --cdm-verde-escuro: #004e4c;
  --cdm-verde-escuro-80: #004d4acc;
  --cdm-verde-escuro-60: #004d4a99;
  --cdm-verde-escuro-40: #004d4a66;
  --cdm-verde-escuro-20: #004d4a33;
  --cdm-laranja: #f47920;
  --cdm-laranja-80: #f4781fcc;
  --cdm-laranja-60: #f4781f99;
  --cdm-laranja-40: #f4781f66;
  --cdm-laranja-20: #f4781f33;
  /* SECUNDÁRIAS */
  --cdm-marrom: #d2a494;
  --cdm-marrom-80: #d1a394cc;
  --cdm-marrom-60: #d2a39399;
  --cdm-marrom-40: #d2a39366;
  --cdm-marrom-20: #d2a39333;
  --cdm-rosa: #f1cdcd;
  --cdm-rosa-80: #f1cdcdcc;
  --cdm-rosa-60: #f1cdcd99;
  --cdm-rosa-40: #f1cdcd66;
  --cdm-rosa-20: #f1cdcd33;
  --cdm-bege: #ece3d9;
  --cdm-bege-80: #ece3d9cc;
  --cdm-bege-60: #ece3d999;
  --cdm-bege-40: #ece3d966;
  --cdm-bege-20: #ece3d933;
  --cdm-amarelo: #ffe596;
  --cdm-amarelo-80: #ffe596cc;
  --cdm-amarelo-60: #ffedc0;
  --cdm-amarelo-40: #ffe59666;
  --cdm-amarelo-20: #ffe59633;
  --cdm-verde-claro-novo: #cde3bb;
  --cdm-verde-claro-80: #cde3bacc;
  --cdm-verde-claro-60: #cde3ba99;
  --cdm-verde-claro-40: #cde3ba66;
  --cdm-verde-claro-20: #cde3ba33;
  --cdm-azul: #a4d8de;
  --cdm-azul-80: #a4d8decc;
  --cdm-azul-60: #a4d8de99;
  --cdm-azul-40: #a4d8de66;
  --cdm-azul-20: #a4d9df33;
  /* COMPLEMENTARES */
  --cdm-preto: #000000;
  --cdm-cinza-escuro-2: #999999;
  --cdm-cinza-claro-2: #e5e5e5;
  --cdm-cinza-texto-menor-importancia: #c4cbcf;
  --cdm-cinza-background-2: #f4f4f4;
  --cdm-cinza-divisoes: #dedede;
  --cdm-cinza-shadow: #c8c9cd;
  --cnu-transparent: transparent;
}

.dropdown-toggle::after {
  display: none !important;
}

.container-paginacao .pagination-root {
  color: #808080;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.container-paginacao .page-link {
  border: none;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  color: #808080 !important;
}
.container-paginacao .page-link:hover {
  border-radius: 4px !important;
}
.container-paginacao .pagination-root .lexicon-icon {
  fill: #00663D;
}
.container-paginacao .page-item.active .page-link {
  border-radius: 4px !important;
  background: #E2F4ED !important;
  color: #00663D !important;
}

.no-scroll {
  overflow: hidden !important;
}

body #main-content {
  min-height: 380px;
}
body .alert-container {
  z-index: 999999;
}

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

:root .cnu-theme {
  /* Backgrounds */
  /* Texts */
  /* Borders */
  /* Backgrounds */
  /* Texts */
  /* Borders */
  /* Texts new palette */
  /* Texts old palette */
  /* #################### Botões Unimed #################### */
  /* Botão Unimed Estrutura */
  /* Botão Unimed Download */
  /*Botão Unimed Share */
  /* Botão Unimed Cinza */
  /* Botão Unimed Limão */
  /* Botão Unimed Verde */
  /* Botão Unimed Laranja */
  /* Botão Unimed Rosa */
  /* #################### Botões Unimed #################### */
  /* #################### Botão Formulário #################### */
  /* #################### Botão Formulário #################### */
  /* Menu Não Logado */
  /*Menu Responsivo mobile*/
  /* Texts new palette */
  /* Texts old palette */
}
:root .cnu-theme .bg-cdm-verde {
  background-color: var(--cdm-verde);
}
:root .cnu-theme .bg-cdm-verde-claro {
  background-color: var(--cdm-verde-claro);
}
:root .cnu-theme .bg-cdm-bege {
  background-color: var(--cdm-bege);
}
:root .cnu-theme .bg-cdm-branco {
  background-color: var(--cdm-branco);
}
:root .cnu-theme .bg-cdm-vermelho {
  background-color: var(--cdm-vermelho);
}
:root .cnu-theme .bg-cdm-roxo-claro {
  background-color: var(--cdm-roxo-claro);
}
:root .cnu-theme .bg-cdm-laranja {
  background-color: var(--cdm-laranja);
}
:root .cnu-theme .bg-cdm-amarelo {
  background-color: var(--cdm-amarelo);
}
:root .cnu-theme .bg-cdm-cinza-claro {
  background-color: var(--cdm-cinza-claro);
}
:root .cnu-theme .bg-cdm-verde-escuro {
  background-color: var(--cdm-verde-escuro);
}
:root .cnu-theme .bg-cdm-roxo-escuro {
  background-color: var(--cdm-roxo-escuro);
}
:root .cnu-theme .bg-cdm-verde-agua {
  background-color: var(--cdm-verde-agua);
}
:root .cnu-theme .bg-cdm-cinza-escuro {
  background-color: var(--cdm-cinza-escuro);
}
:root .cnu-theme .bg-cdm-marrom {
  background-color: var(--cdm-marrom);
}
:root .cnu-theme .bg-grey-light {
  background-color: var(--grey-light);
}
:root .cnu-theme .text-cdm-verde {
  color: var(--cdm-verde);
}
:root .cnu-theme .text-cdm-verde-claro {
  color: var(--cdm-verde-claro);
}
:root .cnu-theme .text-cdm-bege {
  color: var(--cdm-bege);
}
:root .cnu-theme .text-cdm-branco {
  color: var(--cdm-branco);
}
:root .cnu-theme .text-cdm-vermelho {
  color: var(--cdm-vermelho);
}
:root .cnu-theme .text-cdm-roxo-claro {
  color: var(--cdm-roxo-claro);
}
:root .cnu-theme .text-cdm-laranja {
  color: var(--cdm-laranja);
}
:root .cnu-theme .text-cdm-amarelo {
  color: var(--cdm-amarelo);
}
:root .cnu-theme .text-cdm-cinza-claro {
  color: var(--cdm-cinza-claro);
}
:root .cnu-theme .text-cdm-verde-escuro {
  color: var(--cdm-verde-escuro);
}
:root .cnu-theme .text-cdm-roxo-escuro {
  color: var(--cdm-roxo-escuro);
}
:root .cnu-theme .text-cdm-verde-agua {
  color: var(--cdm-verde-agua);
}
:root .cnu-theme .text-cdm-cinza-escuro {
  color: var(--cdm-cinza-escuro);
}
:root .cnu-theme .text-cdm-marrom {
  color: var(--cdm-marrom);
}
:root .cnu-theme .text-grey-light {
  color: var(--grey-light);
}
:root .cnu-theme .border-cdm-verde {
  border-color: var(--cdm-verde);
}
:root .cnu-theme .border-cdm-verde-claro {
  border-color: var(--cdm-verde-claro);
}
:root .cnu-theme .border-cdm-bege {
  border-color: var(--cdm-bege);
}
:root .cnu-theme .border-cdm-branco {
  border-color: var(--cdm-branco);
}
:root .cnu-theme .border-cdm-vermelho {
  border-color: var(--cdm-vermelho);
}
:root .cnu-theme .border-cdm-roxo-claro {
  border-color: var(--cdm-roxo-claro);
}
:root .cnu-theme .border-cdm-laranja {
  border-color: var(--cdm-laranja);
}
:root .cnu-theme .border-cdm-amarelo {
  border-color: var(--cdm-amarelo);
}
:root .cnu-theme .border-cdm-cinza-claro {
  border-color: var(--cdm-cinza-claro);
}
:root .cnu-theme .border-cdm-verde-escuro {
  border-color: var(--cdm-verde-escuro);
}
:root .cnu-theme .border-cdm-roxo-escuro {
  border-color: var(--cdm-roxo-escuro);
}
:root .cnu-theme .border-cdm-verde-agua {
  border-color: var(--cdm-verde-agua);
}
:root .cnu-theme .border-cdm-cinza-escuro {
  border-color: var(--cdm-cinza-escuro);
}
:root .cnu-theme .border-cdm-marrom {
  border-color: var(--cdm-marrom);
}
:root .cnu-theme .border-grey-light {
  border-color: var(--grey-light);
}
:root .cnu-theme .border-grey-light-1 {
  border-color: var(--grey-light-1);
}
:root .cnu-theme .bg-cdm-verde-80 {
  background-color: var(--cdm-verde-80);
}
:root .cnu-theme .bg-cdm-verde-60 {
  background-color: var(--cdm-verde-60);
}
:root .cnu-theme .bg-cdm-verde-40 {
  background-color: var(--cdm-verde-40);
}
:root .cnu-theme .bg-cdm-verde-20 {
  background-color: var(--cdm-verde-20);
}
:root .cnu-theme .bg-cdm-verde-citrico {
  background-color: var(--cdm-verde-citrico);
}
:root .cnu-theme .bg-cdm-verde-citrico-80 {
  background-color: var(--cdm-verde-citrico-80);
}
:root .cnu-theme .bg-cdm-verde-citrico-60 {
  background-color: var(--cdm-verde-citrico-60);
}
:root .cnu-theme .bg-cdm-verde-citrico-40 {
  background-color: var(--cdm-verde-citrico-40);
}
:root .cnu-theme .bg-cdm-verde-citrico-20 {
  background-color: var(--cdm-verde-citrico-20);
}
:root .cnu-theme .bg-cdm-verde-escuro-80 {
  background-color: var(--cdm-verde-escuro-80);
}
:root .cnu-theme .bg-cdm-verde-escuro-60 {
  background-color: var(--cdm-verde-escuro-60);
}
:root .cnu-theme .bg-cdm-verde-escuro-40 {
  background-color: var(--cdm-verde-escuro-40);
}
:root .cnu-theme .bg-cdm-verde-escuro-20 {
  background-color: var(--cdm-verde-escuro-20);
}
:root .cnu-theme .bg-cdm-laranja-80 {
  background-color: var(--cdm-laranja-80);
}
:root .cnu-theme .bg-cdm-laranja-60 {
  background-color: var(--cdm-laranja-60);
}
:root .cnu-theme .bg-cdm-laranja-40 {
  background-color: var(--cdm-laranja-40);
}
:root .cnu-theme .bg-cdm-laranja-20 {
  background-color: var(--cdm-laranja-20);
}
:root .cnu-theme .bg-cdm-marrom {
  background-color: var(--cdm-marrom);
}
:root .cnu-theme .bg-cdm-marrom-80 {
  background-color: var(--cdm-marrom-80);
}
:root .cnu-theme .bg-cdm-marrom-60 {
  background-color: var(--cdm-marrom-60);
}
:root .cnu-theme .bg-cdm-marrom-40 {
  background-color: var(--cdm-marrom-40);
}
:root .cnu-theme .bg-cdm-marrom-20 {
  background-color: var(--cdm-marrom-20);
}
:root .cnu-theme .bg-cdm-rosa {
  background-color: var(--cdm-rosa);
}
:root .cnu-theme .bg-cdm-rosa-80 {
  background-color: var(--cdm-rosa-80);
}
:root .cnu-theme .bg-cdm-rosa-60 {
  background-color: var(--cdm-rosa-60);
}
:root .cnu-theme .bg-cdm-rosa-40 {
  background-color: var(--cdm-rosa-40);
}
:root .cnu-theme .bg-cdm-rosa-20 {
  background-color: var(--cdm-rosa-20);
}
:root .cnu-theme .bg-cdm-bege-80 {
  background-color: var(--cdm-bege-80);
}
:root .cnu-theme .bg-cdm-bege-60 {
  background-color: var(--cdm-bege-60);
}
:root .cnu-theme .bg-cdm-bege-40 {
  background-color: var(--cdm-bege-40);
}
:root .cnu-theme .bg-cdm-bege-20 {
  background-color: var(--cdm-bege-20);
}
:root .cnu-theme .bg-cdm-amarelo-80 {
  background-color: var(--cdm-amarelo-80);
}
:root .cnu-theme .bg-cdm-amarelo-60 {
  background-color: var(--cdm-amarelo-60);
}
:root .cnu-theme .bg-cdm-amarelo-40 {
  background-color: var(--cdm-amarelo-40);
}
:root .cnu-theme .bg-cdm-amarelo-20 {
  background-color: var(--cdm-amarelo-20);
}
:root .cnu-theme .bg-cdm-verde-claro-novo {
  background-color: var(--cdm-verde-claro-novo);
}
:root .cnu-theme .bg-cdm-verde-claro-80 {
  background-color: var(--cdm-verde-claro-80);
}
:root .cnu-theme .bg-cdm-verde-claro-60 {
  background-color: var(--cdm-verde-claro-60);
}
:root .cnu-theme .bg-cdm-verde-claro-40 {
  background-color: var(--cdm-verde-claro-40);
}
:root .cnu-theme .bg-cdm-verde-claro-20 {
  background-color: var(--cdm-verde-claro-20);
}
:root .cnu-theme .bg-cdm-azul {
  background-color: var(--cdm-azul);
}
:root .cnu-theme .bg-cdm-azul-80 {
  background-color: var(--cdm-azul-80);
}
:root .cnu-theme .bg-cdm-azul-60 {
  background-color: var(--cdm-azul-60);
}
:root .cnu-theme .bg-cdm-azul-40 {
  background-color: var(--cdm-azul-40);
}
:root .cnu-theme .bg-cdm-azul-20 {
  background-color: var(--cdm-azul-20);
}
:root .cnu-theme .bg-cdm-preto {
  background-color: var(--cdm-preto);
}
:root .cnu-theme .bg-cdm-cinza-escuro-2 {
  background-color: var(--cdm-cinza-escuro-2);
}
:root .cnu-theme .bg-cdm-cinza-claro-2 {
  background-color: var(--cdm-cinza-claro-2);
}
:root .cnu-theme .bg-cdm-cinza-texto-menor-importancia {
  background-color: var(--cdm-cinza-texto-menor-importancia);
}
:root .cnu-theme .bg-cdm-cinza-background-2 {
  background-color: var(--cdm-cinza-background-2);
}
:root .cnu-theme .bg-cdm-cinza-divisoes {
  background-color: var(--cdm-cinza-divisoes);
}
:root .cnu-theme .bg-cdm-cinza-shadow {
  background-color: var(--cdm-cinza-shadow);
}
:root .cnu-theme .bg-cnu-transparent {
  background-color: var(--cnu-transparent);
}
:root .cnu-theme .text-cdm-verde-80 {
  color: var(--cdm-verde-80);
}
:root .cnu-theme .text-cdm-verde-60 {
  color: var(--cdm-verde-60);
}
:root .cnu-theme .text-cdm-verde-40 {
  color: var(--cdm-verde-40);
}
:root .cnu-theme .text-cdm-verde-20 {
  color: var(--cdm-verde-20);
}
:root .cnu-theme .text-cdm-verde-citrico {
  color: var(--cdm-verde-citrico);
}
:root .cnu-theme .text-cdm-verde-citrico-80 {
  color: var(--cdm-verde-citrico-80);
}
:root .cnu-theme .text-cdm-verde-citrico-60 {
  color: var(--cdm-verde-citrico-60);
}
:root .cnu-theme .text-cdm-verde-citrico-40 {
  color: var(--cdm-verde-citrico-40);
}
:root .cnu-theme .text-cdm-verde-citrico-20 {
  color: var(--cdm-verde-citrico-20);
}
:root .cnu-theme .text-cdm-verde-escuro-80 {
  color: var(--cdm-verde-escuro-80);
}
:root .cnu-theme .text-cdm-verde-escuro-60 {
  color: var(--cdm-verde-escuro-60);
}
:root .cnu-theme .text-cdm-verde-escuro-40 {
  color: var(--cdm-verde-escuro-40);
}
:root .cnu-theme .text-cdm-verde-escuro-20 {
  color: var(--cdm-verde-escuro-20);
}
:root .cnu-theme .text-cdm-laranja-80 {
  color: var(--cdm-laranja-80);
}
:root .cnu-theme .text-cdm-laranja-60 {
  color: var(--cdm-laranja-60);
}
:root .cnu-theme .text-cdm-laranja-40 {
  color: var(--cdm-laranja-40);
}
:root .cnu-theme .text-cdm-laranja-20 {
  color: var(--cdm-laranja-20);
}
:root .cnu-theme .text-cdm-marrom {
  color: var(--cdm-marrom);
}
:root .cnu-theme .text-cdm-marrom-80 {
  color: var(--cdm-marrom-80);
}
:root .cnu-theme .text-cdm-marrom-60 {
  color: var(--cdm-marrom-60);
}
:root .cnu-theme .text-cdm-marrom-40 {
  color: var(--cdm-marrom-40);
}
:root .cnu-theme .text-cdm-marrom-20 {
  color: var(--cdm-marrom-20);
}
:root .cnu-theme .text-cdm-rosa {
  color: var(--cdm-rosa);
}
:root .cnu-theme .text-cdm-rosa-80 {
  color: var(--cdm-rosa-80);
}
:root .cnu-theme .text-cdm-rosa-60 {
  color: var(--cdm-rosa-60);
}
:root .cnu-theme .text-cdm-rosa-40 {
  color: var(--cdm-rosa-40);
}
:root .cnu-theme .text-cdm-rosa-20 {
  color: var(--cdm-rosa-20);
}
:root .cnu-theme .text-cdm-bege-80 {
  color: var(--cdm-bege-80);
}
:root .cnu-theme .text-cdm-bege-60 {
  color: var(--cdm-bege-60);
}
:root .cnu-theme .text-cdm-bege-40 {
  color: var(--cdm-bege-40);
}
:root .cnu-theme .text-cdm-bege-20 {
  color: var(--cdm-bege-20);
}
:root .cnu-theme .text-cdm-amarelo-80 {
  color: var(--cdm-amarelo-80);
}
:root .cnu-theme .text-cdm-amarelo-60 {
  color: var(--cdm-amarelo-60);
}
:root .cnu-theme .text-cdm-amarelo-40 {
  color: var(--cdm-amarelo-40);
}
:root .cnu-theme .text-cdm-amarelo-20 {
  color: var(--cdm-amarelo-20);
}
:root .cnu-theme .text-cdm-verde-claro-novo {
  color: var(--cdm-verde-claro-novo);
}
:root .cnu-theme .text-cdm-verde-claro-80 {
  color: var(--cdm-verde-claro-80);
}
:root .cnu-theme .text-cdm-verde-claro-60 {
  color: var(--cdm-verde-claro-60);
}
:root .cnu-theme .text-cdm-verde-claro-40 {
  color: var(--cdm-verde-claro-40);
}
:root .cnu-theme .text-cdm-verde-claro-20 {
  color: var(--cdm-verde-claro-20);
}
:root .cnu-theme .text-cdm-azul {
  color: var(--cdm-azul);
}
:root .cnu-theme .text-cdm-azul-80 {
  color: var(--cdm-azul-80);
}
:root .cnu-theme .text-cdm-azul-60 {
  color: var(--cdm-azul-60);
}
:root .cnu-theme .text-cdm-azul-40 {
  color: var(--cdm-azul-40);
}
:root .cnu-theme .text-cdm-azul-20 {
  color: var(--cdm-azul-20);
}
:root .cnu-theme .text-cdm-preto {
  color: var(--cdm-preto);
}
:root .cnu-theme .text-cdm-cinza-escuro-2 {
  color: var(--cdm-cinza-escuro-2);
}
:root .cnu-theme .text-cdm-cinza-claro-2 {
  color: var(--cdm-cinza-claro-2);
}
:root .cnu-theme .text-cdm-cinza-texto-menor-importancia {
  color: var(--cdm-cinza-texto-menor-importancia);
}
:root .cnu-theme .text-cdm-cinza-background-2 {
  color: var(--cdm-cinza-background-2);
}
:root .cnu-theme .text-cdm-cinza-divisoes {
  color: var(--cdm-cinza-divisoes);
}
:root .cnu-theme .text-cdm-cinza-shadow {
  color: var(--cdm-cinza-shadow);
}
:root .cnu-theme .border-cdm-verde-80 {
  border-color: var(--cdm-verde-80);
}
:root .cnu-theme .border-cdm-verde-60 {
  border-color: var(--cdm-verde-60);
}
:root .cnu-theme .border-cdm-verde-40 {
  border-color: var(--cdm-verde-40);
}
:root .cnu-theme .border-cdm-verde-20 {
  border-color: var(--cdm-verde-20);
}
:root .cnu-theme .border-cdm-verde-citrico {
  border-color: var(--cdm-verde-citrico);
}
:root .cnu-theme .border-cdm-verde-citrico-80 {
  border-color: var(--cdm-verde-citrico-80);
}
:root .cnu-theme .border-cdm-verde-citrico-60 {
  border-color: var(--cdm-verde-citrico-60);
}
:root .cnu-theme .border-cdm-verde-citrico-40 {
  border-color: var(--cdm-verde-citrico-40);
}
:root .cnu-theme .border-cdm-verde-citrico-20 {
  border-color: var(--cdm-verde-citrico-20);
}
:root .cnu-theme .border-cdm-verde-escuro-80 {
  border-color: var(--cdm-verde-escuro-80);
}
:root .cnu-theme .border-cdm-verde-escuro-60 {
  border-color: var(--cdm-verde-escuro-60);
}
:root .cnu-theme .border-cdm-verde-escuro-40 {
  border-color: var(--cdm-verde-escuro-40);
}
:root .cnu-theme .border-cdm-verde-escuro-20 {
  border-color: var(--cdm-verde-escuro-20);
}
:root .cnu-theme .border-cdm-laranja-80 {
  border-color: var(--cdm-laranja-80);
}
:root .cnu-theme .border-cdm-laranja-60 {
  border-color: var(--cdm-laranja-60);
}
:root .cnu-theme .border-cdm-laranja-40 {
  border-color: var(--cdm-laranja-40);
}
:root .cnu-theme .border-cdm-laranja-20 {
  border-color: var(--cdm-laranja-20);
}
:root .cnu-theme .border-cdm-marrom {
  border-color: var(--cdm-marrom);
}
:root .cnu-theme .border-cdm-marrom-80 {
  border-color: var(--cdm-marrom-80);
}
:root .cnu-theme .border-cdm-marrom-60 {
  border-color: var(--cdm-marrom-60);
}
:root .cnu-theme .border-cdm-marrom-40 {
  border-color: var(--cdm-marrom-40);
}
:root .cnu-theme .border-cdm-marrom-20 {
  border-color: var(--cdm-marrom-20);
}
:root .cnu-theme .border-cdm-rosa {
  border-color: var(--cdm-rosa);
}
:root .cnu-theme .border-cdm-rosa-80 {
  border-color: var(--cdm-rosa-80);
}
:root .cnu-theme .border-cdm-rosa-60 {
  border-color: var(--cdm-rosa-60);
}
:root .cnu-theme .border-cdm-rosa-40 {
  border-color: var(--cdm-rosa-40);
}
:root .cnu-theme .border-cdm-rosa-20 {
  border-color: var(--cdm-rosa-20);
}
:root .cnu-theme .border-cdm-bege-80 {
  border-color: var(--cdm-bege-80);
}
:root .cnu-theme .border-cdm-bege-60 {
  border-color: var(--cdm-bege-60);
}
:root .cnu-theme .border-cdm-bege-40 {
  border-color: var(--cdm-bege-40);
}
:root .cnu-theme .border-cdm-bege-20 {
  border-color: var(--cdm-bege-20);
}
:root .cnu-theme .border-cdm-amarelo-80 {
  border-color: var(--cdm-amarelo-80);
}
:root .cnu-theme .border-cdm-amarelo-60 {
  border-color: var(--cdm-amarelo-60);
}
:root .cnu-theme .border-cdm-amarelo-40 {
  border-color: var(--cdm-amarelo-40);
}
:root .cnu-theme .border-cdm-amarelo-20 {
  border-color: var(--cdm-amarelo-20);
}
:root .cnu-theme .border-cdm-verde-claro-novo {
  border-color: var(--cdm-verde-claro-novo);
}
:root .cnu-theme .border-cdm-verde-claro-80 {
  border-color: var(--cdm-verde-claro-80);
}
:root .cnu-theme .border-cdm-verde-claro-60 {
  border-color: var(--cdm-verde-claro-60);
}
:root .cnu-theme .border-cdm-verde-claro-40 {
  border-color: var(--cdm-verde-claro-40);
}
:root .cnu-theme .border-cdm-verde-claro-20 {
  border-color: var(--cdm-verde-claro-20);
}
:root .cnu-theme .border-cdm-azul {
  border-color: var(--cdm-azul);
}
:root .cnu-theme .border-cdm-azul-80 {
  border-color: var(--cdm-azul-80);
}
:root .cnu-theme .border-cdm-azul-60 {
  border-color: var(--cdm-azul-60);
}
:root .cnu-theme .border-cdm-azul-40 {
  border-color: var(--cdm-azul-40);
}
:root .cnu-theme .border-cdm-azul-20 {
  border-color: var(--cdm-azul-20);
}
:root .cnu-theme .border-cdm-preto {
  border-color: var(--cdm-preto);
}
:root .cnu-theme .border-cdm-cinza-escuro-2 {
  border-color: var(--cdm-cinza-escuro-2);
}
:root .cnu-theme .border-cdm-cinza-claro-2 {
  border-color: var(--cdm-cinza-claro-2);
}
:root .cnu-theme .border-cdm-cinza-texto-menor-importancia {
  border-color: var(--cdm-cinza-texto-menor-importancia);
}
:root .cnu-theme .border-cdm-cinza-background-2 {
  border-color: var(--cdm-cinza-background-2);
}
:root .cnu-theme .border-cdm-cinza-divisoes {
  border-color: var(--cdm-cinza-divisoes);
}
:root .cnu-theme .border-cdm-cinza-shadow {
  border-color: var(--cdm-cinza-shadow);
}
:root .cnu-theme .cnu-modal.show {
  display: flex !important;
  justify-content: center;
}
:root .cnu-theme .swiffy-slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
:root .cnu-theme .swiffy-slider .slider-nav {
  position: relative !important;
}
:root .cnu-theme .swiffy-slider .slider-nav-next {
  visibility: initial;
  margin-left: 1.25rem;
}
:root .cnu-theme .swiffy-slider .slider-nav-prev::after,
:root .cnu-theme .swiffy-slider .slider-nav-next::after {
  content: none !important;
}
:root .cnu-theme .swiffy-slider .slider-nav-prev {
  visibility: initial;
  margin-right: 1.25rem;
}
:root .cnu-theme .slider-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1180px;
  width: 90%;
  gap: 0.75rem !important;
  margin: 0 !important;
}
@media (max-width: 440px) {
  :root .cnu-theme .swiffy-slider {
    padding: 1.5rem 0.25rem !important;
  }
  :root .cnu-theme .swiffy-slider .slider-container {
    width: 100% !important;
    gap: 0.5rem !important;
  }
  :root .cnu-theme .swiffy-slider .slider-nav-prev {
    margin-right: 0 !important;
  }
  :root .cnu-theme .swiffy-slider .slider-nav-next {
    margin-left: 0 !important;
  }
  :root .cnu-theme .swiffy-slider .button_40 img {
    height: 16px !important;
    width: 16px !important;
  }
}
:root .cnu-theme .cnu-select {
  min-width: 20rem;
}
:root .cnu-theme .multiselect-dropdown {
  font-size: 12px;
  width: 14rem !important;
  padding: 0.5rem 0.75rem;
  background-color: #f4f4f4 !important;
}
:root .cnu-theme .multiselect-dropdown label {
  font-size: 12px;
}
:root .cnu-theme .multiselect-dropdown .optext {
  color: white !important;
  background-color: #969696 !important;
}
:root .cnu-theme .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list {
  height: 100% !important;
}
:root .cnu-theme .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
:root .cnu-theme .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list div label {
  font-size: 14px !important;
  font-weight: 400 !important;
}
:root .cnu-theme .multiselect-dropdown .multiselect-dropdown-list-wrapper .multiselect-dropdown-list div:hover {
  background: #f4f4f4 !important;
}
@media (max-width: 440px) {
  :root .cnu-theme .multiselect-dropdown {
    width: 100% !important;
  }
}
:root .cnu-theme h1.cnu {
  font-family: "Unimed Slab";
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
}
:root .cnu-theme h2.cnu {
  font-family: "Unimed Slab";
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
}
:root .cnu-theme h3.cnu {
  font-family: "Unimed Slab";
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}
:root .cnu-theme h4.cnu {
  font-family: "Unimed Slab";
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}
:root .cnu-theme h5.cnu {
  font-family: "Unimed Slab";
  font-size: 18px;
  line-height: 22px;
}
:root .cnu-theme h6.cnu {
  font-family: "Unimed Slab";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
:root .cnu-theme p.cnu {
  font-family: "Unimed Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
:root .cnu-theme p.cnu i {
  font-family: "Unimed Sans";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
:root .cnu-theme p.cnu.cnu-secundario {
  font-family: "Unimed Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
:root .cnu-theme p.cnu.cnu-secundario i {
  font-family: "Unimed Sans";
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
:root .cnu-theme small.cnu {
  font-family: "Unimed Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}
:root .cnu-theme small.cnu i {
  font-family: "Unimed Sans";
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}
:root .cnu-theme button.cnu,
:root .cnu-theme a[type=button].cnu {
  font-family: "Unimed Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
:root .cnu-theme .cnu-texto-simples {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 1180px;
  margin: auto;
  padding: 80px 0 80px;
}
:root .cnu-theme .cnu-texto-simples .cnu-texto-simples-titulo {
  color: #00995C;
  font-family: "Unimed Sans";
}
:root .cnu-theme .cnu-texto-simples .cnu-texto-simples-subtitulo {
  font-family: "Unimed Sans";
  color: #282828;
  margin: 1.5rem 0 2rem;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
}
:root .cnu-theme .cnu-texto-simples .cnu-texto-simples-descricao {
  font-family: "Unimed Sans";
  color: #4D4D4D;
  font-size: 16px;
  line-height: 150%;
}
:root .cnu-theme .cnu-texto-simples .cnu-texto-simples-conteudo {
  display: flex;
}
:root .cnu-theme .cnu-texto-simples .cnu-texto-simples-col {
  margin: 1.5rem 0 2rem;
}
:root .cnu-theme .cnu-texto-simples-secundario {
  text-align: left;
}
:root .cnu-theme .cnu-texto-simples-secundario .cnu-texto-simples-subtitulo {
  margin: 0;
}
:root .cnu-theme .cnu-texto-simples-secundario .cnu-texto-simples-col:first-child {
  flex: 0 0 635px;
}
:root .cnu-theme .cnu-texto-simples-secundario .cnu-texto-simples-col:last-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
:root .cnu-theme .cnu-texto-simples-terciario {
  text-align: left;
}
:root .cnu-theme .cnu-texto-simples-terciario .cnu-texto-simples-subtitulo {
  margin: 0;
}
:root .cnu-theme .cnu-texto-simples-terciario .cnu-texto-simples-conteudo {
  gap: 7.5rem;
}
:root .cnu-theme .cnu-texto-simples-terciario .cnu-texto-simples-col:first-child {
  flex: 0 0 278px;
}
:root .cnu-theme .cnu-texto-simples-terciario .cnu-texto-simples-col:last-child {
  flex: 1;
  display: flex;
  gap: 4.3125rem;
}
:root .cnu-theme .cnu-texto-simples-quartenario .cnu-texto-simples-subtitulo {
  margin: 0 0 4rem;
}
:root .cnu-theme .cnu-texto-simples-quartenario .cnu-texto-simples-conteudo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}
:root .cnu-theme .cnu-texto-simples-cor-secundaria {
  background-color: #004E4C;
}
:root .cnu-theme .cnu-texto-simples-cor-secundaria .cnu-texto-simples-titulo {
  color: #00995C;
}
:root .cnu-theme .cnu-texto-simples-cor-secundaria .cnu-texto-simples-subtitulo {
  color: #B1D34B;
}
:root .cnu-theme .cnu-texto-simples-cor-secundaria .cnu-texto-simples-descricao {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  :root .cnu-theme .cnu-04-branco-title {
    font-size: 30px !important;
  }
  :root .cnu-theme .cnu-04-branco-text {
    font-size: 14px !important;
  }
  :root .cnu-theme .cnu-texto-simples {
    padding: 80px 40px 80px;
  }
  :root .cnu-theme .cnu-texto-simples .cnu-texto-simples-titulo {
    font-size: 1rem;
    line-height: 25px;
  }
  :root .cnu-theme .cnu-texto-simples .cnu-texto-simples-subtitulo {
    font-size: 25px;
    line-height: 30px;
  }
  :root .cnu-theme .cnu-texto-simples .cnu-texto-simples-descricao {
    font-size: 14px;
    line-height: 21px;
  }
  :root .cnu-theme .cnu-texto-simples-secundario .cnu-texto-simples-titulo {
    margin: 0;
  }
  :root .cnu-theme .cnu-texto-simples-secundario .cnu-texto-simples-conteudo {
    flex-direction: column;
    gap: 0;
  }
  :root .cnu-theme .cnu-texto-simples-secundario .cnu-texto-simples-conteudo .cnu-texto-simples-col {
    margin: 1rem 0;
  }
  :root .cnu-theme .cnu-texto-simples-secundario .cnu-texto-simples-conteudo .cnu-texto-simples-col:first-child {
    flex: 1;
  }
  :root .cnu-theme .cnu-texto-simples-terciario .cnu-texto-simples-titulo {
    margin: 0;
  }
  :root .cnu-theme .cnu-texto-simples-terciario .cnu-texto-simples-conteudo {
    flex-direction: column;
    gap: 0;
  }
  :root .cnu-theme .cnu-texto-simples-terciario .cnu-texto-simples-conteudo .cnu-texto-simples-col {
    margin: 1rem 0;
  }
  :root .cnu-theme .cnu-texto-simples-terciario .cnu-texto-simples-conteudo .cnu-texto-simples-col:first-child {
    flex: 1;
  }
  :root .cnu-theme .cnu-texto-simples-terciario .cnu-texto-simples-conteudo .cnu-texto-simples-col:last-child {
    gap: 20px;
  }
  :root .cnu-theme .cnu-texto-simples-quartenario .cnu-texto-simples-subtitulo {
    margin: 0 0 2rem;
  }
  :root .cnu-theme .cnu-texto-simples-quartenario .cnu-texto-simples-conteudo .cnu-texto-simples-descricao {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
  }
}
:root .cnu-theme .visible-false {
  display: none !important;
}
:root .cnu-theme .visible-false img {
  visibility: hidden !important;
}
:root .cnu-theme .swiffy-slider,
:root .cnu-theme .slider-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
:root .cnu-theme .swiffy-slider .slider-nav,
:root .cnu-theme .slider-wrapper .slider-nav {
  position: relative !important;
  filter: none;
}
:root .cnu-theme .swiffy-slider .slider-nav:focus,
:root .cnu-theme .slider-wrapper .slider-nav:focus {
  box-shadow: none;
}
:root .cnu-theme .cnu-carrossel-cards {
  margin-bottom: 32px;
}
:root .cnu-theme .cnu-carrossel-cards .cnu-carrossel-cards-item {
  flex: 1;
  min-height: 237px;
  min-width: 260px !important;
  border: 1px solid #F4F4F4;
  box-shadow: 0px 3px 6px rgba(116, 116, 116, 0.15);
  border-radius: 4px;
  padding: 2rem 1.5rem;
}
:root .cnu-theme .cnu-carrossel-cards .cnu-carrossel-cards-item .cnu-carrossel-cards-item-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 153, 93, 0.1);
  border-radius: 4px;
  color: #82CFB1;
  margin-bottom: 1rem;
}
:root .cnu-theme .cnu-carrossel-cards .cnu-carrossel-cards-item .cnu-carrossel-cards-item-titulo {
  font-family: "Unimed Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
:root .cnu-theme .cnu-carrossel-cards .cnu-carrossel-cards-item .cnu-carrossel-cards-descricao {
  margin-bottom: 1.75rem;
  font-family: "Unimed Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #5B5C65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
:root .cnu-theme .cnu-carrossel-cards .cnu-carrossel-cards-item .cnu-carrossel-cards-item-link {
  display: flex;
  font-family: "Unimed Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #00995C;
  text-decoration: none;
}
:root .cnu-theme .cnu-carrossel-cards-secundario .cnu-carrossel-cards-item {
  background-color: #00995D;
}
:root .cnu-theme .cnu-carrossel-cards-secundario .cnu-carrossel-cards-item .cnu-carrossel-cards-item-icon {
  background-color: rgba(130, 207, 176, 0.1);
}
:root .cnu-theme .cnu-carrossel-cards-secundario .cnu-carrossel-cards-item .cnu-carrossel-cards-item-titulo {
  color: #004E4C;
}
:root .cnu-theme .cnu-carrossel-cards-secundario .cnu-carrossel-cards-item .cnu-carrossel-cards-descricao {
  color: #FFFFFF;
}
:root .cnu-theme .cnu-carrossel-cards-secundario .cnu-carrossel-cards-item .cnu-carrossel-cards-item-link {
  color: #B1D34B;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-carrossel-cards-item {
    padding: 1.5rem 1rem !important;
  }
}
:root .cnu-theme .cnu-nav-section {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Unimed Sans";
  line-height: 1.5;
}
:root .cnu-theme .cnu-nav-section a {
  color: #00995D;
}
:root .cnu-theme .cnu-nav-section .nav-content-box {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 36px 0px;
  max-width: 1366px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
:root .cnu-theme .cnu-nav-section .title-nav-section {
  width: 410px;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
:root .cnu-theme .cnu-nav-section .box-links {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 16px;
}
:root .cnu-theme .cnu-nav-section .box-links-item {
  padding: 0;
}
:root .cnu-theme .cnu-nav-section .link {
  height: auto;
  display: flex;
  align-items: center;
  padding: 18px 16px;
  min-height: 60px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #FFFFFF;
}
:root .cnu-theme .cnu-nav-section .link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
:root .cnu-theme .cnu-nav-section .material-symbols-outlined {
  width: 21px;
  object-fit: cover;
}
:root .cnu-theme .cnu-nav-section .description-nav-section {
  margin-left: 10px;
  text-align: center;
}
@media (max-width: 930px) {
  :root .cnu-theme .cnu-nav-section .box-links {
    width: 63%;
    gap: 8px;
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
  }
  :root .cnu-theme .cnu-nav-section .link {
    width: 100%;
  }
  :root .cnu-theme .cnu-nav-section .title-nav-section {
    width: 63%;
  }
}
@media (max-width: 558px) {
  :root .cnu-theme .cnu-nav-section .box-links {
    width: 90%;
    grid-template-columns: 1fr;
  }
  :root .cnu-theme .cnu-nav-section .link {
    width: 100%;
  }
  :root .cnu-theme .cnu-nav-section .title-nav-section {
    width: 90%;
  }
}
:root .cnu-theme .cnu-nav-section-v2 {
  min-height: 90px;
  display: flex;
  align-items: center;
  overflow: auto;
}
:root .cnu-theme .cnu-nav-section-v2 a {
  color: #00995D;
}
:root .cnu-theme .cnu-nav-section-v2 .cnu-container {
  max-width: 1180px;
  margin: auto;
}
:root .cnu-theme .cnu-nav-section-v2__links {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  padding: 0 16px;
}
:root .cnu-theme .cnu-nav-section-v2__link {
  font-family: "Unimed Slab";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-wrap: nowrap;
  text-decoration: none;
}
@media (max-width: 1079px) {
  :root .cnu-theme .cnu-nav-section-v2 {
    min-height: 72px;
  }
  :root .cnu-theme .cnu-nav-section-v2__link {
    font-size: 16px;
  }
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-80 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-60 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-40 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-20 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-citrico .cnu-nav-section-v2__link {
  color: var(--cdm-verde-citrico);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-citrico-80 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-citrico-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-citrico-60 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-citrico-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-citrico-40 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-citrico-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-citrico-20 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-citrico-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-escuro-80 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-escuro-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-escuro-60 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-escuro-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-escuro-40 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-escuro-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-escuro-20 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-escuro-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-laranja-80 .cnu-nav-section-v2__link {
  color: var(--cdm-laranja-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-laranja-60 .cnu-nav-section-v2__link {
  color: var(--cdm-laranja-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-laranja-40 .cnu-nav-section-v2__link {
  color: var(--cdm-laranja-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-laranja-20 .cnu-nav-section-v2__link {
  color: var(--cdm-laranja-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-marrom .cnu-nav-section-v2__link {
  color: var(--cdm-marrom);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-marrom-80 .cnu-nav-section-v2__link {
  color: var(--cdm-marrom-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-marrom-60 .cnu-nav-section-v2__link {
  color: var(--cdm-marrom-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-marrom-40 .cnu-nav-section-v2__link {
  color: var(--cdm-marrom-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-marrom-20 .cnu-nav-section-v2__link {
  color: var(--cdm-marrom-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-rosa .cnu-nav-section-v2__link {
  color: var(--cdm-rosa);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-rosa-80 .cnu-nav-section-v2__link {
  color: var(--cdm-rosa-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-rosa-60 .cnu-nav-section-v2__link {
  color: var(--cdm-rosa-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-rosa-40 .cnu-nav-section-v2__link {
  color: var(--cdm-rosa-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-rosa-20 .cnu-nav-section-v2__link {
  color: var(--cdm-rosa-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-bege-80 .cnu-nav-section-v2__link {
  color: var(--cdm-bege-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-bege-60 .cnu-nav-section-v2__link {
  color: var(--cdm-bege-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-bege-40 .cnu-nav-section-v2__link {
  color: var(--cdm-bege-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-bege-20 .cnu-nav-section-v2__link {
  color: var(--cdm-bege-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-amarelo-80 .cnu-nav-section-v2__link {
  color: var(--cdm-amarelo-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-amarelo-60 .cnu-nav-section-v2__link {
  color: var(--cdm-amarelo-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-amarelo-40 .cnu-nav-section-v2__link {
  color: var(--cdm-amarelo-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-amarelo-20 .cnu-nav-section-v2__link {
  color: var(--cdm-amarelo-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-claro-novo .cnu-nav-section-v2__link {
  color: var(--cdm-verde-claro-novo);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-claro-80 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-claro-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-claro-60 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-claro-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-claro-40 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-claro-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-claro-20 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-claro-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-azul .cnu-nav-section-v2__link {
  color: var(--cdm-azul);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-azul-80 .cnu-nav-section-v2__link {
  color: var(--cdm-azul-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-azul-60 .cnu-nav-section-v2__link {
  color: var(--cdm-azul-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-azul-40 .cnu-nav-section-v2__link {
  color: var(--cdm-azul-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-azul-20 .cnu-nav-section-v2__link {
  color: var(--cdm-azul-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-preto .cnu-nav-section-v2__link {
  color: var(--cdm-preto);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-escuro-2 .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-escuro-2);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-claro-2 .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-claro-2);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-texto-menor-importancia .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-texto-menor-importancia);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-background-2 .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-background-2);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-divisoes .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-divisoes);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-shadow .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-shadow);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-citrico .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-citrico);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-citrico-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-citrico-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-citrico-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-citrico-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-citrico-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-citrico-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-citrico-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-citrico-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-escuro-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-escuro-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-escuro-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-escuro-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-escuro-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-escuro-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-escuro-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-escuro-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-laranja-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-laranja-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-laranja-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-laranja-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-laranja-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-laranja-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-laranja-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-laranja-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-marrom .cnu-nav-section-v2__link--active {
  color: var(--cdm-marrom);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-marrom-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-marrom-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-marrom-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-marrom-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-marrom-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-marrom-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-marrom-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-marrom-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-rosa .cnu-nav-section-v2__link--active {
  color: var(--cdm-rosa);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-rosa-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-rosa-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-rosa-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-rosa-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-rosa-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-rosa-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-rosa-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-rosa-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-bege-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-bege-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-bege-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-bege-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-bege-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-bege-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-bege-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-bege-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-amarelo-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-amarelo-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-amarelo-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-amarelo-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-amarelo-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-amarelo-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-amarelo-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-amarelo-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-claro-novo .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-claro-novo);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-claro-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-claro-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-claro-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-claro-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-claro-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-claro-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-claro-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-claro-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-azul .cnu-nav-section-v2__link--active {
  color: var(--cdm-azul);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-azul-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-azul-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-azul-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-azul-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-azul-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-azul-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-azul-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-azul-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-preto .cnu-nav-section-v2__link--active {
  color: var(--cdm-preto);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-escuro-2 .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-escuro-2);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-claro-2 .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-claro-2);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-texto-menor-importancia .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-texto-menor-importancia);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-background-2 .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-background-2);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-divisoes .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-divisoes);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-shadow .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-shadow);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde .cnu-nav-section-v2__link {
  color: var(--cdm-verde);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-claro .cnu-nav-section-v2__link {
  color: var(--cdm-verde-claro);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-bege .cnu-nav-section-v2__link {
  color: var(--cdm-bege);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-branco .cnu-nav-section-v2__link {
  color: var(--cdm-branco);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-vermelho .cnu-nav-section-v2__link {
  color: var(--cdm-vermelho);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-roxo-claro .cnu-nav-section-v2__link {
  color: var(--cdm-roxo-claro);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-laranja .cnu-nav-section-v2__link {
  color: var(--cdm-laranja);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-amarelo .cnu-nav-section-v2__link {
  color: var(--cdm-amarelo);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-claro .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-claro);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-escuro .cnu-nav-section-v2__link {
  color: var(--cdm-verde-escuro);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-roxo-escuro .cnu-nav-section-v2__link {
  color: var(--cdm-roxo-escuro);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-agua .cnu-nav-section-v2__link {
  color: var(--cdm-verde-agua);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-escuro .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-escuro);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-marrom .cnu-nav-section-v2__link {
  color: var(--cdm-marrom);
}
:root .cnu-theme .cnu-nav-section-v2 .text-grey-light .cnu-nav-section-v2__link {
  color: var(--grey-light);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-claro .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-claro);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-bege .cnu-nav-section-v2__link--active {
  color: var(--cdm-bege);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-branco .cnu-nav-section-v2__link--active {
  color: var(--cdm-branco);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-vermelho .cnu-nav-section-v2__link--active {
  color: var(--cdm-vermelho);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-roxo-claro .cnu-nav-section-v2__link--active {
  color: var(--cdm-roxo-claro);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-laranja .cnu-nav-section-v2__link--active {
  color: var(--cdm-laranja);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-amarelo .cnu-nav-section-v2__link--active {
  color: var(--cdm-amarelo);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-claro .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-claro);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-escuro .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-escuro);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-roxo-escuro .cnu-nav-section-v2__link--active {
  color: var(--cdm-roxo-escuro);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-agua .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-agua);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-escuro .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-escuro);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-marrom .cnu-nav-section-v2__link--active {
  color: var(--cdm-marrom);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-grey-light .cnu-nav-section-v2__link--active {
  color: var(--grey-light);
}
:root .cnu-theme .button_40 img {
  height: 2.5rem;
  width: 2.5rem;
}
:root .cnu-theme .button_40--desktop {
  display: block;
}
:root .cnu-theme .button_40--mobile {
  display: none;
}
@media (max-width: 768px) {
  :root .cnu-theme .button_40--desktop {
    display: none;
  }
  :root .cnu-theme .button_40--mobile {
    display: block;
  }
}
:root .cnu-theme .slider-container .cnu-card-plan {
  font-family: "Unimed Sans";
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 21rem !important;
  min-width: 21rem !important;
  background: #FFFFFF;
  padding: 2rem 1.5rem;
  border: 2px solid #d1d1d1;
  border-radius: 8px;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-heading .heading-title {
  color: #5b5c65;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-heading .heading-pricing {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  padding: 0;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-heading .heading-pricing .heading-pricing-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.4rem;
  padding: 2px 0;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-heading .heading-pricing .heading-pricing-price .real-symbol {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #004E4C;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-heading .heading-pricing .heading-pricing-price .value {
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #004E4C;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-heading .heading-pricing .period {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.2px;
  color: #888888;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-coveraging-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-coveraging-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-coveraging-list li .descriptions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-coveraging-list li .descriptions span {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #5b5c65;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-coveraging-list li .material-symbols-outlined {
  font-size: 18px;
  color: #00995C;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-coveraging-list .cnu-card-plan-coveraging-list-item-icon {
  width: 20px;
  max-height: 20px;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-other-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-other-info span {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #004E4C;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-other-info p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #464646;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-other-info p a {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #00995D;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-actions .confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  background: #f47920;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-actions .confirm:hover {
  background: #f4a063;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-actions .confirm span {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-actions .infos {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  background: #FFFFFF;
  border: none;
  border: 2px solid #00995C;
  border-radius: 6px;
  cursor: pointer;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-actions .infos span {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #00995C;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-actions .infos:hover {
  border-color: #B1D34B;
}
:root .cnu-theme .slider-container .cnu-card-plan .cnu-card-plan-actions .infos:hover span {
  color: #B1D34B;
}
:root .cnu-theme .slider-container__justify-content--desktop {
  justify-content: center;
}
@media (max-width: 768px) {
  :root .cnu-theme .slider-container .cnu-card-plan {
    min-width: 18rem !important;
  }
  :root .cnu-theme .slider-container__justify-content--desktop {
    justify-content: flex-start;
  }
  :root .cnu-theme .slider-container__justify-content--mobile {
    justify-content: center;
  }
}
@media (max-width: 440px) {
  :root .cnu-theme .swiffy-slider .button_40 img {
    height: 26px !important;
    width: 26px !important;
  }
  :root .cnu-theme .slider-container .cnu-card-plan {
    min-width: 15rem !important;
  }
}
:root .cnu-theme .cnu-modal-planos {
  font-family: "Unimed Sans";
  max-width: 1224px;
  max-height: 85vh;
  height: max-content;
  width: 100%;
  border-radius: 0.75rem;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper {
  display: flex;
  gap: 2.625rem;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-banner {
  width: 432px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content-close-mobile {
  display: none;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content {
  position: relative;
  margin-top: 71px;
  width: calc(100% - 471px);
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-close {
  position: absolute;
  right: 61px;
  font-size: 40px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-title {
  font-family: "Unimed Sans";
  margin: 0;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-small {
  font-family: "Unimed Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12.8254px;
  line-height: 135%;
  color: #888888;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-subtitle {
  font-family: "Unimed Sans";
  font-weight: 700;
  font-size: 22.444px;
  line-height: 106.5%;
  color: #004E4C;
  margin-bottom: 26px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-subtitle--preco {
  font-size: 28.857px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-subtitle span:last-child {
  color: #9A9A9A;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 6px;
  overflow: auto;
  padding-right: 3px;
  margin-right: 42px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-nav::-webkit-scrollbar {
  width: 20px;
  height: 12px;
  background-color: #C9C9C9;
  border-radius: 12px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-nav::-webkit-scrollbar-thumb {
  background-color: #878787;
  border-radius: 12px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-nav .cnu-modal-planos-content-nav-primary {
  padding: 12px 32px 11px;
  background: #F47920;
  border: #F47920;
  border-radius: 8px;
  font-family: "Unimed Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  text-align: center;
  color: #FFFFFF;
  box-shadow: none;
  min-width: 200px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-nav span {
  width: 1px;
  height: 38px;
  border: 2px solid #D9D9D9;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-nav .cnu-modal-planos-content-nav-secondary {
  padding: 14px 32px 10px;
  border: 2px solid #00995C;
  border-radius: 8px;
  font-family: "Unimed Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  color: #00995C;
  background-color: transparent;
  box-shadow: none;
  text-wrap: nowrap;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription {
  overflow: auto;
  max-height: calc(85vh - 293px);
  padding-right: 42px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription > h4 {
  font-family: "Unimed Sans";
  font-weight: 400;
  font-size: 28px;
  line-height: 106.5%;
  color: #313131;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription > h4:first-child {
  margin-top: 0;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 32px;
  gap: 20px;
  background: #FFFFFF;
  border: 2px solid #D1D1D1;
  border-radius: 12px;
  margin-bottom: 12px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card > div > p {
  color: #5B5C65;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card .cnu-modal-planos-content-decription-item-card-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card .cnu-modal-planos-content-decription-item-card-title > span {
  display: flex;
  font-size: 32px;
  color: #00995D;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card .cnu-modal-planos-content-decription-item-card-title > span img {
  width: 32px;
  height: 32px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card .cnu-modal-planos-content-decription-item-card-title > p {
  margin: 0;
  display: flex;
  flex-direction: column;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card .cnu-modal-planos-content-decription-item-card-preco {
  display: flex;
  align-items: baseline;
  gap: 11px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card .cnu-modal-planos-content-decription-item-card-preco span {
  font-family: "Unimed Sans";
  font-weight: 700;
  line-height: 135%;
  color: #00995C;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card .cnu-modal-planos-content-decription-item-card-preco span:first-child {
  font-size: 20px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card .cnu-modal-planos-content-decription-item-card-preco span:last-child {
  font-size: 40px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card-preco-completa {
  font-size: 12.8254px;
  line-height: 135%;
  color: #004E4C;
  margin-bottom: 8px;
  margin-top: 32px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card-valores {
  font-size: 14px;
  line-height: 135%;
  color: #464646;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card-valores a {
  font-weight: 600;
  color: #00995D;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card-valores a:hover {
  color: #00995D;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription::-webkit-scrollbar {
  width: 20px;
  background-color: #C9C9C9;
  border-radius: 12px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription::-webkit-scrollbar-thumb {
  background-color: #878787;
  border-radius: 12px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form {
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: calc(85vh - 74px);
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-close-form {
  top: -32px;
  right: 45px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-logo-form {
  margin-bottom: 42px;
  width: min-content;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-title-form {
  font-family: "Unimed Sans";
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #313131;
  margin-bottom: 8px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-title-plan-form {
  font-family: "Unimed Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #9A9A9A;
  margin-bottom: 24px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-view-form-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 42px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-view-form-wrapper::-webkit-scrollbar {
  width: 20px;
  background-color: #C9C9C9;
  border-radius: 12px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-view-form-wrapper::-webkit-scrollbar-thumb {
  background-color: #878787;
  border-radius: 12px;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-view-form-wrapper .cnu-modal-planos-content-btn-wrapper {
  display: flex;
  justify-content: center;
}
:root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-view-form-wrapper .cnu-modal-planos-content-btn-wrapper .cnu-modal-planos-content-btn-back-plan {
  font-family: "Unimed Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0.25px;
  color: #00995C;
  border: none;
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1079px) {
  :root .cnu-theme .cnu-modal-planos {
    border-radius: 0;
    max-width: 100%;
    max-height: unset;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper {
    flex-direction: column;
    gap: 0;
    overflow: auto;
    height: 100vh;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-banner {
    position: relative;
    width: 100%;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-banner img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-banner .cnu-modal-planos-content-close-mobile {
    display: flex;
    align-items: center;
    position: absolute;
    top: 28px;
    left: 20px;
    border-radius: 8px;
    padding: 8px 18px;
    font-size: 16px;
    font-weight: 400;
    color: #004E4C;
    border: #fff;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content {
    margin: 0;
    padding: 32px 19px;
    width: 100%;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-close {
    display: none;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-title {
    font-size: 16px;
    line-height: 21px;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-subtitle {
    font-size: 32px;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-subtitle span {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-subtitle--preco {
    font-size: 32px !important;
    font-weight: 600 !important;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-nav {
    flex-wrap: wrap;
    max-width: unset;
    margin-right: 0;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-nav .cnu-modal-planos-content-nav-primary {
    flex: 0 0 100%;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-nav .cnu-modal-planos-content-nav-secondary {
    flex: 1;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-nav span {
    display: none;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription {
    max-height: unset;
    padding-right: 0;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription > h4 {
    font-weight: 900;
    font-size: 32px;
    line-height: 106.5%;
    color: #313131;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-decription .cnu-modal-planos-content-decription-item-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form {
    max-height: unset;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-logo-form {
    display: none;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-title-form {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-title-plan-form {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 2px;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-view-form-wrapper {
    max-height: unset;
    padding-right: unset;
  }
  :root .cnu-theme .cnu-modal-planos .cnu-modal-planos-wrapper .cnu-modal-planos-content .cnu-modal-planos-content-view-form .cnu-modal-planos-content-view-form-wrapper .cnu-modal-planos-content-btn-wrapper .cnu-modal-planos-content-btn-back-plan {
    border: 1.60317px solid #00995C;
    border-radius: 6.4127px;
    width: calc(100% - 13px);
    height: 40px;
  }
}
:root .cnu-theme .cnu-modal-planos__wrapper-form .portlet:hover > .portlet-topper {
  transform: unset !important;
}
:root .cnu-theme .cnu-modal-planos span[data-active=false], :root .cnu-theme .cnu-modal-planos--hide {
  display: none !important;
}
@media (max-width: 1079px) {
  :root .cnu-theme #cnuModalPlanos .modal-dialog {
    width: 100%;
    margin: 0;
  }
}
:root .cnu-theme .cnu-compare-plans-wrapper {
  display: block;
  margin: 0 auto;
  background: #004E4C;
  padding: 3.5rem 1.5rem;
  font-family: "Unimed Sans";
  font-style: normal;
}
:root .cnu-theme .cnu-compare-plans-wrapper .table-wrapper {
  border-radius: 4px;
  background: #004E4C;
  margin: 0 auto;
  overflow: auto;
  max-width: 1180px;
}
:root .cnu-theme .cnu-compare-plans-wrapper .table-wrapper table {
  margin: 0 auto;
  table-layout: fixed;
  width: fit-content;
  background: #FFFFFF;
}
:root .cnu-theme .cnu-compare-plans-wrapper .table-wrapper table th {
  padding: 1rem 1rem 1.5rem 0rem;
}
:root .cnu-theme .cnu-compare-plans-wrapper .table-wrapper table th:first-child {
  font-size: 25px;
  font-weight: 600;
  color: #FFFFFF;
}
:root .cnu-theme .cnu-compare-plans-wrapper .table-wrapper table th:not(:first-child) {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
:root .cnu-theme .cnu-compare-plans-wrapper .table-wrapper table td:first-child {
  background: #004E4C;
  font-size: 16px;
  font-weight: 600;
  padding: 1.25rem 1rem 1.25rem 0rem;
  color: #B1D34B;
}
:root .cnu-theme .cnu-compare-plans-wrapper .table-wrapper table th:first-child,
:root .cnu-theme .cnu-compare-plans-wrapper .table-wrapper table td:first-child {
  width: 22.5rem;
  position: sticky;
  left: 0;
  background: #004E4C;
}
:root .cnu-theme .cnu-compare-plans-wrapper .table-wrapper table th:not(:first-child),
:root .cnu-theme .cnu-compare-plans-wrapper .table-wrapper table td:not(:first-child) {
  border-right: 8px solid #004E4C;
  background: #FFFFFF;
  text-align: center;
  width: 12rem;
  color: #5B5C65;
}
:root .cnu-theme .cnu-compare-plans-wrapper .table-wrapper table td:not(:first-child) {
  font-size: 16px;
  font-weight: 600;
}
:root .cnu-theme .cnu-compare-plans-wrapper .table-wrapper table tr:last-child td:not(:first-child) {
  font-size: 14px;
}
:root .cnu-theme .cnu-form-lead__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 83px 40px;
}
:root .cnu-theme .cnu-form-lead__content {
  display: flex;
  flex-direction: column;
}
:root .cnu-theme .cnu-form-lead__title {
  font-family: "Unimed Sans";
  color: #B1D34B;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 32px;
}
:root .cnu-theme .cnu-form-lead__subtitle {
  font-family: "Unimed Sans";
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 20px;
}
:root .cnu-theme .cnu-form-lead__description {
  font-family: "Unimed Sans";
  color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
  max-width: 400px;
}
:root .cnu-theme .cnu-form-lead__form {
  max-width: 500px;
  min-width: 500px;
  background: #FFFFFF;
  padding: 36px 24px;
  border-radius: 8px;
}
:root .cnu-theme .cnu-form-lead__form-title {
  font-family: "Unimed Sans";
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 24px;
}
@media (max-width: 1249.98px) {
  :root .cnu-theme .cnu-form-lead__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    padding: 54px 16px;
  }
  :root .cnu-theme .cnu-form-lead__content {
    padding: 0 8px;
  }
  :root .cnu-theme .cnu-form-lead__subtitle {
    font-size: 30px;
    line-height: 35px;
  }
  :root .cnu-theme .cnu-form-lead__description {
    font-size: 14px;
    line-height: 21px;
  }
  :root .cnu-theme .cnu-form-lead__form {
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
  :root .cnu-theme .cnu-form-lead__form-title {
    margin-bottom: 16px;
  }
}
:root .cnu-theme .cnu-collective-plan-accordion-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  font-family: "Unimed Sans";
  flex-direction: column;
  align-items: center;
  margin: 2.5rem 0px;
  gap: 1.5rem;
}
:root .cnu-theme .cnu-collective-plan-accordion-wrapper .box-collective-info-accordion {
  width: 90%;
  height: 64px;
  max-width: 1366px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 21px;
}
:root .cnu-theme .cnu-collective-plan-accordion-wrapper .text-state {
  font-size: 18px;
  font-weight: 600;
  color: #33303e;
  margin: 0 auto;
}
:root .cnu-theme .cnu-collective-plan-accordion-wrapper .box-info {
  display: none;
  color: #5b5c65;
  font-size: 16px;
  margin-top: 16px;
}
:root .cnu-theme .cnu-collective-plan-accordion-wrapper strong {
  padding-right: 30px;
}
:root .cnu-theme .cnu-collective-plan-accordion-wrapper .box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  align-items: center;
}
:root .cnu-theme .cnu-collective-plan-accordion-wrapper img {
  width: 19px;
  object-fit: cover;
}
@media (max-width: 576px) {
  :root .cnu-theme .cnu-collective-plan-accordion-wrapper .box-info {
    font-size: 12px;
    flex-direction: column;
  }
  :root .cnu-theme .cnu-collective-plan-accordion-wrapper .bar {
    display: none;
  }
}
:root .cnu-theme .cnu-compare-plans-wrapper {
  display: flex;
  width: 100%;
  background: #004e4c;
  padding: 0;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 3rem;
  max-width: 1180px;
  overflow: auto;
  padding: 3.5rem 1rem;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content ul {
  list-style-type: none;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .title {
  font-size: 40px;
  font-weight: 600;
  color: #b1d34b;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  background: #004e4c;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .coverages {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  background: #004e4c;
  border-radius: 4px;
  border: 2px solid white;
  padding: 1.5rem 1.5rem 0;
  margin-bottom: 24px;
  min-width: 346px;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .coverages span {
  display: flex;
  height: 48px;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 600;
  color: white;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .coverages ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .coverages ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #b1d34b;
  border-bottom: 1px solid #DEDEDE;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .coverages ul div:last-child > li {
  border: none;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  overflow: auto;
  padding-bottom: 24px;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 11.875rem;
  min-width: 11.875rem;
  background: white;
  border-radius: 4px;
  border: 2px solid white;
  padding: 1.5rem 1.5rem 0;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans section span {
  display: flex;
  height: 48px;
  align-items: flex-start;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans section ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans section ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  font-size: 14px;
  font-weight: 600px;
  color: #b1d34b;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans section ul li:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans::-webkit-scrollbar {
  width: 18px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 12px;
}
:root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans::-webkit-scrollbar-thumb {
  background-color: #6F6F6F;
  border-radius: 12px;
}
@media (max-width: 600px) {
  :root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .coverages {
    min-width: unset;
  }
}
@media (max-width: 440px) {
  :root .cnu-theme .cnu-compare-plans-wrapper .content {
    padding: 2.5rem 1rem;
    gap: 2rem;
  }
  :root .cnu-theme .cnu-compare-plans-wrapper .content .title {
    font-size: 28px;
  }
  :root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans {
    gap: 0.625rem;
  }
  :root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .coverages span {
    font-size: 18px;
  }
  :root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .coverages ul li {
    font-size: 12px;
  }
  :root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans {
    gap: 0.5rem;
  }
  :root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans section {
    width: 8.25rem;
    min-width: 8.25rem;
  }
  :root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans section span {
    font-size: 14px;
  }
  :root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans section ul li {
    font-size: 12px;
  }
  :root .cnu-theme .cnu-compare-plans-wrapper .content .compare-plans .container-plans section ul li img {
    width: 1.5rem;
  }
}
:root .cnu-theme .cnu-banner {
  line-height: 1.5;
}
:root .cnu-theme .cnu-banner .card-img {
  object-fit: cover;
}
:root .cnu-theme .cnu-banner .card-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  :root .cnu-theme .cnu-banner .banner-title {
    font-size: 32px !important;
  }
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-banner .banner-title {
    font-size: 20px !important;
  }
  :root .cnu-theme .cnu-banner .card-img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 280.98px) {
  :root .cnu-theme .cnu-banner .banner-title {
    font-size: 18px !important;
  }
}
:root .cnu-theme .wrapper-gray {
  background: #cdcdcd !important;
}
:root .cnu-theme .cnu-plan-filters-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  padding: 3rem;
  font-family: "Unimed Sans";
  font-style: normal;
}
:root .cnu-theme .cnu-plan-filters-wrapper .cnu-filter-button {
  display: none;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
:root .cnu-theme .cnu-plan-filters-wrapper .cnu-close-filters-button {
  display: none;
  cursor: pointer;
  position: absolute;
  margin-right: 38px;
  right: 0;
  margin-top: 24px;
  background: transparent;
  border: none;
}
:root .cnu-theme .cnu-plan-filters-wrapper .cnu-close-filters-button img {
  width: 16px;
  height: 16px;
}
:root .cnu-theme .cnu-plan-filters-wrapper .hidden {
  display: none !important;
}
:root .cnu-theme .cnu-plan-filters-wrapper .visible {
  display: flex !important;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content {
  display: flex;
  flex-direction: column;
  max-width: 1180px;
  width: 100%;
  gap: 1.5rem;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  justify-content: space-between;
  gap: 1rem;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group .filter-item {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  gap: 1rem;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group .filter-item label {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group .filter-item .checkboxes-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group .filter-item .checkboxes-group .checkboxes-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group .filter-item .checkboxes-group .checkboxes-item label {
  font-size: 14px;
  font-weight: 400;
  color: #5b5c65;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group .filter-item input[type=radio],
:root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group .filter-item input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 14px;
  width: 14px;
  background: #f4f4f4;
  border-radius: 2px;
  border: 1px solid #dedede;
  cursor: pointer;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group .filter-item input[type=radio] {
  border-radius: 50%;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group .filter-item input:checked {
  border: 2px solid #00995d;
  background-color: #00995d;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group .filter-item input:checked + span::before {
  content: "✓";
  display: block;
  text-align: center;
  color: #41b883;
  position: absolute;
  left: 0.7rem;
  top: 0.2rem;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group .filter-item input:active {
  border: 2px solid #00995d;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1rem;
}
:root .cnu-theme .cnu-plan-filters-wrapper .content .actions button {
  width: 10.75rem;
}
@media (min-width: 441px) and (max-width: 681px) {
  :root .cnu-theme .filter-item {
    flex: 1;
  }
}
@media (max-width: 440px) {
  :root .cnu-theme .cnu-plan-filters-wrapper {
    align-items: flex-start;
    padding: 1.25rem;
    background: white;
  }
  :root .cnu-theme .cnu-plan-filters-wrapper .cnu-filter-button {
    display: flex;
  }
  :root .cnu-theme .cnu-plan-filters-wrapper .cnu-close-filters-button {
    display: block;
  }
  :root .cnu-theme .cnu-plan-filters-wrapper .content {
    display: none;
  }
  :root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group {
    border-radius: 12px;
    padding: 1.5rem;
    background: #fbfbfb;
    gap: 1.5rem;
  }
  :root .cnu-theme .cnu-plan-filters-wrapper .content .filters-group .filter-item {
    width: 100%;
  }
  :root .cnu-theme .cnu-plan-filters-wrapper .content .actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
  }
  :root .cnu-theme .cnu-plan-filters-wrapper .content .actions button {
    width: 100%;
  }
}
:root .cnu-theme .btn-primary {
  background-color: #00995D;
  border-color: #00995D;
  color: #fff;
}
:root .cnu-theme .btn-outline-primary {
  color: #00401A;
  background-color: transparent;
  background-image: none;
  border-color: #B1D249;
}
:root .cnu-theme .btn-outline-primary:hover {
  color: #00401A;
  background-color: #B1D249;
  border-color: #B1D249;
}
:root .cnu-theme .btn-outline-primary:focus,
:root .cnu-theme .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgb(194, 219, 121);
}
:root .cnu-theme .btn-outline-primary.disabled,
:root .cnu-theme .btn-outline-primary:disabled {
  color: #B1D249;
  background-color: transparent;
}
:root .cnu-theme .btn-outline-primary:not(:disabled):not(.disabled):active,
:root .cnu-theme .btn-outline-primary:not(:disabled):not(.disabled).active,
:root .cnu-theme .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #B1D249;
  border-color: #B1D249;
}
:root .cnu-theme .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
:root .cnu-theme .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
:root .cnu-theme .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(194, 219, 121);
}
:root .cnu-theme .btn-claro {
  color: #FFF;
  background-color: transparent;
  background-image: none;
  border-color: #FFF;
}
:root .cnu-theme .btn-unimed {
  height: 45px;
  width: 190px;
  text-align: center;
  line-height: 45px;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 0.875rem;
  font-family: "Unimed Sans";
  border-radius: 5px;
  opacity: 1;
  border: none;
  padding: 0;
  transition: none;
}
:root .cnu-theme .btn-unimed:hover {
  text-decoration: none;
}
:root .cnu-theme .btn-unimed--download {
  background: #FFFFFF url("../images/icons/ico_btn_down_black.svg") left center no-repeat padding-box;
  padding-left: 32px;
  background-position-x: 42px;
  line-height: 41px;
  border: 2px solid #333333;
  color: #333333;
}
:root .cnu-theme .btn-unimed--download:hover {
  border: 4px solid #049A5C;
  background-image: url("../images/icons/ico_btn_down_green.svg");
  color: #00995D;
  padding-left: 30px !important;
  background-position-x: 40px !important;
  line-height: 37px;
}
:root .cnu-theme .btn-unimed--download:active {
  background-color: #00995D;
  background-image: url("../images/icons/ico_btn_down_white.svg");
  color: #FFFFFF;
}
:root .cnu-theme .btn-unimed--share {
  background: #FFFFFF url("../images/icons/ico_btn_share_green.svg") left center no-repeat padding-box;
  padding-left: 34px;
  background-position-x: 32px;
  line-height: 41px;
  border: 2px solid #249D57;
  color: #00995D;
}
:root .cnu-theme .btn-unimed--share:hover {
  background-image: url("../images/icons/ico_btn_share_white.svg");
  background-color: #00995D;
  color: #FFFFFF;
}
:root .cnu-theme .btn-unimed--share:active {
  background-color: #333333;
  border-color: #333333;
  color: #FFFFFF;
}
:root .cnu-theme .btn-unimed--grey {
  background: #E2E2E2 0% 0% no-repeat padding-box;
  font-weight: normal;
  color: #5B5C65;
}
:root .cnu-theme .btn-unimed--grey:hover {
  border: 1px solid #5B5C65;
  background-color: #FFFFFF;
  line-height: 43px;
}
:root .cnu-theme .btn-unimed--grey:active {
  background-color: #333333;
  color: #FFFFFF;
}
:root .cnu-theme .btn-unimed--lime {
  background: #B1D34B 0% 0% no-repeat padding-box;
  color: #00401A;
}
:root .cnu-theme .btn-unimed--lime:hover {
  background-color: #00401A;
  color: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(9, 66, 20, 0.3019607843);
}
:root .cnu-theme .btn-unimed--lime:active {
  border: 2px solid #094214;
  background-color: #FFFFFF;
  color: #00401A;
  line-height: 41px;
}
:root .cnu-theme .btn-unimed--green {
  background: #00995D 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
:root .cnu-theme .btn-unimed--green:hover {
  box-shadow: 0px 5px 15px rgba(0, 64, 26, 0.3019607843);
}
:root .cnu-theme .btn-unimed--green:active {
  border: 2px solid #049A5C;
  background-color: #FFFFFF;
  color: #00995D;
  line-height: 41px;
}
:root .cnu-theme .btn-unimed--orange {
  background: #F47920 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
:root .cnu-theme .btn-unimed--orange:hover {
  box-shadow: 0px 5px 15px rgba(165, 82, 14, 0.3019607843);
}
:root .cnu-theme .btn-unimed--orange:active {
  border: 2px solid #EE7511;
  background-color: #FFFFFF;
  color: #F47920;
  line-height: 41px;
}
:root .cnu-theme .btn-unimed--pink {
  background: #ED1651 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
:root .cnu-theme .btn-unimed--pink:hover {
  box-shadow: 0px 5px 15px rgba(150, 28, 48, 0.3019607843);
}
:root .cnu-theme .btn-unimed--pink:active {
  border: 2px solid #E62847;
  background-color: #FFFFFF;
  color: #ED1651;
  line-height: 41px;
}
:root .cnu-theme .lfr-ddm-form-submit {
  color: transparent;
}
:root .cnu-theme .lfr-ddm-form-submit:after {
  content: "Enviar";
  display: block;
  color: #FFF;
  margin-top: -23px;
}
:root .cnu-theme .btn-tags-filter {
  border: 1px solid #00995D;
  text-align: left;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 1;
  color: #00995D;
}
:root .cnu-theme .btn:focus,
:root .cnu-theme button:focus {
  box-shadow: 0 0 0 0.125rem #FFF, 0 0 0 0.25rem #7AC0A0;
}
:root .cnu-theme .cnu-button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  background: #f47920;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
:root .cnu-theme .cnu-button-primary:hover {
  background: #f4a063;
}
:root .cnu-theme .cnu-button-primary span {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}
:root .cnu-theme .cnu-button-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  background: #FFFFFF;
  border: none;
  border: 2px solid #00995C;
  border-radius: 6px;
  cursor: pointer;
}
:root .cnu-theme .cnu-button-secondary span {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #00995C;
}
:root .cnu-theme .cnu-button-secondary:hover {
  border-color: #B1D34B;
}
:root .cnu-theme .cnu-button-secondary:hover span {
  color: #B1D34B;
}
:root .cnu-theme .cnu-filter-button {
  display: flex;
  align-items: center;
  width: 8.5rem;
  height: 2.375rem;
  background: #b1d34b;
  border: none;
  border-radius: 6px;
  padding: 0 0.75rem;
  cursor: pointer;
}
:root .cnu-theme .cnu-filter-button img {
  height: 24px;
  width: 24px;
}
:root .cnu-theme .cnu-filter-button span {
  font-weight: 600;
  font-size: 13px;
  color: #004e4c;
}
:root .cnu-theme .cnu-text-for-principles-five {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Unimed Sans";
  background-color: #f1f9f8;
}
:root .cnu-theme .cnu-text-for-principles-five .container-text-info {
  max-width: 1366px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 96px;
}
:root .cnu-theme .cnu-text-for-principles-five .title-text-principles-five {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
:root .cnu-theme .cnu-text-for-principles-five .box-text-principle {
  margin-top: 24px;
}
:root .cnu-theme .cnu-text-for-principles-five .text-principles-five {
  color: #004e4c;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 772px) {
  :root .cnu-theme .cnu-text-for-principles-five .text-principles-five {
    font-size: 24px;
    line-height: 38px;
  }
  :root .cnu-theme .cnu-text-for-principles-five .container-text-info {
    padding: 56px;
  }
}
@media (max-width: 434px) {
  :root .cnu-theme .cnu-text-for-principles-five .text-principles-five {
    font-size: 18px;
    line-height: 30px;
  }
  :root .cnu-theme .cnu-text-for-principles-five .container-text-info {
    padding: 24px;
  }
}
:root .cnu-theme .cnu-principles-four {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Unimed Sans";
  background-color: #ffffff;
}
:root .cnu-theme .cnu-principles-four .container-global {
  max-width: 1180px;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 24px;
  justify-content: space-between;
}
:root .cnu-theme .cnu-principles-four .bar {
  padding: 0px 0.5px;
  margin: 25px 0px 50px 0px;
  background-color: #d1d1d1;
}
:root .cnu-theme .cnu-principles-four .container-text-info {
  width: 100%;
  padding: 0px 50px;
}
:root .cnu-theme .cnu-principles-four .columns-container {
  display: flex;
  margin: 20px 0px 58px 0px;
  justify-content: space-between;
}
:root .cnu-theme .cnu-principles-four .column {
  padding-right: 20px;
}
:root .cnu-theme .cnu-principles-four .principle {
  color: #004e4c;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
}
:root .cnu-theme .cnu-principles-four .title {
  font-size: 16px;
  font-weight: 600;
  color: #6f6f6f;
  text-transform: uppercase;
}
@media (max-width: 987px) {
  :root .cnu-theme .cnu-principles-four .column {
    padding-right: 17px;
  }
}
@media (max-width: 832px) {
  :root .cnu-theme .cnu-principles-four .container-global {
    display: flex;
    flex-direction: column;
  }
  :root .cnu-theme .cnu-principles-four .container-text-info {
    padding: 0px 0px;
  }
  :root .cnu-theme .cnu-principles-four .bar {
    display: none;
  }
  :root .cnu-theme .cnu-principles-four .columns-container {
    margin: 20px 0px 58px 0px;
  }
}
@media (max-width: 378px) {
  :root .cnu-theme .cnu-principles-four .column .principle {
    font-size: 17px;
  }
}
:root .cnu-theme .main-board-accordion {
  font-family: "Unimed Sans";
  width: 100%;
  max-width: 1180px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 16px;
}
:root .cnu-theme .main-board-accordion p {
  margin: 0;
  padding: 0;
}
:root .cnu-theme .main-board-accordion .section-accordion {
  width: 100%;
  background-color: #f4f4f4;
  padding: 24px 32px;
  border-radius: 8px;
  align-items: center;
}
:root .cnu-theme .main-board-accordion .div-accordion-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
:root .cnu-theme .main-board-accordion .btn-show-hide {
  border: none;
  background-color: transparent;
  width: 36px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
:root .cnu-theme .main-board-accordion .section-tittle {
  color: #33303e;
  font-size: 18px;
}
:root .cnu-theme .main-board-accordion .section-list {
  margin-top: 28px;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  display: none;
}
:root .cnu-theme .main-board-accordion .section-list h2 {
  font-family: "Unimed Sans";
  font-size: 16px;
  color: #004e4c;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
}
:root .cnu-theme .main-board-accordion .section-list p {
  color: #f47920;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
:root .cnu-theme .main-board-accordion .section-list span {
  color: #5b5c65;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 768px) {
  :root .cnu-theme .main-board-accordion .section-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px;
    grid-column-gap: 48px;
  }
  :root .cnu-theme .main-board-accordion .section-accordion {
    padding: 20px 16px;
  }
}
@media (max-width: 600px) {
  :root .cnu-theme .main-board-accordion .section-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 12px;
  }
  :root .cnu-theme .main-board-accordion .section-list p {
    font-size: 16px;
  }
  :root .cnu-theme .main-board-accordion .section-list span {
    font-size: 12px;
  }
}
:root .cnu-theme .cnu-purpose-and-beliefs-card {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  font-family: "Unimed Sans";
  background-position: center;
  background-repeat: no-repeat;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card .container-text-info {
  max-width: 1180px;
  width: 100%;
  height: 100%;
  margin: 100px 0px;
  gap: 100px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-around;
  z-index: 1;
  overflow-wrap: break-word;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card .mine-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #00995d;
  margin-bottom: 16px;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card .featured-purpose {
  font-size: 25px;
  font-weight: 600;
  color: #b1d34b;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card .text-purpose {
  width: 481px;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 35px !important;
  color: #ffffff;
  width: 100%;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card .box-purpose {
  width: 580px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card .container-beliefs {
  overflow-wrap: break-word;
  max-width: 580px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card .box-beliefs {
  justify-content: start;
  display: grid;
  grid-template-columns: repeat(2, 280px);
  gap: 20px;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card .card-beliefs {
  padding: 24px;
  border-radius: 4px;
  background-color: #ffffff;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card img {
  width: 32px;
  object-fit: cover;
  margin-bottom: 12px;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card .text-card {
  word-break: break-word;
  color: #00995d;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
}
:root .cnu-theme #purpose_and_beliefs_card {
  position: relative;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card__wrapper .page-editor__editable {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card__wrapper > div {
  width: 100%;
  height: 100%;
}
:root .cnu-theme .cnu-purpose-and-beliefs-card__wrapper img {
  height: 100%;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center;
}
@media (max-width: 617px) {
  :root .cnu-theme .cnu-purpose-and-beliefs-card .text-purpose {
    width: 100%;
  }
  :root .cnu-theme .cnu-purpose-and-beliefs-card .box-purpose,
  :root .cnu-theme .cnu-purpose-and-beliefs-card .container-beliefs {
    margin: 15px;
    max-width: 80vw;
  }
  :root .cnu-theme .cnu-purpose-and-beliefs-card .box-beliefs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 452px) {
  :root .cnu-theme .cnu-purpose-and-beliefs-card .featured-purpose {
    font-size: 22px;
  }
  :root .cnu-theme .cnu-purpose-and-beliefs-card .text-purpose {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  :root .cnu-theme .cnu-purpose-and-beliefs-card .box-beliefs {
    grid-template-columns: repeat(1, 1fr);
  }
}
:root .cnu-theme .cnu-plan-filters-not-found-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48rem;
  width: 100%;
  justify-content: center;
  background: white;
  padding: 3rem;
}
:root .cnu-theme .cnu-plan-filters-not-found-result .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48rem;
}
:root .cnu-theme .cnu-plan-filters-not-found-result .content img {
  padding: 0.25rem;
  width: 5.625rem;
  height: 3.75rem;
}
:root .cnu-theme .cnu-plan-filters-not-found-result .content .description {
  color: #5b5c65;
  font-size: 18px;
  margin: 2.5rem 0 1.25rem 0;
}
:root .cnu-theme .cnu-plan-filters-not-found-result .content .clean-filters {
  border: none;
  height: 2.5rem;
  background: transparent;
  cursor: pointer;
}
:root .cnu-theme .cnu-plan-filters-not-found-result .content .clean-filters span {
  color: #00995d;
  font-weight: 600;
}
:root .cnu-theme .cnu-plan-filters-not-found-result .content .clean-filters:hover span {
  color: #b1d34b;
}
@media (max-width: 440px) {
  :root .cnu-theme .cnu-plan-filters-not-found-result {
    padding: 2rem;
  }
  :root .cnu-theme .cnu-plan-filters-not-found-result .content .description {
    font-size: 12px;
  }
  :root .cnu-theme .cnu-plan-filters-not-found-result .content .clean-filters span {
    font-size: 14px;
  }
}
:root .cnu-theme .reporting-channel-container {
  position: relative;
  display: flex;
  justify-content: center;
}
:root .cnu-theme .reporting-channel-image-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 45%;
}
@media (max-width: 600px) {
  :root .cnu-theme .reporting-channel-image-wrapper {
    bottom: 10%;
  }
}
:root .cnu-theme .reporting-channel-icon {
  margin-bottom: 40px;
  z-index: 2;
}
:root .cnu-theme .reporting-channel-icon img {
  height: 88px;
  width: 95px;
  object-fit: contain;
}
@media (max-width: 600px) {
  :root .cnu-theme .reporting-channel-icon {
    margin-bottom: 16px;
  }
  :root .cnu-theme .reporting-channel-icon img {
    height: 64px;
    width: 69px;
  }
}
:root .cnu-theme .reporting-channel-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 82px 20px;
}
@media (max-width: 600px) {
  :root .cnu-theme .reporting-channel-wrapper {
    padding: 130px 20px 46px;
  }
}
:root .cnu-theme .reporting-channel-box {
  width: 424px;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(116, 116, 116, 0.15);
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 39px;
}
@media (max-width: 600px) {
  :root .cnu-theme .reporting-channel-box {
    width: 340px;
    padding: 20px;
  }
}
@media (max-width: 379px) {
  :root .cnu-theme .reporting-channel-box {
    width: 100%;
    padding: 20px 14px;
  }
}
:root .cnu-theme .reporting-channel-title {
  color: #000;
  font-family: "Unimed Sans";
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 600px) {
  :root .cnu-theme .reporting-channel-title {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 0;
  }
}
:root .cnu-theme .reporting-channel-description {
  color: #5b5c65;
  text-align: center;
  font-family: "Unimed Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  :root .cnu-theme .reporting-channel-description {
    font-size: 14px;
    line-height: 18px;
  }
}
:root .cnu-theme .reporting-channel-description-highlight {
  color: #004e4c;
  font-family: "Unimed Sans";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  :root .cnu-theme .reporting-channel-description-highlight {
    font-size: 14px;
    line-height: 18px;
  }
}
:root .cnu-theme .reporting-channel-button {
  min-width: 221px;
  min-height: 48px;
  border-radius: 4px;
  border: 1px solid #f47920;
  background: #f47920;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-family: "Unimed Sans";
  box-sizing: border-box;
  font-size: 16px;
}
@media (max-width: 600px) {
  :root .cnu-theme .reporting-channel-button {
    width: 188px;
    min-height: 36px;
    font-size: 14px;
  }
}
@media (max-width: 379px) {
  :root .cnu-theme .reporting-channel-button {
    width: 100%;
    min-width: unset;
    min-height: 36px;
    font-size: 14px;
  }
}
:root .cnu-theme .cnu-executive-board-span {
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  color: #343a40;
}
:root .cnu-theme .cnu-executive-board-card-item {
  display: flex;
  flex-direction: row;
  height: 18.75rem;
  width: 58rem;
  min-width: 58rem;
  background: white;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 3px 6px rgba(116, 116, 116, 0.15);
}
:root .cnu-theme .cnu-executive-board-card-item .left-content {
  height: 100%;
  width: 12rem;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 2rem;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content .top-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .heading .person-infos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .heading .person-infos .person-social-medias {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .heading .person-infos .person-social-medias a {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .heading .person-infos .person-name {
  font-weight: 600;
  font-size: 25px;
  line-height: 22px;
  color: #333333;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .heading .person-position {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #f47920;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .content {
  display: flex;
  max-height: 7rem;
  flex-direction: column;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.5px;
  color: #5b5c65;
  overflow: auto;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .content p {
  margin: 0;
  padding: 0;
  padding-bottom: 0.75rem;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content .link {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  height: 21px;
  gap: 2px;
  padding-top: 0.5rem;
  text-decoration: none;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content .link .description {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #00995d;
}
:root .cnu-theme .cnu-executive-board-card-item .right-content .link .material-symbols-outlined {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  color: #00995d;
}
@media (max-width: 768px) {
  :root .cnu-theme .cnu-executive-board-card-item {
    flex-direction: column;
    min-width: 20rem !important;
    height: auto;
  }
  :root .cnu-theme .cnu-executive-board-card-item .right-content {
    gap: 1rem;
    padding: 1.25rem 1rem;
  }
  :root .cnu-theme .cnu-executive-board-card-item .right-content .top-content {
    gap: 1rem;
  }
  :root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .heading .person-infos {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  :root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .heading .person-infos .person-name {
    font-size: 18px;
  }
  :root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .heading .person-infos .person-social-medias {
    order: -1;
  }
  :root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .heading .person-position {
    font-size: 14px;
  }
  :root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .content {
    font-size: 14px;
  }
  :root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .link .description {
    font-size: 14px;
  }
  :root .cnu-theme .cnu-executive-board-card-item .right-content .top-content .link .material-symbols-outlined {
    font-size: 16px;
  }
}
:root .cnu-theme .cnu-text-with-form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Unimed Sans";
}
:root .cnu-theme .cnu-text-with-form .container-text-info {
  max-width: 1366px;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
:root .cnu-theme .cnu-text-with-form .container-text-info .small-title {
  color: #b1d34b;
  font-weight: 600;
  font-size: 16px;
}
:root .cnu-theme .cnu-text-with-form .container-text-info .main-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
  margin-top: 33px;
  margin-bottom: 20px;
}
:root .cnu-theme .cnu-text-with-form .container-text-info .text-info {
  width: 558px;
  padding-left: 10px;
}
:root .cnu-theme .cnu-text-with-form .container-text-info .text-component {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
:root .cnu-theme .cnu-text-with-form .form-container {
  border-radius: 8px;
  border: solid white 4px;
}
:root .cnu-theme .cnu-plan-filters-not-found-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48rem;
  width: 100%;
  justify-content: center;
  background: white;
  padding: 3rem;
}
:root .cnu-theme .cnu-plan-filters-not-found-result .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48rem;
}
:root .cnu-theme .cnu-plan-filters-not-found-result .content img {
  padding: 0.25rem;
  width: 5.625rem;
  height: 3.75rem;
}
:root .cnu-theme .cnu-plan-filters-not-found-result .content .description {
  color: #5b5c65;
  font-size: 18px;
  margin: 2.5rem 0 1.25rem 0;
}
:root .cnu-theme .cnu-plan-filters-not-found-result .content .clean-filters {
  border: none;
  height: 2.5rem;
  background: transparent;
  cursor: pointer;
}
:root .cnu-theme .cnu-plan-filters-not-found-result .content .clean-filters span {
  color: #00995d;
  font-weight: 600;
}
:root .cnu-theme .cnu-plan-filters-not-found-result .content .clean-filters:hover span {
  color: #b1d34b;
}
@media (max-width: 440px) {
  :root .cnu-theme .cnu-plan-filters-not-found-result {
    padding: 2rem;
  }
  :root .cnu-theme .cnu-plan-filters-not-found-result .content .description {
    font-size: 12px;
  }
  :root .cnu-theme .cnu-plan-filters-not-found-result .content .clean-filters span {
    font-size: 14px;
  }
}
:root .cnu-theme .container-unit-map {
  font-family: "Unimed Sans";
  width: 100%;
  height: 100%;
  min-height: 495px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
:root .cnu-theme .container-unit-map p,
:root .cnu-theme .container-unit-map h1,
:root .cnu-theme .container-unit-map h2 {
  padding: 0;
  margin: 0;
}
:root .cnu-theme .container-unit-map .background-unit-map {
  background-color: #004e4c;
  height: 294px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
:root .cnu-theme .container-unit-map .content-unit-map {
  margin-top: 60px;
  box-shadow: 0px 5px 10px 0px rgba(116, 116, 116, 0.15);
  border: 1px solid #dedede;
  background-color: #fff;
  width: 980px;
  height: 100%;
  min-height: 380px;
  border-radius: 6px;
  padding: 54px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
:root .cnu-theme .container-unit-map .select-unit-map {
  padding-right: 80px;
  width: 50%;
  border-right: 2px solid #e4e4e4;
}
:root .cnu-theme .container-unit-map .tittle-select-unit-map {
  margin-bottom: 42px;
}
:root .cnu-theme .container-unit-map .tittle-select-unit-map h1 {
  color: #004e4c;
  font-size: 44px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
:root .cnu-theme .container-unit-map .tittle-select-unit-map h2 {
  color: #5b5c65;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  width: 278px;
  overflow: hidden;
  text-overflow: ellipsis;
}
:root .cnu-theme .container-unit-map .input-select-unit-map {
  width: 100%;
  display: flex;
  flex-direction: column;
}
:root .cnu-theme .container-unit-map .input-select-unit-map p {
  color: #5b5c65;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 6px;
}
:root .cnu-theme .container-unit-map .select-container {
  width: 280px;
  height: 40px;
  border-radius: 8px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
}
:root .cnu-theme .container-unit-map #unitSelect {
  width: 100%;
  height: 100%;
  border: none;
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  border-radius: 8px;
  padding: 8px 0 8px 16px;
  border-right: solid 16px transparent;
  cursor: pointer;
}
:root .cnu-theme .container-unit-map .info-unit-map {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 80px;
  justify-content: space-between;
}
:root .cnu-theme .container-unit-map .content-info-unit {
  flex: 1;
}
:root .cnu-theme .container-unit-map .content-info-unit h1 {
  color: var(--cdm-verde-escuro);
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}
:root .cnu-theme .container-unit-map .content-info-unit p {
  color: #5b5c65;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
}
:root .cnu-theme .container-unit-map .link-map-unit {
  width: fit-content;
  text-decoration: none;
}
:root .cnu-theme .container-unit-map .btn-show-map {
  min-height: 56px;
  margin: 16px 0;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-radius: 6px;
  background-color: #fff;
  border: 2px solid #00995d;
  color: #00995d;
  font-size: 24px;
  font-weight: 600;
}
:root .cnu-theme .container-unit-map .btn-show-map img {
  min-width: 17px;
  min-height: 24px;
  max-width: 17px;
  max-height: 24px;
}
:root .cnu-theme .container-unit-map .div-local-service {
  height: 24px;
}
:root .cnu-theme .container-unit-map .local-service {
  color: #00995d;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  :root .cnu-theme .container-unit-map {
    padding: 74px 24px;
  }
  :root .cnu-theme .container-unit-map .content-unit-map {
    border-radius: 6px;
    padding: 32px 54px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  :root .cnu-theme .container-unit-map .background-unit-map {
    height: 100%;
  }
  :root .cnu-theme .container-unit-map .select-unit-map {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #e4e4e4;
    padding: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  :root .cnu-theme .container-unit-map .select-unit-map .tittle-select-unit-map {
    width: 100%;
    margin-bottom: 32px;
  }
  :root .cnu-theme .container-unit-map .select-unit-map .tittle-select-unit-map h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 28px;
    line-height: 28px;
  }
  :root .cnu-theme .container-unit-map .select-unit-map .tittle-select-unit-map h2 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }
  :root .cnu-theme .container-unit-map .select-unit-map .input-select-unit-map {
    align-items: center;
  }
  :root .cnu-theme .container-unit-map .select-unit-map .input-select-unit-map p {
    margin-bottom: 6px;
  }
  :root .cnu-theme .container-unit-map .info-unit-map {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  :root .cnu-theme .container-unit-map .info-unit-map .content-info-unit {
    width: 100%;
  }
  :root .cnu-theme .container-unit-map .info-unit-map .content-info-unit h1 {
    text-align: center;
  }
  :root .cnu-theme .container-unit-map .info-unit-map .content-info-unit p {
    text-align: center;
  }
}
@media (max-width: 470px) {
  :root .cnu-theme .container-unit-map .content-unit-map {
    padding: 32px 28px;
  }
  :root .cnu-theme .container-unit-map .btn-show-map {
    min-height: 35px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: 0.3px;
    border: 1px solid #00995d;
    gap: 8px;
  }
  :root .cnu-theme .container-unit-map .btn-show-map img {
    min-width: 11px;
    min-height: 15px;
    max-width: 11px;
    max-height: 15px;
  }
  :root .cnu-theme .container-unit-map #unitSelect {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
@media (max-width: 350px) {
  :root .cnu-theme .select-container {
    width: 100% !important;
  }
  :root .cnu-theme .container-unit-map .content-unit-map {
    min-width: auto;
    padding: 32px 10px;
  }
}
:root .cnu-theme .slider-container.cnu-certifications-container-slider {
  gap: 30px !important;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .slider-container.cnu-certifications-container-slider {
    gap: 16px !important;
  }
}
:root .cnu-theme .cnu-certifications-container {
  display: flex;
  background-color: #fff;
  gap: 16px;
  min-width: 360px;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-certifications-container {
    flex-direction: column !important;
    min-width: 164px !important;
  }
}
:root .cnu-theme .cnu-certifications-container > p {
  margin: 0;
  padding: 0;
}
:root .cnu-theme .cnu-certifications-container .content {
  display: inline-flex;
  flex-direction: column;
}
:root .cnu-theme .cnu-certifications-container .image {
  height: 126px;
  width: 126px;
  object-fit: contain;
  align-self: center;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-certifications-container .image {
    width: 96px;
    height: 96px;
  }
}
:root .cnu-theme .cnu-certifications-container .title {
  color: var(--texto-ttulos, #333);
  font-family: "Unimed Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-certifications-container .title {
    font-size: 14px;
    line-height: 20px;
  }
}
:root .cnu-theme .cnu-certifications-container .subtitle {
  color: var(--texto-ttulos, #333);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-certifications-container .subtitle {
    font-size: 12px;
    line-height: 25px;
  }
}
:root .cnu-theme .cnu-certifications-container .description {
  color: var(--texto-textos-longos, #5B5C65);
  font-family: "Unimed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-certifications-container .description {
    font-size: 10px;
    line-height: 16px;
  }
}
:root .cnu-theme .cnu-certifications-container .button-box {
  display: flex;
  max-width: 193px;
  width: fit-content;
  padding: 6px 9px;
  gap: 6px;
  align-items: center;
  border-radius: 4px;
  margin-top: 14px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-certifications-container .button-box {
    max-width: 149px;
  }
}
:root .cnu-theme .cnu-certifications-container .button-box img {
  max-width: 17px;
  max-height: 17px;
}
:root .cnu-theme .cnu-certifications-container .button-box a {
  color: #00995D;
  font-family: "Unimed Sans";
  font-size: 11.534px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
:root .cnu-theme .cnu-certifications-container .button-box > * {
  display: flex;
  align-items: center;
}
:root .cnu-theme .cnu-certifications-hide-btn-carousel {
  display: none;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-certifications-hide-btn-carousel {
    display: var(--smob) !important;
  }
}
:root .cnu-theme .btn-hidden {
  display: none;
}
:root .cnu-theme .dragging-cert {
  cursor: grab;
  scroll-behavior: auto;
}
:root .cnu-theme .container-controls {
  width: 60px !important;
}
:root .cnu-theme .cnu-certifications-container-slider #btn-next {
  margin-left: 0 !important;
}
:root .cnu-theme .link-certificado {
  display: flex !important;
  justify-content: center !important;
  padding: 12px 10px 12px 34px !important;
}
:root .cnu-theme .link-certificado-img {
  left: 8px !important;
}
:root .cnu-theme .cnu-board-section-container-small {
  gap: 8px;
}
:root .cnu-theme .cnu-board-section-container-small .cnu-board-accordion-tittle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 0;
  gap: 8px;
}
:root .cnu-theme .cnu-board-section-container-small .accordion-is-show {
  margin-bottom: 12px !important;
}
:root .cnu-theme .cnu-board-section-container-small .cnu-board-accordion-tittle-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
:root .cnu-theme .cnu-board-section-container-small .cnu-board-accordion-columns-container {
  padding: 16px 0;
}
:root .cnu-theme .cnu-board-section-container-medium {
  gap: 12px;
}
:root .cnu-theme .cnu-board-section-container-medium .cnu-board-accordion-tittle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px 0px;
  gap: 12px;
}
:root .cnu-theme .cnu-board-section-container-medium .accordion-is-show {
  margin-bottom: 16px !important;
}
:root .cnu-theme .cnu-board-section-container-medium .cnu-board-accordion-tittle-text {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 26px !important;
}
:root .cnu-theme .cnu-board-section-container-medium .cnu-board-accordion-columns-container {
  padding: 20px 0;
}
:root .cnu-theme .cnu-board-section-container-larger {
  gap: 16px;
}
:root .cnu-theme .cnu-board-section-container-larger .cnu-board-accordion-tittle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  gap: 16px;
}
:root .cnu-theme .cnu-board-section-container-larger .accordion-is-show {
  margin-bottom: 20px !important;
}
:root .cnu-theme .cnu-board-section-container-larger .cnu-board-accordion-tittle-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
:root .cnu-theme .cnu-board-section-container-larger .cnu-board-accordion-columns-container {
  padding: 24px 0;
}
:root .cnu-theme .cnu-board-accordion-container-small {
  gap: 8px;
}
:root .cnu-theme .cnu-board-accordion-container-small .cnu-board-accordion-tittle {
  padding: 16px 24px;
  gap: 8px;
}
:root .cnu-theme .cnu-board-accordion-container-small .accordion-is-show {
  padding-bottom: 8px !important;
}
:root .cnu-theme .cnu-board-accordion-container-small .cnu-board-accordion-tittle-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
:root .cnu-theme .cnu-board-accordion-container-small .cnu-board-accordion-tittle-button-show-hide span {
  font-size: 24px;
}
:root .cnu-theme .cnu-board-accordion-container-small .cnu-board-accordion-columns-container {
  padding: 0 24px 16px 24px;
}
:root .cnu-theme .cnu-board-accordion-container-medium {
  gap: 12px;
}
:root .cnu-theme .cnu-board-accordion-container-medium .cnu-board-accordion-tittle {
  padding: 24px 28px;
  gap: 12px;
}
:root .cnu-theme .cnu-board-accordion-container-medium .accordion-is-show {
  padding-bottom: 12px !important;
}
:root .cnu-theme .cnu-board-accordion-container-medium .cnu-board-accordion-tittle-text {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 26px !important;
}
:root .cnu-theme .cnu-board-accordion-container-medium .cnu-board-accordion-tittle-button-show-hide span {
  font-size: 28px;
}
:root .cnu-theme .cnu-board-accordion-container-medium .cnu-board-accordion-columns-container {
  padding: 0 28px 24px 28px;
}
:root .cnu-theme .cnu-board-accordion-container-larger {
  gap: 16px;
}
:root .cnu-theme .cnu-board-accordion-container-larger .cnu-board-accordion-tittle {
  padding: 32px;
  gap: 16px;
}
:root .cnu-theme .cnu-board-accordion-container-larger .accordion-is-show {
  padding-bottom: 16px !important;
}
:root .cnu-theme .cnu-board-accordion-container-larger .cnu-board-accordion-tittle-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
:root .cnu-theme .cnu-board-accordion-container-larger .cnu-board-accordion-tittle-button-show-hide span {
  font-size: 32px;
}
:root .cnu-theme .cnu-board-accordion-container-larger .cnu-board-accordion-columns-container {
  padding: 0 32px 32px 32px;
}
:root .cnu-theme .cnu-board-accordion-container {
  width: 100%;
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  align-items: center;
  overflow-wrap: anywhere;
}
:root .cnu-theme .cnu-board-accordion-container .cnu-board-accordion-warper {
  background-color: #f4f4f4;
  border-radius: 8px;
  width: 100%;
  max-width: 1180px;
}
:root .cnu-theme .cnu-board-accordion-container .cnu-board-section-warper {
  width: 100%;
  max-width: 1180px;
}
:root .cnu-theme .cnu-board-accordion-container .cnu-board-accordion-tittle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
:root .cnu-theme .cnu-board-accordion-container .cnu-board-accordion-tittle-text {
  color: #282828;
  margin-bottom: 0;
}
:root .cnu-theme .cnu-board-accordion-container .cnu-board-accordion-columns-container {
  display: grid;
  grid-template-rows: 1fr;
}
:root .cnu-theme .cnu-board-accordion-container .cnu-board-accordion-tittle-button-show-hide {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
:root .cnu-theme .cnu-board-accordion-container .cnu-board-accordion-columns {
  overflow-wrap: anywhere;
}
:root .cnu-theme .cnu-board-accordion-container .hide {
  display: none;
}
@media (max-width: 768px) {
  :root .cnu-theme .cnu-board-accordion-container .cnu-board-accordion-columns-container {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 12px !important;
    align-items: center;
  }
}
:root .cnu-theme .cnu-codigo-conduta .slider-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1180px;
  width: 90%;
  gap: 0.75rem !important;
  margin: 0 !important;
}
:root .cnu-theme .cnu-codigo-conduta__container {
  background-color: unset;
}
:root .cnu-theme .cnu-codigo-conduta__list {
  background-color: unset;
  align-items: stretch;
  gap: 10px;
}
:root .cnu-theme .cnu-codigo-conduta__item {
  display: flex;
  gap: 32px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0px 3px 6px 0px rgba(116, 116, 116, 0.15);
  padding: 28px 25px 30px 30px;
  height: auto;
}
:root .cnu-theme .cnu-codigo-conduta__img img {
  width: 80px;
  height: 100px;
  object-fit: contain;
}
:root .cnu-theme .cnu-codigo-conduta__content {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
:root .cnu-theme .cnu-codigo-conduta__ano {
  color: #B1D34B;
  font-family: "Unimed Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2px;
}
:root .cnu-theme .cnu-codigo-conduta__titulo {
  color: #333;
  font-family: "Unimed Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 6px;
}
:root .cnu-theme .cnu-codigo-conduta__descricao {
  color: #5B5C65;
  font-family: "Unimed Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 13px;
}
:root .cnu-theme .cnu-codigo-conduta__link {
  font-family: Unimed Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  display: flex;
  align-items: flex-end;
  flex: 1;
}
:root .cnu-theme .cnu-codigo-conduta__link a {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-codigo-conduta__item {
    flex-direction: column !important;
    gap: 16px;
    padding: 24px 32px;
    min-width: 265px !important;
  }
  :root .cnu-theme .cnu-codigo-conduta__img img {
    width: 44px;
    height: 56px;
  }
  :root .cnu-theme .cnu-codigo-conduta__content {
    min-width: 100px;
  }
  :root .cnu-theme .cnu-codigo-conduta__ano {
    margin-bottom: 8px;
  }
  :root .cnu-theme .cnu-codigo-conduta__titulo {
    margin-bottom: 2px;
  }
  :root .cnu-theme .cnu-codigo-conduta__descricao {
    margin-bottom: 32px;
  }
}
@media (max-width: 320.98px) {
  :root .cnu-theme .cnu-codigo-conduta__item {
    min-width: 200px !important;
  }
}
:root .cnu-theme .cnu-cards-executive-container {
  display: inline-flex;
  flex-direction: row;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 3px 6px rgba(116, 116, 116, 0.15);
  border-radius: 4px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  :root .cnu-theme .cnu-cards-executive-container {
    flex-direction: column;
    min-width: 170px !important;
  }
}
:root .cnu-theme .cnu-cards-executive-image {
  height: 301px;
  min-height: 301px;
  width: 204px;
  min-width: 204px;
  box-sizing: border-box;
  object-fit: contain;
  border-radius: 2px 4px 0px 0px;
}
@media (max-width: 1199.98px) {
  :root .cnu-theme .cnu-cards-executive-image {
    display: flex;
    object-fit: contain;
    width: 100%;
    height: 187px;
    min-height: 187px;
    max-height: 187px;
    min-width: 170px;
    max-width: auto;
  }
}
:root .cnu-theme .cnu-cards-executive-content {
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-content {
    padding: 1rem;
  }
}
:root .cnu-theme .cnu-cards-executive-header-box {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-header-box {
    gap: 12px;
    flex-direction: column-reverse;
    min-width: 170px !important;
    margin-bottom: 12px;
  }
}
:root .cnu-theme .cnu-cards-executive-header-left {
  display: inline-flex;
  flex-direction: column;
}
:root .cnu-theme .cnu-cards-executive-header-right {
  display: inline-flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-header-right {
    margin-bottom: 12px;
  }
}
:root .cnu-theme .cnu-cards-executive-header-icon-button-box {
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  box-sizing: border-box;
  object-fit: contain;
  position: relative;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-header-icon-button-box {
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
  }
}
:root .cnu-theme .cnu-cards-executive-header-icon-button {
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  box-sizing: border-box;
  object-fit: contain;
  position: absolute;
  z-index: 1;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-header-icon-button {
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
  }
}
:root .cnu-theme .cnu-cards-executive-header-icon-link {
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  box-sizing: border-box;
  object-fit: contain;
  position: absolute;
  z-index: 2;
  font-size: 0;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-header-icon-link {
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
  }
}
:root .cnu-theme .cnu-cards-executive-title {
  letter-spacing: 0em;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-title {
    font-size: 16px;
    font-weight: 600;
  }
}
:root .cnu-theme .cnu-cards-executive-subtitle {
  letter-spacing: 0em;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-subtitle {
    font-size: 12px;
    font-weight: 600;
    margin-top: 3px;
  }
}
:root .cnu-theme .cnu-cards-executive-description {
  display: flex;
  flex: 1;
  letter-spacing: 0em;
  padding-top: 24px;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-description {
    font-size: 12px;
    padding-top: 12px;
  }
}
:root .cnu-theme .cnu-cards-executive-button-box {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
:root .cnu-theme .cnu-cards-executive-button-icon {
  display: flex;
  align-items: center;
  align-self: center;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
:root .cnu-theme .cnu-cards-executive-link {
  display: flex;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-link {
    font-size: 14px;
  }
}
:root .cnu-theme .cnu-cards-executive-slider {
  display: flex;
  list-style: none;
  flex: 1;
  max-width: 1150px;
  align-items: stretch !important;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-slider {
    min-width: 170px !important;
  }
}
:root .cnu-theme .cnu-cards-executive-li {
  padding: 0 !important;
  display: flex;
  flex: 1;
  height: auto;
  min-width: 76.2% !important;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-li {
    min-width: 257px !important;
  }
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive .slider-nav {
    position: absolute !important;
    bottom: inherit;
    top: 25%;
    z-index: 99;
  }
}
@media (max-width: 575.98px) {
  :root .cnu-theme .cnu-cards-executive-image {
    transform: translateY(-1px);
    border-radius: 4px 4px 0px 0px;
  }
}
:root .cnu-theme .cnu-carousel-cards-differential-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 275px !important;
  border-width: 1px;
  border-style: solid;
  border-color: #F4F4F4;
  box-shadow: 0px 3px 6px rgba(116, 116, 116, 0.15);
  border-radius: 4px;
  background-color: #00995D;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
}
@media (max-width: 420px) {
  :root .cnu-theme .cnu-carousel-cards-differential-item {
    min-width: 160px !important;
  }
}
:root .cnu-theme .cnu-carousel-cards-differential-item .cnu-differential-icon-box {
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
}
@media (max-width: 420px) {
  :root .cnu-theme .cnu-carousel-cards-differential-item .cnu-differential-icon-box {
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
  }
}
:root .cnu-theme .cnu-carousel-cards-differential-item .cnu-differential-icon {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  box-sizing: border-box;
}
@media (max-width: 420px) {
  :root .cnu-theme .cnu-carousel-cards-differential-item .cnu-differential-icon {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
  }
}
:root .cnu-theme .cnu-carousel-cards-differential-item .cnu-carousel-cards-differential-title {
  display: flex;
  font-family: "Unimed Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-top: 16px;
}
:root .cnu-theme .cnu-carousel-cards-differential-item .cnu-carousel-cards-differential-description-rich {
  display: flex;
  flex: 1;
  font-family: "Unimed Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #5B5C65;
  margin-top: 13px;
}
@media (max-width: 420px) {
  :root .cnu-theme .cnu-carousel-cards-differential-item .cnu-carousel-cards-differential-description-rich {
    font-size: 12px;
  }
}
:root .cnu-theme .cnu-carousel-cards-differential-item .cnu-carousel-cards-differential-link {
  display: flex;
  font-family: "Unimed Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  color: #00995D;
}
@media (max-width: 420px) {
  :root .cnu-theme .cnu-carousel-cards-differential-item .cnu-carousel-cards-differential-link {
    font-size: 14px;
  }
}
:root .cnu-theme .cnu-carousel-cards-differential-item .cnu-carousel-cards-differential-button-box {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
:root .cnu-theme .cnu-carousel-cards-differential-item .cnu-carousel-cards-differential-button-icon {
  display: flex;
  align-items: center;
  align-self: center;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
:root .cnu-theme .cnu-carousel-differential-slider {
  display: flex;
  list-style: none;
  flex: 1;
  gap: 10px !important;
  max-width: 1180px;
  align-items: stretch !important;
}
@media (max-width: 420px) {
  :root .cnu-theme .cnu-carousel-differential-slider {
    min-width: 230px !important;
  }
}
:root .cnu-theme .cnu-carousel-differential-li {
  min-width: 275px !important;
  padding: 0 !important;
  display: flex;
  flex: 1;
  border-radius: 4px;
  height: auto;
}
@media (max-width: 420px) {
  :root .cnu-theme .cnu-carousel-differential-li {
    min-width: 230px !important;
  }
}
:root .cnu-theme .cnu-cards-com-slider .slider-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1180px;
  width: 90%;
  gap: 0.75rem !important;
  margin: 0 !important;
}
:root .cnu-theme .cnu-cards-com-slider__container {
  background-color: unset;
  padding: 54px 0;
}
:root .cnu-theme .cnu-cards-com-slider__list {
  background-color: unset;
  align-items: stretch;
  gap: 23px !important;
  padding-top: 5px;
  padding-bottom: 53px;
}
:root .cnu-theme .cnu-cards-com-slider__item {
  display: flex;
  gap: 32px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0px 3px 6px 0px rgba(116, 116, 116, 0.15);
  padding: 28px 32px 30px 44px;
  height: auto;
  min-width: 360px;
}
:root .cnu-theme .cnu-cards-com-slider__content {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
:root .cnu-theme .cnu-cards-com-slider__ano {
  color: #B1D34B;
  font-family: "Unimed Sans";
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  width: 100%;
  overflow-wrap: break-word;
}
:root .cnu-theme .cnu-cards-com-slider__titulo {
  color: #004E4C;
  font-family: "Unimed Sans";
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 20px;
  width: 100%;
  overflow-wrap: break-word;
}
:root .cnu-theme .cnu-cards-com-slider__descricao {
  color: #5B5C65;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 21px;
  flex: 1;
  width: 100%;
  overflow-wrap: break-word;
}
:root .cnu-theme .cnu-cards-com-slider__link {
  border-radius: 4px;
  border-style: solid;
  border-width: 0.8px;
  padding: 0 !important;
  color: #00995D;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
:root .cnu-theme .cnu-cards-com-slider__link a {
  text-decoration: none;
  line-height: 100%;
  max-width: 220px;
  overflow-wrap: break-word;
}
:root .cnu-theme .cnu-cards-com-slider__link img {
  max-width: 24px;
  max-height: 24px;
}
:root .cnu-theme .cnu-cards-com-slider__link-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 440px) {
  :root .cnu-theme .cnu-cards-com-slider__item {
    flex-direction: column !important;
    gap: 16px;
    padding: 24px 32px;
    min-width: 340px !important;
  }
  :root .cnu-theme .cnu-cards-com-slider__img img {
    width: 44px;
    height: 56px;
  }
  :root .cnu-theme .cnu-cards-com-slider__content {
    min-width: 100px;
  }
  :root .cnu-theme .cnu-cards-com-slider__ano {
    margin-bottom: 8px;
  }
  :root .cnu-theme .cnu-cards-com-slider__titulo {
    margin-bottom: 2px;
  }
  :root .cnu-theme .cnu-cards-com-slider__descricao {
    margin-bottom: 32px;
  }
}
:root .cnu-theme .cnu-principles-our-v2 {
  line-height: 1.5;
  padding: 88px 28px;
  font-family: "Unimed Sans";
}
:root .cnu-theme .cnu-principles-our-v2-columns-container {
  min-width: 540px;
  margin-bottom: 36px;
  overflow-wrap: break-word;
}
@media (max-width: 992px) {
  :root .cnu-theme .cnu-principles-our-v2 {
    padding: 22px 32px;
  }
  :root .cnu-theme .cnu-principles-our-v2-columns-container {
    min-width: unset;
    margin-bottom: 54px;
  }
}
:root .cnu-theme .wrapper-app-meu-plano .card-app-meu-plano {
  padding: 56px;
  border-radius: 8px;
}
:root .cnu-theme .wrapper-app-meu-plano .card-app-meu-plano img {
  max-width: 176px;
}
@media (max-width: 991.98px) {
  :root .cnu-theme .wrapper-app-meu-plano .card-app-meu-plano {
    padding: 32px;
  }
  :root .cnu-theme .wrapper-app-meu-plano .card-app-meu-plano img {
    max-width: 135px;
  }
}
@media (max-width: 369.98px) {
  :root .cnu-theme .wrapper-app-meu-plano .card-app-meu-plano img {
    max-width: 100%;
  }
}
:root .cnu-theme .tabela-simples {
  overflow: auto;
}
:root .cnu-theme .tabela-simples .pagination-detail {
  display: none;
}
:root .cnu-theme .tabela-simples .bootstrap-table {
  width: 100%;
  min-width: 1067px;
}
:root .cnu-theme .tabela-simples .bootstrap-table .fixed-table-container .table thead th {
  background-color: inherit;
  border: none;
}
:root .cnu-theme .tabela-simples .fixed-table-toolbar {
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 38px;
}
:root .cnu-theme .tabela-simples .search {
  margin-left: auto;
}
:root .cnu-theme .tabela-simples td,
:root .cnu-theme .tabela-simples .th-inner {
  padding-left: 38px !important;
}
:root .cnu-theme .tabela-simples .search-input {
  background-repeat: no-repeat;
  background-position: 12px 5px;
  width: 240px;
  padding-left: 40px;
  height: 30px;
}
:root .cnu-theme .tabela-simples .search-input::placeholder {
  color: var(--background-divises, #DEDEDE);
  font-family: Unimed Sans;
  font-size: 14px;
  font-weight: 400;
}
:root .cnu-theme .tabela-simples .page-item.active .page-link,
:root .cnu-theme .tabela-simples .page-item.disabled .page-link {
  background-color: transparent !important;
}
:root .cnu-theme .tabela-simples .page-link {
  background-color: transparent;
  border-color: var(--texto-menor-importncia, #C4CBCF) !important;
  color: var(--texto-menor-importncia, #C4CBCF) !important;
}
:root .cnu-theme .tabela-simples .page-link:hover {
  border-color: #dee2e6 !important;
  background-color: #e9ecef !important;
}
:root .cnu-theme .tabela-simples .table-bordered {
  border: none !important;
}
:root .cnu-theme .tabela-simples .table-bordered tr:last-child td {
  border-bottom: 0;
}
:root .cnu-theme .tabela-simples .fixed-table-container {
  border: 1px solid transparent;
}
:root .cnu-theme .tabela-simples .fixed-table-container .table td:first-child {
  border-left: 0;
}
:root .cnu-theme .tabela-simples .fixed-table-container .table td:last-child {
  border-right: 0;
}
:root .cnu-theme .tabela-simples .fixed-table-pagination .float-right.pagination {
  float: none !important;
  display: flex;
  justify-content: center;
}
:root .cnu-theme .tabela-simples .fixed-table-pagination .float-right.pagination .page-item.page-pre .page-link,
:root .cnu-theme .tabela-simples .fixed-table-pagination .float-right.pagination .page-item.page-next .page-link {
  border: none !important;
  margin: 0 1px;
  font-size: 22px;
  display: flex;
  align-items: center;
  font-family: Unimed Sans;
}
:root .cnu-theme .carencia-de-contrato {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 88px;
}
:root .cnu-theme .carencia-de-contrato .title-carencia {
  border-bottom: 1px solid var(--ct-as-mdio, #00995d);
  font-size: 12px;
  font-weight: 600;
  color: var(--texto-ttulos, #333);
  font-family: Unimed Sans;
  margin-top: 3px;
}
:root .cnu-theme .carencia-de-contrato .titular-text {
  color: var(--texto-destaques, #00995d);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  font-family: Unimed Sans;
  margin-left: 6px;
}
:root .cnu-theme .carencia-de-contrato .material-symbols-outlined {
  color: var(--texto-destaques, #00995d);
}
:root .cnu-theme .carencia-de-contrato .contratos-de-carencia {
  box-shadow: 0px 3px 6px 0px rgba(116, 116, 116, 0.15);
  border-radius: 5px;
  background: #fff;
  padding: 18px 37px 40px 37px;
  margin-top: 25px;
}
:root .cnu-theme .carencia-de-contrato .contratos-de-carencia-text-14 {
  color: var(--texto-textos-longos, #5b5c65);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: Unimed Sans;
}
:root .cnu-theme .carencia-de-contrato .contratos-de-carencia-text {
  color: var(--texto-textos-longos, #5b5c65);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: Unimed Sans;
  max-width: 350px;
}
:root .cnu-theme .carencia-de-contrato .middle-line {
  flex-grow: 1;
  border-bottom: 1px solid #dedede;
  margin: 5px;
}
:root .cnu-theme .carencia-de-contrato .itens-carencia-padrao {
  display: flex;
}
:root .cnu-theme .carencia-de-contrato .itens-carencia-fold {
  display: none;
}
@media (max-width: 575.98px) {
  :root .cnu-theme .carencia-de-contrato .contratos-de-carencia {
    box-shadow: 0px 3px 6px 0px rgba(116, 116, 116, 0.15);
    border-radius: 5px;
    background: #fff;
    padding: 18px 14px 26px 14px;
    margin-top: 14px;
  }
  :root .cnu-theme .carencia-de-contrato .contratos-de-carencia-text {
    font-size: 12px;
    max-width: 135px;
  }
  :root .cnu-theme .carencia-de-contrato .title-carencia {
    margin-top: 18px;
    padding-bottom: 6px;
  }
  :root .cnu-theme .carencia-de-contrato .categoria-text {
    width: min-content;
    min-width: 150px;
  }
}
@media (max-width: 300px) {
  :root .cnu-theme .carencia-de-contrato .itens-carencia-padrao {
    display: none;
  }
  :root .cnu-theme .carencia-de-contrato .itens-carencia-fold {
    display: flex;
  }
  :root .cnu-theme .carencia-de-contrato .contratos-de-carencia-text {
    max-width: 100%;
  }
}
@keyframes moveLeftActive {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes moveLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes moveRightActive {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes moveRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
:root .cnu-theme .unimed__component-slider .carousel {
  position: relative;
}
:root .cnu-theme .unimed__component-slider .carousel-caption {
  left: 25%;
  right: 25%;
}
:root .cnu-theme .unimed__component-slider .carousel-item {
  opacity: 0;
}
:root .cnu-theme .unimed__component-slider .carousel-item.move-right,
:root .cnu-theme .unimed__component-slider .carousel-item.move-left {
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  display: block;
}
:root .cnu-theme .unimed__component-slider .carousel-item.active,
:root .cnu-theme .unimed__component-slider .carousel-item.move-left,
:root .cnu-theme .unimed__component-slider .carousel-item.move-right {
  opacity: 1;
}
:root .cnu-theme .unimed__component-slider .carousel-item.active {
  transform: translateX(0);
}
:root .cnu-theme .unimed__component-slider .carousel-item.active.move-left {
  animation-name: moveLeftActive;
}
:root .cnu-theme .unimed__component-slider .carousel-item.move-left {
  animation-name: moveLeft;
}
:root .cnu-theme .unimed__component-slider .carousel-item.active.move-right {
  animation-name: moveRightActive;
}
:root .cnu-theme .unimed__component-slider .carousel-item.move-right {
  animation-name: moveRight;
}
:root .cnu-theme .unimed__component-slider .carousel-control-next,
:root .cnu-theme .unimed__component-slider .carousel-control-prev {
  background-color: transparent;
  border: 0;
}
:root .cnu-theme .unimed__component-slider .carousel-navigation {
  bottom: 10px;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 15;
}
@media (max-width: 767px) {
  :root .cnu-theme .unimed__component-slider .carousel-caption {
    left: 15%;
    right: 15%;
  }
  :root .cnu-theme .unimed__component-slider .slider--title {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }
}
:root .cnu-theme .section-slider .carousel-caption {
  bottom: 50%;
  left: 0;
  right: 0;
  transform: translateY(50%);
}
:root .cnu-theme .carousel-indicators.unimed__deslizante-indicators {
  align-items: center;
  margin-bottom: 25px;
  margin-top: 25px;
}
:root .cnu-theme .unimed__component-slider .carousel-navigation li button {
  width: 2px;
  height: 7px;
  border-radius: 100%;
  border: 1px solid var(--cdm-cinza-texto-menor-importancia);
  background: var(--cdm-branco);
  opacity: 0.6;
  box-sizing: content-box;
  margin-right: 5px;
  margin-left: 5px;
  padding-block: 1px;
  padding-inline: 6px;
}
:root .cnu-theme .unimed__component-slider .carousel-navigation li button:hover {
  opacity: 1;
}
:root .cnu-theme .unimed__component-slider .carousel-navigation li button.active {
  border: 3px solid var(--cdm-verde-60);
}
:root .cnu-theme .carr__deslizante .carousel-control-next-icon::after,
:root .cnu-theme .carr__deslizante .carousel-control-prev-icon::after {
  content: "";
  width: 47px;
  height: 47px;
  display: block;
  background: var(--cdm-cinza-background-2);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  opacity: 0.6;
  border: 1px solid var(--cdm-cinza-escuro);
  z-index: -1;
}
:root .cnu-theme .carr__deslizante .carousel-control-next-icon::after {
  left: 49.5%;
}
:root .cnu-theme .carr__deslizante .carousel-control-prev-icon::after {
  left: 50.5%;
}
:root .cnu-theme .carr__deslizante .carousel-control-prev {
  margin-left: 10px;
  width: min-content !important;
  height: min-content !important;
  box-shadow: none !important;
  margin-top: auto;
  margin-bottom: auto;
}
:root .cnu-theme .carr__deslizante .carousel-control-next {
  margin-right: 10px;
  width: min-content !important;
  height: min-content !important;
  box-shadow: none !important;
  margin-top: auto;
  margin-bottom: auto;
}
:root .cnu-theme .carr__deslizante .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAyMyAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMS41TDIwLjUgMThMMi41IDM1IiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
}
:root .cnu-theme .carr__deslizante .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAyMyAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjUgMzVMMyAxOC41TDIxIDEuNSIgc3Ryb2tlPSIjNzA3MDcwIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
}
@media (max-width: 768px) {
  :root .cnu-theme .carr__deslizante .carousel-control-next-icon::after,
  :root .cnu-theme .carr__deslizante .carousel-control-prev-icon::after {
    width: 37px;
    height: 37px;
  }
  :root .cnu-theme .carr__deslizante .carousel-control-prev-icon,
  :root .cnu-theme .carr__deslizante .carousel-control-next-icon {
    width: 15px;
    height: 15px;
  }
}
:root .cnu-theme #wrapper .btn:focus,
:root .cnu-theme #wrapper button:focus {
  box-shadow: initial;
}
:root .cnu-theme .modal-pdf {
  height: 100% !important;
  left: initial !important;
  width: 100% !important;
  top: initial !important;
  padding: 56px 120px;
  max-height: 100% !important;
}
:root .cnu-theme .modal-pdf .modal-header {
  border: none;
  height: 77px !important;
  align-items: flex-start !important;
  padding-top: 16px !important;
}
:root .cnu-theme .modal-pdf .modal-body {
  margin: 16px 32px !important;
  padding: 0px;
  overflow: visible;
  max-height: 100% !important;
  height: 100% !important;
  display: block !important;
}
:root .cnu-theme .modal-pdf #my_pdf_viewer {
  width: 100% !important;
  overflow: auto;
  max-height: 611px;
}
:root .cnu-theme .modal-pdf #canvas_container {
  width: 100% !important;
  overflow: auto !important;
  text-align: center !important;
  background-color: #333 !important;
}
:root .cnu-theme .modal-pdf .buttons-container {
  display: flex !important;
  align-items: center !important;
  justify-content: end !important;
  width: 100% !important;
}
:root .cnu-theme .modal-pdf .buttons-container .downloadmodalbtn {
  border: solid;
  height: 40px !important;
  padding: 6px 16px 6px 16px !important;
  margin-top: 16px !important;
  margin-bottom: 20px !important;
  margin-left: 10px !important;
  color: #FFFFFF !important;
  border-radius: 4px !important;
  border-color: #00995C !important;
  background: #00995C !important;
  font-weight: 600 !important;
}
:root .cnu-theme .modal-pdf .okbtn {
  height: 40px !important;
  padding: 8px 16px 8px 16px !important;
  margin-top: 16px !important;
  margin-bottom: 20px !important;
  background: #FFFFFF !important;
  float: right !important;
  color: #5b5c65 !important;
  border-radius: 4px !important;
  border: solid 1px !important;
  border-color: #dee2e6 !important;
  font-weight: 600 !important;
}
:root .cnu-theme .modal-pdf .modal-content {
  overflow: auto;
  max-height: 808px;
}
@media (max-width: 1279.98px) {
  :root .cnu-theme .modal-pdf {
    padding: 40px 32px;
  }
  :root .cnu-theme .modal-pdf #my_pdf_viewer {
    max-height: 643px;
  }
  :root .cnu-theme .modal-content {
    max-height: 840px !important;
  }
}
@media (max-width: 991.98px) {
  :root .cnu-theme .modal-pdf {
    padding: 32px 24px;
  }
  :root .cnu-theme .modal-pdf #my_pdf_viewer {
    max-height: 763px;
  }
  :root .cnu-theme .modal-content {
    max-height: 960px !important;
  }
}
@media (max-width: 765.98px) {
  :root .cnu-theme .modal-pdf {
    padding: 0px;
  }
  :root .cnu-theme .modal-pdf #my_pdf_viewer {
    max-height: 835px;
  }
  :root .cnu-theme .modal-content {
    max-height: 1024px !important;
  }
}
@media (max-width: 575.98px) {
  :root .cnu-theme .modal-pdf #my_pdf_viewer {
    max-height: 451px;
  }
  :root .cnu-theme .modal-pdf #canvas_container canvas {
    transform: scale(0.7);
  }
  :root .cnu-theme .modal-content {
    max-height: 640px !important;
  }
}
@media (max-width: 767.98px) {
  :root .cnu-theme .img-html-container .img-html-title {
    font-size: 24px !important;
  }
  :root .cnu-theme .img-html-container .img-html-sub-title {
    font-size: 16px !important;
  }
  :root .cnu-theme .img-html-container .img-side-img {
    max-height: 250px;
    object-fit: cover;
  }
}
:root .cnu-theme .modal-loading-spinner-content {
  margin: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
:root .cnu-theme .modal-loading-spinner-content p {
  margin-top: 10px;
  font-size: 12px;
  color: #08461B;
  position: absolute;
  z-index: 5000;
}
:root .cnu-theme .modal-loading-spinner {
  position: relative;
  border: 1px solid #b1d34b;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFF 25%, #b1d34b 25%);
  animation: animate 1.5s linear infinite;
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root .cnu-theme .modal-loading-spinner::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background: #FFF;
  border-radius: 50%;
  z-index: 1000;
}
:root .cnu-theme .modal-loading-spinner::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, #b1d34b 25%, #FFF 25%);
  border-radius: 50%;
  z-index: 1;
}
:root .cnu-theme .modal-loading-container {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  padding: 20px;
}
:root .cnu-theme .modal-loading-box {
  margin: auto;
  margin-top: 70px;
  background-color: #ffffff;
  max-width: 708px;
  font-family: "Unimed Sans";
}
:root .cnu-theme .modal-loading-form {
  padding-top: 63px;
  max-width: 344px;
  margin: 0 auto;
  padding-bottom: 10px;
}
:root .cnu-theme .modal-loading-logo {
  margin-top: 20px;
  height: 50px;
}
:root .cnu-theme .modal-loading-title {
  text-align: center;
  font-size: 30px !important;
  font-family: "Unimed Slab";
  font-weight: bold !important;
  letter-spacing: 0px !important;
  color: #333333;
  opacity: 1;
}
:root .cnu-theme .modal-loading-subtitle {
  text-align: center;
  font-size: 16px !important;
  font-family: "Unimed Slab";
  font-weight: 700 !important;
}
:root .cnu-theme .modal-unimed-portlets {
  margin-top: 30vh !important;
  display: flex !important;
  align-items: center;
  flex-direction: column;
}
:root .cnu-theme #footer {
  background-color: #F4F4F4;
  padding-top: 56px;
  padding-bottom: 18px;
}
:root .cnu-theme .footer .footer-separator {
  border-bottom: solid 1px #DEDEDE;
}
:root .cnu-theme .footer .logo-img {
  max-width: 180px;
}
:root .cnu-theme .footer .footer-redes-sociais .d-flex {
  justify-content: flex-end;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
:root .cnu-theme .footer .footer-redes-sociais img {
  max-width: 24px;
}
:root .cnu-theme .footer .footer-apps .d-flex {
  align-content: flex-end;
  grid-row-gap: 10px;
  flex-direction: column;
}
:root .cnu-theme .footer .footer-apps img {
  max-width: 135px;
}
:root .cnu-theme .footer .footer-selos .d-flex {
  align-items: center;
  column-gap: 32px;
}
:root .cnu-theme .footer .footer-selos img {
  max-height: 52px;
}
:root .cnu-theme .footer .footer-menu .menu-title {
  color: var(--Texto-Ttulos, #333);
  font-family: Unimed Sans;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
}
:root .cnu-theme .footer .footer-menu .menu-link {
  color: var(--Texto-Textos-Longos, #5B5C65);
  font-family: Unimed Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 16px;
}
:root .cnu-theme .footer .footer-copyright {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
:root .cnu-theme .footer .footer-copyright .copyright-text {
  color: #000;
  font-family: Unimed Sans;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 1279.98px) {
  :root .cnu-theme .footer .col-xl-2 {
    display: flex;
    justify-content: space-between;
  }
  :root .cnu-theme .footer .footer-apps .d-flex {
    flex-direction: row !important;
    column-gap: 16px !important;
  }
  :root .cnu-theme .footer .footer-copyright .copyright-text {
    line-height: 17px;
  }
  :root .cnu-theme .footer-redes-sociais .d-flex {
    column-gap: 40px !important;
  }
}
@media (max-width: 991.98px) {
  :root .cnu-theme .footer .footer-menu .menu-link {
    margin-bottom: 20px;
  }
  :root .cnu-theme .footer .footer-selos .d-flex {
    justify-content: center;
  }
  :root .cnu-theme .footer .footer-copyright {
    justify-content: center;
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  :root .cnu-theme .footer .col-xl-2 {
    flex-direction: column;
  }
  :root .cnu-theme .footer .footer-apps {
    min-width: 290px;
  }
  :root .cnu-theme .footer .footer-apps .d-flex {
    justify-content: center;
    margin-top: 40px;
  }
  :root .cnu-theme .footer .footer-redes-sociais .d-flex {
    justify-content: center !important;
    column-gap: 40px !important;
  }
  :root .cnu-theme .footer .footer-redes-sociais .menu-title {
    margin-top: 12px;
  }
}
@media (max-width: 575.98px) {
  :root .cnu-theme .footer .footer-copyright {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
  :root .cnu-theme .footer .footer-copyright .copyright-img {
    align-items: flex-start !important;
    padding-top: 4px;
  }
  :root .cnu-theme .footer .footer-copyright .copyright-text {
    text-align: center;
  }
  :root .cnu-theme #wrapper .btn:focus {
    box-shadow: none !important;
  }
  :root .cnu-theme #wrapper button:focus {
    box-shadow: none !important;
  }
}
@media (max-width: 359.98px) {
  :root .cnu-theme .footer .footer-apps {
    min-width: 200px;
  }
  :root .cnu-theme .footer .footer-apps .d-flex {
    flex-direction: column !important;
    align-content: center !important;
  }
}
:root .cnu-theme .menu-link {
  color: var(--Texto-Textos-Longos, #5B5C65) !important;
  font-family: Unimed Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 16px;
}
:root .cnu-theme .cnu-footer-menu-left {
  font-family: "Unimed Sans";
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
}
:root .cnu-theme .cnu-footer-menu-left__title {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 1rem;
}
:root .cnu-theme .cnu-footer-menu-left__link {
  color: #5B5C65;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0.75rem;
}
@media (max-width: 1079px) {
  :root .cnu-theme .cnu-footer-menu-left__link:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  :root .cnu-theme .cnu-footer-menu-left {
    align-items: center;
  }
}
:root .cnu-theme .cnu-footer-menu-right {
  font-family: "Unimed Sans";
  display: flex;
  flex-direction: column;
  text-align: right;
  text-wrap: nowrap;
}
:root .cnu-theme .cnu-footer-menu-right__title {
  color: #00995D;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 1rem;
}
:root .cnu-theme .cnu-footer-menu-right__link {
  color: #5B5C65;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0.75rem;
}
@media (max-width: 767.98px) {
  :root .cnu-theme .cnu-footer-menu-right {
    align-items: center;
  }
}
:root .cnu-theme .cnu-prehome li {
  list-style: none;
}
:root .cnu-theme .cnu-prehome .material-symbols-outlined {
  font-size: 28px !important;
}
:root .cnu-theme .cnu-prehome .main-content {
  font-family: "Unimed Sans";
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 60px 94px;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
:root .cnu-theme .cnu-prehome .logo-img {
  width: fit-content;
}
:root .cnu-theme .cnu-prehome .logo-img img {
  width: 202px;
  height: 92px;
  object-fit: contain;
}
:root .cnu-theme .cnu-prehome .section-location {
  align-self: center;
  width: 100%;
  max-width: 1180px;
  background-color: #fff;
  min-height: 90px;
  height: fit-content;
  border-radius: 13px;
  display: flex;
  align-items: center;
  padding: 20px 32px;
  justify-content: space-between;
  gap: 10px;
}
:root .cnu-theme .cnu-prehome .section-location p {
  margin-bottom: 0;
  min-width: fit-content;
}
:root .cnu-theme .cnu-prehome .p-section-location {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
:root .cnu-theme .cnu-prehome .div-select-location {
  border-radius: 74px;
  border: 1px solid #c9c9c9;
  width: 517px;
  min-width: fit-content;
  min-height: fit-content;
  display: flex;
  gap: 5px;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
:root .cnu-theme .cnu-prehome #selectedLocation {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
}
:root .cnu-theme .cnu-prehome .cnu-icon-pin-drop {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
:root .cnu-theme .cnu-prehome .div-icon-location {
  display: flex;
  gap: 5px;
  align-items: center;
}
:root .cnu-theme .cnu-prehome .btn-continue {
  padding: 10px;
  width: 100%;
  max-width: 245px;
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
:root .cnu-theme .cnu-prehome .div-beneficiary {
  justify-self: flex-end;
  min-width: fit-content;
}
:root .cnu-theme .cnu-prehome .div-beneficiary p {
  color: #5b5c65;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
}
:root .cnu-theme .cnu-prehome .div-beneficiary a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
:root .cnu-theme .cnu-prehome .line {
  background: #dadada;
  height: 100%;
  width: 1px;
}
:root .cnu-theme .cnu-prehome .modal {
  overflow-y: auto;
  position: fixed;
  padding: 60px 92px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  animation: modalAnimation 0.5s;
  animation-fill-mode: forwards;
}
:root .cnu-theme .cnu-prehome .btn-close-modal {
  position: absolute;
  top: 60px;
  right: 92px;
  background: transparent;
  border: none;
  font-size: 32px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}
:root .cnu-theme .cnu-prehome .modal-closing {
  animation: modalClosingAnimation 0.5s forwards;
}
:root .cnu-theme .cnu-prehome .modal-current-location {
  display: flex;
  align-items: center;
  gap: 5px;
}
:root .cnu-theme .cnu-prehome .modal-current-location p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 30px;
}
:root .cnu-theme .cnu-prehome .form-search-location {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  gap: 17px;
  margin-bottom: 23px;
}
:root .cnu-theme .cnu-prehome .input-search-city {
  width: 640px;
  height: 45px;
  padding: 0 27px;
  border-radius: 74px;
  border: 1px solid #c9c9c9;
  background: #fff;
}
:root .cnu-theme .cnu-prehome .input-search-city::placeholder {
  color: #c9c9c9;
  font-size: 16px;
}
:root .cnu-theme .cnu-prehome .btn-submit-location {
  border-radius: 6px;
  width: 245px;
  height: 38px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  border: 0;
}
:root .cnu-theme .cnu-prehome .div-most-accessed-citys p {
  font-size: 16px;
  font-weight: 400;
  color: #5b5c65;
  margin-bottom: 23px;
}
:root .cnu-theme .cnu-prehome .div-citys li {
  width: fit-content;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 51px;
  cursor: pointer;
}
:root .cnu-theme .cnu-prehome .div-citys ul {
  padding: 0;
  margin: 0;
}
:root .cnu-theme .cnu-prehome .modal-closing {
  animation: modalClosingAnimation 0.5s forwards;
}
@media screen and (max-width: 1024px) {
  :root .cnu-theme .cnu-prehome .main-content {
    padding: 40px 50px;
  }
  :root .cnu-theme .cnu-prehome .section-location {
    gap: 10px;
    padding: 0 12px;
  }
  :root .cnu-theme .cnu-prehome .p-section-location {
    font-size: 16px;
  }
  :root .cnu-theme .cnu-prehome .div-select-location {
    width: 300px;
    padding: 0 12px 0 8px;
  }
  :root .cnu-theme .cnu-prehome .modal {
    padding: 30px 46px;
  }
  :root .cnu-theme .cnu-prehome .btn-close-modal {
    right: 24px;
    top: 30px;
  }
}
@media screen and (max-width: 870px) {
  :root .cnu-theme .cnu-prehome .main-content {
    padding: 0;
    padding-top: 27px;
  }
  :root .cnu-theme .cnu-prehome .logo-img {
    align-self: center;
  }
  :root .cnu-theme .cnu-prehome .logo-img img {
    width: 142px;
    height: 64px;
  }
  :root .cnu-theme .cnu-prehome .section-location {
    width: 100%;
    border-radius: 13px 13px 0 0;
    flex-direction: column;
    padding: 20px 24px 30px;
    justify-content: flex-start;
    gap: 20px;
  }
  :root .cnu-theme .cnu-prehome .input-search-city {
    width: 100%;
  }
  :root .cnu-theme .cnu-prehome .modal {
    padding: 52px 24px;
  }
  :root .cnu-theme .cnu-prehome .btn-close-modal {
    font-size: 22px;
  }
  :root .cnu-theme .cnu-prehome .line {
    display: none;
  }
  :root .cnu-theme .cnu-prehome .p-section-location {
    font-size: 20px;
    align-self: baseline;
  }
  :root .cnu-theme .cnu-prehome .div-beneficiary p {
    display: flex;
    align-items: center;
  }
  :root .cnu-theme .cnu-prehome br {
    display: none;
  }
  :root .cnu-theme .cnu-prehome .material-symbols-outlined {
    font-size: 24px !important;
  }
  :root .cnu-theme .cnu-prehome .div-beneficiary {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  :root .cnu-theme .cnu-prehome .div-select-location {
    width: 100%;
  }
  :root .cnu-theme .cnu-prehome .btn-continue {
    width: 100%;
    min-height: 38px;
    max-width: unset;
  }
}
@media screen and (max-width: 380px) {
  :root .cnu-theme .cnu-prehome #selectedLocation {
    font-size: 18px;
  }
  :root .cnu-theme .cnu-prehome .section-location {
    padding: 20px 16px 28px;
  }
  :root .cnu-theme .cnu-prehome .material-symbols-outlined {
    font-size: 22px !important;
  }
}
@keyframes modalAnimation {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modalClosingAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
:root .cnu-theme .cnu-header__wrapper {
  display: flex;
  align-items: center;
  gap: 38px;
  position: relative;
}
:root .cnu-theme .cnu-header__wrapper--mobile {
  display: none;
}
:root .cnu-theme .cnu-header__logo {
  max-width: 180px;
  min-width: 180px;
  max-height: 46px;
  min-height: 46px;
}
@media (max-width: 1130px) {
  :root .cnu-theme .cnu-header__logo {
    max-width: 140px;
    min-width: 140px;
    max-height: 36px;
    min-height: 36px;
  }
}
@media (max-width: 992px) {
  :root .cnu-theme .cnu-header__logo {
    max-width: 125px;
    min-width: 125px;
    max-height: 32px;
    min-height: 32px;
  }
}
:root .cnu-theme .cnu-header__nav-items {
  flex: 1;
  display: flex;
  gap: 32px;
  justify-content: flex-start;
}
:root .cnu-theme .cnu-header__nav-item {
  font-family: Unimed Sans;
  color: #5b5c65;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
}
:root .cnu-theme .cnu-header__nav-item--dropdown {
  cursor: pointer;
  position: relative !important;
}
:root .cnu-theme .cnu-header__nav-item a {
  color: #ed1651;
  font-weight: 600;
}
:root .cnu-theme .cnu-header__nav-item .nav-link {
  color: #5b5c65;
}
:root .cnu-theme .cnu-header__nav-item-drop-menu {
  display: flex;
  align-items: center;
}
:root .cnu-theme .cnu-header__more-menu-item {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
:root .cnu-theme .cnu-header__more-menu-item span {
  color: #333;
  font-family: "Unimed Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 37.5px;
}
:root .cnu-theme .cnu-header__more-menu-item:not(:last-child) {
  border-bottom: solid 1px #c4cbcf;
}
:root .cnu-theme .cnu-header__more-menu-item::after {
  display: none !important;
}
:root .cnu-theme .cnu-header__more-menu {
  padding: 6px 16px 0;
  top: 61px !important;
  left: unset !important;
  right: 0;
  min-width: 190px;
  transform: none !important;
}
:root .cnu-theme .cnu-header__search {
  max-width: 50px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
:root .cnu-theme .cnu-header__search--active {
  max-width: 260px;
  min-width: 122px;
}
:root .cnu-theme .cnu-header__search .input-group-text {
  border-radius: 0.25rem 0 0 0.25rem;
  background-color: #f4f4f4;
  border: none;
  height: 40px;
}
:root .cnu-theme .cnu-header__search .form-control {
  font-family: "Unimed Sans";
  color: #5b5c65;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  padding-left: 0;
  border: none;
  background-color: #f4f4f4;
  height: 40px;
}
:root .cnu-theme .cnu-header__search .form-control:focus {
  box-shadow: none;
}
:root .cnu-theme .cnu-header__search--click, :root .cnu-theme .cnu-header__search--emit {
  cursor: pointer;
}
:root .cnu-theme .cnu-header__search--hide {
  display: none;
}
:root .cnu-theme .cnu-header__search-input {
  width: 0;
  display: none;
  overflow: hidden;
}
:root .cnu-theme .cnu-header__search-input--active {
  display: flex;
  width: 100%;
}
:root .cnu-theme .cnu-header__search-list.show {
  top: 34px !important;
  margin: 0;
  padding: 0;
  max-height: unset;
  min-width: 280px;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
:root .cnu-theme .cnu-header__search-list-page, :root .cnu-theme .cnu-header__search-list-link, :root .cnu-theme .cnu-header__search-list-footer {
  font-family: "Unimed Sans";
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
:root .cnu-theme .cnu-header__search-list-page span, :root .cnu-theme .cnu-header__search-list-link span, :root .cnu-theme .cnu-header__search-list-footer span {
  color: #00995d;
}
:root .cnu-theme .cnu-header__search-list-page {
  padding: 0 24px;
  margin: 14px 0;
}
:root .cnu-theme .cnu-header__search-list-page:not(:first-child) {
  margin-top: 24px;
}
:root .cnu-theme .cnu-header__search-list-link {
  padding: 0 24px 0 38px;
  margin: 12px 0;
}
:root .cnu-theme .cnu-header__search-list-divider {
  margin: 18px 30px;
  border-color: #adadad;
}
:root .cnu-theme .cnu-header__search-list-footer {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  margin-bottom: 8px;
}
:root .cnu-theme .cnu-header__separator {
  width: 1px;
  height: 53px;
  background: #dedede;
  display: flex;
}
:root .cnu-theme .cnu-header__location, :root .cnu-theme .cnu-header__perfil {
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
}
:root .cnu-theme .cnu-header__location--icon, :root .cnu-theme .cnu-header__perfil--icon {
  margin-right: 8px;
  color: #00995d;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24 !important;
}
:root .cnu-theme .cnu-header__location-title, :root .cnu-theme .cnu-header__perfil-title {
  font-family: "Unimed Sans";
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
:root .cnu-theme .cnu-header__perfil-menu {
  overflow: hidden;
}
:root .cnu-theme .cnu-header__perfil-menu.show, :root .cnu-theme .cnu-header__location-menu.show {
  transform: none !important;
  top: 79px !important;
  right: -16px !important;
  left: unset !important;
  margin: 0;
  padding: 5px 16px;
  max-height: unset;
  min-width: 190px;
}
:root .cnu-theme .cnu-header__location-menu.show {
  right: 82px !important;
}
:root .cnu-theme .cnu-header__menu-item {
  padding: 0;
  height: 48px;
  display: flex;
  gap: 7px;
  align-items: center;
  border-bottom: solid 1px #c4cbcf;
}
:root .cnu-theme .cnu-header__menu-item .material-symbols-outlined {
  color: #00995d;
}
:root .cnu-theme .cnu-header__menu-item:last-child {
  border-bottom: none;
}
:root .cnu-theme .cnu-header__menu-item-title {
  flex: 1;
  font-family: "Unimed Sans";
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
:root .cnu-theme .cnu-header .dropdown {
  position: unset;
}
:root .cnu-theme .cnu-header .dropdown.show .dropdown-arrow {
  transform: rotate(-90deg);
}
:root .cnu-theme .cnu-header__perfil-arrow {
  transition: 0.3s;
}
:root .cnu-theme .cnu-header__perfil-dropdown.show .cnu-header__perfil-arrow {
  transform: rotate(-180deg);
}
:root .cnu-theme .cnu-header__nav-item-child-divisor {
  width: 100vw;
  height: 1px;
  background-color: #dfdfdf;
  margin: 0 -16px 25px;
}
@media (max-width: 1079px) {
  :root .cnu-theme .cnu-header__wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
  }
  :root .cnu-theme .cnu-header__wrapper .material-symbols-outlined {
    font-size: 32px;
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
    color: #00995d;
  }
  :root .cnu-theme .cnu-header__wrapper--mobile {
    display: flex;
  }
  :root .cnu-theme .cnu-header__wrapper--desktop {
    display: none;
  }
  :root .cnu-theme .cnu-header__menu-mobile, :root .cnu-theme .cnu-header__perfil-mobile {
    cursor: pointer;
  }
  :root .cnu-theme .cnu-header__search {
    gap: 16px;
    flex: 0 0 100%;
    max-width: unset;
  }
  :root .cnu-theme .cnu-header__search-input {
    display: flex;
    width: 100%;
  }
  :root .cnu-theme .cnu-header__search-btn {
    color: #004e4c;
    font-size: 14px;
    font-weight: 600;
    line-height: 115%;
    padding: 12px;
    border: none;
    border-radius: 3px;
    background: #b1d34b;
  }
  :root .cnu-theme .cnu-header__location {
    justify-content: center;
    background: rgba(0, 153, 93, 0.1);
    padding: 16px 0;
    margin-left: -16px;
    margin-right: -16px;
    width: 100vw;
  }
  :root .cnu-theme .cnu-header__location--icon {
    font-size: 24px !important;
  }
  :root .cnu-theme .cnu-header__nav-items {
    flex-direction: column;
    gap: unset;
  }
  :root .cnu-theme .cnu-header__nav-items--perfil .material-symbols-outlined {
    font-size: 24px;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  }
  :root .cnu-theme .cnu-header__nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
  }
  :root .cnu-theme .cnu-header__nav-item--perfil {
    justify-content: flex-start;
    gap: 16px;
  }
  :root .cnu-theme .cnu-header__nav-item-link {
    color: #333;
    font-family: "Unimed Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
  }
  :root .cnu-theme .cnu-header__nav-item-link--perfil {
    flex: 1;
  }
  :root .cnu-theme .cnu-header__nav-item-icon.material-symbols-outlined {
    color: #333;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s;
  }
  :root .cnu-theme .cnu-header__nav-item-icon.material-symbols-outlined:not(.collapsed) {
    transform: rotate(-180deg);
  }
  :root .cnu-theme .cnu-header__nav-items-child.show, :root .cnu-theme .cnu-header__nav-items-child.collapsing {
    display: flex;
    flex-direction: column;
  }
  :root .cnu-theme .cnu-header__nav-item-child {
    color: #5b5c65;
    font-family: "Unimed Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    margin-bottom: 24px;
  }
}
@media (max-width: 280px) {
  :root .cnu-theme .cnu-header__search-list.show {
    min-width: 255px;
  }
}
@media (max-width: 992px) {
  :root .cnu-theme .cnu-header__logo {
    max-width: 125px;
  }
}
:root .cnu-theme .cnu-header--hide {
  display: none;
}
:root .cnu-theme .cnu-header .dropdown-menu.cnu-header__perfil-menu.show a.direction-right.dropdown-toggle.icon-monospaced.icon-monospaced {
  position: fixed;
}
:root .cnu-theme .dropdown-item {
  color: #6b6c7e !important;
  font-size: 0.875rem !important;
  max-width: 240px !important;
  min-width: 240px !important;
}
:root .cnu-theme .btnAccordion {
  position: relative;
  opacity: 1 !important;
}
:root .cnu-theme .tituloAccordion {
  font-family: "Unimed Slab";
  font-size: 1.375rem;
}
:root .cnu-theme .textoAccordion {
  font-family: "Unimed Sans";
  font-size: 1.063rem;
}
:root .cnu-theme .accordionSeta {
  position: absolute;
  right: 20px;
  background: url("..//..//images//icons//ic_keyboard_arrow_up_24px.svg") 0% 0% no-repeat padding-box;
  background-position-y: center;
  background-position-x: center;
}
:root .cnu-theme .accordionSeta.active {
  position: absolute;
  right: 20px;
  background: url("..//..//images//icons//ic_keyboard_arrow_down_24px.svg") 0% 0% no-repeat padding-box;
  background-position-y: center;
  background-position-x: center;
}
:root .cnu-theme .cnu-wrapper .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
:root .cnu-theme .cnu-wrapper .search-total-label {
  max-width: 1180px;
  margin: auto;
  padding: 0 16px;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_,
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ {
  width: 100%;
  padding: 24px 16px;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_ ::selection,
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ ::selection {
  background: #00995d;
  color: white;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_ > section {
  max-width: 1180px;
  margin: auto;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section {
  max-width: 1180px;
  margin: auto;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section h4 {
  font-family: "Unimed Slab";
  font-size: 1.563rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  margin-bottom: 0;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section a {
  color: #085408;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .list-group-notification > .list-group-item > div.autofit-col {
  width: 100%;
  overflow-wrap: break-word;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .search-document-tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .search-document-tags .taglib-asset-categories-summary {
  border-width: 0.0625rem;
  font-size: 12px;
  font-weight: bold;
  color: #085408;
  background-color: #fff;
  border-color: #57ffb8;
  border-radius: 0.125rem;
  border-style: solid;
  padding-bottom: 2px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  gap: 6px;
  text-transform: uppercase !important;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .search-document-tags .taglib-asset-categories-summary > a {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.75rem;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .search-document-tags .taglib-asset-categories-summary > a:not(:last-child)::after {
  content: ",";
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .pagination-results {
  border-color: transparent;
  border-style: solid;
  border-width: 0.0625rem;
  color: #6b6c7e;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-right: auto;
  max-width: 100%;
  padding: 0 0.625rem;
  word-wrap: break-word;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .pagination-items-per-page {
  font-size: 0.875rem;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .pagination-items-per-page > a {
  align-items: center;
  border-color: transparent;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  text-decoration: none;
  transition: box-shadow 0.15s ease-in-out;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .pagination-items-per-page > a:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.02);
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .pagination-items-per-page > a:focus {
  box-shadow: none;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .pagination-items-per-page .dropdown-menu {
  margin-bottom: 0;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .page-link {
  align-items: center;
  border-radius: 4px;
  border-color: transparent;
  border-style: solid;
  border-width: 0.0625rem;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  position: relative;
  transition: box-shadow 0.15s ease-in-out;
  background-color: transparent;
}
:root .cnu-theme .cnu-wrapper .portlet-boundary_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ > section .page-item.active .page-link {
  border-color: transparent;
  color: #272833;
  cursor: default;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.04);
}
:root .cnu-theme .cnu-wrapper footer .autofit-float.autofit-row.portlet-header {
  display: none;
}
:root .cnu-theme #footer {
  background-color: #F4F4F4;
  padding-top: 56px;
  padding-bottom: 18px;
}
:root .cnu-theme .footer .footer-separator {
  border-bottom: solid 1px #DEDEDE;
}
:root .cnu-theme .footer .logo-img {
  max-width: 180px;
}
:root .cnu-theme .footer .footer-redes-sociais .d-flex {
  justify-content: flex-end;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
:root .cnu-theme .footer .footer-redes-sociais img {
  max-width: 24px;
}
:root .cnu-theme .footer .footer-apps .d-flex {
  align-content: flex-end;
  grid-row-gap: 10px;
  flex-direction: column;
}
:root .cnu-theme .footer .footer-apps img {
  max-width: 135px;
}
:root .cnu-theme .footer .footer-selos .d-flex {
  align-items: center;
  column-gap: 32px;
}
:root .cnu-theme .footer .footer-selos img {
  max-height: 52px;
}
:root .cnu-theme .footer .footer-menu .menu-title {
  color: var(--Texto-Ttulos, #333);
  font-family: Unimed Sans;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
}
:root .cnu-theme .footer .footer-menu .menu-link {
  color: var(--Texto-Textos-Longos, #5B5C65);
  font-family: Unimed Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 16px;
}
:root .cnu-theme .footer .footer-copyright {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
:root .cnu-theme .footer .footer-copyright .copyright-text {
  color: #000;
  font-family: Unimed Sans;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 1279.98px) {
  :root .cnu-theme .footer .col-xl-2 {
    display: flex;
    justify-content: space-between;
  }
  :root .cnu-theme .footer .footer-apps .d-flex {
    flex-direction: row !important;
    column-gap: 16px !important;
  }
  :root .cnu-theme .footer .footer-copyright .copyright-text {
    line-height: 17px;
  }
  :root .cnu-theme .footer-redes-sociais .d-flex {
    column-gap: 40px !important;
  }
}
@media (max-width: 991.98px) {
  :root .cnu-theme .footer .footer-menu .menu-link {
    margin-bottom: 20px;
  }
  :root .cnu-theme .footer .footer-selos .d-flex {
    justify-content: center;
  }
  :root .cnu-theme .footer .footer-copyright {
    justify-content: center;
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  :root .cnu-theme .footer .col-xl-2 {
    flex-direction: column;
  }
  :root .cnu-theme .footer .footer-apps {
    min-width: 290px;
  }
  :root .cnu-theme .footer .footer-apps .d-flex {
    justify-content: center;
    margin-top: 40px;
  }
  :root .cnu-theme .footer .footer-redes-sociais .d-flex {
    justify-content: center !important;
    column-gap: 40px !important;
  }
  :root .cnu-theme .footer .footer-redes-sociais .menu-title {
    margin-top: 12px;
  }
}
@media (max-width: 575.98px) {
  :root .cnu-theme .footer .footer-copyright {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
  :root .cnu-theme .footer .footer-copyright .copyright-img {
    align-items: flex-start !important;
    padding-top: 4px;
  }
  :root .cnu-theme .footer .footer-copyright .copyright-text {
    text-align: center;
  }
  :root .cnu-theme #wrapper .btn:focus {
    box-shadow: none !important;
  }
  :root .cnu-theme #wrapper button:focus {
    box-shadow: none !important;
  }
}
@media (max-width: 359.98px) {
  :root .cnu-theme .footer .footer-apps {
    min-width: 200px;
  }
  :root .cnu-theme .footer .footer-apps .d-flex {
    flex-direction: column !important;
    align-content: center !important;
  }
}
:root .cnu-theme .menu_lateral_li {
  list-style-type: none;
}
:root .cnu-theme .menu_lateral_link-parent {
  text-decoration: none !important;
  color: #000 !important;
  font-family: "Unimed Slab";
  font-weight: bold !important;
  font-size: 1rem;
}
:root .cnu-theme .menu_lateral-bg.show > .menu_lateral-nivel-1 > .menu_lateral_li > .menu_lateral_link-parent {
  color: #FFF !important;
}
:root .cnu-theme .menu_lateral_link-child {
  text-decoration: none !important;
  color: #FFF !important;
  font-family: "Unimed Slab";
  font-size: 0.875rem;
  display: block;
  transition: 0.2s all ease;
}
:root .cnu-theme .menu_lateral_border-bottom {
  border-bottom: 1px solid #FFF;
}
:root .cnu-theme .menu_lateral-icon {
  cursor: pointer;
  margin-left: 19px;
  margin-right: 23px;
}
:root .cnu-theme .menu_lateral-icon-plus {
  display: block;
}
:root .cnu-theme .menu_lateral-icon-minus {
  display: none;
}
:root .cnu-theme .menu_lateral-bg.show > .menu_lateral-nivel-1 > .menu_lateral-icon-plus {
  display: none;
}
:root .cnu-theme .menu_lateral-bg.show > .menu_lateral-nivel-1 > .menu_lateral-icon-minus {
  display: block;
}
:root .cnu-theme .menu_lateral-nivel-2 {
  margin-left: 40px;
  display: none;
  padding: 10px;
}
:root .cnu-theme .menu_lateral-nivel-2.show {
  display: block;
}
:root .cnu-theme .menu_lateral_li-children {
  padding: 5px;
}
:root .cnu-theme .menu_lateral-bg {
  padding: 15px 20px 9px 20px;
  background-color: #F8F8F8;
  margin-bottom: 3px;
}
:root .cnu-theme .menu_lateral-bg:hover {
  background-color: #00985B;
}
:root .cnu-theme .menu_lateral-bg:hover > .menu_lateral-nivel-1 > .menu_lateral_li > .menu_lateral_link-parent {
  color: #FFF !important;
}
:root .cnu-theme .menu_lateral-bg.show {
  background-color: #00985B;
  padding: 15px 20px 20px 20px;
}
:root .cnu-theme .menu_lateral_link_without-child {
  margin-left: 55px;
}
:root .cnu-theme #menu_lateral-items .menu_lateral-bg:last-child {
  margin-bottom: 0px;
}
:root .cnu-theme .menu_lateral_li-children:hover {
  background-color: #F8F8F8;
}
:root .cnu-theme .menu_lateral_li-children:hover > .menu_lateral_link-child {
  color: #00985B !important;
}
:root .cnu-theme .spinner {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 4px solid #ccc;
  margin: 0 auto;
  border-left-color: #b1d34b;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 2560px) and (min-width: 769px) {
  :root .cnu-theme .slide-bottom {
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    top: -100px;
  }
  @-webkit-keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
    }
  }
  @keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
    }
  }
}
:root .cnu-theme .ht-exception {
  z-index: 100 !important;
}
:root .cnu-theme .menu-spacer {
  width: 100%;
}
:root .cnu-theme .menu-background-spacer {
  height: 117px;
}
@media (max-width: 991.98px) {
  :root .cnu-theme .menu-background-spacer {
    height: 99.5px;
  }
}
:root .cnu-theme .menu-fixo {
  position: fixed;
  z-index: 100;
  box-shadow: 0px 1px 5px 0px rgba(80, 80, 100, 0.3);
}
:root .cnu-theme .has-control-menu .menu-fixo {
  z-index: 600;
}
:root .cnu-theme #ControlMenu ~ #wrapper > #banner > .menu-spacer > #menu-retratil {
  top: -44px;
}
:root .cnu-theme .menu-principal-divisor {
  border-left: 1px solid #E2E2E2;
  background-color: #fff;
}
:root .cnu-theme .menu-principal {
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1607843137);
  /* Icon */
  /* Icon 3 */
}
:root .cnu-theme .menu-principal .dropdown-toggle ::after {
  display: none !important;
}
:root .cnu-theme .menu-principal .btn-logout:hover {
  text-decoration: none;
}
:root .cnu-theme .menu-principal .btn-logout .material-symbols-outlined {
  font-size: 24px !important;
}
:root .cnu-theme .menu-principal .menu-navbar {
  max-width: 1248px;
  gap: 40px;
}
@media (max-width: 1224px) {
  :root .cnu-theme .menu-principal .menu-navbar {
    gap: 20px;
  }
}
:root .cnu-theme .menu-principal .navbar-brand img {
  max-width: 150px;
  max-height: 65px;
}
:root .cnu-theme .menu-principal .nav-link {
  color: #5b5c65;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
:root .cnu-theme .menu-principal .nav-link,
:root .cnu-theme .menu-principal .nav-underline .tab a {
  padding-bottom: 0;
}
:root .cnu-theme .menu-principal .menu-principal__paginas--retratil {
  font-size: 0.8125rem;
}
:root .cnu-theme .menu-principal #nav-icon3 {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
:root .cnu-theme .menu-principal #nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
:root .cnu-theme .menu-principal #nav-icon3 span:nth-child(1) {
  top: 0px;
}
:root .cnu-theme .menu-principal #nav-icon3 span:nth-child(2),
:root .cnu-theme .menu-principal #nav-icon3 span:nth-child(3) {
  top: 9px;
}
:root .cnu-theme .menu-principal #nav-icon3 span:nth-child(4) {
  top: 18px;
}
:root .cnu-theme .menu-principal #nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
:root .cnu-theme .menu-principal #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
:root .cnu-theme .menu-principal #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
:root .cnu-theme .menu-principal #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
:root .cnu-theme .menu-principal .user-container {
  border-top: 1px solid #e2e2e2;
  background-color: #f4f4f4;
}
:root .cnu-theme .menu-principal__nivel-1 {
  padding: 20px 12px 8px 12px;
}
:root .cnu-theme .menu-principal--texto-destaque {
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0;
}
:root .cnu-theme .menu-principal__user--greeting {
  margin-bottom: 0;
  margin-top: 10px;
}
:root .cnu-theme .menu-principal--cor-verde {
  color: #b1d249;
  font-weight: bold;
}
:root .cnu-theme .menu-principal--cor-preta {
  color: #333333 !important;
}
:root .cnu-theme .menu-principal--pagina-definida {
  cursor: text;
  font-size: 14px !important;
  margin: 0px !important;
  padding: 0px 0px !important;
}
@media (max-width: 991px) {
  :root .cnu-theme .menu-principal--pagina-definida {
    top: 15px;
    left: 16px;
    font-size: 16px !important;
  }
}
:root .cnu-theme .menu-principal--pagina-definida:hover {
  color: #333333 !important;
  font-weight: bold !important;
}
:root .cnu-theme .menu-principal__nivel-2 {
  text-align: left;
  font-size: 0.875rem;
  line-height: 25px;
  letter-spacing: 0;
  color: #5b5c65;
  opacity: 1;
}
@media (max-width: 991.98px) {
  :root .cnu-theme .menu-principal__nivel-2 {
    height: auto;
  }
}
:root .cnu-theme .menu-principal__nivel-2 li {
  height: fit-content;
  margin-right: 24px;
}
@media (max-width: 1130px) {
  :root .cnu-theme .menu-principal__nivel-2 li {
    margin-right: 12px;
  }
}
@media (max-width: 992px) {
  :root .cnu-theme .menu-principal__nivel-2 li {
    margin-right: 0px;
  }
}
:root .cnu-theme .menu-principal__nivel-2 li a {
  padding: 0px;
}
:root .cnu-theme .menu-principal__nivel-2 li:last-child {
  margin-right: 0px;
}
:root .cnu-theme .area-atalho-menu {
  font-size: 0.75rem;
}
:root .cnu-theme .area-atalho-menu-retratil {
  height: 75px;
}
:root .cnu-theme #menu-retratil > div > a.menu-retratil__logo {
  padding-left: 16px;
}
:root .cnu-theme .button--mobile {
  border: 0px;
  padding-right: 0;
}
:root .cnu-theme .menu-principal__nivel-2--bold {
  font-weight: bold;
}
:root .cnu-theme .menu-principal__nivel-2-usuario-mobile-username {
  color: #333333;
}
:root .cnu-theme .menu-principal__nivel-2--border-bottom {
  border-bottom: 1px solid #E2E2E2;
}
:root .cnu-theme .menu-principal__nivel-2--dropdown-menu {
  border-radius: 0 !important;
  box-shadow: unset !important;
}
:root .cnu-theme .menu-principal__nivel-2--item-menu:hover {
  border-left-style: solid;
  border-left-color: #00995d;
  border-left-width: 5px;
  background-color: #f4f4f4;
}
:root .cnu-theme .dropdown-item:focus {
  box-shadow: inset 0 0 0 0.125rem #7ac0a0, inset 0 0 0 0.25rem #fff;
}
:root .cnu-theme .menu-mobile-margin-faq {
  margin-right: 14.36px;
}
:root .cnu-theme .menu-mobile-margin-phone {
  margin-right: 25px;
}
:root .cnu-theme .dropdown-toggle::after {
  transition: transform 0.15s linear;
}
:root .cnu-theme .show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}
:root .cnu-theme .dropdown-menu {
  margin-top: 0;
}
:root .cnu-theme .form-pesquisa-principal {
  width: 335px;
  background-color: #f4f4f4;
  font-size: 0.6875rem;
  height: 35px;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  :root .cnu-theme .form-pesquisa-principal {
    width: 260px;
  }
}
:root .cnu-theme .form-pesquisa-principal .imagem-lupa {
  width: 15px;
  height: 15px;
  margin-right: 15px;
}
:root .cnu-theme .form-pesquisa-principal .place-holder-pesquisa {
  font-size: 0.6875rem !important;
  color: #909090;
  margin: 0;
}
@media (max-width: 991.98px) {
  :root .cnu-theme .menu-principal__nivel-2 {
    padding: 0;
  }
  :root .cnu-theme .menu-principal__nivel-2--nav-item {
    padding: 1rem 0 1rem 1rem;
    margin: 0 !important;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
  }
  :root .cnu-theme .flex-xs-column {
    flex-direction: column !important;
  }
  :root .cnu-theme .d-xs-flex {
    display: flex !important;
  }
  :root .cnu-theme .justify-content-xs-between {
    justify-content: space-between !important;
  }
  :root .cnu-theme .navbar-collapse {
    position: fixed;
    top: 64px !important;
    right: 100%;
    background-color: #fff;
    padding: 0;
    width: 100%;
    transition: all 0.3s ease;
    overflow: scroll;
    height: calc(100vh - 100px);
    padding-top: 0;
  }
  :root .cnu-theme .navbar-collapse.collapsing {
    height: auto !important;
    margin-right: 50%;
    transition: all 0.3s ease;
  }
  :root .cnu-theme .navbar-collapse.show {
    right: 0;
  }
}
:root .cnu-theme .menu-spacer .cnu-header-guest {
  display: flex;
  height: 96px;
  align-items: center;
  padding: 0 24px;
  background-color: #fff;
  width: 100%;
}
:root .cnu-theme .menu-spacer .cnu-header-guest .cnu-header-guest-wrapper {
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
}
:root .cnu-theme .menu-spacer .cnu-header-guest .cnu-header-guest-logo {
  min-width: 150px !important;
  max-width: 150px !important;
}
@media (max-width: 990px) {
  :root .cnu-theme .menu-spacer .cnu-header-guest {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  :root .cnu-theme .menu-spacer .cnu-header-guest {
    height: 80px;
  }
  :root .cnu-theme .menu-spacer .cnu-header-guest .cnu-header-guest-logo {
    min-width: 123px !important;
    max-width: 123px !important;
  }
}
:root .cnu-theme #barra-busca-mobile {
  background-color: #f4f4f4;
  padding: 0px;
}
:root .cnu-theme #barra-busca-mobile input[id*=_com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet] {
  margin-right: 108px;
  background-color: #f4f4f4;
  font-size: 0.6875rem;
  height: 35px;
  padding: 22px 0px;
  border: none;
}
:root .cnu-theme #barra-busca-mobile .input-group-inset-item.input-group-inset-item-after.search-bar-search-button-wrapper {
  position: absolute;
  height: 42px;
  right: -15px;
  border: none;
}
:root .cnu-theme #barra-busca-mobile .input-group-inset-item.input-group-inset-item-after.search-bar-search-button-wrapper button {
  background-color: #f4f4f4;
}
:root .cnu-theme #barra-busca-mobile .menu-mobile-nav-item {
  background-color: #f4f4f4;
  height: 48px;
}
:root .cnu-theme #barra-busca-mobile fieldset.fieldset.search-bar {
  width: 340px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  :root .cnu-theme .menu-mobile-height {
    height: 100vh;
  }
}
:root .cnu-theme .menu-principal__btn-mobile {
  font-size: 0.875rem;
  font-family: "Unimed Sans";
  font-weight: bold;
  color: #5b5c65;
  line-height: 1.5;
  height: 32px;
}
:root .cnu-theme .menu-principal__btn-desktop-login--logo {
  width: 24px;
  height: 24px;
}
:root .cnu-theme .menu-principal__btn-mobile--login {
  display: none;
}
:root .cnu-theme .menu-principal__btn-mobile--logout {
  display: none;
}
:root .cnu-theme .menu-principal__logout-row {
  display: flex;
  flex-wrap: wrap;
}
:root .cnu-theme .menu-principal__logout-color {
  color: #ed1651;
}
:root .cnu-theme .menu-principal__logout-color:hover {
  color: #ed1651;
  text-decoration: none;
}
:root .cnu-theme .menu-principal__login-color {
  color: #5b5c65;
}
:root .cnu-theme .menu-principal__login-color:hover {
  color: #5b5c65;
  text-decoration: none;
}
:root .cnu-theme .menu-principal__canais-atendimento--mobile {
  padding-left: 12px;
}
:root .cnu-theme .menu-retratil__pag-privada {
  margin-right: 163.84px;
}
@media (min-width: 990px) {
  :root .cnu-theme .menu-principal__btn-pesquisa {
    display: none;
  }
}
@media (max-width: 1024px) {
  :root .cnu-theme .menu-principal__btn-mobile--login {
    display: flex;
  }
  :root .cnu-theme .menu-principal__btn-mobile--logout {
    display: block;
  }
}
@media (max-width: 991.98px) {
  :root .cnu-theme .menu-principal {
    border-bottom: none !important;
  }
  :root .cnu-theme .menu-principal__nivel-2 {
    width: 100%;
    z-index: 1000 !important;
  }
  :root .cnu-theme #menu-principal--logo {
    padding-bottom: 10px;
  }
  :root .cnu-theme .menu-principal__btn-pesquisa {
    display: block;
  }
  :root .cnu-theme .menu-principal .menu-principal__nivel-2--item-menu {
    border-top: 1px solid var(--cdm-cinza-claro-2);
    border-left: 4px solid var(--cdm-verde);
    background-color: var(--cdm-cinza-background-2);
    font-size: 16px !important;
    min-width: 100% !important;
  }
  :root .cnu-theme .menu-principal .dropdown-menu::after {
    content: "";
    display: none !important;
    padding-top: 0rem !important;
  }
  :root .cnu-theme .menu-principal .nav-link {
    font-size: 16px;
  }
  :root .cnu-theme .menu-principal__nivel-2--bold {
    font-size: 14px !important;
  }
  :root .cnu-theme .paginas-filhas-container:focus-within .nav-link {
    font-weight: 700;
  }
}
@media (max-width: 480px) {
  :root .cnu-theme .mobile-margin-bottom {
    margin-bottom: 140px;
  }
  :root .cnu-theme .icone-canais-atendimento {
    height: 16px;
    width: 16px;
    margin-right: 9.7px;
  }
}
@media (min-width: 480px) {
  :root .cnu-theme .icone-canais-atendimento {
    height: 12px;
    width: 12px;
  }
}
:root .cnu-theme .seta-mobile-down {
  display: inline;
  width: 12.5px;
  height: 7.71px;
}
:root .cnu-theme .seta-mobile-down-up {
  display: none;
  width: 12.5px;
  height: 7.71px;
}
:root .cnu-theme .nav-item.dropdown:not(.show) .seta-mobile-down-up {
  display: none;
}
:root .cnu-theme .nav-item.dropdown.show .seta-mobile-down-up {
  display: inline;
}
:root .cnu-theme .nav-item.dropdown.show .seta-mobile-down {
  display: none;
}
:root .cnu-theme .cnu-nav-section {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Unimed Sans";
  line-height: 1.5;
}
:root .cnu-theme .cnu-nav-section a {
  color: #00995D;
}
:root .cnu-theme .cnu-nav-section .nav-content-box {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 36px 0px;
  max-width: 1366px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
:root .cnu-theme .cnu-nav-section .title-nav-section {
  width: 410px;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
:root .cnu-theme .cnu-nav-section .box-links {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 16px;
}
:root .cnu-theme .cnu-nav-section .box-links-item {
  padding: 0;
}
:root .cnu-theme .cnu-nav-section .link {
  height: auto;
  display: flex;
  align-items: center;
  padding: 18px 16px;
  min-height: 60px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #FFFFFF;
}
:root .cnu-theme .cnu-nav-section .link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
:root .cnu-theme .cnu-nav-section .material-symbols-outlined {
  width: 21px;
  object-fit: cover;
}
:root .cnu-theme .cnu-nav-section .description-nav-section {
  margin-left: 10px;
  text-align: center;
}
@media (max-width: 930px) {
  :root .cnu-theme .cnu-nav-section .box-links {
    width: 63%;
    gap: 8px;
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
  }
  :root .cnu-theme .cnu-nav-section .link {
    width: 100%;
  }
  :root .cnu-theme .cnu-nav-section .title-nav-section {
    width: 63%;
  }
}
@media (max-width: 558px) {
  :root .cnu-theme .cnu-nav-section .box-links {
    width: 90%;
    grid-template-columns: 1fr;
  }
  :root .cnu-theme .cnu-nav-section .link {
    width: 100%;
  }
  :root .cnu-theme .cnu-nav-section .title-nav-section {
    width: 90%;
  }
}
:root .cnu-theme .cnu-nav-section-v2 {
  min-height: 90px;
  display: flex;
  align-items: center;
  overflow: auto;
}
:root .cnu-theme .cnu-nav-section-v2 a {
  color: #00995D;
}
:root .cnu-theme .cnu-nav-section-v2 .cnu-container {
  max-width: 1180px;
  margin: auto;
}
:root .cnu-theme .cnu-nav-section-v2__links {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  padding: 0 16px;
}
:root .cnu-theme .cnu-nav-section-v2__link {
  font-family: "Unimed Slab";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-wrap: nowrap;
  text-decoration: none;
}
@media (max-width: 1079px) {
  :root .cnu-theme .cnu-nav-section-v2 {
    min-height: 72px;
  }
  :root .cnu-theme .cnu-nav-section-v2__link {
    font-size: 16px;
  }
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-80 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-60 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-40 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-20 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-citrico .cnu-nav-section-v2__link {
  color: var(--cdm-verde-citrico);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-citrico-80 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-citrico-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-citrico-60 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-citrico-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-citrico-40 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-citrico-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-citrico-20 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-citrico-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-escuro-80 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-escuro-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-escuro-60 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-escuro-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-escuro-40 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-escuro-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-escuro-20 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-escuro-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-laranja-80 .cnu-nav-section-v2__link {
  color: var(--cdm-laranja-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-laranja-60 .cnu-nav-section-v2__link {
  color: var(--cdm-laranja-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-laranja-40 .cnu-nav-section-v2__link {
  color: var(--cdm-laranja-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-laranja-20 .cnu-nav-section-v2__link {
  color: var(--cdm-laranja-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-marrom .cnu-nav-section-v2__link {
  color: var(--cdm-marrom);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-marrom-80 .cnu-nav-section-v2__link {
  color: var(--cdm-marrom-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-marrom-60 .cnu-nav-section-v2__link {
  color: var(--cdm-marrom-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-marrom-40 .cnu-nav-section-v2__link {
  color: var(--cdm-marrom-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-marrom-20 .cnu-nav-section-v2__link {
  color: var(--cdm-marrom-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-rosa .cnu-nav-section-v2__link {
  color: var(--cdm-rosa);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-rosa-80 .cnu-nav-section-v2__link {
  color: var(--cdm-rosa-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-rosa-60 .cnu-nav-section-v2__link {
  color: var(--cdm-rosa-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-rosa-40 .cnu-nav-section-v2__link {
  color: var(--cdm-rosa-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-rosa-20 .cnu-nav-section-v2__link {
  color: var(--cdm-rosa-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-bege-80 .cnu-nav-section-v2__link {
  color: var(--cdm-bege-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-bege-60 .cnu-nav-section-v2__link {
  color: var(--cdm-bege-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-bege-40 .cnu-nav-section-v2__link {
  color: var(--cdm-bege-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-bege-20 .cnu-nav-section-v2__link {
  color: var(--cdm-bege-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-amarelo-80 .cnu-nav-section-v2__link {
  color: var(--cdm-amarelo-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-amarelo-60 .cnu-nav-section-v2__link {
  color: var(--cdm-amarelo-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-amarelo-40 .cnu-nav-section-v2__link {
  color: var(--cdm-amarelo-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-amarelo-20 .cnu-nav-section-v2__link {
  color: var(--cdm-amarelo-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-claro-novo .cnu-nav-section-v2__link {
  color: var(--cdm-verde-claro-novo);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-claro-80 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-claro-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-claro-60 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-claro-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-claro-40 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-claro-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-claro-20 .cnu-nav-section-v2__link {
  color: var(--cdm-verde-claro-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-azul .cnu-nav-section-v2__link {
  color: var(--cdm-azul);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-azul-80 .cnu-nav-section-v2__link {
  color: var(--cdm-azul-80);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-azul-60 .cnu-nav-section-v2__link {
  color: var(--cdm-azul-60);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-azul-40 .cnu-nav-section-v2__link {
  color: var(--cdm-azul-40);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-azul-20 .cnu-nav-section-v2__link {
  color: var(--cdm-azul-20);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-preto .cnu-nav-section-v2__link {
  color: var(--cdm-preto);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-escuro-2 .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-escuro-2);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-claro-2 .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-claro-2);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-texto-menor-importancia .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-texto-menor-importancia);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-background-2 .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-background-2);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-divisoes .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-divisoes);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-shadow .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-shadow);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-citrico .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-citrico);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-citrico-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-citrico-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-citrico-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-citrico-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-citrico-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-citrico-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-citrico-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-citrico-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-escuro-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-escuro-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-escuro-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-escuro-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-escuro-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-escuro-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-escuro-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-escuro-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-laranja-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-laranja-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-laranja-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-laranja-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-laranja-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-laranja-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-laranja-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-laranja-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-marrom .cnu-nav-section-v2__link--active {
  color: var(--cdm-marrom);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-marrom-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-marrom-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-marrom-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-marrom-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-marrom-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-marrom-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-marrom-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-marrom-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-rosa .cnu-nav-section-v2__link--active {
  color: var(--cdm-rosa);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-rosa-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-rosa-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-rosa-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-rosa-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-rosa-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-rosa-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-rosa-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-rosa-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-bege-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-bege-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-bege-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-bege-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-bege-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-bege-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-bege-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-bege-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-amarelo-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-amarelo-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-amarelo-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-amarelo-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-amarelo-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-amarelo-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-amarelo-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-amarelo-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-claro-novo .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-claro-novo);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-claro-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-claro-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-claro-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-claro-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-claro-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-claro-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-claro-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-claro-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-azul .cnu-nav-section-v2__link--active {
  color: var(--cdm-azul);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-azul-80 .cnu-nav-section-v2__link--active {
  color: var(--cdm-azul-80);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-azul-60 .cnu-nav-section-v2__link--active {
  color: var(--cdm-azul-60);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-azul-40 .cnu-nav-section-v2__link--active {
  color: var(--cdm-azul-40);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-azul-20 .cnu-nav-section-v2__link--active {
  color: var(--cdm-azul-20);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-preto .cnu-nav-section-v2__link--active {
  color: var(--cdm-preto);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-escuro-2 .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-escuro-2);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-claro-2 .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-claro-2);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-texto-menor-importancia .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-texto-menor-importancia);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-background-2 .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-background-2);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-divisoes .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-divisoes);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-shadow .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-shadow);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde .cnu-nav-section-v2__link {
  color: var(--cdm-verde);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-claro .cnu-nav-section-v2__link {
  color: var(--cdm-verde-claro);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-bege .cnu-nav-section-v2__link {
  color: var(--cdm-bege);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-branco .cnu-nav-section-v2__link {
  color: var(--cdm-branco);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-vermelho .cnu-nav-section-v2__link {
  color: var(--cdm-vermelho);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-roxo-claro .cnu-nav-section-v2__link {
  color: var(--cdm-roxo-claro);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-laranja .cnu-nav-section-v2__link {
  color: var(--cdm-laranja);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-amarelo .cnu-nav-section-v2__link {
  color: var(--cdm-amarelo);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-claro .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-claro);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-escuro .cnu-nav-section-v2__link {
  color: var(--cdm-verde-escuro);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-roxo-escuro .cnu-nav-section-v2__link {
  color: var(--cdm-roxo-escuro);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-verde-agua .cnu-nav-section-v2__link {
  color: var(--cdm-verde-agua);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-cinza-escuro .cnu-nav-section-v2__link {
  color: var(--cdm-cinza-escuro);
}
:root .cnu-theme .cnu-nav-section-v2 .text-cdm-marrom .cnu-nav-section-v2__link {
  color: var(--cdm-marrom);
}
:root .cnu-theme .cnu-nav-section-v2 .text-grey-light .cnu-nav-section-v2__link {
  color: var(--grey-light);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-claro .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-claro);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-bege .cnu-nav-section-v2__link--active {
  color: var(--cdm-bege);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-branco .cnu-nav-section-v2__link--active {
  color: var(--cdm-branco);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-vermelho .cnu-nav-section-v2__link--active {
  color: var(--cdm-vermelho);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-roxo-claro .cnu-nav-section-v2__link--active {
  color: var(--cdm-roxo-claro);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-laranja .cnu-nav-section-v2__link--active {
  color: var(--cdm-laranja);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-amarelo .cnu-nav-section-v2__link--active {
  color: var(--cdm-amarelo);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-claro .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-claro);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-escuro .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-escuro);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-roxo-escuro .cnu-nav-section-v2__link--active {
  color: var(--cdm-roxo-escuro);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-verde-agua .cnu-nav-section-v2__link--active {
  color: var(--cdm-verde-agua);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-cinza-escuro .cnu-nav-section-v2__link--active {
  color: var(--cdm-cinza-escuro);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-cdm-marrom .cnu-nav-section-v2__link--active {
  color: var(--cdm-marrom);
}
:root .cnu-theme .cnu-nav-section-v2 .active-text-grey-light .cnu-nav-section-v2__link--active {
  color: var(--grey-light);
}
:root .cnu-theme .tabela-simples {
  overflow: auto;
}
:root .cnu-theme .tabela-simples .pagination-detail {
  display: none;
}
:root .cnu-theme .tabela-simples .bootstrap-table {
  width: 100%;
  min-width: 1067px;
}
:root .cnu-theme .tabela-simples .bootstrap-table .fixed-table-container .table thead th {
  background-color: inherit;
  border: none;
}
:root .cnu-theme .tabela-simples .fixed-table-toolbar {
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 38px;
}
:root .cnu-theme .tabela-simples .search {
  margin-left: auto;
}
:root .cnu-theme .tabela-simples td,
:root .cnu-theme .tabela-simples .th-inner {
  padding-left: 38px !important;
}
:root .cnu-theme .tabela-simples .search-input {
  background-repeat: no-repeat;
  background-position: 12px 5px;
  width: 240px;
  padding-left: 40px;
  height: 30px;
}
:root .cnu-theme .tabela-simples .search-input::placeholder {
  color: var(--background-divises, #DEDEDE);
  font-family: Unimed Sans;
  font-size: 14px;
  font-weight: 400;
}
:root .cnu-theme .tabela-simples .page-item.active .page-link,
:root .cnu-theme .tabela-simples .page-item.disabled .page-link {
  background-color: transparent !important;
}
:root .cnu-theme .tabela-simples .page-link {
  background-color: transparent;
  border-color: var(--texto-menor-importncia, #C4CBCF) !important;
  color: var(--texto-menor-importncia, #C4CBCF) !important;
}
:root .cnu-theme .tabela-simples .page-link:hover {
  border-color: #dee2e6 !important;
  background-color: #e9ecef !important;
}
:root .cnu-theme .tabela-simples .table-bordered {
  border: none !important;
}
:root .cnu-theme .tabela-simples .table-bordered tr:last-child td {
  border-bottom: 0;
}
:root .cnu-theme .tabela-simples .fixed-table-container {
  border: 1px solid transparent;
}
:root .cnu-theme .tabela-simples .fixed-table-container .table td:first-child {
  border-left: 0;
}
:root .cnu-theme .tabela-simples .fixed-table-container .table td:last-child {
  border-right: 0;
}
:root .cnu-theme .tabela-simples .fixed-table-pagination .float-right.pagination {
  float: none !important;
  display: flex;
  justify-content: center;
}
:root .cnu-theme .tabela-simples .fixed-table-pagination .float-right.pagination .page-item.page-pre .page-link,
:root .cnu-theme .tabela-simples .fixed-table-pagination .float-right.pagination .page-item.page-next .page-link {
  border: none !important;
  margin: 0 1px;
  font-size: 22px;
  display: flex;
  align-items: center;
  font-family: Unimed Sans;
}
:root .cnu-theme .cnu-socias-adicinar-agenda {
  font-family: "Unimed Sans";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  pointer-events: none;
}
:root .cnu-theme .cnu-socias-adicinar-agenda.is-open {
  pointer-events: auto;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-overlay.is-open {
  opacity: 1;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-overlay.is-closing {
  opacity: 0;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content {
  padding: 24px;
  width: 646px;
  height: fit-content;
  margin: 16px;
  background: #fff;
  display: flex;
  z-index: 1001;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-20%) scale(0.98);
  opacity: 0;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 200ms ease;
  will-change: transform, opacity;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content.is-open {
  transform: translateY(0) scale(1);
  opacity: 1;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content.is-closing {
  transform: translateY(-20%) scale(0.98);
  opacity: 0;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-data-dia {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-data-hora {
  color: #4d4d4d;
  font-size: 16px;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-titulo {
  color: #282828;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #6b6c7e;
  cursor: pointer;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-body-info {
  margin: 24px 0 32px;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #00995c;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-body-data {
  padding: 8px 16px 8px 12px;
  gap: 8px;
  border-radius: 8px;
  background: #f7f8f9;
  width: fit-content;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-body-data .material-symbols-outlined {
  color: #00995c !important;
}
@media (max-width: 576px) {
  :root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-body-data {
    width: 100%;
  }
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-body-btn {
  width: 100%;
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-body-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #4d4d4d;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-observacao {
  margin-top: 32px;
  padding: 16px;
  background-color: #f7f8f9;
  border-radius: 8px;
  border: 1px solid #d3d6e0;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-dica {
  display: flex;
  align-items: center;
  color: #404040;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
:root .cnu-theme .cnu-socias-adicinar-agenda .cnu-socias-adicinar-agenda-content .cnu-socias-adicinar-agenda-descricao {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
:root .cnu-theme .cnu-socias-drawer {
  font-family: "Unimed Sans";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 1000;
  pointer-events: none;
}
:root .cnu-theme .cnu-socias-drawer.is-open {
  pointer-events: auto;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-overlay.is-open {
  opacity: 1;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-overlay.is-closing {
  opacity: 0;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content {
  padding: 48px;
  width: 720px;
  height: 100%;
  background: #fff;
  display: flex;
  z-index: 1001;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content.is-open {
  transform: translateX(0);
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content.is-closing {
  transform: translateX(100%);
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 18px;
  color: #6b6c7e;
  cursor: pointer;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-data-hora-passado .material-symbols-outlined {
  color: #808080 !important;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-data-hora-passado .cnu-socias-drawer-body-data,
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-data-hora-passado .cnu-socias-drawer-body-hora {
  text-decoration-line: line-through;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body {
  gap: 40px;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-titulo {
  color: #282828;
  font-family: "Unimed Slab";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-data-hora {
  padding: 16px 20px;
  border-radius: 8px;
  background: #f7f8f9;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-data-hora .material-symbols-outlined {
  color: #00995c;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-data-hora .cnu-socias-drawer-body-data {
  color: #282828;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-data-hora .cnu-socias-drawer-body-hora {
  color: #4d4d4d;
  text-align: center;
  font-size: 18px;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-link {
  background-color: transparent;
  display: flex;
  gap: 4px;
  padding: 8px 16px 8px 12px;
  color: #00804d;
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #00995c;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-link .material-symbols-outlined {
  font-size: 18px;
  text-decoration: none;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-link:hover {
  color: #00804d;
  text-decoration: none;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-descricao {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-link-label {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-link-agenda,
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-link-endereco {
  color: #00804d;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-link-agenda .material-symbols-outlined,
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-link-endereco .material-symbols-outlined {
  font-size: 20px;
}
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-link-agenda:hover,
:root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body-link-endereco:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  :root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content {
    padding: 40px 20px;
  }
  :root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content .cnu-socias-drawer-body {
    gap: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-overlay,
  :root .cnu-theme .cnu-socias-drawer .cnu-socias-drawer-content {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
:root .cnu-theme .portlet {
  margin: 0;
}
:root .cnu-theme .cnu-section {
  width: 100%;
  margin-bottom: 123px;
}
@media (max-width: 991px) {
  :root .cnu-theme .cnu-section {
    margin-bottom: 64px;
  }
}
:root .cnu-theme .cnu-section:has(.cnu-header-guest) {
  margin-bottom: 96px !important;
}
@media (max-width: 991px) {
  :root .cnu-theme .cnu-section:has(.cnu-header-guest) {
    margin-bottom: 80px !important;
  }
}
:root .cnu-theme .cnu-container {
  max-width: 1180px;
  margin: auto;
}
:root .cnu-theme .container {
  max-width: 1248px;
}
:root .cnu-theme .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
:root .cnu-theme .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
:root .cnu-theme .entry-title.taglib-categorization-filter {
  display: none !important;
}
:root .cnu-theme .dropdown-item:active,
:root .cnu-theme .dropdown-menu > li > a:active,
:root .cnu-theme .dropdown-menu .link-list > li > a:active {
  background-color: unset;
}
:root .cnu-theme .slider-nav::before {
  content: unset !important;
}
:root .cnu-theme .page-editor__layout-viewport--with-sidebar-open .page-editor__layout-viewport__resizer {
  width: 100%;
}
:root .cnu-theme .loading-spinner {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 4px solid #ccc;
  margin: auto;
  border-left-color: #b1d34b;
  animation: spin 1s linear infinite;
}
:root .cnu-theme .animation-spin-green {
  color: #00995c;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
:root .cnu-theme .loader {
  width: 30px;
  height: 30px;
  border: 4px solid #00995d;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: spin 1s linear infinite;
}
:root .cnu-theme .loader-ligth {
  width: 30px;
  height: 30px;
  border: 4px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: spin 1s linear infinite;
}
:root .cnu-theme .loader-dots {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00995d;
  box-shadow: 32px 0 #00995d, -32px 0 #00995d;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
}
@keyframes flash {
  0% {
    background-color: rgba(0, 153, 93, 0.2); /* cor base com 20% de opacidade */
    box-shadow: 32px 0 rgba(0, 153, 93, 0.2), -32px 0 #00995d;
  }
  50% {
    background-color: #00995d;
    box-shadow: 32px 0 rgba(0, 153, 93, 0.2), -32px 0 rgba(0, 153, 93, 0.2);
  }
  100% {
    background-color: rgba(0, 153, 93, 0.2);
    box-shadow: 32px 0 #00995d, -32px 0 rgba(0, 153, 93, 0.2);
  }
}
:root .cnu-theme .loader-dots-light {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 32px 0 #fff, -32px 0 #fff;
  position: relative;
  animation: flash_light 0.5s ease-out infinite alternate;
}
@keyframes flash_light {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 32px 0 rgba(255, 255, 255, 0.1333333333), -32px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 32px 0 rgba(255, 255, 255, 0.1333333333), -32px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 32px 0 #FFF, -32px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
:root .cnu-theme .gap-1 {
  gap: 0.25rem !important;
}
:root .cnu-theme .gap-2 {
  gap: 0.5rem !important;
}
:root .cnu-theme .gap-3 {
  gap: 0.75rem !important;
}
:root .cnu-theme .gap-4 {
  gap: 1rem !important;
}
:root .cnu-theme .gap-5 {
  gap: 1.25rem !important;
}
:root .cnu-theme .gap-6 {
  gap: 1.5rem !important;
}
:root .cnu-theme .gap-7 {
  gap: 1.75rem !important;
}
:root .cnu-theme .gap-8 {
  gap: 2rem !important;
}
:root .cnu-theme .gap-9 {
  gap: 3rem !important;
}
:root .cnu-theme .fw-bold {
  font-weight: bold !important;
}
:root .cnu-theme .fw-400 {
  font-weight: 400 !important;
}
:root .cnu-theme .fw-500 {
  font-weight: 500 !important;
}
:root .cnu-theme .fw-600 {
  font-weight: 600 !important;
}
:root .cnu-theme .fw-700 {
  font-weight: 700 !important;
}
:root .cnu-theme .fs-1 {
  font-size: 0.25rem !important;
}
:root .cnu-theme .fs-2 {
  font-size: 0.5rem !important;
}
:root .cnu-theme .fs-3 {
  font-size: 0.75rem !important;
}
:root .cnu-theme .fs-4 {
  font-size: 1rem !important;
}
:root .cnu-theme .fs-5 {
  font-size: 1.25rem !important;
}
:root .cnu-theme .fs-6 {
  font-size: 1.5rem !important;
}
:root .cnu-theme .fs-7 {
  font-size: 1.75rem !important;
}
:root .cnu-theme .fs-8 {
  font-size: 2rem !important;
}
:root .cnu-theme .fs-9 {
  font-size: 3rem !important;
}
:root .cnu-theme .w-content {
  width: max-content !important;
}
:root .cnu-theme .font-unimed-sans {
  font-family: "Unimed sans" !important;
}
:root .cnu-theme .divider {
  height: 1px;
  background: #DEDEDE;
}

.btn:focus,
button:focus {
  box-shadow: none !important;
}

.top-0 {
  top: calc(0 * 4px);
}

.right-0 {
  right: calc(0 * 4px);
}

.bottom0 {
  bottom: calc(0 * 4px);
}

.left0 {
  left: calc(0 * 4px);
}

.top-1 {
  top: calc(1 * 4px);
}

.right-1 {
  right: calc(1 * 4px);
}

.bottom1 {
  bottom: calc(1 * 4px);
}

.left1 {
  left: calc(1 * 4px);
}

.top-2 {
  top: calc(2 * 4px);
}

.right-2 {
  right: calc(2 * 4px);
}

.bottom2 {
  bottom: calc(2 * 4px);
}

.left2 {
  left: calc(2 * 4px);
}

.top-3 {
  top: calc(3 * 4px);
}

.right-3 {
  right: calc(3 * 4px);
}

.bottom3 {
  bottom: calc(3 * 4px);
}

.left3 {
  left: calc(3 * 4px);
}

.top-4 {
  top: calc(4 * 4px);
}

.right-4 {
  right: calc(4 * 4px);
}

.bottom4 {
  bottom: calc(4 * 4px);
}

.left4 {
  left: calc(4 * 4px);
}

.top-5 {
  top: calc(5 * 4px);
}

.right-5 {
  right: calc(5 * 4px);
}

.bottom5 {
  bottom: calc(5 * 4px);
}

.left5 {
  left: calc(5 * 4px);
}

.top-6 {
  top: calc(6 * 4px);
}

.right-6 {
  right: calc(6 * 4px);
}

.bottom6 {
  bottom: calc(6 * 4px);
}

.left6 {
  left: calc(6 * 4px);
}

.top-7 {
  top: calc(7 * 4px);
}

.right-7 {
  right: calc(7 * 4px);
}

.bottom7 {
  bottom: calc(7 * 4px);
}

.left7 {
  left: calc(7 * 4px);
}

.top-8 {
  top: calc(8 * 4px);
}

.right-8 {
  right: calc(8 * 4px);
}

.bottom8 {
  bottom: calc(8 * 4px);
}

.left8 {
  left: calc(8 * 4px);
}

.top-9 {
  top: calc(9 * 4px);
}

.right-9 {
  right: calc(9 * 4px);
}

.bottom9 {
  bottom: calc(9 * 4px);
}

.left9 {
  left: calc(9 * 4px);
}

.top-10 {
  top: calc(10 * 4px);
}

.right-10 {
  right: calc(10 * 4px);
}

.bottom10 {
  bottom: calc(10 * 4px);
}

.left10 {
  left: calc(10 * 4px);
}

.top-11 {
  top: calc(11 * 4px);
}

.right-11 {
  right: calc(11 * 4px);
}

.bottom11 {
  bottom: calc(11 * 4px);
}

.left11 {
  left: calc(11 * 4px);
}

.top-12 {
  top: calc(12 * 4px);
}

.right-12 {
  right: calc(12 * 4px);
}

.bottom12 {
  bottom: calc(12 * 4px);
}

.left12 {
  left: calc(12 * 4px);
}

.c-p-1 {
  padding: 1px !important;
}

.c-px1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.c-py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.c-p-2 {
  padding: 2px !important;
}

.c-px2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.c-py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.c-p-3 {
  padding: 3px !important;
}

.c-px3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.c-py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.c-p-4 {
  padding: 4px !important;
}

.c-px4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.c-py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.c-p-5 {
  padding: 5px !important;
}

.c-px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.c-py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.c-p-6 {
  padding: 6px !important;
}

.c-px6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.c-py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.c-p-7 {
  padding: 7px !important;
}

.c-px7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.c-py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.c-p-8 {
  padding: 8px !important;
}

.c-px8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.c-py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.c-p-9 {
  padding: 9px !important;
}

.c-px9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.c-py-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.c-p-10 {
  padding: 10px !important;
}

.c-px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.c-py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.c-p-11 {
  padding: 11px !important;
}

.c-px11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.c-py-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.c-p-12 {
  padding: 12px !important;
}

.c-px12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.c-py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.c-p-13 {
  padding: 13px !important;
}

.c-px13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.c-py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.c-p-14 {
  padding: 14px !important;
}

.c-px14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.c-py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.c-p-15 {
  padding: 15px !important;
}

.c-px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.c-py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.c-p-16 {
  padding: 16px !important;
}

.c-px16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.c-py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.c-p-17 {
  padding: 17px !important;
}

.c-px17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.c-py-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.c-p-18 {
  padding: 18px !important;
}

.c-px18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.c-py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.c-p-19 {
  padding: 19px !important;
}

.c-px19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.c-py-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.c-p-20 {
  padding: 20px !important;
}

.c-px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.c-py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.c-p-21 {
  padding: 21px !important;
}

.c-px21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.c-py-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.c-p-22 {
  padding: 22px !important;
}

.c-px22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.c-py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.c-p-23 {
  padding: 23px !important;
}

.c-px23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

.c-py-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

.c-p-24 {
  padding: 24px !important;
}

.c-px24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.c-py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.c-p-25 {
  padding: 25px !important;
}

.c-px25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.c-py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.c-p-26 {
  padding: 26px !important;
}

.c-px26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.c-py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.c-p-27 {
  padding: 27px !important;
}

.c-px27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

.c-py-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.c-p-28 {
  padding: 28px !important;
}

.c-px28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.c-py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.c-p-29 {
  padding: 29px !important;
}

.c-px29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

.c-py-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

.c-p-30 {
  padding: 30px !important;
}

.c-px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.c-py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.c-p-31 {
  padding: 31px !important;
}

.c-px31 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}

.c-py-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}

.c-p-32 {
  padding: 32px !important;
}

.c-px32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.c-py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.c-p-33 {
  padding: 33px !important;
}

.c-px33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.c-py-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

.c-p-34 {
  padding: 34px !important;
}

.c-px34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.c-py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.c-p-35 {
  padding: 35px !important;
}

.c-px35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.c-py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.c-p-36 {
  padding: 36px !important;
}

.c-px36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.c-py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.c-p-37 {
  padding: 37px !important;
}

.c-px37 {
  padding-left: 37px !important;
  padding-right: 37px !important;
}

.c-py-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}

.c-p-38 {
  padding: 38px !important;
}

.c-px38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

.c-py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.c-p-39 {
  padding: 39px !important;
}

.c-px39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}

.c-py-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}

.c-p-40 {
  padding: 40px !important;
}

.c-px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.c-py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.c-p-41 {
  padding: 41px !important;
}

.c-px41 {
  padding-left: 41px !important;
  padding-right: 41px !important;
}

.c-py-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}

.c-p-42 {
  padding: 42px !important;
}

.c-px42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}

.c-py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.c-p-43 {
  padding: 43px !important;
}

.c-px43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

.c-py-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

.c-p-44 {
  padding: 44px !important;
}

.c-px44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.c-py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.c-p-45 {
  padding: 45px !important;
}

.c-px45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.c-py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.c-p-46 {
  padding: 46px !important;
}

.c-px46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

.c-py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.c-p-47 {
  padding: 47px !important;
}

.c-px47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}

.c-py-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}

.c-p-48 {
  padding: 48px !important;
}

.c-px48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.c-py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

@media (max-width: 768.98px) {
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  .gap-md-4 {
    gap: 1rem !important;
  }
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  .gap-md-7 {
    gap: 1.75rem !important;
  }
  .gap-md-8 {
    gap: 2rem !important;
  }
  .gap-md-9 {
    gap: 3rem !important;
  }
}
@media (max-width: 576px) {
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 0.75rem !important;
  }
  .gap-sm-4 {
    gap: 1rem !important;
  }
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
  .gap-sm-7 {
    gap: 1.75rem !important;
  }
  .gap-sm-8 {
    gap: 2rem !important;
  }
  .gap-sm-9 {
    gap: 3rem !important;
  }
  .c-sm-p-1 {
    padding: 1px !important;
  }
  .c-sm-px1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .c-sm-py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .c-sm-p-2 {
    padding: 2px !important;
  }
  .c-sm-px2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .c-sm-py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .c-sm-p-3 {
    padding: 3px !important;
  }
  .c-sm-px3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .c-sm-py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .c-sm-p-4 {
    padding: 4px !important;
  }
  .c-sm-px4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .c-sm-py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .c-sm-p-5 {
    padding: 5px !important;
  }
  .c-sm-px5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .c-sm-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .c-sm-p-6 {
    padding: 6px !important;
  }
  .c-sm-px6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .c-sm-py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .c-sm-p-7 {
    padding: 7px !important;
  }
  .c-sm-px7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .c-sm-py-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .c-sm-p-8 {
    padding: 8px !important;
  }
  .c-sm-px8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .c-sm-py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .c-sm-p-9 {
    padding: 9px !important;
  }
  .c-sm-px9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .c-sm-py-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .c-sm-p-10 {
    padding: 10px !important;
  }
  .c-sm-px10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .c-sm-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .c-sm-p-11 {
    padding: 11px !important;
  }
  .c-sm-px11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .c-sm-py-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .c-sm-p-12 {
    padding: 12px !important;
  }
  .c-sm-px12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .c-sm-py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .c-sm-p-13 {
    padding: 13px !important;
  }
  .c-sm-px13 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .c-sm-py-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .c-sm-p-14 {
    padding: 14px !important;
  }
  .c-sm-px14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .c-sm-py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .c-sm-p-15 {
    padding: 15px !important;
  }
  .c-sm-px15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .c-sm-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .c-sm-p-16 {
    padding: 16px !important;
  }
  .c-sm-px16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .c-sm-py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .c-sm-p-17 {
    padding: 17px !important;
  }
  .c-sm-px17 {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .c-sm-py-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .c-sm-p-18 {
    padding: 18px !important;
  }
  .c-sm-px18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .c-sm-py-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .c-sm-p-19 {
    padding: 19px !important;
  }
  .c-sm-px19 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
  .c-sm-py-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .c-sm-p-20 {
    padding: 20px !important;
  }
  .c-sm-px20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .c-sm-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .c-sm-p-21 {
    padding: 21px !important;
  }
  .c-sm-px21 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
  .c-sm-py-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .c-sm-p-22 {
    padding: 22px !important;
  }
  .c-sm-px22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .c-sm-py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .c-sm-p-23 {
    padding: 23px !important;
  }
  .c-sm-px23 {
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
  .c-sm-py-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .c-sm-p-24 {
    padding: 24px !important;
  }
  .c-sm-px24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .c-sm-py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .c-sm-p-25 {
    padding: 25px !important;
  }
  .c-sm-px25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .c-sm-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .c-sm-p-26 {
    padding: 26px !important;
  }
  .c-sm-px26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .c-sm-py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .c-sm-p-27 {
    padding: 27px !important;
  }
  .c-sm-px27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
  .c-sm-py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .c-sm-p-28 {
    padding: 28px !important;
  }
  .c-sm-px28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .c-sm-py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .c-sm-p-29 {
    padding: 29px !important;
  }
  .c-sm-px29 {
    padding-left: 29px !important;
    padding-right: 29px !important;
  }
  .c-sm-py-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .c-sm-p-30 {
    padding: 30px !important;
  }
  .c-sm-px30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .c-sm-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .c-sm-p-31 {
    padding: 31px !important;
  }
  .c-sm-px31 {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .c-sm-py-31 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .c-sm-p-32 {
    padding: 32px !important;
  }
  .c-sm-px32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .c-sm-py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .c-sm-p-33 {
    padding: 33px !important;
  }
  .c-sm-px33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .c-sm-py-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .c-sm-p-34 {
    padding: 34px !important;
  }
  .c-sm-px34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .c-sm-py-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .c-sm-p-35 {
    padding: 35px !important;
  }
  .c-sm-px35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .c-sm-py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .c-sm-p-36 {
    padding: 36px !important;
  }
  .c-sm-px36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .c-sm-py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .c-sm-p-37 {
    padding: 37px !important;
  }
  .c-sm-px37 {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .c-sm-py-37 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .c-sm-p-38 {
    padding: 38px !important;
  }
  .c-sm-px38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  .c-sm-py-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .c-sm-p-39 {
    padding: 39px !important;
  }
  .c-sm-px39 {
    padding-left: 39px !important;
    padding-right: 39px !important;
  }
  .c-sm-py-39 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .c-sm-p-40 {
    padding: 40px !important;
  }
  .c-sm-px40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .c-sm-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .c-sm-p-41 {
    padding: 41px !important;
  }
  .c-sm-px41 {
    padding-left: 41px !important;
    padding-right: 41px !important;
  }
  .c-sm-py-41 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .c-sm-p-42 {
    padding: 42px !important;
  }
  .c-sm-px42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }
  .c-sm-py-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .c-sm-p-43 {
    padding: 43px !important;
  }
  .c-sm-px43 {
    padding-left: 43px !important;
    padding-right: 43px !important;
  }
  .c-sm-py-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .c-sm-p-44 {
    padding: 44px !important;
  }
  .c-sm-px44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .c-sm-py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .c-sm-p-45 {
    padding: 45px !important;
  }
  .c-sm-px45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .c-sm-py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .c-sm-p-46 {
    padding: 46px !important;
  }
  .c-sm-px46 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .c-sm-py-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .c-sm-p-47 {
    padding: 47px !important;
  }
  .c-sm-px47 {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }
  .c-sm-py-47 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .c-sm-p-48 {
    padding: 48px !important;
  }
  .c-sm-px48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .c-sm-py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}