/**
 * Clay 3.154.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.154.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: 989;
}
.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: 989;
}
@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;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bitter Slab";
  src: url("../fonts/Bitter-Black.woff2") format("woff2"), url("../fonts/Bitter-Black.eot") format("embedded-opentype"), url("../fonts/Bitter-Black.woff") format("woff"), url("../fonts/Bitter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bitter Slab";
  src: url("../fonts/Bitter-Bold.woff2") format("woff2"), url("../fonts/Bitter-Bold.eot") format("embedded-opentype"), url("../fonts/Bitter-Bold.woff") format("woff"), url("../fonts/Bitter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bitter Slab";
  src: url("../fonts/Bitter-Light.woff2") format("woff2"), url("../fonts/Bitter-Light.eot") format("embedded-opentype"), url("../fonts/Bitter-Light.woff") format("woff"), url("../fonts/Bitter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bitter Slab";
  src: url("../fonts/Bitter-SemiBold.woff2") format("woff2"), url("../fonts/Bitter-SemiBold.eot") format("embedded-opentype"), url("../fonts/Bitter-SemiBold.woff") format("woff"), url("../fonts/Bitter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-ExtraLight.woff2") format("woff2"), url("../fonts/FiraSans-ExtraLight.eot") format("embedded-opentype"), url("../fonts/FiraSans-ExtraLight.woff") format("woff"), url("../fonts/FiraSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agbalumo Regular";
  src: url("../fonts/agbalumo-regular.woff2") format("woff2"), url("../fonts/agbalumo-regular.eot") format("embedded-opentype"), url("../fonts/agbalumo-regular.woff") format("woff"), url("../fonts/agbalumo-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bitter Slab";
  src: url("../fonts/Bitter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html, body {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: unset !important;
}

body {
  overflow-x: hidden !important;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  letter-spacing: 0px;
  color: #464646;
}

section, .cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.unselectable *, .unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-user-select: none;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
}

body.has-edit-mode-menu .ls_als_pk_menu_wrapper_prod,
body.has-edit-mode-menu .ls_als_pk_logo_wrapper {
  display: none !important;
}

body.has-control-menu .ls_als_pk_hamburger_wrapper {
  position: absolute;
}

body.has-control-menu .ls_als_pk_desktop_navbar_wrapper {
  width: 100vw;
}

.als-styles {
  /* Waves */
  /* Waves with objects */
  /* Text Colors */
  /* Gray Colors */
  /* White, dark, black secondary */
  /* Dark corners */
  /* General shortcodes */
  /* Overflow */
  /* Cursor options */
  /* Box shadows */
  /* Smooth effects */
  /* Half moves */
  /* Containers */
  /* Container Sizes */
  /* Rotate shortcodes */
  /* Video Trigger Buttons */
  /* Video Trigger in slider */
  /* Marks */
  /* Basic Mark */
  /* Show&Hide elements in expander btn */
  /* Animated items and backgrounds */
  /* Animated Backgrond */
  /* Animated Backgrond Reverse */
  /* Vertical Animated Backgrond */
  /* Disable background animations on mobile for save performance */
  /* Animated Item Horizontal */
  /* Animated Item Vertical */
  /* Animated Item Rotate */
  /* Animated Item Rotate Infinite */
  /* Animated Item Scale */
  /* Animated SVG Icons for large devices */
  /* Masonry Settings */
  /* Gradient Background Animations */
  /* Contact Form effects */
  /* Lightbox Options */
  /* Left Right Buttons */
  /* Classic Colors */
  /* Parallax Styles */
  /* Typing Cursor Loop */
  /* Icon Types */
  /* Animated Icons */
  /* ".drop-effect" Dropdown effect */
  /* Menu Options */
  /* link options */
  /* Box Row Hover */
  /* Visble Item */
  /* Hidden items options */
  /* Progress Bars Start Width */
  /* Scrollbar Styled */
  /* Parallax effect style */
  /* Responsive Visible Options */
  /* .visible-xs small than 480px */
  /* .visible-sm 576px - 767px */
  /* .visible-md 768px - 991px */
  /* .visible-lg larger than 992px */
  /* .visible-xl larger than 1200px */
  /* Responsive Hidden Options */
  /* .hidden-xs */
  /* .hidden-sm */
  /* .hidden-md */
  /* .hidden-lg */
  /* .hidden-xl */
  /* Alerts & Cookie */
  /* Hover Effects */
  /* .btn-hover-1 */
  /* .btn-hover-2 */
  /* Colors */
  /* 3d Moving Effect */
  /* Click Effect */
  /* Hover Effect */
  /* Scale Hover */
  /* Buttons */
  /* Button sizes */
  /* Fixed Element On Page */
  /* Hide by scroll */
  /* Drop message and back to top buttons */
  /* Quick Contact Form on the pages */
  /* Inputs and Textareas */
  /* PlaceHolder Colors */
  /* PlaceHolder Colors for light */
  /* Label Animations */
  /* Focused label > span */
  /* Clear form effect */
  /* Caret */
  /* Tooltips */
  /* Arrow Colors */
  /* Popover */
  /* Hotspots */
  /* Accordion plus-minus */
  /* InfoCard */
  /* Local Video Styles */
  /* Full Screen Search Form On Navigation */
  /* Place Holders effects For Browsers */
  /* Recommended Page styles and effects*/
  /* Responsive Search form */
  /* Classic List Types */
  /* Twitter Feed For List */
  /* Tabs */
  /* Tab Content Effect */
  /* Tags */
  /* Loading Effects */
  /* Loader Circle */
  /* Dark */
  /* Keyframes for circle loader */
  /* Theme Section and Skeleton Styles */
  /* ============================================================ */
  /* Modern Navigation */
  /* ============================================================ */
  /* Navigation main styles */
  /* Disable Bootstrap 5 blue color */
  /* Logo Settings */
  /* .details-white and logo only */
  /* .details-dark and logo only */
  /* If has header top bar */
  /* Use header bar with cookies */
  /* Navigation types */
  /* Stay on top transparent */
  /* Sticky Navigation */
  /* Fixed Navigation */
  /* Scrolled and height options */
  /* Large nav */
  /* Large nav */
  /* Scrolled size */
  /* Scrolled lg size */
  /* Scrolled xl size */
  /* White navigation */
  /* Dark navigation */
  /* Links wrapper */
  /* Links */
  /* Set link sizes and weights with classes on .modern-nav */
  /* Left Brackets and hr */
  /* Dropdowns */
  /* Dropdowns for language */
  /* Nav links */
  /* Infinite dropdowns */
  /* Sub nav arrows */
  /* Buttons for navs */
  /* Mega Menu */
  /* Width values for mega menu counts */
  /* Hamburger menu icon on the navigations */
  /* Link Hovers */
  /* .link-hover-01 */
  /* .link-hover-02 */
  /* .link-hover-03 */
  /* Mobile Navigation */
  /* Extra Navigation Styles */
  /* ============================================================ */
  /* Completely flex nav */
  /* Nav default size & options */
  /* Icon Navigation
  ================================================== */
  /* Links */
  /* Popovers */
  /* Portfolio simple options
  /* ================================================== */
  /* Modal heading color */
  /* CBP Lazy loading animation */
  /* Slick Slider - Custom & Bg Slider
  /* ================================================== */
  /* Animated Items */
  /* .slow hover effected elements for .animate */
  /* FadeZoom effect */
  /* Arrows */
  /* Long Arrows */
  /* Double Arrows */
  /* Triangle Arrows */
  /* Dots */
  /* Dots if inner */
  /* Circle Dots */
  /* Point dots */
  /* Strip Dots */
  /* Footer styles - Footers created with helpers on Version 3
  /* ================================================== */
  /* Footer Fixed */
  /* Modal Types
  ================================================== */
  /* Fade scale effect - using for modals */
  /* Columns with data attributtes
  ================================================== */
  /* Social Colors */
  /* Backgrounds and hovers */
  /* Border colors and hovers */
  /* Colors and hovers */
  /* Margin */
  /* Simple negatives */
  /* Padding */
  /* Gaps */
  /* Left, Top, Right, Bottom */
  /* Font Size */
  /* Calculated font Size -- For titles */
  /* Font Weight */
  /* Letter Spacing */
  /* Line Height */
  /* Width */
  /* Height */
  /* Max & Min Width */
  /* Max & Min Height */
  /* Border */
  /* Border Colors */
  /* Colors */
  /* Z index */
  /* Opacity */
  /* Shortcodes for mobile devices */
}
.als-styles .h1, .als-styles .h2, .als-styles .h3, .als-styles .h4, .als-styles .h5, .als-styles .h6, .als-styles h1, .als-styles h2, .als-styles h3, .als-styles h4, .als-styles h5, .als-styles h6, .als-styles p {
  color: inherit;
  font-variant-ligatures: common-ligatures;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
.als-styles h1, .als-styles .h1 {
  font-size: 36px;
}
.als-styles h2, .als-styles .h2 {
  font-size: 32px;
}
.als-styles h3, .als-styles .h3 {
  font-size: 24px;
}
.als-styles h4, .als-styles .h4 {
  font-size: 18px;
}
.als-styles h5, .als-styles .h5 {
  font-size: 14px;
}
.als-styles h6, .als-styles .h6 {
  font-size: 12px;
}
.als-styles ol, .als-styles ul {
  list-style: none;
  padding: 0;
}
.als-styles * {
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.als-styles .font-main {
  font-family: "Roboto", sans-serif !important;
}
.als-styles .font-secondary {
  font-family: "Taviraj", serif;
}
.als-styles .italic {
  font-style: italic;
}
.als-styles .uppercase {
  text-transform: uppercase;
}
.als-styles .capitalize {
  text-transform: capitalize !important;
}
.als-styles .transform-none {
  text-transform: none !important;
}
.als-styles .t-left {
  text-align: left !important;
}
.als-styles .t-center {
  text-align: center !important;
}
.als-styles .t-right {
  text-align: right !important;
}
.als-styles .t-justify {
  text-align: justify !important;
}
.als-styles .t-vertical {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}
.als-styles .t-vertical-down {
  writing-mode: vertical-lr;
}
.als-styles .v-middle {
  vertical-align: middle;
}
.als-styles .t-vertical-orientation {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.als-styles .t-shadow-none {
  text-shadow: none !important;
}
.als-styles .t-shadow {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.als-styles .thin {
  font-weight: 100 !important;
}
.als-styles .extralight {
  font-weight: 200 !important;
}
.als-styles .light {
  font-weight: 300 !important;
}
.als-styles .normal {
  font-weight: 400 !important;
}
.als-styles .medium {
  font-weight: 500 !important;
}
.als-styles .semibold {
  font-weight: 600 !important;
}
.als-styles .bold {
  font-weight: 700 !important;
}
.als-styles .extrabold {
  font-weight: 900 !important;
}
.als-styles .fstyle-normal {
  font-style: normal;
}
.als-styles .rtl {
  direction: rtl;
}
.als-styles .underline, .als-styles .underline-hover:hover, .als-styles .underline-active.active, .als-styles .underline-hover-links a:hover, .als-styles .underline-hover-all:hover * {
  text-decoration: underline !important;
}
.als-styles .overline, .als-styles .overline-hover:hover, .als-styles .overline-hover-links a:hover, .als-styles .overline-hover-all:hover * {
  text-decoration: line-through !important;
}
.als-styles .underline-dashed {
  border-bottom: 1px dashed;
  word-spacing: -1px;
}
.als-styles .underline-gradient, .als-styles .underline-slide {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  display: -ms-inline-flexbox;
}
.als-styles .underline-gradient:before, .als-styles .underline-gradient:after, .als-styles .underline-slide:before, .als-styles .underline-slide:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  height: 1px;
  background: #fff;
  background: linear-gradient(90deg, #A8A36B, #B484B7, #84B78A);
}
.als-styles .underline-gradient:not(.active-inview):after, .als-styles .underline-gradient.active-inview.inview:after {
  background: linear-gradient(90deg, transparent, #D54949, #C95EA1, #bc6f6f, transparent);
  animation: underlineanimation 1.2s linear infinite;
}
.als-styles .underline-slide:before, .als-styles .underline-slide:after {
  left: 0;
  background: #777 !important;
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.als-styles .underline-slide:before {
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
}
.als-styles .underline-slide:hover:before {
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.als-styles .underline-slide:after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.als-styles .underline-slide:hover:after {
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.als-styles .underline-slide.underline-white:before, .als-styles .underline-slide.underline-white:after {
  background: #fff !important;
}
.als-styles .underline-slide.underline-gray:before, .als-styles .underline-slide.underline-gray:after {
  background: #ACACAC !important;
}
.als-styles .underline-hover-slide:after {
  display: none !important;
}
.als-styles .underline-hover-slide:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.als-styles .underline-large {
  position: relative;
}
.als-styles .underline-large:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24%;
  height: 20%;
  background-color: rgba(100, 100, 100, 0.16);
}
.als-styles .underline-large.lighter:before {
  background-color: rgba(100, 100, 100, 0.1);
}
.als-styles .underline-large.down:before {
  bottom: 15%;
}
.als-styles .underline-large.down2x:before {
  bottom: 7%;
}
.als-styles .underline-large.bigger:before {
  height: 30%;
}
@media only screen and (max-width: 992px) {
  .als-styles .underline-large:before, .als-styles .underline-gradient:before, .als-styles .underline-gradient:after {
    display: none !important;
  }
}
@keyframes underlineanimation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.als-styles .text-background {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}
.als-styles .text-shadow {
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
}
.als-styles .paragraph {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
  .als-styles .paragraph {
    font-size: 13px;
    line-height: 23px;
  }
}
.als-styles .ff-inherit {
  font-family: inherit !important;
}
.als-styles .badge {
  padding: 5px 15px;
  font-size: 12px;
  margin: 0 3px;
  color: #fff;
  line-height: normal;
  font-weight: inherit;
  background-color: #777;
}
.als-styles .bg-gray, .als-styles .bg-gray-hover:hover, .als-styles .bg-gray-active.active {
  background-color: #fcfcfc !important;
}
.als-styles .bg-gray1, .als-styles .bg-gray1-hover:hover, .als-styles .bg-gray1-active.active {
  background-color: #f8f8f8 !important;
}
.als-styles .bg-gray2, .als-styles .bg-gray2-hover:hover, .als-styles .bg-gray2-active.active {
  background-color: #f4f4f4 !important;
}
.als-styles .bg-gray3, .als-styles .bg-gray3-hover:hover, .als-styles .bg-gray3-active.active {
  background-color: #e6e6e6 !important;
}
.als-styles .bg-gray4, .als-styles .bg-gray4-hover:hover, .als-styles .bg-gray4-active.active {
  background-color: #ccc !important;
}
.als-styles .bg-gray5, .als-styles .bg-gray5-hover:hover, .als-styles .bg-gray5-active.active {
  background-color: #aaa !important;
}
.als-styles .bg-gray6, .als-styles .bg-gray6-hover:hover, .als-styles .bg-gray6-active.active {
  background-color: #999 !important;
}
.als-styles .bg-gray7, .als-styles .bg-gray7-hover:hover, .als-styles .bg-gray7-active.active {
  background-color: #777 !important;
}
.als-styles .bg-gray8, .als-styles .bg-gray8-hover:hover, .als-styles .bg-gray8-active.active {
  background-color: #454545 !important;
}
.als-styles .bg-gray9, .als-styles .bg-gray9-hover:hover, .als-styles .bg-gray9-active.active {
  background-color: #3C3C3C !important;
}
.als-styles .bg-dark, .als-styles .bg-dark-hover:hover, .als-styles .bg-dark-active.active {
  background-color: #313131 !important;
}
.als-styles .bg-dark1, .als-styles .bg-dark1-hover:hover, .als-styles .bg-dark1-active.active {
  background-color: #2C2C2C !important;
}
.als-styles .bg-dark2, .als-styles .bg-dark2-hover:hover, .als-styles .bg-dark2-active.active {
  background-color: #282828 !important;
}
.als-styles .bg-dark3, .als-styles .bg-dark3-hover:hover, .als-styles .bg-dark3-active.active {
  background-color: #242424 !important;
}
.als-styles .bg-dark4, .als-styles .bg-dark4-hover:hover, .als-styles .bg-dark4-active.active {
  background-color: #1F1F1F !important;
}
.als-styles .bg-dark5, .als-styles .bg-dark5-hover:hover, .als-styles .bg-dark5-active.active {
  background-color: #1A1A1A !important;
}
.als-styles .bg-dark6, .als-styles .bg-dark6-hover:hover, .als-styles .bg-dark6-active.active {
  background-color: #131313 !important;
}
.als-styles .bg-dark7, .als-styles .bg-dark7-hover:hover, .als-styles .bg-dark7-active.active {
  background-color: #0d0d0d !important;
}
.als-styles .bg-dark8, .als-styles .bg-dark8-hover:hover, .als-styles .bg-dark8-active.active {
  background-color: #080808 !important;
}
.als-styles .bg-dark9, .als-styles .bg-dark9-hover:hover, .als-styles .bg-dark9-active.active, .als-styles .bg-black, .als-styles .bg-black-hover:hover, .als-styles .bg-black-active.active {
  background-color: #000000 !important;
}
.als-styles .bg-night, .als-styles .bg-night-hover:hover, .als-styles .bg-night-active.active {
  background-color: #343B48 !important;
}
.als-styles .bg-night1, .als-styles .bg-night1-hover:hover, .als-styles .bg-night1-active.active {
  background-color: #2E3542 !important;
}
.als-styles .bg-night2, .als-styles .bg-night2-hover:hover, .als-styles .bg-night2-active.active {
  background-color: #2B313D !important;
}
.als-styles .bg-night3, .als-styles .bg-night3-hover:hover, .als-styles .bg-night3-active.active {
  background-color: #272C37 !important;
}
.als-styles .bg-night4, .als-styles .bg-night4-hover:hover, .als-styles .bg-night4-active.active {
  background-color: #242832 !important;
}
.als-styles .bg-night5, .als-styles .bg-night5-hover:hover, .als-styles .bg-night5-active.active {
  background-color: #20232E !important;
}
.als-styles .bg-night6, .als-styles .bg-night6-hover:hover, .als-styles .bg-night6-active.active {
  background-color: #1B1F28 !important;
}
.als-styles .bg-night7, .als-styles .bg-night7-hover:hover, .als-styles .bg-night7-active.active {
  background-color: #171921 !important;
}
.als-styles .bg-night8, .als-styles .bg-night8-hover:hover, .als-styles .bg-night8-active.active {
  background-color: #111217 !important;
}
.als-styles .bg-night9, .als-styles .bg-night9-hover:hover, .als-styles .bg-night9-active.active {
  background-color: #090A0C !important;
}
.als-styles .bg-white, .als-styles .bg-white-hover:hover, .als-styles .bg-white-focus:focus, .als-styles .bg-white-active.active {
  background-color: white !important;
}
.als-styles .bg-default, .als-styles .bg-default-hover:hover, .als-styles .bg-default-active.active {
  background-color: #4B515D !important;
}
.als-styles .color-default, .als-styles .color-default-hover:hover, .als-styles .color-default-active.active {
  color: #4B515D !important;
}
.als-styles .b-default, .als-styles .b-default-hover:hover, .als-styles .b-default-active.active {
  border-color: #4B515D !important;
}
.als-styles .bg-primary, .als-styles .bg-primary-hover:hover, .als-styles .bg-primary-active.active {
  background-color: #4285F4 !important;
}
.als-styles .color-primary, .als-styles .color-primary-hover:hover, .als-styles .color-primary-active.active {
  color: #4285F4 !important;
}
.als-styles .b-primary, .als-styles .b-primary-hover:hover, .als-styles .b-primary-active.active {
  border-color: #4285F4 !important;
}
.als-styles .bg-success, .als-styles .bg-success-hover:hover, .als-styles .bg-success-active.active {
  background-color: #5cb85c !important;
}
.als-styles .color-success, .als-styles .color-success-hover:hover, .als-styles .color-success-active.active {
  color: #5cb85c !important;
}
.als-styles .b-success, .als-styles .b-success-hover:hover, .als-styles .b-success-active.active {
  border-color: #5cb85c !important;
}
.als-styles .bg-secondary, .als-styles .bg-secondary-hover:hover, .als-styles .bg-secondary-active.active {
  background-color: #8D8099 !important;
}
.als-styles .color-secondary, .als-styles .color-secondary-hover:hover, .als-styles .color-secondary-active.active {
  color: #8D8099 !important;
}
.als-styles .b-secondary, .als-styles .b-secondary-hover:hover, .als-styles .b-secondary-active.active {
  border-color: #8D8099 !important;
}
.als-styles .bg-danger, .als-styles .bg-danger-hover:hover, .als-styles .bg-danger-active.active {
  background-color: #db2929 !important;
}
.als-styles .color-danger, .als-styles .color-danger-hover:hover, .als-styles .color-danger-active.active {
  color: #db2929 !important;
}
.als-styles .b-danger, .als-styles .b-danger-hover:hover, .als-styles .b-danger-active.active {
  border-color: #db2929 !important;
}
.als-styles .bg-warning, .als-styles .bg-warning-hover:hover, .als-styles .bg-warning-active.active {
  background-color: #f0ad4e !important;
}
.als-styles .color-warning, .als-styles .color-warning-hover:hover, .als-styles .color-warning-active.active {
  color: #f0ad4e !important;
}
.als-styles .b-warning, .als-styles .b-warning-hover:hover, .als-styles .b-warning-active.active {
  border-color: #f0ad4e !important;
}
.als-styles .bg-info, .als-styles .bg-info-hover:hover, .als-styles .bg-info-active.active {
  background-color: #33b5e5 !important;
}
.als-styles .color-info, .als-styles .color-info-hover:hover, .als-styles .color-info-active.active {
  color: #33b5e5 !important;
}
.als-styles .b-info, .als-styles .b-info-hover:hover, .als-styles .b-info-active.active {
  border-color: #33b5e5 !important;
}
.als-styles .bg-pink, .als-styles .bg-pink-hover:hover, .als-styles .bg-pink-active.active {
  background-color: #F088B2 !important;
}
.als-styles .color-pink, .als-styles .color-pink-hover:hover, .als-styles .color-pink-active.active {
  color: #F088B2 !important;
}
.als-styles .b-pink, .als-styles .b-pink-hover:hover, .als-styles .b-pink-active.active {
  border-color: #F088B2 !important;
}
.als-styles .bg-violet, .als-styles .bg-violet-hover:hover, .als-styles .bg-violet-active.active {
  background-color: violet !important;
}
.als-styles .color-violet, .als-styles .color-violet-hover:hover, .als-styles .color-violet-active.active {
  color: violet !important;
}
.als-styles .b-violet, .als-styles .b-violet-hover:hover, .als-styles .b-violet-active.active {
  border-color: violet !important;
}
.als-styles .bg-purple, .als-styles .bg-purple-hover:hover, .als-styles .bg-purple-active.active {
  background-color: #8c7ae6 !important;
}
.als-styles .color-purple, .als-styles .color-purple-hover:hover, .als-styles .color-purple-active.active {
  color: #8c7ae6 !important;
}
.als-styles .b-purple, .als-styles .b-purple-hover:hover, .als-styles .b-purple-active.active {
  border-color: #8c7ae6 !important;
}
.als-styles .bg-green, .als-styles .bg-green-hover:hover, .als-styles .bg-green-active.active {
  background-color: #C2CF67 !important;
}
.als-styles .color-green, .als-styles .color-green-hover:hover, .als-styles .color-green-active.active {
  color: #C2CF67 !important;
}
.als-styles .b-green, .als-styles .b-green-hover:hover, .als-styles .b-green-active.active {
  border-color: #C2CF67 !important;
}
.als-styles .bg-orange, .als-styles .bg-orange-hover:hover, .als-styles .bg-orange-active.active {
  background-color: #FFAF3E !important;
}
.als-styles .color-orange, .als-styles .color-orange-hover:hover, .als-styles .color-orange-active.active {
  color: #E29218 !important;
}
.als-styles .b-orange, .als-styles .b-orange-hover:hover, .als-styles .b-orange-active.active {
  border-color: #E29218 !important;
}
.als-styles .bg-gold, .als-styles .bg-gold-hover:hover, .als-styles .bg-gold-active.active {
  background-color: #fbc531 !important;
}
.als-styles .color-gold, .als-styles .color-gold-hover:hover, .als-styles .color-gold-active.active {
  color: #fbc531 !important;
}
.als-styles .b-gold, .als-styles .b-gold-hover:hover, .als-styles .b-gold-active.active {
  border-color: #fbc531 !important;
}
.als-styles .bg-asphalt, .als-styles .bg-asphalt-hover:hover, .als-styles .bg-asphalt-active.active {
  background-color: #556575 !important;
}
.als-styles .color-asphalt, .als-styles .color-asphalt-hover:hover, .als-styles .color-asphalt-active.active {
  color: #556575 !important;
}
.als-styles .b-asphalt, .als-styles .b-asphalt-hover:hover, .als-styles .b-asphalt-active.active {
  border-color: #556575 !important;
}
.als-styles .bg-transparent, .als-styles .bg-transparent-hover:hover, .als-styles .bg-transparent-active.active, .als-styles .transparent, .als-styles .transparent-hover:hover {
  background-color: transparent !important;
}
.als-styles .color-inherit {
  color: inherit !important;
}
.als-styles .bc, .als-styles .ac, .als-styles [class*=bg-soft], .als-styles [class*=pattern] {
  position: relative;
}
.als-styles .bc:before, .als-styles .ac:after, .als-styles .fai, .als-styles .fais, .als-styles [class*=bg-soft]:before, .als-styles [class*=pattern]:before {
  z-index: 1 !important;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  -webkit-transition: background-color 0.2s, opacity 0.3s;
  transition: background-color 0.2s, opacity 0.3s;
}
.als-styles .fais {
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
}
.als-styles [class*=bg-soft] > * {
  position: relative;
  z-index: 2;
}
.als-styles .bg-soft-gradient:before {
  opacity: 0.9;
}
.als-styles .fai, .als-styles .fais {
  -webkit-transition: none;
  transition: none;
}
.als-styles .bg-soft-white:before, .als-styles .bg-soft-white-hover:hover:before, .als-styles .bg-soft-white-active.active:before, .als-styles .bg-soft-white9:before, .als-styles .bg-soft-white9-hover:hover:before, .als-styles .bg-soft-white9-active.active:before {
  background-color: rgba(255, 255, 255, 0.9);
}
.als-styles .bg-soft-white1:before, .als-styles .bg-soft-white1-hover:hover:before, .als-styles .bg-soft-white1-active.active:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.als-styles .bg-soft-white2:before, .als-styles .bg-soft-white2-hover:hover:before, .als-styles .bg-soft-white2-active.active:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.als-styles .bg-soft-white3:before, .als-styles .bg-soft-white3-hover:hover:before, .als-styles .bg-soft-white3-active.active:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.als-styles .bg-soft-white4:before, .als-styles .bg-soft-white4-hover:hover:before, .als-styles .bg-soft-white4-active.active:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.als-styles .bg-soft-white5:before, .als-styles .bg-soft-white5-hover:hover:before, .als-styles .bg-soft-white5-active.active:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.als-styles .bg-soft-white6:before, .als-styles .bg-soft-white6-hover:hover:before, .als-styles .bg-soft-white6-active.active:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.als-styles .bg-soft-white7:before, .als-styles .bg-soft-white7-hover:hover:before, .als-styles .bg-soft-white7-active.active:before {
  background-color: rgba(255, 255, 255, 0.7);
}
.als-styles .bg-soft-white8:before, .als-styles .bg-soft-white8-hover:hover:before, .als-styles .bg-soft-white8-active.active:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.als-styles .bg-soft-white10:before, .als-styles .bg-soft-white10-hover:hover:before, .als-styles .bg-soft-white10-active.active:before {
  background-color: rgb(255, 255, 255);
}
.als-styles .bg-soft-gray:before, .als-styles .bg-soft-gray-hover:hover:before, .als-styles .bg-soft-gray-active.active:before, .als-styles .bg-soft-gray9:before, .als-styles .bg-soft-gray9-hover:hover:before, .als-styles .bg-soft-gray9-active.active:before {
  background-color: rgba(202, 202, 201, 0.9);
}
.als-styles .bg-soft-gray1:before, .als-styles .bg-soft-gray1-hover:hover:before, .als-styles .bg-soft-gray1-active.active:before {
  background-color: rgba(202, 202, 201, 0.1);
}
.als-styles .bg-soft-gray2:before, .als-styles .bg-soft-gray2-hover:hover:before, .als-styles .bg-soft-gray2-active.active:before {
  background-color: rgba(202, 202, 201, 0.2);
}
.als-styles .bg-soft-gray3:before, .als-styles .bg-soft-gray3-hover:hover:before, .als-styles .bg-soft-gray3-active.active:before {
  background-color: rgba(202, 202, 201, 0.3);
}
.als-styles .bg-soft-gray4:before, .als-styles .bg-soft-gray4-hover:hover:before, .als-styles .bg-soft-gray4-active.active:before {
  background-color: rgba(202, 202, 201, 0.4);
}
.als-styles .bg-soft-gray5:before, .als-styles .bg-soft-gray5-hover:hover:before, .als-styles .bg-soft-gray5-active.active:before {
  background-color: rgba(202, 202, 201, 0.5);
}
.als-styles .bg-soft-gray6:before, .als-styles .bg-soft-gray6-hover:hover:before, .als-styles .bg-soft-gray6-active.active:before {
  background-color: rgba(202, 202, 201, 0.6);
}
.als-styles .bg-soft-gray7:before, .als-styles .bg-soft-gray7-hover:hover:before, .als-styles .bg-soft-gray7-active.active:before {
  background-color: rgba(202, 202, 201, 0.7);
}
.als-styles .bg-soft-gray8:before, .als-styles .bg-soft-gray8-hover:hover:before, .als-styles .bg-soft-gray8-active.active:before {
  background-color: rgba(202, 202, 201, 0.8);
}
.als-styles .bg-soft-gray10:before, .als-styles .bg-soft-gray10-hover:hover:before, .als-styles .bg-soft-gray10-active.active:before {
  background-color: rgb(202, 202, 201);
}
.als-styles .bg-soft-dark:before, .als-styles .bg-soft-dark-hover:hover:before, .als-styles .bg-soft-dark-active.active:before, .als-styles .bg-soft-dark9:before, .als-styles .bg-soft-dark9-hover:hover:before, .als-styles .bg-soft-dark9-active.active:before {
  background-color: rgba(25, 25, 25, 0.9);
}
.als-styles .bg-soft-dark1:before, .als-styles .bg-soft-dark1-hover:hover:before, .als-styles .bg-soft-dark1-active.active:before {
  background-color: rgba(25, 25, 25, 0.1);
}
.als-styles .bg-soft-dark2:before, .als-styles .bg-soft-dark2-hover:hover:before, .als-styles .bg-soft-dark2-active.active:before {
  background-color: rgba(25, 25, 25, 0.2);
}
.als-styles .bg-soft-dark3:before, .als-styles .bg-soft-dark3-hover:hover:before, .als-styles .bg-soft-dark3-active.active:before {
  background-color: rgba(25, 25, 25, 0.3);
}
.als-styles .bg-soft-dark4:before, .als-styles .bg-soft-dark4-hover:hover:before, .als-styles .bg-soft-dark4-active.active:before {
  background-color: rgba(25, 25, 25, 0.4);
}
.als-styles .bg-soft-dark5:before, .als-styles .bg-soft-dark5-hover:hover:before, .als-styles .bg-soft-dark5-active.active:before {
  background-color: rgba(25, 25, 25, 0.5);
}
.als-styles .bg-soft-dark6:before, .als-styles .bg-soft-dark6-hover:hover:before, .als-styles .bg-soft-dark6-active.active:before {
  background-color: rgba(25, 25, 25, 0.6);
}
.als-styles .bg-soft-dark7:before, .als-styles .bg-soft-dark7-hover:hover:before, .als-styles .bg-soft-dark7-active.active:before {
  background-color: rgba(25, 25, 25, 0.7);
}
.als-styles .bg-soft-dark8:before, .als-styles .bg-soft-dark8-hover:hover:before, .als-styles .bg-soft-dark8-active.active:before {
  background-color: rgba(25, 25, 25, 0.8);
}
.als-styles .bg-soft-dark9:before, .als-styles .bg-soft-dark9-hover:hover:before, .als-styles .bg-soft-dark9-active.active:before {
  background-color: rgba(25, 25, 25, 0.9);
}
.als-styles .bg-soft-black:before, .als-styles .bg-soft-black-hover:hover:before, .als-styles .bg-soft-black-active.active:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.als-styles .bg-soft-black1:before, .als-styles .bg-soft-black1-hover:hover:before, .als-styles .bg-soft-black1-active.active:before {
  background-color: rgba(0, 0, 0, 0.9);
}
.als-styles .bg-soft-wave:before {
  background: #FFC86C;
  background: linear-gradient(136deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.21) 100%);
}
.als-styles .bg-changeable {
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.als-styles .bg-pattern:before {
  background-repeat: repeat !important;
  background-size: auto auto !important;
  background-image: url(../images/pattern-black.html);
}
.als-styles .bg-pattern > * {
  position: relative;
  z-index: 1;
}
.als-styles .pattern-white:before {
  background-image: url(../images/pattern-white.html);
}
.als-styles [data-bg], .als-styles [data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}
.als-styles .bg-left, .als-styles .bg-left > .bg-animator:after {
  background-position: left !important;
}
.als-styles .bg-lefttop, .als-styles .bg-lefttop > .bg-animator:after {
  background-position: left top !important;
}
.als-styles .bg-leftbottom, .als-styles .bg-leftbottom > .bg-animator:after {
  background-position: left bottom !important;
}
.als-styles .bg-right, .als-styles .bg-right > .bg-animator:after {
  background-position: right !important;
}
.als-styles .bg-righttop, .als-styles .bg-righttop > .bg-animator:after {
  background-position: right top !important;
}
.als-styles .bg-rightbottom, .als-styles .bg-rightbottom > .bg-animator:after {
  background-position: right bottom !important;
}
.als-styles .bg-top, .als-styles .bg-top > .bg-animator:after {
  background-position: top !important;
}
.als-styles .bg-bottom, .als-styles .bg-bottom > .bg-animator:after {
  background-position: bottom !important;
}
.als-styles .bg-center, .als-styles .bg-center > .bg-animator:after {
  background-position: center center !important;
}
.als-styles .bg-centertop, .als-styles .bg-centertop > .bg-animator:after {
  background-position: center top !important;
}
.als-styles .bg-centerbottom, .als-styles .bg-centerbottom > .bg-animator:after {
  background-position: center bottom !important;
}
.als-styles .bg-norepeat, .als-styles .bg-norepeat > .bg-animator:after {
  background-repeat: no-repeat !important;
}
.als-styles .bg-repeatx, .als-styles .bg-repeatx > .bg-animator:after {
  background-repeat: repeat-x !important;
}
.als-styles .bg-repeaty, .als-styles .bg-repeaty > .bg-animator:after {
  background-repeat: repeat-y !important;
}
.als-styles .bg-repeat {
  background-repeat: repeat !important;
}
.als-styles .bg-scroll {
  background-attachment: scroll !important;
}
.als-styles .bg-normal, .als-styles .bg-normal > .bg-animator:after {
  background-size: auto !important;
}
.als-styles .bg-fixed, .als-styles .bg-fixed > .bg-animator:after {
  background-attachment: fixed !important;
}
.als-styles .bg-cover, .als-styles .cover, .als-styles .bg-cover > .bg-animator:after {
  background-size: cover !important;
}
.als-styles .bg-fullheight {
  background-size: auto 100% !important;
}
.als-styles .bg-fullwidth {
  background-size: 100% auto !important;
}
.als-styles .bg-width-10 {
  background-size: 10% auto !important;
}
.als-styles .bg-width-20 {
  background-size: 20% auto !important;
}
.als-styles .bg-width-30 {
  background-size: 30% auto !important;
}
.als-styles .bg-width-40 {
  background-size: 40% auto !important;
}
.als-styles .bg-width-50 {
  background-size: 50% auto !important;
}
.als-styles .bg-width-60 {
  background-size: 60% auto !important;
}
.als-styles .bg-width-70 {
  background-size: 70% auto !important;
}
.als-styles .bg-width-80 {
  background-size: 80% auto !important;
}
.als-styles .bg-width-90 {
  background-size: 90% auto !important;
}
.als-styles .section-waves {
  position: absolute !important;
  z-index: 1;
  height: 100%;
  pointer-events: none;
  background-size: 101% auto !important;
  background-repeat: no-repeat !important;
  left: -10px !important;
  width: 102% !important;
  width: calc(100% + 10px) !important;
  bottom: -1px !important;
  background-position: 0% 100.4% !important;
  background-image: url(../images/waves/bottom_placeholder.html);
}
.als-styles .section-waves.waves-top {
  top: -1px !important;
  background-position: 0% 0% !important;
  bottom: auto !important;
  background-image: url(../images/waves/top_placeholder.html);
}
.als-styles .section-waves[class*=left-] {
  left: -10px !important;
}
.als-styles .section-waves[class*=width] {
  width: 101.5% !important;
  width: calc(100% + 10px) !important;
}
.als-styles .section-waves.waves-with-object {
  background: none !important;
}
.als-styles .section-waves.waves-with-object object {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 101%;
  height: auto;
  pointer-events: none;
}
.als-styles .section-waves.waves-with-object.waves-top object {
  top: -1px !important;
  bottom: auto !important;
}
.als-styles .gray, .als-styles .gray-hover:hover, .als-styles .gray-active.active {
  color: #fcfcfc !important;
}
.als-styles .gray1, .als-styles .gray1-hover:hover, .als-styles .gray1-active.active {
  color: #f8f8f8 !important;
}
.als-styles .gray2, .als-styles .gray2-hover:hover, .als-styles .gray2-active.active {
  color: #f1f1f1 !important;
}
.als-styles .gray3, .als-styles .gray3-hover:hover, .als-styles .gray3-active.active {
  color: #e4e4e4 !important;
}
.als-styles .gray4, .als-styles .gray4-hover:hover, .als-styles .gray4-active.active {
  color: #cacaca !important;
}
.als-styles .gray5, .als-styles .gray5-hover:hover, .als-styles .gray5-active.active {
  color: #a4a4a4 !important;
}
.als-styles .gray6, .als-styles .gray6-hover:hover, .als-styles .gray6-active.active {
  color: #868686 !important;
}
.als-styles .gray7, .als-styles .gray7-hover:hover, .als-styles .gray7-active.active {
  color: #717171 !important;
}
.als-styles .gray8, .als-styles .gray8-hover:hover, .als-styles .gray8-active.active {
  color: #474747 !important;
}
.als-styles .gray9, .als-styles .gray9-hover:hover, .als-styles .gray9-active.active {
  color: #383838 !important;
}
.als-styles .dark, .als-styles .dark-hover:hover, .als-styles .dark-active.active {
  color: #2f2f2f !important;
}
.als-styles .dark1, .als-styles .dark1-hover:hover, .als-styles .dark1-active.active {
  color: #292929 !important;
}
.als-styles .dark2, .als-styles .dark2-hover:hover, .als-styles .dark2-active.active {
  color: #242424 !important;
}
.als-styles .dark3, .als-styles .dark3-hover:hover, .als-styles .dark3-active.active {
  color: #212121 !important;
}
.als-styles .dark4, .als-styles .dark4-hover:hover, .als-styles .dark4-active.active {
  color: #181818 !important;
}
.als-styles .dark5, .als-styles .dark5-hover:hover, .als-styles .dark5-active.active {
  color: #151515 !important;
}
.als-styles .dark6, .als-styles .dark6-hover:hover, .als-styles .dark6-active.active {
  color: #111111 !important;
}
.als-styles .dark7, .als-styles .dark7-hover:hover, .als-styles .dark7-active.active {
  color: #090909 !important;
}
.als-styles .dark8, .als-styles .dark8-hover:hover, .als-styles .dark8-active.active {
  color: #060606 !important;
}
.als-styles .dark9, .als-styles .dark9-hover:hover, .als-styles .dark9-active.active {
  color: #030303 !important;
}
.als-styles .black, .als-styles .black-hover:hover, .als-styles .black-active.active {
  color: #000 !important;
}
.als-styles .white, .als-styles .white-hover:hover, .als-styles .white-active.active {
  color: white !important;
}
.als-styles [class*=dark-corner-], .als-styles [class*=dark-bottom] {
  position: relative;
}
.als-styles [class*=dark-corner-] > *, .als-styles [class*=dark-bottom] > * {
  position: relative;
  z-index: 2 !important;
}
.als-styles [class*=dark-corner-]:before, .als-styles [class*=dark-bottom]:before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1 !important;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.als-styles .dark-corner-left-top:before, .als-styles .dark-corner-left-top-hover:hover:before, .als-styles .dark-corner-left-top.active:before {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.als-styles .dark-corner-left-bottom:before, .als-styles .dark-corner-left-bottom-hover:hover:before, .als-styles .dark-corner-left-bottom-active.active:before {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.als-styles .dark-corner-right-top:before, .als-styles .dark-corner-right-top-hover:hover:before, .als-styles .dark-corner-right-top-active.active:before {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(210deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.als-styles .dark-corner-right-bottom:before, .als-styles .dark-corner-right-top-hover:hover:before, .als-styles .dark-corner-right-top-active.active:before {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(335deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.als-styles .dark-bottom:before, .als-styles .dark-bottom-hover:hover:before, .als-styles .dark-bottom-active.active:before, .als-styles .dark-bottom1:before, .als-styles .dark-bottom1-hover:hover:before, .als-styles .dark-bottom1-active.active:before {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 55%);
}
.als-styles .dark-bottom1:before, .als-styles .dark-bottom1-hover:hover:before, .als-styles .dark-bottom1-active.active:before {
  opacity: 0.7 !important;
}
.als-styles .fullscreen {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.als-styles .relative {
  position: relative !important;
}
.als-styles .absolute {
  position: absolute !important;
}
.als-styles .fixed {
  position: fixed !important;
}
.als-styles .fixed-keeper {
  overflow: hidden;
  position: absolute;
  clip: rect(0, auto, auto, 0);
}
.als-styles .block, .als-styles .block-links a, .als-styles .block-img img {
  display: block;
}
.als-styles .block-img img {
  width: 100%;
}
.als-styles .inline-block, .als-styles .inline-block-links a {
  display: inline-block !important;
}
.als-styles .table {
  display: table !important;
}
.als-styles .table-lg td, .als-styles .table-lg th {
  padding: 1rem;
}
.als-styles .table-xl td, .als-styles .table-xl th {
  padding: 1.2rem;
}
.als-styles .table thead th {
  border-bottom-width: 1px;
}
.als-styles .flex-none {
  flex: none !important;
  -ms-flex: none;
}
.als-styles .flex-centerall {
  display: flex !important;
  display: -ms-flexbox !important;
  align-items: center !important;
  -ms-flex-align: center !important;
  justify-content: center !important;
  -ms-flex-pack: center !important;
}
.als-styles .pointer-events-none {
  pointer-events: none !important;
}
.als-styles .pointer-events-all {
  pointer-events: all !important;
}
@media only screen and (max-width: 768px) {
  .als-styles .block-mobile {
    display: block !important;
  }
  .als-styles .inline-block-mobile {
    display: inline-block !important;
  }
}
.als-styles .none, .als-styles .hidden {
  display: none !important;
}
.als-styles .ws-nowrap, .als-styles .nowrap {
  white-space: nowrap !important;
}
.als-styles .ws-normal {
  white-space: normal !important;
}
.als-styles .f-left {
  float: left !important;
}
.als-styles .f-right {
  float: right !important;
}
.als-styles .f-none {
  float: none !important;
}
.als-styles .no-radius, .als-styles .no-radius-hover:hover, .als-styles .radius-0-hover:hover {
  border-radius: 0 !important;
}
.als-styles .radius-sm, .als-styles .radius-sm-hover:hover {
  border-radius: 3px !important;
}
.als-styles .radius, .als-styles .radius-hover:hover {
  border-radius: 6px !important;
}
.als-styles .radius-md, .als-styles .radius-md-hover:hover {
  border-radius: 12px !important;
}
.als-styles .radius-lg, .als-styles .radius-lg-hover:hover {
  border-radius: 30px !important;
}
.als-styles .radius-xl, .als-styles .radius-xl-hover:hover {
  border-radius: 100px !important;
}
.als-styles .radius-inherit {
  border-radius: inherit !important;
}
.als-styles .radius-no, .als-styles .radius-0 {
  border-radius: 0px !important;
}
.als-styles .radius-no-lt {
  border-top-left-radius: 0px !important;
}
.als-styles .radius-no-rt {
  border-top-right-radius: 0px !important;
}
.als-styles .radius-no-lb {
  border-bottom-left-radius: 0px !important;
}
.als-styles .radius-no-rb {
  border-bottom-right-radius: 0px !important;
}
.als-styles .radius-no-right {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.als-styles .radius-no-left {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.als-styles .radius-no-bottom {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.als-styles .radius-no-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.als-styles .circle, .als-styles .circle-hover:hover {
  border-radius: 100% !important;
}
.als-styles .o-hidden {
  overflow: hidden !important;
}
.als-styles .o-hidden-x {
  overflow-x: hidden !important;
}
.als-styles .o-hidden-y {
  overflow-y: hidden !important;
}
.als-styles .text-o-hidden {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.als-styles .o-scroll {
  overflow: scroll !important;
}
.als-styles .o-auto {
  overflow: auto !important;
}
.als-styles .o-visible, .als-styles .fw-slider .slick-list {
  overflow: visible !important;
}
.als-styles .c-inherit {
  cursor: inherit !important;
}
.als-styles .c-pointer {
  cursor: pointer !important;
}
.als-styles .c-default {
  cursor: default !important;
}
.als-styles .c-disabled {
  cursor: not-allowed !important;
}
.als-styles .c-move {
  cursor: move !important;
}
.als-styles .c-resize {
  cursor: ew-resize !important;
}
.als-styles .c-vertical-resize {
  cursor: ns-resize !important;
}
.als-styles .c-grab {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.als-styles .c-grab:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.als-styles .c-plus {
  cursor: url(../images/cursor-plus.html) 35 35, auto !important;
}
.als-styles .c-plus-dark {
  cursor: url(../images/cursor-plus-dark.html) 35 35, auto !important;
}
.als-styles .c-drag {
  cursor: url(../images/cursor-drag.html) 60 25, auto !important;
}
.als-styles .c-close-dark {
  cursor: url(../images/cursor-close-dark.html) 23 23, auto !important;
}
.als-styles .c-close-white {
  cursor: url(../images/cursor-close-white.html) 23 23, auto !important;
}
.als-styles .c-info {
  cursor: url(../images/cursor-info.html) 8 20, auto !important;
}
.als-styles .c-point, .als-styles .c-point:hover, .als-styles .c-point *:hover, .als-styles .c-point:focus {
  cursor: url(../images/cursor-point.html) 7.5 7.5, auto;
}
.als-styles .c-dot, .als-styles .c-dot:hover, .als-styles .c-dot *:hover, .als-styles .c-dot:focus {
  cursor: url(../images/cursor-dot.html) 3.5 3.5, auto;
}
.als-styles .bs-none, .als-styles .bs-none-hover:hover, .als-styles .bs-none-focus:focus {
  box-shadow: none !important;
}
.als-styles .bs-xs, .als-styles .bs-xs-hover:hover, .als-styles .bs-xs-focus:focus {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) !important;
}
.als-styles .bs-sm, .als-styles .bs-sm-hover:hover, .als-styles .bs-sm-focus:focus {
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.07) !important;
}
.als-styles .bs, .als-styles .box-shadow, .als-styles .bs-hover:hover, .als-styles .bs-focus:focus {
  box-shadow: 1px 6px 18px 0px rgba(0, 0, 0, 0.06) !important;
}
.als-styles .bs-light, .als-styles .bs-light-hover:hover, .als-styles .bs-light-focus:focus {
  box-shadow: 2px 30px 127px 5px rgba(63, 75, 188, 0.14) !important;
}
.als-styles .bs-md, .als-styles .bs-md-hover:hover, .als-styles .bs-md-focus:focus {
  box-shadow: 2px 15px 45px 5px rgba(0, 0, 0, 0.07) !important;
}
.als-styles .bs-lg, .als-styles .bs-lg-hover:hover, .als-styles .bs-lg-focus:focus {
  box-shadow: 2px 20px 55px 5px rgba(0, 0, 0, 0.09) !important;
}
.als-styles .bs-xl, .als-styles .bs-xl-hover:hover, .als-styles .bs-xl-focus:focus {
  box-shadow: 2px 25px 65px 5px rgba(0, 0, 0, 0.16) !important;
}
.als-styles .bs-inset, .als-styles .bs-inset-hover:hover, .als-styles .bs-inset-focus:focus {
  -webkit-box-shadow: 0 18px 36px -13px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 0 18px 36px -13px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 21px 42px -14px rgba(0, 0, 0, 0.5) !important;
}
.als-styles [class*=bs-colored] {
  position: relative;
  z-index: 0;
}
.als-styles [class*=bs-colored]:before {
  content: "";
  position: absolute;
  display: block;
  left: 3%;
  right: 3%;
  top: 40%;
  bottom: -9px;
  background: inherit;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  z-index: -1;
  opacity: 0.7;
}
.als-styles .bs-colored-sm:before, .als-styles .bs-colored-sm-hover:before {
  -webkit-filter: blur(17px) !important;
  filter: blur(17px) !important;
}
.als-styles .bs-colored-hover:before, .als-styles .bs-colored-sm-hover:before {
  visibility: hidden;
  opacity: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.als-styles .bs-colored:before, .als-styles .bs-colored-hover:hover:before, .als-styles .bs-colored-sm-hover:hover:before {
  visibility: visible;
  opacity: 0.7 !important;
}
.als-styles .slow-disabled {
  -webkit-transition: none !important;
  transition: none !important;
}
.als-styles .slow-sm {
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
}
.als-styles .slow {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.als-styles .slow-md {
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.als-styles .slow-lg {
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.als-styles .slow-xl {
  -webkit-transition: all 0.7s !important;
  transition: all 0.7s !important;
}
.als-styles .slow-qdr {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.2, 1) !important;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.2, 1) !important;
}
.als-styles .move-up-half {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.als-styles .move-right-half {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.als-styles .move-upright-half {
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
}
.als-styles .move-upleft-half {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.als-styles .move-down-half {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.als-styles .move-left-half {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.als-styles .move-downright-half {
  -webkit-transform: translate3d(50%, 50%, 0);
  transform: translate3d(50%, 50%, 0);
}
.als-styles .move-downleft-half {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
@media only screen and (max-width: 992) {
  .als-styles .move-none-sm {
    -webkit-transform: translate3d(0, 0, 0) translateX(0) !important;
    transform: translate3d(0, 0, 0) translateX(0) !important;
  }
}
.als-styles *[class*=container-], .als-styles .container {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.als-styles .container-xl {
  max-width: 1600px;
}
.als-styles .container-lg {
  max-width: 1440px;
}
.als-styles .container-md {
  max-width: 1170px;
}
.als-styles .container-sm {
  max-width: 992px;
}
.als-styles .container-xs {
  max-width: 750px;
}
.als-styles .container-xxs {
  max-width: 670px;
}
.als-styles .rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.als-styles .rotate-45-reverse {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.als-styles .rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.als-styles .rotate-90-reverse {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.als-styles .video-trigger {
  position: relative;
}
.als-styles .video-play-trigger {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  z-index: 15;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.als-styles .video-play-trigger span {
  display: block;
  margin: 0 auto;
  top: 50%;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.als-styles iframe {
  width: 100%;
}
.als-styles .video-trigger iframe {
  min-height: 300px;
}
.als-styles .video-trigger.slick-slide img, .als-styles .slick-slide .video-trigger img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.als-styles .overlay, .als-styles .overlay-hover {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2 !important;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
.als-styles .has-overlay, .als-styles [class*=has-overlay-] {
  overflow: hidden;
  position: relative;
}
.als-styles .has-overlay-hover .overlay-hover {
  visibility: hidden;
  opacity: 0;
  z-index: 50 !important;
}
.als-styles .has-overlay-hover:hover .overlay-hover {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.als-styles .image-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.als-styles .image-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.als-styles pre {
  border: 1px solid #E4E4E4;
  line-height: normal;
  max-height: 400px;
  padding: 25px;
}
.als-styles .sticky-keeper {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .als-styles .sticky-keeper .sticky-container {
    position: relative !important;
    top: 0 !important;
    width: auto !important;
    max-width: none !important;
  }
}
.als-styles .basic-mark {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: normal;
  padding: 3px 9px;
  z-index: 99;
}
.als-styles .basic-mark.icon-mark {
  right: 0px;
  top: -5px;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.als-styles .basic-mark.to-left {
  left: 10px;
  right: auto;
}
.als-styles .basic-mark.icon-mark.to-left {
  left: 0px;
  right: auto;
}
.als-styles .basic-mark.icon-mark.to-bottom {
  top: auto;
  bottom: -5px;
}
.als-styles .basic-mark.to-left + .basic-mark.to-left {
  top: 40px;
}
.als-styles .basic-mark.to-right + .basic-mark.to-right {
  top: 40px;
}
.als-styles .expander-btn.collapsed span.hide {
  display: none;
}
.als-styles .expander-btn:not(.collapsed) span.show {
  display: none;
}
.als-styles .expander-btn i {
  margin-left: 5px;
  font-size: 18px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.als-styles .expander-btn:not(.collapsed) i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.als-styles .bg-animated > *, .als-styles .bg-animated-reverse > *, .als-styles .bg-animated-vertical > * {
  position: relative;
  z-index: 2;
}
.als-styles .bg-animator {
  background-image: inherit;
  display: block;
  background-size: 0px 0px !important;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0 !important;
}
.als-styles .bg-animated, .als-styles .bg-animated-reverse, .als-styles .bg-animated-vertical {
  background-size: 0px 0px !important;
  background-repeat: no-repeat;
  position: relative;
}
@-webkit-keyframes BackgroundAnimation {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
}
.als-styles .bg-animated .bg-animator:after {
  transform: translate3d(0, 0, 0);
  background-image: inherit;
  background-attachment: scroll;
  background-size: auto 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 500%;
  min-width: 300vw;
  height: 100%;
  display: block;
  background-repeat: repeat;
  -webkit-animation: BackgroundAnimation 300s linear infinite;
  -moz-animation: BackgroundAnimation 300s linear infinite;
  -ms-animation: BackgroundAnimation 300s linear infinite;
}
@-webkit-keyframes BackgroundAnimationReverse {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
}
.als-styles .bg-animated-reverse .bg-animator:after {
  transform: translate3d(0, 0, 0);
  background-image: inherit;
  background-attachment: scroll;
  background-size: auto 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 500%;
  min-width: 300vw;
  height: 100%;
  display: block;
  background-repeat: repeat;
  -webkit-animation: BackgroundAnimationReverse 300s linear infinite;
  -moz-animation: BackgroundAnimationReverse 300s linear infinite;
  -ms-animation: BackgroundAnimationReverse 300s linear infinite;
}
@-webkit-keyframes BackgroundAnimationVertical {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -70%, 0);
    transform: translate3d(0, -70%, 0);
  }
}
.als-styles .bg-animated-vertical .bg-animator:after {
  transform: translate3d(0, 0, 0);
  background-image: inherit;
  background-attachment: scroll;
  background-size: 100% auto;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 450%;
  display: block;
  background-repeat: repeat;
  -webkit-animation: BackgroundAnimationVertical 240s linear infinite;
  -moz-animation: BackgroundAnimationVertical 240s linear infinite;
  -ms-animation: BackgroundAnimationVertical 240s linear infinite;
}
@media only screen and (max-width: 1025px) {
  .als-styles .bg-animator {
    display: none;
  }
  .als-styles .bg-animated, .als-styles .bg-animated-reverse, .als-styles .bg-animated-vertical {
    background-size: cover !important;
  }
  .als-styles .bg-animated.bg-normal, .als-styles .bg-animated-reverse.bg-normal, .als-styles .bg-animated-vertical.bg-normal {
    background-size: auto !important;
  }
}
@-webkit-keyframes itemAnimationHorizontal {
  0% {
    transform: translate(-20px, 0);
  }
  50% {
    transform: translate(20px, 0);
  }
  100% {
    transform: translate(-20px, 0);
  }
}
@keyframes itemAnimationHorizontal {
  0% {
    transform: translate(-20px, 0);
  }
  50% {
    transform: translate(20px, 0);
  }
  100% {
    transform: translate(-20px, 0);
  }
}
.als-styles .animated-item-horizontal:not(.active-inview), .als-styles .animated-item-horizontal.active-inview.inview {
  -webkit-animation: itemAnimationHorizontal 2.5s linear infinite;
  animation: itemAnimationHorizontal 2.5s linear infinite;
}
@-webkit-keyframes itemAnimationVertical {
  0% {
    transform: translate(0, -20px);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, -20px);
  }
}
@keyframes itemAnimationVertical {
  0% {
    transform: translate(0, -20px);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, -20px);
  }
}
.als-styles .animated-item-vertical:not(.active-inview), .als-styles .animated-item-vertical.active-inview.inview {
  -webkit-animation: itemAnimationVertical 2.5s linear infinite;
  animation: itemAnimationVertical 2.5s linear infinite;
}
@-webkit-keyframes itemAnimationRotate {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
@keyframes itemAnimationRotate {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
.als-styles .animated-item-rotate:not(.active-inview), .als-styles .animated-item-rotate.active-inview.inview {
  -webkit-animation: itemAnimationRotate 2.5s linear infinite;
  animation: itemAnimationRotate 2.5s linear infinite;
}
@-webkit-keyframes itemAnimationRotateInfinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes itemAnimationRotateInfinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.als-styles .animated-item-rotate-infinite:not(.active-inview), .als-styles .animated-item-rotate-infinite.active-inview.inview {
  -webkit-animation: itemAnimationRotateInfinite 40s linear infinite;
  animation: itemAnimationRotateInfinite 40s linear infinite;
}
@-webkit-keyframes itemAnimationScale {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes itemAnimationScale {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.als-styles .animated-item-scale:not(.active-inview), .als-styles .animated-item-scale.active-inview.inview {
  -webkit-animation: itemAnimationScale 2.5s linear infinite;
}
.als-styles .animated-container [data-animation], .als-styles .animated {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.als-styles .animated-container [data-animation].fast, .als-styles .animated.fast {
  animation-duration: 0.5s;
}
.als-styles .visible, .als-styles .animated-container [data-animation].visible {
  opacity: 1;
  visibility: visible !important;
}
@media only screen and (max-width: 992px) {
  .als-styles .animated-container [data-animation], .als-styles .animated {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .als-styles .animated:not(.visible) path, .als-styles .animated:not(.visible) ellipse, .als-styles .animated:not(.visible) rect, .als-styles .animated:not(.visible) polyline, .als-styles .animated:not(.visible) polygon, .als-styles .animated:not(.visible) circle, .als-styles path.animated:not(.visible) {
    stroke: transparent;
  }
  .als-styles .animated.visible path, .als-styles .animated.visible rect, .als-styles .animated.visible ellipse, .als-styles .animated.visible polyline, .als-styles .animated.visible polygon, .als-styles .animated.visible circle {
    stroke-width: 1px;
    stroke-dashoffset: 40;
    stroke-dasharray: 0;
    animation: 2s svgDrawing;
  }
  @keyframes svgDrawing {
    0% {
      stroke-dasharray: 0 500;
      stroke-dashoffset: -155;
    }
    100% {
      stroke-dasharray: 600;
      stroke-dashoffset: 10;
    }
  }
}
.als-styles .sticky-item {
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.als-styles .masonry {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  width: 100%;
}
.als-styles .animated-gradient {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.als-styles .animated-gradient.inview {
  -webkit-animation: animatedGradient 60s ease infinite;
  -moz-animation: animatedGradient 60s ease infinite;
  animation: animatedGradient 60s ease infinite;
}
.als-styles .animated-gradient.inview.fast {
  -webkit-animation: animatedGradient 20s ease infinite;
  -moz-animation: animatedGradient 20s ease infinite;
  animation: animatedGradient 20s ease infinite;
}
@-webkit-keyframes animatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.als-styles .error-message, .als-styles .submit-message {
  width: 360px;
  position: fixed;
  z-index: 6000;
  right: 50px;
  bottom: 40px;
  opacity: 0;
  -webkit-transform: scale(0.95) translateZ(0);
  transform: scale(0.95) translateZ(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.als-styles .error-message.on, .als-styles .submit-message.on {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.als-styles .error-message button span.btn-cls, .als-styles .submit-message button span.btn-cls {
  font-size: 18px;
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: inherit;
  color: inherit;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.als-styles .error-message button:hover span.btn-cls, .als-styles .submit-message button:hover span.btn-cls {
  opacity: 1;
}
.als-styles .error-message button span.timer, .als-styles .submit-message button span.timer {
  position: relative;
  z-index: 1;
}
.als-styles .error-message button {
  background-color: #EB4242;
}
.als-styles .error-message button:hover {
  background-color: #FF4A4A;
}
.als-styles .error-message i {
  color: #EB4242;
}
.als-styles .submit-message button {
  background-color: #57A257;
}
.als-styles .submit-message button:hover {
  background-color: #6FB66F;
}
.als-styles .submit-message i {
  color: #57A257;
}
.als-styles button[type=submit] {
  position: relative;
}
.als-styles button[type=submit] span.loader {
  background-color: inherit;
  border-radius: inherit;
}
.als-styles button[type=submit].loading span.loader:before {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  z-index: 2;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 650ms infinite linear;
  -o-animation: cssload-spin 650ms infinite linear;
  -ms-animation: cssload-spin 650ms infinite linear;
  -webkit-animation: cssload-spin 650ms infinite linear;
  -moz-animation: cssload-spin 650ms infinite linear;
}
.als-styles button[type=submit].loading span.loader:after {
  background-color: inherit;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.als-styles button[type=submit].loading.dark-loading span.loader:before {
  border: 1px solid rgb(0, 0, 0);
  border-left-color: transparent;
  border-right-color: transparent;
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 480px) {
  .als-styles .error-message, .als-styles .submit-message {
    width: 300px;
    right: 15px;
    bottom: 30px;
  }
}
.als-styles .lg-outer .lg-thumb {
  margin: 0 auto;
}
.als-styles .lg-outer .lg-thumb-item {
  border: 0px solid transparent;
  border-radius: 0;
}
.als-styles .lg-outer .lg-thumb-item img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.als-styles .lg-outer .lg-thumb-item.active img {
  opacity: 1;
}
.als-styles .lg-outer .lg-item {
  background: url(../images/loader2.html) center center no-repeat;
}
.als-styles .lg-backdrop, .als-styles .lg-outer {
  z-index: 3000;
}
.als-styles .lg-outer .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.als-styles .lg-actions .lg-next, .als-styles .lg-actions .lg-prev {
  padding: 25px 13px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.als-styles .lg-actions .lg-next:hover, .als-styles .lg-actions .lg-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ddd;
}
.als-styles .lg-actions .lg-next:before {
  content: "\e649";
  font-family: themify;
}
.als-styles .lg-actions .lg-prev:after {
  content: "\e64a";
  font-family: themify;
}
.als-styles .lg-toolbar .lg-icon, .als-styles #lg-counter, .als-styles .lg-outer .lg-thumb-outer, .als-styles .lg-outer .lg-toogle-thumb {
  color: #ccc;
}
.als-styles .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.6);
}
.als-styles .lg-sub-html {
  background-color: rgba(0, 0, 0, 0);
}
.als-styles .lg-backdrop {
  background-color: rgba(20, 20, 20, 0.8);
}
.als-styles body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  border: 0px solid rgba(255, 255, 255, 0.1);
}
.als-styles .lg-outer .lg-thumb-outer, .als-styles .lg-outer .lg-toogle-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
.als-styles .lg-outer .lg-thumb-item.active, .als-styles .lg-outer .lg-thumb-item:hover {
  border-color: rgba(180, 180, 180, 0.5);
}
.als-styles .parallax {
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  background-size: cover !important;
}
.als-styles .bg-parallax {
  width: 100%;
  min-height: 105.243%;
  will-change: transform;
  height: 80vh;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-attachment: scroll !important;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.als-styles .bg-parallax.horizontal-parallax {
  min-height: auto;
  height: 100%;
}
.als-styles .parallax.disabled {
  width: 100%;
  min-height: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: none !important;
  transform: none !important;
}
.als-styles .bg-parallax img {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
@media only screen and (max-width: 992px) {
  .als-styles .bg-parallax {
    width: 100%;
    height: 100%;
    min-height: 100%;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
.als-styles .typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.als-styles .icon-xxs {
  width: 25px;
  height: 25px;
  font-size: 10px;
}
.als-styles .icon-xs {
  width: 35px;
  height: 35px;
  font-size: 11px;
}
.als-styles .icon-sm {
  width: 45px;
  height: 45px;
  font-size: 12px;
}
.als-styles .icon-md {
  width: 55px;
  height: 55px;
  font-size: 13px;
}
.als-styles .icon-lg {
  width: 70px;
  height: 70px;
  font-size: 13px;
}
.als-styles .icon-xl {
  width: 85px;
  height: 85px;
  font-size: 14px;
}
.als-styles .icon-xxl {
  width: 100px;
  height: 100px;
  font-size: 16px;
}
.als-styles .icon-extreme {
  width: 120px;
  height: 120px;
  font-size: 17px;
}
.als-styles [class*=icon-], .als-styles .icon {
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: normal;
}
.als-styles .icon-animated, .als-styles .icon-animated1 {
  position: relative;
}
.als-styles .icon-animated:after, .als-styles .icon-animated1:after, .als-styles .icon-animated1:before {
  z-index: -1;
  opacity: 0;
  background: inherit;
  border-radius: inherit;
  border-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-animation-name: icon-animate;
  animation-name: icon-animate;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.als-styles .icon-animated1:after, .als-styles .icon-animated1:before {
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.als-styles .icon-animated1:before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.als-styles .icon-animated.active-inview:after, .als-styles .icon-animated1.active-inview:after, .als-styles .icon-animated1.active-inview:before {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.als-styles .icon-animated.active-inview.inview:after, .als-styles .icon-animated1.active-inview.inview:after, .als-styles .icon-animated1.active-inview.inview:before {
  animation-play-state: running;
  -webkit-animation-play-state: running;
}
@keyframes icon-animate {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
.als-styles .drop-effect {
  display: inline-block;
  max-width: 100%;
}
.als-styles .drop-effect button.dropdown-toggle {
  width: 250px;
  max-width: 100%;
  cursor: pointer;
  padding: 12px 18px;
  text-align: left;
  position: relative;
}
.als-styles .drop-effect button.dropdown-toggle span {
  position: absolute;
  right: 20px;
}
.als-styles .drop-effect button.dropdown-toggle:after {
  display: none !important;
}
.als-styles .drop-effect .dropdown-menu {
  position: absolute !important;
  overflow: hidden;
  padding: 0;
  top: 0%;
  left: -10% !important;
  width: 120%;
  min-width: 220px;
  transform: translate3d(0px, 0%, 0px) !important;
  box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 10px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.als-styles .drop-effect .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0px, -20%, 0px) !important;
}
.als-styles .drop-effect .dropdown-menu > li > .link {
  color: inherit;
  padding: 0px 25px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.als-styles .drop-effect .dropdown-menu.show > li > .link {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media only screen and (max-width: 1250px) {
  .als-styles .drop-effect .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    width: 130px;
    min-width: auto;
  }
}
.als-styles .box-hover-row:hover .visible-item {
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}
.als-styles .box-hover-row .hidden-item {
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
}
.als-styles .box-hover-row:hover .hidden-item {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.als-styles .progress-bar {
  width: 35%;
}
.als-styles .scrollbar-styled::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.als-styles .scrollbar-styled::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.als-styles .scrollbar-styled::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(134, 134, 134, 0.4);
}
.als-styles .skrollr {
  backface-visibility: hidden;
}
@media only screen and (min-width: 576px) {
  .als-styles .visible-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 767px) {
  .als-styles .visible-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .als-styles .visible-md {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .als-styles .visible-lg {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .als-styles .visible-xl {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .als-styles .hidden-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .als-styles .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 768px) and (min-width: 991px) {
  .als-styles .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .als-styles .hidden-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .als-styles .hidden-xl {
    display: none !important;
  }
}
.als-styles .cookie {
  display: none;
  z-index: 1090;
}
.als-styles .cookie.cookie-in-expire-time {
  display: none !important;
}
.als-styles .cookie-alert {
  display: none;
  position: fixed;
  z-index: 1500;
  width: 80%;
  margin: 0 auto;
  left: 50%;
  bottom: 3%;
  right: auto;
  opacity: 1;
  padding: 20px 40px 20px 20px !important;
  background: white;
  -ms-transform: translateX(-50%) translateZ(0);
  -webkit-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
}
.als-styles .cookie-alert .close {
  position: absolute;
  right: 20px;
  font-size: 20px;
}
.als-styles body.cookie-alert-active {
  overflow-y: auto !important;
}
.als-styles .qdr-alert {
  display: none;
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1500;
  margin: 0;
  line-height: normal;
}
.als-styles .alert-dismissable .close, .als-styles .alert-dismissible .close {
  top: 0;
  line-height: inherit;
}
.als-styles .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.als-styles .btn-hover-up, .als-styles .btn-hover-down {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
}
.als-styles .btn-hover-up:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.als-styles .btn-hover-down:hover {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.als-styles .btn-hover-light {
  position: relative;
  overflow: hidden !important;
}
.als-styles .btn-hover-light:after {
  width: 150%;
  height: 150%;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  content: "";
  display: block;
  position: absolute;
  opacity: 0.4;
  top: 0%;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
}
.als-styles .btn-hover-light:hover:after, .als-styles .btn-hover-light-container:hover .btn-hover-light:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.7s;
  transition: transform 0.7s;
}
.als-styles .moving-container {
  transform-style: preserve-3d;
}
.als-styles .moving-container .moving {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.als-styles .translatez-xs {
  -webkit-transform: translateZ(20px);
  transform: translateZ(20px);
}
.als-styles .translatez-sm {
  -webkit-transform: translateZ(40px);
  transform: translateZ(40px);
}
.als-styles .translatez-md {
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
}
.als-styles .translatez-lg {
  -webkit-transform: translateZ(90px);
  transform: translateZ(90px);
}
.als-styles .perspective-sm {
  perspective: 500px;
}
.als-styles .perspective-md, .als-styles .perspective {
  perspective: 800px;
}
.als-styles .perspective-lg {
  perspective: 1200px;
}
.als-styles .click-effect {
  overflow: hidden;
  position: relative;
}
.als-styles .click-effect .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.als-styles .click-effect.dark-effect .ink {
  background: rgba(0, 0, 0, 0.1) !important;
}
.als-styles .click-effect .clicked {
  -webkit-animation: clickEffect 0.45s linear;
  -moz-animation: clickEffect 0.65s linear;
  -ms-animation: clickEffect 0.65s linear;
  -o-animation: clickEffect 0.65s linear;
  animation: clickEffect 0.65s linear;
}
@-webkit-keyframes clickEffect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes clickEffect {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes clickEffect {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes clickEffect {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.als-styles .hover-cursor {
  position: relative;
}
.als-styles .hover-cursor .cursor-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9900;
  pointer-events: none;
  display: block;
  clip: rect(auto, auto, auto, auto);
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.als-styles .hover-cursor .cursor-container .cursor {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.05, 0.4, 0.2, 1);
  -webkit-transform: scale(0.86) translateZ(0);
  transform: scale(0.86) translateZ(0);
}
.als-styles .hover-cursor .cursor-container .cursor .c-inner {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  display: block;
  background: #ccc;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.25;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.05, 0.4, 0.2, 1), opacity 0.5s cubic-bezier(0.05, 0.4, 0.2, 1);
  -webkit-transform: scale(0.86) translateZ(0);
  transform: scale(0.86) translateZ(0);
}
.als-styles .hover-cursor .cursor-container .cursor.hiding .c-inner, .als-styles .hover-cursor:active .cursor-container .cursor .c-inner {
  -webkit-transform: scale(0.1) !important;
  -ms-transform: scale(0.1) !important;
  transform: scale(0.1) !important;
  opacity: 0;
}
.als-styles .hover-cursor .cursor-container .cursor.hover .c-inner {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.als-styles .hover-cursor .cursor-container .cursor.hide-me .c-inner {
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
  opacity: 0 !important;
}
@media only screen and (max-width: 992px) {
  .als-styles .hover-cursor .cursor-container {
    display: none !important;
  }
}
.als-styles .scale-hover, .als-styles .scale-hover-lg {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.als-styles .scaled, .als-styles .scale-hover:hover {
  -webkit-transform: scale(1.048);
  transform: scale(1.048);
}
.als-styles .scaled-lg, .als-styles .scale-hover-lg:hover {
  -webkit-transform: scale(1.094);
  transform: scale(1.094);
}
@media only screen and (max-width: 860px) {
  .als-styles .scaled {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.als-styles .scale-hover-container .scale-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.als-styles .scale-hover-container:hover .scale-hover {
  -webkit-transform: scale(1.048);
  transform: scale(1.048);
}
.als-styles .grayscale, .als-styles .grayscale-hover:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.als-styles .blur-hover, .als-styles .blur-sm-hover, .als-styles .blur-md-hover, .als-styles .blur-lg-hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.als-styles .blur, .als-styles .blur-hover:hover {
  -webkit-filter: blur(7px);
  filter: blur(7px);
}
.als-styles .blur-sm, .als-styles .blur-sm-hover:hover {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.als-styles .blur-md, .als-styles .blur-md-hover:hover {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.als-styles .blur-lg, .als-styles .blur-lg-hover:hover {
  -webkit-filter: blur(9px);
  filter: blur(9px);
}
.als-styles .bg-blur, .als-styles .bg-blur-hover:hover {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  backface-visibility: hidden;
}
.als-styles .bg-blur-lg, .als-styles .bg-blur-lg-hover:hover {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backface-visibility: hidden;
}
.als-styles .bg-blur-xl, .als-styles .bg-blur-xl-hover:hover {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  backface-visibility: hidden;
}
.als-styles .btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.als-styles [class*=-btn] {
  cursor: pointer;
  line-height: normal;
  white-space: nowrap;
  letter-spacing: 0;
  text-align: center;
  display: inline-flex;
  display: -ms-inline-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
.als-styles .xs-btn {
  padding: 12px 26px 11px;
  font-size: 10px;
}
.als-styles .sm-btn {
  padding: 14px 30px 13px;
  font-size: 11px;
}
.als-styles .md-btn {
  padding: 16px 41px 15px;
  font-size: 12px;
}
.als-styles .lg-btn {
  padding: 18px 54px 18px;
  font-size: 13px;
}
.als-styles .xl-btn {
  padding: 20px 67px 19px;
  font-size: 14px;
}
.als-styles .fixed-element {
  width: auto;
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  left: 35px;
  bottom: 30px;
  z-index: 50;
}
.als-styles .fixed-element.right {
  left: auto;
  right: 35px;
}
.als-styles .hide-by-scroll.hiding {
  -webkit-transform: translateY(-100%) !important;
  -moz-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
  -webkit-transition: transform 0.45s;
  -moz-transition: transform 0.45s;
  transition: transform 0.45s;
}
.als-styles .sticky-wrapper .hide-by-scroll.hiding {
  -webkit-transform: translateY(0%) !important;
  -moz-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}
.als-styles .sticky-wrapper.is-sticky .hide-by-scroll.hiding {
  -webkit-transform: translateY(-100%) !important;
  -moz-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}
.als-styles .btt, .als-styles .drop-msg {
  z-index: 1060;
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 15px;
  text-align: center;
  border: none;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.4s, visibility 0.4s, background 0.4s, color 0.4s, transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, background 0.4s, color 0.4s, transform 0.4s;
  -webkit-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
}
.als-styles .drop-msg + .btt {
  bottom: 75px;
}
.als-styles .cookie-activated .btt, .als-styles .cookie-activated .drop-msg {
  opacity: 0;
  visibility: hidden;
}
.als-styles .btt.fading, .als-styles .drop-msg.fading {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.als-styles .drop-msg i {
  color: inherit !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: inherit;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: transform 0.45s, opacity 0.45s, visibility 0.45s;
  transition: transform 0.45s, opacity 0.45s, visibility 0.45s;
}
.als-styles body.qcf-active .drop-msg .cls, .als-styles body:not(.qcf-active) .drop-msg .show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.als-styles .btt:hover, .als-styles .drop-msg:hover, .als-styles body.qcf-active .drop-msg {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
@media only screen and (max-width: 992px) {
  .als-styles .btt, .als-styles .drop-msg {
    right: 10px;
    bottom: 10px;
  }
  .als-styles .drop-msg + .btt {
    bottom: 65px;
  }
}
.als-styles body:not(.qcf-ready) .qcf, .als-styles body:not(.qcf-ready) .qcf-backdrop {
  display: none;
}
.als-styles .qcf {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 1061;
  right: 20px;
  bottom: 90px;
  width: 330px;
  height: auto;
  padding: 0;
  overflow: hidden;
  -webkit-transition: transform 0.5s;
  transition: all 0.4s;
  -webkit-transform: translate3d(0, 20px, 0) scale(0.97) translateZ(0);
  transform: translate3d(0, 20px, 0) scale(0.97) translateZ(0);
}
.als-styles .qcf-backdrop {
  opacity: 0;
  visibility: hidden;
  z-index: 1059;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  display: block;
  background-color: rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.als-styles body.qcf-active .qcf {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0) scale(1) translateZ(0);
  transform: translate3d(0, 0px, 0) scale(1) translateZ(0);
}
.als-styles body.qcf-active .qcf-backdrop {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 480px) {
  .als-styles .qcf {
    width: 300px;
    right: 15px;
    bottom: 70px;
  }
}
.als-styles input, .als-styles textarea, .als-styles .input {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  display: block;
  width: 100%;
  padding: 15px 20px;
  resize: none;
}
.als-styles .error_warning, .als-styles *[class*=b-].error_warning, .als-styles .label-animation .input.error_warning, .als-styles .inputfile.error_warning + label {
  border-color: #f90000 !important;
}
.als-styles *[class*=bg-].error_warning.bg-error-warning {
  background-color: #AF6161 !important;
  color: #fff !important;
}
.als-styles *[class*=bg-].error_warning.bg-error-warning::-webkit-input-placeholder {
  color: #fff !important;
}
.als-styles *[class*=bg-].error_warning.bg-error-warning::-moz-placeholder {
  color: #fff !important;
}
.als-styles *[class*=bg-].error_warning.bg-error-warning-light {
  background-color: #EE7A7A !important;
  color: #FFFFFF !important;
}
.als-styles *[class*=bg-].error_warning.bg-error-warning-light::-webkit-input-placeholder {
  color: #FFFFFF !important;
}
.als-styles *[class*=bg-].error_warning.bg-error-warning-light::-moz-placeholder {
  color: #FFFFFF !important;
}
.als-styles .inputfile.error_warning + label .max-size {
  display: flex !important;
  display: -ms-flexbox !important;
}
.als-styles .label-animation.active .input.error_warning {
  border-bottom-color: #f90000 !important;
}
.als-styles .g-recaptcha {
  display: inline-block;
  width: auto !important;
  border: 1px solid transparent;
}
.als-styles .g-recaptcha.error_warning {
  border-color: #f90000 !important;
}
@media screen and (max-width: 361px) {
  .als-styles .g-recaptcha {
    max-width: 290px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
}
.als-styles input::-webkit-input-placeholder, .als-styles textarea::-webkit-input-placeholder {
  color: #777;
}
.als-styles input::-moz-placeholder, .als-styles textarea::-moz-placeholder {
  color: #777;
}
.als-styles .white-placeholder::-webkit-input-placeholder {
  color: #fff !important;
}
.als-styles .white-placeholder::-moz-placeholder {
  color: #fff !important;
}
.als-styles .dark-placeholder::-webkit-input-placeholder {
  color: #484848 !important;
}
.als-styles .dark-placeholder::-moz-placeholder {
  color: #484848 !important;
}
.als-styles .black-placeholder::-webkit-input-placeholder {
  color: #000000 !important;
}
.als-styles .black-placeholder::-moz-placeholder {
  color: #000000 !important;
}
.als-styles .label-animation {
  position: relative;
}
.als-styles .label-animation label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  font-size: inherit;
  top: 0;
  color: #A6A6A6;
  user-select: none;
  pointer-events: none;
  backface-visibility: hidden;
}
.als-styles .label-animation .input {
  margin: 0 !important;
  color: transparent !important;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.2, 1), color 1s cubic-bezier(0.77, 0, 0.2, 1), border 0.6s cubic-bezier(0.77, 0, 0.2, 1) 0.2s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.2, 1), color 1s cubic-bezier(0.77, 0, 0.2, 1), border 0.6s cubic-bezier(0.77, 0, 0.2, 1) 0.2s;
}
.als-styles .label-animation label span {
  position: absolute;
  left: 22px;
  top: 50%;
  line-height: 10px;
  backface-visibility: hidden;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.2, 1);
}
.als-styles .label-animation.textarea-wrapper label span {
  top: 35px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.2, 1);
}
.als-styles .label-animation.active label span {
  left: 0;
  top: -3px;
  font-size: 10px !important;
  opacity: 0.8;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.als-styles .label-animation.active .input {
  background: transparent !important;
  color: inherit !important;
  border-color: transparent !important;
  border-bottom-color: inherit !important;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.2, 1), color 1s cubic-bezier(0.77, 0, 0.2, 1), border 0.3s cubic-bezier(0.77, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.2, 1), color 1s cubic-bezier(0.77, 0, 0.2, 1), border 0.3s cubic-bezier(0.77, 0, 0.2, 1);
}
.als-styles .reseting .label-animation:nth-of-type(1) * {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.als-styles .reseting .label-animation:nth-of-type(2) * {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.als-styles .reseting .label-animation:nth-of-type(3) * {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.als-styles .reseting .label-animation:nth-of-type(4) * {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.als-styles .reseting .label-animation:nth-of-type(5) * {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.als-styles .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.als-styles .tooltip-item, .als-styles [data-bs-toggle=tooltip] {
  cursor: help;
}
.als-styles .tooltip.show {
  opacity: 1 !important;
}
.als-styles .tooltip-inner {
  padding: 30px;
  text-align: left;
  color: white;
  border-radius: 18px;
  min-width: 150px;
  width: auto;
  max-width: 350px;
  background-color: #2F2F2F;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.3);
}
.als-styles .bs-tooltip-auto[x-placement^=top] .arrow::before, .als-styles .bs-tooltip-top .arrow::before {
  border-top-color: #2F2F2F;
}
.als-styles .bs-tooltip-auto[x-placement^=right] .arrow::before, .als-styles .bs-tooltip-right .arrow::before {
  border-right-color: #2F2F2F;
}
.als-styles .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .als-styles .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #2F2F2F;
}
.als-styles .bs-tooltip-auto[x-placement^=left] .arrow::before, .als-styles .bs-tooltip-left .arrow::before {
  border-left-color: #2F2F2F;
}
.als-styles [data-bs-toggle=popover] {
  cursor: pointer;
  position: relative;
}
.als-styles .popover {
  border: none;
  outline: none;
  padding: 25px;
  min-width: 280px;
  z-index: 2000;
  color: #717171;
  border-radius: 18px;
  box-shadow: 0 18px 60px 0 rgba(0, 0, 0, 0.15);
}
.als-styles .popover .popover-header {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none !important;
}
.als-styles .popover-body {
  padding: 0;
  color: inherit;
}
.als-styles .popover > .arrow {
  display: none !important;
}
.als-styles .popover img {
  max-width: 100%;
}
@media only screen and (max-width: 641px) {
  .als-styles .popover {
    padding: 17px 15px 17px 22px;
    font-size: 12px;
  }
}
.als-styles .hotspots, .als-styles .hotspots .items {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: auto;
}
.als-styles .hotspots:not(.slide) > img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.als-styles .hotspots img[data-src]:not(.loaded) + .items .item {
  display: none;
}
.als-styles .hotspots .items {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.als-styles .hotspots .items:not(.scene) .item:hover, .als-styles .hotspots .items:not(.scene) .item:active, .als-styles .hotspots .items:not(.scene) .item:focus {
  z-index: 10 !important;
}
.als-styles .hotspots .items .item, .als-styles .hotspots img.loaded + .items .item {
  position: absolute;
  display: flex;
  display: -ms-flexbox;
  z-index: 2;
}
.als-styles .hotspots .items .item.center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.als-styles .hotspots .items *:not(.item) {
  z-index: 1;
}
.als-styles [aria-expanded=false][data-bs-toggle][data-bs-target] .ti-plus + .ti-minus {
  display: none;
}
.als-styles [aria-expanded=true][data-bs-toggle][data-bs-target] .ti-plus {
  display: none;
}
.als-styles [data-infocard] {
  position: relative;
}
.als-styles .hiding .infocard {
  visibility: hidden !important;
  opacity: 0 !important;
}
.als-styles .infocard {
  visibility: hidden;
  opacity: 0;
  cursor: default;
  width: 420px;
  z-index: 10;
  max-height: 300px;
  margin-top: 20px;
  height: auto;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.als-styles .infocard .row {
  margin: 0;
}
.als-styles .infocard.active {
  visibility: visible;
  opacity: 1;
  margin-top: 10px;
}
.als-styles .infocard.to-top {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 20px;
}
.als-styles .infocard.to-top.active {
  margin-top: auto;
  margin-bottom: 10px;
}
.als-styles .infocard.to-right {
  left: 0% !important;
}
.als-styles .infocard.to-left {
  left: auto !important;
  right: 100% !important;
}
@media only screen and (max-width: 768px) {
  .als-styles .infocard {
    display: none !important;
  }
}
.als-styles .videobg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-size: cover;
  z-index: -1;
}
.als-styles .videobg video {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
}
.als-styles audio, .als-styles canvas, .als-styles progress, .als-styles video {
  display: inline-block;
  vertical-align: baseline;
}
.als-styles .fs-searchform {
  z-index: 2000;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.als-styles .fs-searchform .form-bg {
  background-color: rgba(22, 22, 22, 0.4);
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.als-styles body:not(.fsf-ready) .fs-searchform {
  display: none !important;
}
.als-styles .fs-searchform.active {
  visibility: visible;
}
.als-styles .fs-searchform.active .form-bg {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.als-styles #fs-searchform {
  position: relative;
  z-index: 1;
  background-color: white;
  padding: 15px 0 5px !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.als-styles .fs-searchform.active #fs-searchform {
  opacity: 1;
}
.als-styles #fs-searchform input {
  width: 100%;
  outline: none;
  border: none;
  background-color: white;
  padding: 40px 60px 40px 120px;
  position: relative;
  font-size: 32px;
  font-weight: 300;
  color: #000;
  -webkit-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
}
.als-styles .fs-searchform.active #fs-searchform input {
  padding-left: 50px;
  -webkit-transition: all 0.5s 0s;
  -moz-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
.als-styles #fs-searchform .close {
  position: absolute;
  right: 48px;
  top: 48px;
  border: none;
  background: transparent;
  color: #000;
  font-size: 21px;
  cursor: pointer;
}
.als-styles #fs-searchform input::-webkit-input-placeholder {
  color: #000;
  opacity: 0;
}
.als-styles #fs-searchform input:-moz-placeholder {
  color: #000;
  opacity: 0;
}
.als-styles #fs-searchform input::-moz-placeholder {
  color: #000;
  opacity: 0;
}
.als-styles #fs-searchform input:-ms-input-placeholder {
  color: #000;
  opacity: 0;
}
.als-styles .fs-searchform.active #fs-searchform ::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.5s;
}
.als-styles .fs-searchform.active #fs-searchform :-moz-placeholder {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.5s;
}
.als-styles .fs-searchform.active #fs-searchform ::-moz-placeholder {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.5s;
}
.als-styles .fs-searchform.active #fs-searchform :-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.5s;
}
.als-styles .fs-searchform .recommended {
  margin: 0;
  opacity: 0;
  font-size: 16px;
  font-weight: 300;
  background: white;
  padding: 20px 0 40px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.als-styles .fs-searchform.active .recommended {
  opacity: 1;
}
.als-styles .fs-searchform .recommended .rcm-title {
  color: #7A7A7A;
  cursor: default;
  padding-left: 100px;
  font-size: inherit;
  font-weight: 300;
  margin-bottom: 10px;
  opacity: 0;
}
.als-styles .fs-searchform .recommended .rcm-title::selection {
  background: transparent;
  color: inherit;
}
.als-styles .fs-searchform .recommended a {
  display: block;
  padding: 12px 10px 12px 50px;
  color: #000000;
  position: relative;
  left: 50px;
  opacity: 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.als-styles .fs-searchform .recommended a:hover {
  background-color: #F9F9F9;
  color: #000;
}
.als-styles .fs-searchform.active .recommended .rcm-title {
  padding-left: 50px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.als-styles .fs-searchform.active .recommended a {
  left: 0;
  opacity: 1;
}
.als-styles .fs-searchform.active .recommended a:nth-of-type(1) {
  -webkit-transition: opacity 0.3s 0.1s, left 0.3s 0.1s;
  -moz-transition: opacity 0.3s 0.1s, left 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, left 0.3s 0.1s;
}
.als-styles .fs-searchform.active .recommended a:nth-of-type(2) {
  -webkit-transition: opacity 0.3s 0.2s, left 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s, left 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, left 0.3s 0.2s;
}
.als-styles .fs-searchform.active .recommended a:nth-of-type(3) {
  -webkit-transition: opacity 0.3s 0.3s, left 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, left 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, left 0.3s 0.3s;
}
.als-styles .fs-searchform.active .recommended a:nth-of-type(4) {
  -webkit-transition: opacity 0.3s 0.4s, left 0.3s 0.4s;
  -moz-transition: opacity 0.3s 0.4s, left 0.3s 0.4s;
  transition: opacity 0.3s 0.4s, left 0.3s 0.4s;
}
.als-styles .fs-searchform.active .recommended a:nth-of-type(5) {
  -webkit-transition: opacity 0.3s 0.5s, left 0.3s 0.5s;
  -moz-transition: opacity 0.3s 0.5s, left 0.3s 0.5s;
  transition: opacity 0.3s 0.5s, left 0.3s 0.5s;
}
.als-styles .fs-searchform.active .recommended a:nth-of-type(6) {
  -webkit-transition: opacity 0.3s 0.6s, left 0.3s 0.6s;
  -moz-transition: opacity 0.3s 0.6s, left 0.3s 0.6s;
  transition: opacity 0.3s 0.6s, left 0.3s 0.6s;
}
.als-styles .fs-searchform.active .recommended a:nth-of-type(7) {
  -webkit-transition: opacity 0.3s 0.7s, left 0.3s 0.7s;
  -moz-transition: opacity 0.3s 0.7s, left 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, left 0.3s 0.7s;
}
.als-styles input[type=search]::-webkit-search-decoration, .als-styles input[type=search]::-webkit-search-cancel-button, .als-styles input[type=search]::-webkit-search-results-button, .als-styles input[type=search]::-webkit-search-results-decoration {
  display: none;
}
@media only screen and (max-width: 1185px) {
  .als-styles #fs-searchform button {
    right: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .als-styles #fs-searchform input {
    font-size: 13px;
  }
  .als-styles .fs-searchform .recommended .rcm-title {
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .als-styles .fs-searchform .recommended a {
    padding: 4px 15px;
    font-size: 13px;
  }
}
.als-styles .load-with-waypoint {
  position: relative;
}
.als-styles .load-with-waypoint:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 25;
  background-color: inherit;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: width 1s cubic-bezier(0.77, 0, 0.2, 1) !important;
  -moz-transition: width 1s cubic-bezier(0.77, 0, 0.2, 1) !important;
  transition: width 1s cubic-bezier(0.77, 0, 0.2, 1) !important;
}
.als-styles .load-with-waypoint.waypoint-active:before {
  width: 0;
}
.als-styles .list {
  padding-left: 20px;
  text-align: left;
}
.als-styles .list.list-xs li {
  margin-bottom: 5px;
}
.als-styles .list.list-sm li {
  margin-bottom: 8px;
}
.als-styles .list.list-md li {
  margin-bottom: 10px;
}
.als-styles .list.list-lg li {
  margin-bottom: 15px;
}
.als-styles .list.list-xl li {
  margin-bottom: 30px;
}
.als-styles .list li:last-child {
  margin-bottom: 0 !important;
}
.als-styles .list.list-right {
  padding-left: auto;
  list-style-position: inside;
  text-align: right;
  direction: rtl;
}
.als-styles .list.list-side {
  padding-left: 0;
}
.als-styles .list.list-side > li {
  display: inline-flex;
  display: -ms-inline-flexbox;
  padding-right: 20px;
  margin-bottom: 20px;
  align-items: center;
  -ms-flex-align: center;
  justify-content: start;
  -ms-flex-pack: start;
}
.als-styles .list-circle {
  list-style-type: circle;
}
.als-styles .list-disc {
  list-style-type: disc;
}
.als-styles .list-number {
  list-style-type: decimal;
}
.als-styles .list-square {
  list-style-type: square;
}
.als-styles .list-roman {
  list-style-type: upper-roman;
}
.als-styles .list-alpha {
  list-style-type: lower-alpha;
}
.als-styles .twitter-feed.list {
  padding: 0 !important;
}
.als-styles .twitter-feed:not(.show-logo) .twitter-logo {
  display: none !important;
}
.als-styles .twitter-feed.list li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-top: 1px solid rgba(120, 120, 120, 0.15);
  display: block;
}
.als-styles .twitter-feed.list li:first-child {
  border-top: none;
}
.als-styles .tab-content.slide-effect {
  position: relative;
  padding-left: 0px !important;
  padding-right: 0 !important;
}
.als-styles .tab-content.slide-effect .tab-pane {
  display: flex;
  display: -ms-flexbox;
}
.als-styles .tab-content.slide-effect .tab-pane .tab-container {
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  margin-left: 0px !important;
  margin-right: 0 !important;
  overflow: hidden;
  transform: translateX(25px);
  -webkit-transform: translateX(25px);
}
.als-styles .tab-content.slide-effect .tab-pane:not(.active) .tab-container {
  max-height: 100%;
  pointer-events: none;
  animation: tabPaneChangeEffectBack 0.6s ease forwards;
  -webkit-animation: tabPaneChangeEffectBack 0.6s ease forwards;
  backface-visibility: hidden;
}
.als-styles .tab-content.slide-effect .tab-pane.active .tab-container {
  position: relative;
  opacity: 1;
  animation: tabPaneChangeEffect 0.6s ease forwards;
  -webkit-animation: tabPaneChangeEffect 0.6s ease forwards;
}
@-webkit-keyframes tabPaneChangeEffect {
  0% {
    opacity: 0;
    transform: translateX(25px);
    -webkit-transform: translateX(25px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@keyframes tabPaneChangeEffect {
  0% {
    opacity: 0;
    transform: translateX(25px);
    -webkit-transform: translateX(25px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes tabPaneChangeEffectBack {
  0% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
  }
}
@keyframes tabPaneChangeEffectBack {
  0% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
  }
}
.als-styles .tags .tag {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
  color: inherit;
  margin: 8px 4px 0 0;
  padding: 10px 16px;
  line-height: normal;
}
.als-styles .tags.radius .tag {
  border-radius: 25px;
}
.als-styles .tags.tags-with-icon .tag {
  margin: 6px 3px 0 0;
  padding: 4px 4px 4px 10px;
}
.als-styles .tags.tags-sm .tag {
  margin: 6px 3px 0 0;
  padding: 9px 11px;
}
.als-styles .tags.tags-lg .tag {
  margin: 10px 6px 0 0;
  padding: 12px 18px;
}
.als-styles .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  margin-left: -35px;
  margin-top: -35px;
}
.als-styles .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  overflow: hidden;
  -webkit-transform-origin: 35px 35px;
  -moz-transform-origin: 35px 35px;
  -ms-transform-origin: 35px 35px;
  -o-transform-origin: 35px 35px;
  transform-origin: 35px 35px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: circleRotate 1.2s infinite linear;
  animation: circleRotate 1.2s infinite linear;
}
.als-styles .loader-line-mask .loader-line {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
}
.als-styles .loader-circle.dark {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.als-styles .loader-circle.dark + .loader-line-mask .loader-line {
  box-shadow: inset 0 0 0 1px rgb(60, 60, 60);
}
@-webkit-keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.als-styles .page-loader {
  z-index: 9750;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.als-styles .page-loader.hide-anim > *, .als-styles .page-loader.page-loader--fading-out > * {
  display: none !important;
}
@-webkit-keyframes page-loader-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes page-loader-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes page-loader-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes page-loader-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes back_checker {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.als-styles .page-loader--fading-out {
  -webkit-animation-name: page-loader-fade-out;
  animation-name: page-loader-fade-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.als-styles .page-loader--hidden {
  display: none;
}
.als-styles .page-loader--fading-in {
  -webkit-animation-name: page-loader-fade-in;
  animation-name: page-loader-fade-in;
}
.als-styles .nav-link, .als-styles .nav-link:hover, .als-styles .nav-link:focus, .als-styles .nav-link:active {
  color: inherit;
}
.als-styles .modern-nav {
  z-index: 1050;
  width: 100%;
  height: 70px;
  position: relative;
  align-items: center;
  -ms-flex-align: center;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  -webkit-transition: background 0.4s, height 0.4s, transform 0.4s;
  transition: background 0.4s, height 0.4s, transform 0.4s;
}
.als-styles .modern-nav .nav-container, .als-styles .modern-nav .nav-wrapper, .als-styles .modern-nav .nav, .als-styles .modern-nav .nav-menu {
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.als-styles .modern-nav .nav-menu {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .als-styles .modern-nav .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.als-styles .modern-nav a.logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  width: auto;
  align-items: center;
  -ms-flex-align: center;
}
.als-styles .modern-nav a.logo img {
  max-width: 90px;
  max-height: 50px;
}
.als-styles .modern-nav .logo-white, .als-styles .modern-nav .logo-dark {
  display: none;
}
.als-styles .modern-nav:not(.scrolled) .logo-white {
  display: block;
}
.als-styles .modern-nav.scrolled.nav-white .logo-dark {
  display: block;
}
.als-styles .modern-nav.scrolled.nav-dark .logo-white {
  display: block;
}
.als-styles .modern-nav.nav-white:not(.fixed):not(.stay-top) .logo-dark {
  display: block;
}
.als-styles .modern-nav.nav-white:not(.fixed):not(.stay-top) .logo-white {
  display: none;
}
.als-styles .modern-nav.details-white:not(.scrolled) .logo-white, .als-styles .modern-nav.details-white-logo-only:not(.scrolled) .logo-white {
  display: block;
}
.als-styles .modern-nav.details-white .logo-dark, .als-styles .modern-nav.details-white-logo-only .logo-dark {
  display: none;
}
.als-styles .modern-nav.details-dark .logo-white, .als-styles .modern-nav.details-dark-logo-only .logo-white {
  display: none;
}
.als-styles .modern-nav.details-dark:not(.scrolled) .logo-dark, .als-styles .modern-nav.details-dark-logo-only:not(.scrolled) .logo-dark {
  display: block;
}
.als-styles .modern-nav .top-bar {
  width: 100%;
  position: relative;
  z-index: 5;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.als-styles .modern-nav.has-top-bar {
  height: auto !important;
}
.als-styles .modern-nav .top-bar + .nav-container {
  height: 70px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.als-styles .modern-nav.scrolled .top-bar + .nav-container {
  height: 55px;
}
.als-styles .modern-nav.hiding-cookie {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
.als-styles .modern-nav .top-bar.cookie.cookie-active {
  display: flex !important;
  display: -ms-flexbox !important;
}
.als-styles .modern-nav.cookie-closed {
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}
.als-styles .modern-nav.stay-top {
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: transparent !important;
}
.als-styles #navigation-sticky-wrapper {
  position: relative;
  z-index: 1050;
  margin: 0;
  display: block;
  top: 0;
}
.als-styles .modern-nav.sticky {
  backface-visibility: hidden;
}
.als-styles .modern-nav.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  background-color: transparent;
}
.als-styles .modern-nav.fixed:not(.scrolled) {
  color: #fff !important;
  background: transparent !important;
  border-bottom-color: transparent;
  box-shadow: none !important;
}
.als-styles .modern-nav.fixed.hover-dark:not(.scrolled):hover, .als-styles .modern-nav.stay-top.hover-dark:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.als-styles .modern-nav.fixed.hover-white:not(.scrolled):hover, .als-styles .modern-nav.stay-top.hover-white:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.als-styles .modern-nav.fixed.details-dark:not(.scrolled), .als-styles .modern-nav.stay-top.details-dark:not(.scrolled) {
  color: #0e0e0e !important;
}
.als-styles .modern-nav.fixed.details-white:not(.scrolled) {
  color: #fff !important;
}
.als-styles .modern-nav.fixed:not(.scrolled) .nav-links > .nav-link:hover, .als-styles .modern-nav.fixed:not(.scrolled) .nav-links > div > .nav-link:hover {
  background-color: transparent !important;
}
.als-styles .modern-nav.nav-sm {
  height: 55px;
}
.als-styles .modern-nav.nav-sm .nav-links .nav-link {
  padding: 0 18px;
}
.als-styles .modern-nav.nav-lg {
  height: 90px;
}
.als-styles .modern-nav.nav-lg .nav-links .nav-link {
  padding: 0 24px;
}
.als-styles .modern-nav.nav-xl {
  height: 120px;
}
.als-styles .modern-nav.nav-xl .nav-links .nav-link {
  padding: 0 30px;
}
.als-styles .modern-nav.fixed.scrolled:not(.fixed-height):not(.has-top-bar), .als-styles .modern-nav.sticky.scrolled:not(.fixed-height):not(.has-top-bar) {
  height: 55px !important;
}
.als-styles .modern-nav.nav-lg.fixed.scrolled:not(.fixed-height), .als-styles .modern-nav.nav-lg.sticky.scrolled:not(.fixed-height) {
  height: 70px !important;
}
.als-styles .modern-nav.nav-xl.fixed.scrolled:not(.fixed-height), .als-styles .modern-nav.nav-xl.sticky.scrolled:not(.fixed-height) {
  height: 80px !important;
}
.als-styles .modern-nav.nav-white {
  background-color: #fff;
  color: #333;
}
.als-styles .modern-nav.stay-top.nav-white {
  color: #fff;
}
.als-styles .modern-nav.nav-white .nav-links .dropdown-menu .nav-link {
  color: #3E3E3E;
}
.als-styles .modern-nav.nav-white .mega-menu > li ul.column .nav-link {
  color: #616161 !important;
}
.als-styles .modern-nav.nav-white .mega-menu > li ul.column .nav-link.column-title {
  color: #4a4a4a !important;
}
.als-styles .modern-nav.nav-white.bordered {
  border-bottom-color: rgba(100, 100, 100, 0.13) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.als-styles .modern-nav.nav-white.bordered.bordered-white {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
.als-styles .modern-nav.stay-top.nav-white:not(.details-dark):not(.scrolled) .hamburger-menu div, .als-styles .modern-nav.fixed.nav-white:not(.details-dark):not(.scrolled) .hamburger-menu div, .als-styles .modern-nav.stay-top.link-hover-02.nav-white:not(.details-dark):not(.scrolled) .nav-links > li > .nav-link:before, .als-styles .modern-nav.fixed.link-hover-02.nav-white:not(.details-dark):not(.scrolled) .nav-links > li > .nav-link:before {
  background-color: white !important;
}
.als-styles .modern-nav.nav-white.link-hover-02 .nav-links > li > .nav-link:hover, .als-styles .modern-nav.nav-dark.details-dark.link-hover-02:not(.scrolled) .nav-links > li > .nav-link:hover, .als-styles .modern-nav.nav-white.link-hover-02 .nav-links > li > .nav-link + .dropdown-menu:not(.mega-menu) .nav-link:hover {
  background-color: rgba(163, 163, 163, 0.1);
}
.als-styles .modern-nav.nav-dark {
  background-color: rgba(26, 26, 26, 0.78);
  color: #fff;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.06);
}
.als-styles .modern-nav.stay-top.nav-dark {
  box-shadow: none;
}
.als-styles .modern-nav.nav-dark .nav-links .dropdown-menu {
  background-color: rgba(27, 27, 27, 0.98);
  color: #cacaca;
}
.als-styles .modern-nav.nav-dark .nav-links .dropdown-menu .nav-link:hover, .als-styles .modern-nav.nav-dark .nav-links .dropdown-menu li.active .nav-link {
  background-color: #292929;
  color: #fff;
}
.als-styles .modern-nav.nav-dark .mega-menu > li ul.column .nav-link.column-title {
  color: #fff !important;
}
.als-styles .modern-nav.nav-dark .mega-menu > li > ul {
  border-right: 1px solid rgba(45, 45, 45, 0.65);
}
.als-styles .modern-nav.nav-dark .mega-menu .dropdown-menu {
  background-color: rgba(22, 22, 22, 0.98);
  color: #cacaca;
}
.als-styles .modern-nav.nav-dark.bordered {
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.als-styles .modern-nav.nav-dark:not(.details-dark) .hamburger-menu div, .als-styles .modern-nav.nav-dark.scrolled .hamburger-menu div {
  background: white;
}
.als-styles .modern-nav.nav-dark.link-hover-02 .nav-links > li > .nav-link:hover, .als-styles .modern-nav.nav-dark.link-hover-02 .nav-links > li > .nav-link + .dropdown-menu:not(.mega-menu) > li > .nav-link:hover {
  background-color: rgba(12, 12, 12, 0.13);
}
.als-styles .modern-nav .nav-wrapper div[class^=col] {
  height: 100%;
}
.als-styles .modern-nav .nav-links {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.als-styles .modern-nav .nav-links li {
  position: relative;
}
.als-styles .modern-nav .nav-links li.logo-for-mobile-navigation {
  display: none !important;
}
.als-styles .modern-nav .nav-links .nav-link {
  font-weight: 700;
  color: inherit;
  font-size: 11px;
  pointer-events: auto !important;
  text-transform: uppercase;
  padding: 0 20px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  width: auto;
  height: 100%;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.2s, height 0s, line-height 0s, background 0s, padding 0s;
  -moz-transition: all 0.2s, height 0s, line-height 0s, background 0s, padding 0s;
  transition: all 0.2s, height 0s, line-height 0s, background 0s, padding 0s;
}
.als-styles .modern-nav .nav-links > li > .nav-link {
  line-height: normal;
}
.als-styles .modern-nav[class*=fs-] .nav-links .nav-link {
  font-size: inherit;
}
.als-styles .modern-nav.capitalize .nav-links .nav-link {
  text-transform: capitalize;
}
.als-styles .modern-nav.light .nav-links .nav-link {
  font-weight: 300;
}
.als-styles .modern-nav.normal .nav-links .nav-link {
  font-weight: normal;
}
.als-styles .modern-nav.medium .nav-links .nav-link {
  font-weight: 500;
}
.als-styles .modern-nav.semibold .nav-links .nav-link {
  font-weight: 600;
}
@media only screen and (min-width: 1120px) and (max-width: 1310px) {
  .als-styles .modern-nav .nav-link {
    padding: 5px 13px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1120px) {
  .als-styles .modern-nav .nav-link {
    padding: 5px 8px !important;
  }
}
.als-styles .modern-nav .nav-links .nav-link i {
  font-weight: 900;
  font-size: 10px;
}
.als-styles .modern-nav .nav-links .nav-link img.mark {
  max-width: 15px;
  display: inline-block;
  margin-top: -2px;
}
.als-styles .modern-nav .nav-links > .extra-links {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 100%;
  opacity: 1;
  position: relative;
}
.als-styles .modern-nav .bracket {
  width: 1px;
  height: 20px;
  background-color: rgba(150, 150, 150, 0.3);
  display: flex;
  margin: 0 10px;
}
.als-styles .modern-nav hr {
  margin: 5px 0;
  opacity: 0.11;
}
.als-styles .modern-nav .nav-links .dropdown-menu {
  position: absolute !important;
  display: none;
  flex-direction: column;
  border-radius: 0;
  min-width: 230px;
  border: none;
  margin: 0;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.13);
  left: 0;
  right: auto;
}
.als-styles .modern-nav.bordered .nav-links .dropdown-menu {
  margin: 1px 0 0 0;
}
.als-styles .modern-nav .nav-links .dropdown-menu:not(.mega-menu) {
  padding: 16px 0px;
}
.als-styles .modern-nav.dropdown-arrows .nav-links .dropdown-menu {
  margin: 7px 0 0 0;
}
.als-styles .modern-nav.dropdown-arrows .nav-links > li > .dropdown-menu:before {
  position: absolute;
  left: 35px;
  top: -7px;
  content: "";
  width: 0;
  display: block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
}
.als-styles .modern-nav.dropdown-arrows .nav-links > li > .dropdown-menu.to-left:before {
  left: auto;
  right: 35px;
}
.als-styles .modern-nav.dropdown-radius .nav-links .dropdown-menu {
  border-radius: 18px;
}
.als-styles .modern-nav .nav-links .dropdown-menu.to-left {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .als-styles .modern-nav .nav-links .dropdown-menu.to-center {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.als-styles .modern-nav .nav-links .lg-toggle .dropdown-menu {
  width: auto !important;
  height: auto;
  background: transparent !important;
  box-shadow: none !important;
  top: 100%;
}
.als-styles .modern-nav .nav-links .lg-toggle .nav-link.lg {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0;
}
.als-styles .modern-nav .nav-links .dropdown-menu .nav-link {
  display: inline-flex;
  display: -ms-inline-flexbox;
  width: 100%;
  height: auto;
  padding: 9px 24px;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  -webkit-transition: all 0.2s, height 0s;
  text-transform: none;
  -moz-transition: all 0.2s, height 0s;
  transition: all 0.2s, height 0s;
}
.als-styles .modern-nav .nav-links .dropdown-menu .nav-link i {
  font-size: 10px;
  font-weight: 600;
  margin-right: 6px;
}
@media only screen and (max-width: 1200px) {
  .als-styles .modern-nav .nav-links .dropdown-menu .nav-link {
    padding: 6px 17px !important;
    font-size: 13px;
  }
}
.als-styles .modern-nav .nav-links .dropdown-menu .dropdown-menu {
  top: 0;
}
.als-styles .modern-nav .nav-links .dropdown-menu .dropdown-menu.to-left {
  right: 100%;
  left: auto;
}
.als-styles .modern-nav .nav-links .dropdown-menu .dropdown-menu.to-right {
  right: auto;
  left: 100%;
}
.als-styles .modern-nav .nav-links .dd-toggle .dd-toggle > a:after {
  content: "\e6e2";
  font-family: "themify";
  font-size: 9px;
  opacity: 1;
  border: none;
  vertical-align: 0;
  position: absolute;
  right: 22px;
  top: 0;
  height: 100%;
  display: inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.als-styles .modern-nav .nav-button {
  padding: 15px 35px;
  font-size: 10px;
  margin: 0 0 0 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -ms-flex-pack: center;
  width: auto;
  height: auto;
  align-items: center;
  -ms-flex-align: center;
  align-self: center;
  position: relative;
  line-height: normal;
}
.als-styles .modern-nav .mobile-nav-closer {
  display: none;
}
@media only screen and (max-width: 571px) {
  .als-styles .modern-nav .nav-button {
    padding: 12px 22px;
    margin: 0 0 0 15px;
  }
}
.als-styles .modern-nav .mega-menu {
  display: flex;
  display: -ms-flexbox;
  box-shadow: 0 8px 53px 0 rgba(0, 0, 0, 0.12) !important;
  padding: 45px 35px 50px;
  white-space: normal;
  max-width: 100vw;
}
.als-styles .modern-nav .mega-menu > li {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-flow: row;
  flex-flow: row;
}
.als-styles .modern-nav .mega-menu > li > ul {
  width: auto;
  height: auto;
  border: none;
  padding: 0 26px;
  border-right: 1px solid #f1f1f1;
}
.als-styles .modern-nav .mega-menu > li > ul {
  max-width: 280px;
}
.als-styles .modern-nav .mega-menu > li > ul.wide {
  max-width: none;
}
.als-styles .modern-nav .mega-menu > li > ul:last-child {
  border-right: none;
}
.als-styles .modern-nav .dropdown-menu.mega-menu > li > ul:first-child:nth-last-child(1), .als-styles .modern-nav .mega-menu > li > ul:first-child:nth-last-child(1) ~ ul {
  width: 24vw;
}
.als-styles .modern-nav .dropdown-menu.mega-menu > li > ul:first-child:nth-last-child(2), .als-styles .modern-nav .mega-menu > li > ul:first-child:nth-last-child(2) ~ ul {
  width: 24vw;
}
.als-styles .modern-nav .dropdown-menu.mega-menu > li > ul:first-child:nth-last-child(3), .als-styles .modern-nav .mega-menu > li > ul:first-child:nth-last-child(3) ~ ul {
  width: 23vw;
}
.als-styles .modern-nav .dropdown-menu.mega-menu > li > ul:first-child:nth-last-child(4), .als-styles .modern-nav .mega-menu > li > ul:first-child:nth-last-child(4) ~ ul {
  width: 21vw;
}
.als-styles .modern-nav .dropdown-menu.mega-menu > li > ul:first-child:nth-last-child(5), .als-styles .modern-nav .mega-menu > li > ul:first-child:nth-last-child(5) ~ ul {
  width: 18vw;
}
.als-styles .modern-nav .dropdown-menu.mega-menu > li > ul:first-child:nth-last-child(6), .als-styles .modern-nav .mega-menu > li > ul:first-child:nth-last-child(6) ~ ul {
  width: 17vw;
}
.als-styles .modern-nav .dropdown-menu.mega-menu > li > ul:first-child:nth-last-child(7), .als-styles .modern-nav .mega-menu > li > ul:first-child:nth-last-child(7) ~ ul {
  width: 16vw;
}
.als-styles .modern-nav .dropdown-menu.mega-menu > li ul > li > .nav-link {
  background-color: transparent !important;
  text-transform: none;
  padding: 8.2px 0px !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.245px;
}
.als-styles .modern-nav .dropdown-menu.mega-menu > li ul > li > .dropdown-menu .nav-link {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.als-styles .modern-nav .dropdown-menu.mega-menu > li ul > li > .nav-link.column-title {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 15px !important;
  pointer-events: none !important;
}
.als-styles .modern-nav .dropdown-menu.mega-menu > li ul > li:not(:first-child) > .nav-link.column-title {
  margin-top: 25px;
}
.als-styles .hamburger-menu {
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  align-content: space-between;
  width: 34px;
  height: 11px;
  cursor: pointer;
}
.als-styles .hamburger-menu div {
  align-self: flex-start;
  display: inline-flex;
  height: 1px;
  width: 100%;
  background: #3a3a3a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.als-styles .hamburger-menu .meat {
  width: 100%;
  transition: all 200ms ease-in-out;
}
.als-styles .hamburger-menu .bottom-bun {
  width: 100%;
  transition: all 400ms ease-in-out;
}
.als-styles .mobile-nb:hover .hamburger-menu div, .als-styles .hamburger-menu:hover div, .als-styles .menu-trigger:hover .hamburger-menu div {
  width: 100%;
}
.als-styles .mobile-nb:hover .hamburger-menu .top-bun, .als-styles .hamburger-menu:hover .top-bun, .als-styles .menu-trigger:hover .hamburger-menu .top-bun {
  animation: burger-hover 0.8s infinite ease-in-out alternate;
}
.als-styles .mobile-nb:hover .hamburger-menu .meat, .als-styles .hamburger-menu:hover .meat, .als-styles .menu-trigger:hover .hamburger-menu .meat {
  animation: burger-hover 0.8s infinite ease-in-out alternate forwards 150ms;
}
.als-styles .mobile-nb:hover .hamburger-menu .bottom-bun, .als-styles .hamburger-menu:hover .bottom-bun, .als-styles .menu-trigger:hover .hamburger-menu .bottom-bun {
  animation: burger-hover 0.8s infinite ease-in-out alternate forwards 300ms;
}
@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.als-styles .mobile-nb {
  display: none;
}
.als-styles .mark.nav-mark {
  position: relative;
  font-size: 10px !important;
  display: inline-flex !important;
  height: 19px;
  line-height: normal;
  letter-spacing: 0;
  width: auto;
  display: -ms-inline-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-left: 10px;
  padding: 0 10px 0 10px;
  border-radius: 20px;
  z-index: 99;
}
.als-styles .mark.nav-mark i {
  margin: 0 !important;
  font-size: 13px !important;
}
.als-styles .mark.nav-mark.circle {
  height: 19px;
  width: 19px;
  padding: 0 !important;
  border-radius: 100%;
}
.als-styles .modern-nav.link-hover-01 .nav-links .nav-link:before, .als-styles .modern-nav.link-hover-02 .nav-links .nav-link:before {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.als-styles .modern-nav.link-hover-01 .nav-links > li:not(.link-hover-disabled):not(.extra-links):hover > .nav-link:before, .als-styles .modern-nav.link-hover-01 .nav-links > li:not(.link-hover-disabled).extra-links > .nav-link:hover:before, .als-styles .modern-nav.link-hover-01 .nav-links > li:not(.link-hover-disabled) > .nav-link.active:before, .als-styles .modern-nav.link-hover-01 .nav-links > li:not(.link-hover-disabled).active > .nav-link:before {
  width: 100%;
}
.als-styles .modern-nav.link-hover-02 .nav-links > li > .nav-link {
  position: relative;
}
.als-styles .modern-nav.link-hover-02 .nav-links > li > .nav-link:before {
  width: 100%;
  top: 0;
  bottom: auto;
  background-color: #727272 !important;
  opacity: 0;
}
.als-styles .modern-nav.link-hover-02 .nav-links > li.active > .nav-link:before, .als-styles .modern-nav.link-hover-02 .nav-links > li > .nav-link:hover:before {
  opacity: 1;
}
.als-styles .modern-nav.link-hover-02 .nav-links .dropdown-menu.mega-menu .nav-link:hover, .als-styles .modern-nav.link-hover-03 .nav-links .dropdown-menu .nav-link:hover {
  opacity: 0.6 !important;
}
@media only screen and (min-width: 1120px) and (max-width: 1200px) {
  .als-styles .modern-nav.link-hover-02 .nav-links > li > .nav-link:before {
    width: calc(100% - 28px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1120px) {
  .als-styles .modern-nav.link-hover-02 .nav-links > li > .nav-link:before {
    width: calc(100% - 18px);
  }
}
@media only screen and (min-width: 992px) {
  .als-styles .modern-nav.link-hover-03 .nav-menu:hover .nav-links > li > .nav-link {
    opacity: 0.5;
  }
  .als-styles .modern-nav.link-hover-03 .nav-menu:hover .nav-links > li > .nav-link:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 992px) {
  .als-styles {
    /* Mobile nav buttons */
    /* Mobile navigation links */
    /* Language settings */
    /* Brackets and hr disabled */
    /* Disable colors for link-hover-01 */
    /* Navigation colors */
    /* White nav */
    /* Dark nav */
  }
  .als-styles .mobile-nb {
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: auto;
    position: relative;
    right: 0;
    padding: 0 25px;
    height: 100%;
    cursor: pointer;
    margin-left: auto;
  }
  .als-styles .mobile-nb:hover {
    background-color: rgba(150, 150, 150, 0.2);
  }
  .als-styles .mobile-nb:active {
    background-color: rgba(150, 150, 150, 0.4);
  }
  .als-styles .modern-nav .mobile-nav-bg {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    cursor: pointer;
  }
  .als-styles .modern-nav .nav-menu {
    position: fixed;
    width: 260px;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0px;
    z-index: 1;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .als-styles .modern-nav .nav-menu.animate {
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    transition: transform 0.4s;
  }
  .als-styles .modern-nav .nav-menu.active {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .als-styles .modern-nav .nav-menu .nav-links > .extra-links {
    display: block;
    height: auto;
    padding: 0 25px;
    margin-top: 30px;
    white-space: normal;
  }
  .als-styles .modern-nav .nav-menu .nav-links > .extra-links a.nav-link:not(.nav-button) {
    display: inline-block;
    width: auto;
    border-top: none;
    padding: 12px 17px !important;
    margin-bottom: 7px;
    background-color: rgba(120, 120, 120, 0.15);
  }
  .als-styles .modern-nav .col:not(.nav-menu) .nav-links .nav-link {
    padding: 0 12px;
  }
  .als-styles .modern-nav .nav-links > .extra-links {
    padding: 0;
  }
  .als-styles .modern-nav .nav-menu .nav-button {
    margin: 15px 0;
    width: auto;
    text-align: center;
    height: auto;
    display: block;
  }
  .als-styles .modern-nav .nav-menu ul, .als-styles .modern-nav .nav-menu ul li {
    display: block;
    width: 100% !important;
    max-width: none !important;
    float: none;
  }
  .als-styles .modern-nav .nav-menu ul li.logo-for-mobile-navigation {
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    padding: 10px 25px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
  }
  .als-styles .modern-nav .nav-menu ul li.logo-for-mobile-navigation img {
    display: block !important;
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: 90%;
  }
  .als-styles .modern-nav .nav-links .nav-link:before {
    display: none !important;
  }
  .als-styles .modern-nav .nav-links .dd-toggle > a:after {
    content: "\e6e2";
    line-height: normal !important;
    font-family: "themify";
    font-size: 11px !important;
    opacity: 1;
    color: inherit;
    border: none;
    position: absolute;
    right: 15px;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
  }
  .als-styles .modern-nav.dropdown-arrows .nav-links > li > .dropdown-menu:before {
    display: none !important;
  }
  .als-styles .modern-nav .nav-links .dropdown-menu, .als-styles .modern-nav .nav-links .dropdown-menu.mega-menu {
    box-shadow: none !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent;
    padding: 0;
    left: 0 !important;
    top: 0 !important;
  }
  .als-styles .modern-nav.dropdown-radius .nav-links .dropdown-menu {
    border-radius: 0 !important;
  }
  .als-styles .modern-nav .mega-menu > li ul.column {
    width: auto;
    min-width: auto;
    padding: 0;
  }
  .als-styles .modern-nav.bg-blur {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  .als-styles .modern-nav .dropdown-menu.mega-menu > li ul > li > .nav-link.column-title {
    margin-bottom: 0;
  }
  .als-styles .modern-nav .nav-container .nav-wrapper .nav-menu .nav-links .nav-link {
    font-size: 14px !important;
    background-color: transparent;
    display: block;
    width: 100%;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    line-height: normal;
    padding: 14px 25px !important;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 400 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .als-styles .modern-nav .nav-container .nav-wrapper .nav-menu .nav-links .dropdown-menu.mega-menu .nav-link.column-title {
    cursor: default;
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 900 !important;
    margin-top: 0 !important;
    padding-top: 35px !important;
  }
  .als-styles .modern-nav .nav-container .nav-menu .nav-links .dd-toggle .dropdown-menu .nav-link {
    padding: 12px 10px 12px 35px !important;
  }
  .als-styles .modern-nav .nav-container .nav-menu .nav-links .dd-toggle .dropdown-menu.mega-menu .nav-link {
    padding: 10px 10px 10px 35px !important;
  }
  .als-styles .modern-nav .mega-menu > li > ul {
    border-right: none;
  }
  .als-styles .modern-nav .nav-container .nav-menu .nav-links .dd-toggle .dropdown-menu .dropdown-menu .nav-link {
    padding-left: 45px !important;
  }
  .als-styles .modern-nav .nav-container .nav-menu .nav-links .dd-toggle .dropdown-menu .dropdown-menu .dropdown-menu .nav-link {
    padding-left: 60px !important;
  }
  .als-styles .modern-nav .nav-links .dd-toggle.lg-toggle > a:after {
    display: none !important;
  }
  .als-styles .modern-nav .nav-container .nav-menu .nav-links .dd-toggle.lg-toggle .dropdown-menu {
    display: flex !important;
    padding: 0 !important;
    min-width: auto !important;
    flex-direction: row !important;
    -ms-flex-direction: row !important;
  }
  .als-styles .modern-nav .nav-container .nav-menu .nav-links .dd-toggle.lg-toggle .dropdown-menu li {
    display: flex !important;
    padding: 0 !important;
    width: auto !important;
  }
  .als-styles .modern-nav .nav-container .nav-menu .nav-links .dd-toggle.lg-toggle > a, .als-styles .modern-nav .nav-container .nav-menu .nav-links .dd-toggle.lg-toggle .dropdown-menu a {
    display: flex !important;
    border: none !important;
    padding: 0 !important;
  }
  .als-styles .modern-nav .nav-container .nav-menu .nav-links .dd-toggle.lg-toggle > a {
    background: transparent !important;
  }
  .als-styles .modern-nav .bracket, .als-styles .modern-nav hr {
    display: none !important;
  }
  .als-styles .modern-nav.nav-white .nav-menu {
    background-color: red;
  }
  .als-styles .modern-nav.nav-dark .nav-menu {
    background-color: #2E2E2E;
  }
  .als-styles .modern-nav.nav-white .nav-link {
    color: #333333 !important;
    background: transparent !important;
  }
  .als-styles .modern-nav.nav-white .nav-link:hover {
    background: #eeeeee !important;
  }
  .als-styles .modern-nav.nav-white .nav-container .nav-menu .nav-links .dd-toggle .dropdown-menu {
    color: #333333 !important;
    background-color: #e7e7e7 !important;
  }
  .als-styles .modern-nav.nav-white .nav-container .nav-menu .nav-links .dd-toggle .dropdown-menu .dropdown-menu {
    background-color: #FFF !important;
  }
  .als-styles .modern-nav.nav-white .nav-container .nav-menu .nav-links .dd-toggle .dropdown-menu .nav-link:hover {
    background: #d3d3d3 !important;
  }
  .als-styles .modern-nav.nav-dark .nav-container .nav-menu .nav-links .dd-toggle .dropdown-menu .nav-link {
    color: #909090 !important;
    background-color: #1F2022 !important;
  }
}
.als-styles #extra-nav-sticky-wrapper {
  height: 0 !important;
}
.als-styles .extra-nav, .als-styles .extra-nav ul, .als-styles .extra-nav ul li a {
  display: flex;
  display: -ms-flexbox;
}
.als-styles .extra-nav {
  white-space: nowrap;
  height: 50px;
  width: 100%;
  font-size: 11px;
  position: relative;
  top: 0;
  width: 100%;
  display: none;
  padding: 0 30px;
  line-height: normal;
}
.als-styles .extra-nav.start-visible {
  display: flex;
  display: -ms-flexbox;
}
.als-styles .extra-nav * {
  height: 100%;
}
.als-styles .extra-nav ul li a {
  height: 100%;
  width: auto;
  padding: 0 20px;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.als-styles .extra-nav ul li a:hover, .als-styles .extra-nav ul li.active a {
  background-color: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 992px) {
  .als-styles .extra-nav {
    display: none !important;
  }
  .als-styles .extra-nav > div {
    max-width: 120px;
    float: left;
  }
  .als-styles .extra-nav > .nav-menu {
    max-width: 80%;
    float: right;
  }
  .als-styles .extra-nav ul li a {
    padding: 0 10px;
  }
}
.als-styles .icon-navigation {
  position: fixed;
  width: auto;
  height: auto;
  left: 2.4%;
  top: 22%;
  text-align: center;
  will-change: transform;
  line-height: normal;
  padding: 0;
  z-index: 1051;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.als-styles .icon-navigation + .backdrop {
  z-index: 1050;
  position: fixed;
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.16);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.als-styles .icon-navigation:hover + .backdrop {
  visibility: visible;
  opacity: 1;
}
.als-styles .icon-navigation.passive {
  opacity: 0 !important;
  z-index: 100;
  pointer-events: none;
}
.als-styles .icon-navigation ul {
  margin: 0;
  padding: 0;
}
.als-styles .icon-navigation.right {
  left: auto;
  right: 2.4%;
}
.als-styles .icon-navigation ul li {
  padding: 0;
  display: block;
  width: 100%;
}
.als-styles .icon-navigation ul a {
  padding: 20px 20px;
  display: block;
  width: 100%;
  background: transparent;
}
.als-styles .icon-navigation.icon-lg ul a {
  padding: 23px;
}
.als-styles .icon-navigation.icon-sm ul a {
  padding: 15px 17px;
}
.als-styles .icon-navigation ul li a.active, .als-styles .icon-navigation ul li a.active:hover, .als-styles .icon-navigation ul a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.als-styles .icon-navigation ul li.cbp-filter-item-active a {
  background: rgba(0, 0, 0, 0.2) !important;
}
.als-styles .icon-navigation ul hr {
  margin: 6px 0;
}
.als-styles .icon-navigation .popover {
  border: none;
  outline: none;
  padding: 0;
  min-width: 1px;
  line-height: normal;
  width: auto;
  white-space: nowrap;
  max-width: none;
  background: none !important;
  box-shadow: none !important;
}
.als-styles .icon-navigation .popover-header {
  color: #878787;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  background-color: #fff;
  padding: 8px 30px;
  border: none;
  border-radius: 30px;
  -webkit-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.als-styles .icon-navigation .popover.show .popover-header {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.als-styles .icon-navigation .popover-body {
  display: none;
}
.als-styles .icon-navigation .popover.right {
  margin-left: 14px;
}
.als-styles .icon-navigation .popover-arrow {
  display: none !important;
}
.als-styles .cbp-popup-singlePage .cbp-popup-navigation-wrap {
  background-color: #2a2a2a;
}
.als-styles .cbp:after, .als-styles .cbp-lazyload:after, .als-styles .cbp-popup-loadingBox:after, .als-styles .cbp-popup-singlePageInline:after {
  width: 70px;
  height: 70px;
  border-left: 1px solid rgba(100, 100, 100, 0.19);
  border-right: 1px solid rgba(100, 100, 100, 0.19);
  border-bottom: 1px solid rgba(100, 100, 100, 0.19);
  border-top: 1px solid rgba(100, 100, 100, 0.92);
  animation: cbp-rotation 1s infinite linear;
  -webkit-animation: cbp-rotation 1s infinite linear;
}
.als-styles .slick-slider img {
  max-width: 100%;
}
.als-styles .bg-slider {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.als-styles .bg-slider .slick-list, .als-styles .bg-slider .slick-track {
  height: 100% !important;
}
.als-styles .bg-slider:not(.has-details) {
  z-index: -1;
  position: absolute;
}
.als-styles .bg-slider .slick-slide > div {
  height: 100%;
  width: 100%;
}
.als-styles .bg-slider .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.als-styles .zoom-timer, .als-styles .slide-bg {
  position: absolute;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  background-attachment: scroll !important;
  left: 0;
  top: 0 !important;
  z-index: 2;
  background-position: center center;
  background-size: cover;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  transition: transform 1s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.als-styles .zoom-timer.scaling {
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: transform 20s;
  -moz-transition: transform 20s;
  transition: transform 20s;
}
.als-styles .zoom-timer + *, .als-styles .slide-bg + * {
  position: relative;
  z-index: 3;
}
.als-styles .custom-slider .animate {
  visibility: hidden !important;
  animation-duration: 0.9s;
}
.als-styles .custom-slider .animate.fast {
  animation-duration: 0.6s;
}
.als-styles .custom-slider .animate.visibleme {
  visibility: visible !important;
}
.als-styles .nav-to-custom-slider .slick-slide:not(.slick-current) .active-me {
  border-color: transparent !important;
}
.als-styles .slick-slide .animate [class*=slow], .als-styles .slick-slide .animate[class*=slow] {
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s, letter-spacing 0.3s !important;
  transition: background 0.3s, color 0.3s, border 0.3s, letter-spacing 0.3s !important;
}
.als-styles .slick-slider .fade-zoom {
  -webkit-transform: scale(0.94);
  transform: scale(0.94) translate3d(0, 0, 0) translateZ(0);
  opacity: 0 !important;
  -webkit-transition: opacity 0.4s, transform 0.4s !important;
  transition: opacity 0.4s, transform 0.4s !important;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.als-styles .slick-slider .fade-zoom.fade-zoom-lg {
  -webkit-transition: opacity 0.9s, transform 0.9s !important;
  transition: opacity 0.9s, transform 0.9s !important;
}
.als-styles .slick-slider .slick-current .fade-zoom, .als-styles .slick-slider .slick-current.fade-zoom {
  opacity: 1 !important;
  -webkit-transform: scale(1) translate3d(0, 0, 0) translateZ(0);
  transform: scale(1) translate3d(0, 0, 0) translateZ(0);
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.als-styles .slick-arrow {
  font-size: 30px;
  color: white;
  position: absolute;
  top: 50%;
  width: 90px;
  height: 90px;
  left: 0;
  z-index: 5;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.als-styles .slick-arrow.slider-next {
  left: auto;
  right: 0;
}
.als-styles .slick-arrow:before, .als-styles .slick-arrow:after {
  content: "\e64a";
  display: inline-flex;
  display: -ms-inline-flexbox;
  z-index: 2;
  font-family: "themify";
  color: inherit;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.als-styles .slick-arrow:after {
  display: none;
  content: "";
  z-index: 0;
}
.als-styles .slick-arrow:hover:before {
  color: #eee;
}
.als-styles .slick-arrow.slider-next:before {
  content: "\e649";
}
.als-styles .arrows-dark .slick-arrow {
  color: #484848;
}
.als-styles .arrows-dark .slick-arrow:hover:before {
  color: #676767;
}
.als-styles .controls-mouseover .slick-arrow {
  opacity: 0;
}
.als-styles .controls-mouseover:hover .slick-arrow {
  opacity: 1;
}
.als-styles .arrows-long .slick-arrow:hover {
  background-color: rgba(250, 250, 250, 0.2);
}
.als-styles .arrows-long .slick-arrow:before {
  content: "" !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 38px;
  height: 14px;
}
.als-styles .arrows-long .slick-arrow.slider-next:before {
  background-image: url(../images/arrow_long_right.html);
}
.als-styles .arrows-long .slick-arrow.slider-prev:before {
  background-image: url(../images/arrow_long_left.html);
}
.als-styles .arrows-long.arrows-dark .slick-arrow:hover {
  background-color: rgba(124, 124, 124, 0.12);
}
.als-styles .arrows-long.arrows-dark .slick-arrow.slider-next:before {
  background-image: url(../images/arrow_long_right_dark.html);
}
.als-styles .arrows-long.arrows-dark .slick-arrow.slider-prev:before {
  background-image: url(../images/arrow_long_left_dark.html);
}
.als-styles .arrows-double .slick-arrow {
  font-size: 16px;
}
.als-styles .arrows-double .slick-arrow.slider-next:before {
  content: "\e661";
}
.als-styles .arrows-double .slick-arrow.slider-prev:before {
  content: "\e662";
}
.als-styles .arrows-double .slick-arrow:after {
  position: absolute;
  display: inline-flex;
  display: -ms-inline-flexbox;
  background: transparent;
  width: 40px;
  height: 40px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.als-styles .arrows-double .slick-arrow:hover:after, .als-styles .arrows-double .slick-arrow:hover:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.als-styles .arrows-double.arrows-dark .slick-arrow:after {
  box-shadow: inset 0 0 0 1px #363636;
  color: #525252;
}
.als-styles .arrows-mosaic .slick-arrow {
  font-size: 16px;
  color: #333;
}
.als-styles .arrows-mosaic .slick-arrow:hover:before {
  color: #777;
}
.als-styles .arrows-mosaic .slick-arrow:after {
  position: absolute;
  display: inline-flex;
  display: -ms-inline-flexbox;
  background: white;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.als-styles .arrows-mosaic .slick-arrow:hover:after {
  -webkit-transform: rotate(45deg) scale(1.1);
  transform: rotate(45deg) scale(1.1);
}
.als-styles .arrows-mosaic.arrows-dark .slick-arrow {
  color: #FFFFFF;
}
.als-styles .arrows-mosaic.arrows-dark .slick-arrow:after {
  background: #959595;
}
.als-styles .arrows-mosaic.arrows-dark .slick-arrow:hover:before {
  color: #dadada;
}
.als-styles .slick-dots {
  width: 100%;
  left: 0;
  height: auto;
  margin: 30px 0 0;
  position: absolute;
  top: 100%;
  text-align: center;
  pointer-events: none;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.als-styles .slick-dots li {
  width: 30px;
  height: 40px;
  font-size: 0;
  display: inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  pointer-events: all;
  position: relative;
  cursor: pointer;
  float: none !important;
}
.als-styles .slick-dots li:before, .als-styles .slick-dots li:after {
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  background-color: rgba(150, 150, 150, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.als-styles .slick-dots li:after {
  display: none;
}
.als-styles .slick-dots li.slick-active:before {
  background-color: #555;
}
.als-styles .slick-dots li button {
  display: none !important;
}
.als-styles .dots-close .slick-dots {
  margin: 12px 0 0;
}
.als-styles .dots-far .slick-dots {
  margin: 45px 0 0;
}
.als-styles .controls-mouseover .slick-dots {
  opacity: 0;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.als-styles .controls-mouseover:hover .slick-dots {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.als-styles .dots-left .slick-dots {
  justify-content: start;
  -ms-flex-pack: start;
}
.als-styles .dots-right .slick-dots {
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.als-styles .dots-inner .slick-dots {
  top: auto;
  bottom: 15px;
  margin: 0;
}
.als-styles .dots-inner .slick-dots li:before, .als-styles .dots-white .slick-dots li:before {
  background-color: #eee;
}
.als-styles .dots-inner .slick-dots li.slick-active:before, .als-styles .dots-white .slick-dots li.slick-active:before {
  background-color: #ccc;
}
.als-styles .dots-circle .slick-dots li {
  width: 25px;
}
.als-styles .dots-circle .slick-dots li:before {
  width: 5px;
  height: 5px;
  background-color: #222;
  box-shadow: inset 0 0 0 0.5px transparent;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.als-styles .dots-circle .slick-dots li.slick-active:before {
  box-shadow: inset 0 0 0 0.5px #222;
  background-color: transparent !important;
  -webkit-transform: scale(3);
  transform: scale(3);
}
.als-styles .dots-circle.dots-inner .slick-dots li:before, .als-styles .dots-circle.dots-white .slick-dots li:before {
  background-color: #eee;
}
.als-styles .dots-circle.dots-inner .slick-dots li.slick-active:before, .als-styles .dots-circle.dots-white .slick-dots li.slick-active:before {
  box-shadow: inset 0 0 0 0.5px #eee;
}
.als-styles .dots-point .slick-dots li {
  width: 35px;
}
.als-styles .dots-point .slick-dots li:before, .als-styles .dots-point .slick-dots li:after {
  width: 10px;
  height: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.als-styles .dots-point .slick-dots li:after {
  position: absolute;
  display: inline-flex;
  display: -ms-inline-flexbox;
  background: transparent;
  box-shadow: inset 0 0 0 0.5px transparent;
}
.als-styles .dots-point .slick-dots li.slick-active:before {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  background: #555;
}
.als-styles .dots-point .slick-dots li.slick-active:after {
  -webkit-transform: scale(2.2);
  transform: scale(2.2);
  box-shadow: inset 0 0 0 0.5px #555;
}
.als-styles .dots-point.dots-inner .slick-dots li:before, .als-styles .dots-point.dots-white .slick-dots li:before {
  background-color: #fafafa;
}
.als-styles .dots-point.dots-inner .slick-dots li:after, .als-styles .dots-point.dots-white .slick-dots li:after {
  box-shadow: inset 0 0 0 0.5px #fff;
}
.als-styles .dots-strip .slick-dots li {
  width: auto;
}
.als-styles .dots-strip .slick-dots li:before {
  width: 30px;
  height: 3px;
  margin: 0 8px;
  background: #ccc;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.als-styles .dots-strip .slick-dots li.slick-active:before {
  background-color: #222;
}
.als-styles .dots-strip.dots-inner .slick-dots li:before, .als-styles .dots-strip.dots-white .slick-dots li:before {
  background: #fff;
}
.als-styles .dots-strip.dots-inner .slick-dots li.slick-active:before, .als-styles .dots-strip.dots-white .slick-dots li.slick-active:before {
  background: #c2c2c2;
}
.als-styles footer.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.als-styles body.footer-fixed-page > section {
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .als-styles footer.footer-fixed {
    position: relative;
  }
  .als-styles footer.footer-fixed + .footer-keeper {
    display: none;
  }
}
.als-styles .modal {
  z-index: 2000;
  backface-visibility: hidden;
  perspective: 1000px;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.als-styles .modal .modal-content {
  border: none !important;
}
.als-styles .modal.fade-scale .modal-dialog {
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.als-styles .modal.fade-scale.show .modal-dialog {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.als-styles .modal .modal-close {
  position: absolute;
  right: 20px;
  background: transparent;
  top: 20px;
  width: 30px;
  height: 30px;
  text-shadow: none;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border: none;
  z-index: 150;
  outline: none !important;
  box-shadow: none !important;
}
.als-styles .modal .modal-image-background {
  background-position: centercenter;
  background-size: cover;
  min-height: 400px;
}
.als-styles .modal-backdrop {
  z-index: 1990;
}
.als-styles .close {
  text-shadow: none;
  float: none;
  font-weight: normal;
  line-height: normal;
  opacity: 1 !important;
  padding: 0;
  background: transparent;
}
.als-styles [data-col] li {
  display: inline-block;
}
.als-styles [data-col="2"] li {
  width: 50%;
}
.als-styles [data-col="3"] li {
  width: 33.333%;
}
.als-styles [data-col="4"] li {
  width: 25%;
}
.als-styles [data-col="5"] li {
  width: 20%;
}
.als-styles [data-col="6"] li {
  width: 16.666%;
}
@media only screen and (max-width: 992px) {
  .als-styles [data-col="2"] li, .als-styles [data-col="3"] li, .als-styles [data-col="4"] li, .als-styles [data-col="5"] li, .als-styles [data-col="6"] li {
    width: 50%;
  }
  .als-styles .multicols-sm li {
    width: 16.66%;
  }
}
@media only screen and (max-width: 590px) {
  .als-styles [data-col="2"] li, .als-styles [data-col="3"] li, .als-styles [data-col="4"] li, .als-styles [data-col="5"] li, .als-styles [data-col="6"] li {
    width: 100%;
  }
  .als-styles .multicols-sm li {
    width: 20%;
  }
}
.als-styles .bg-mail-hover:hover, .als-styles .bg-mail, .als-styles .bg-mail-active.active {
  background-color: #404040 !important;
}
.als-styles .bg-facebook-hover:hover, .als-styles .bg-facebook, .als-styles .bg-facebook-active.active {
  background-color: #4A90E2 !important;
}
.als-styles .bg-twitter-hover:hover, .als-styles .bg-twitter, .als-styles .bg-twitter-active.active {
  background-color: #18CBFF !important;
}
.als-styles .bg-youtube-hover:hover, .als-styles .bg-youtube, .als-styles .bg-youtube-active.active {
  background-color: #da1818 !important;
}
.als-styles .bg-vimeo-hover:hover, .als-styles .bg-vimeo, .als-styles .bg-vimeo-active.active {
  background-color: #96d3f0 !important;
}
.als-styles .bg-pinterest-hover:hover, .als-styles .bg-pinterest, .als-styles .bg-pinterest-active.active {
  background-color: #d83633 !important;
}
.als-styles .bg-linkedin-hover:hover, .als-styles .bg-linkedin, .als-styles .bg-linkedin-active.active {
  background-color: #0189c3 !important;
}
.als-styles .bg-flickr-hover:hover, .als-styles .bg-flickr, .als-styles .bg-flickr-active.active {
  background-color: #84979e !important;
}
.als-styles .bg-dropbox-hover:hover, .als-styles .bg-dropbox, .als-styles .bg-dropbox-active.active {
  background-color: #1e81c2 !important;
}
.als-styles .bg-instagram-hover:hover, .als-styles .bg-instagram, .als-styles .bg-instagram-active.active {
  background-color: #d82950 !important;
}
.als-styles .bg-tumblr-hover:hover, .als-styles .bg-tumblr, .als-styles .bg-tumblr-active.active {
  background-color: #345365 !important;
}
.als-styles .bg-skype-hover:hover, .als-styles .bg-skype, .als-styles .bg-skype-active.active {
  background-color: #00bbf0 !important;
}
.als-styles .bg-google-plus-hover:hover, .als-styles .bg-google-plus, .als-styles .bg-google-plus-active.active {
  background-color: #da2200 !important;
}
.als-styles .bg-twitter-alt-hover:hover, .als-styles .bg-twitter-alt, .als-styles .bg-twitter-alt-active.active {
  background-color: #4fd5f8 !important;
}
.als-styles .bg-rss-hover:hover, .als-styles .bg-rss, .als-styles .bg-rss-active.active {
  background-color: #fb9c00 !important;
}
.als-styles .bg-apple-hover:hover, .als-styles .bg-apple, .als-styles .bg-apple-active.active {
  background-color: #404040 !important;
}
.als-styles .bg-windows-hover:hover, .als-styles .bg-windows, .als-styles .bg-windows-active.active {
  background-color: #0063f4 !important;
}
.als-styles .bg-dribbble-hover:hover, .als-styles .bg-dribbble, .als-styles .bg-dribbble-active.active {
  background-color: #f2689c !important;
}
.als-styles .bg-android-hover:hover, .als-styles .bg-android, .als-styles .bg-android-active.active {
  background-color: #80da23 !important;
}
.als-styles .bg-html5-hover:hover, .als-styles .bg-html5, .als-styles .bg-html5-active.active {
  background-color: #ec6432 !important;
}
.als-styles .bg-css3-hover:hover, .als-styles .bg-css3, .als-styles .bg-css3-active.active {
  background-color: #3a88d0 !important;
}
.als-styles .bg-pagelines-hover:hover, .als-styles .bg-pagelines, .als-styles .bg-pagelines-active.active {
  background-color: #4f98df !important;
}
.als-styles .bg-gittip-hover:hover, .als-styles .bg-gittip, .als-styles .bg-gittip-active.active {
  background-color: #7c6035 !important;
}
.als-styles .b-mail-hover:hover, .als-styles .b-mail, .als-styles .b-mail-active.active {
  border-color: #404040 !important;
}
.als-styles .b-facebook-hover:hover, .als-styles .b-facebook, .als-styles .b-facebook-active.active {
  border-color: #4A90E2 !important;
}
.als-styles .b-twitter-hover:hover, .als-styles .b-twitter, .als-styles .b-twitter-active.active {
  border-color: #18CBFF !important;
}
.als-styles .b-youtube-hover:hover, .als-styles .b-youtube, .als-styles .b-youtube-active.active {
  border-color: #da1818 !important;
}
.als-styles .b-vimeo-hover:hover, .als-styles .b-vimeo, .als-styles .b-vimeo-active.active {
  border-color: #96d3f0 !important;
}
.als-styles .b-pinterest-hover:hover, .als-styles .b-pinterest, .als-styles .b-pinterest-active.active {
  border-color: #d83633 !important;
}
.als-styles .b-linkedin-hover:hover, .als-styles .b-linkedin, .als-styles .b-linkedin-active.active {
  border-color: #0189c3 !important;
}
.als-styles .b-flickr-hover:hover, .als-styles .b-flickr, .als-styles .b-flickr-active.active {
  border-color: #84979e !important;
}
.als-styles .b-dropbox-hover:hover, .als-styles .b-dropbox, .als-styles .b-dropbox-active.active {
  border-color: #1e81c2 !important;
}
.als-styles .b-instagram-hover:hover, .als-styles .b-instagram, .als-styles .b-instagram-active.active {
  border-color: #d82950 !important;
}
.als-styles .b-tumblr-hover:hover, .als-styles .b-tumblr, .als-styles .b-tumblr-active.active {
  border-color: #345365 !important;
}
.als-styles .b-skype-hover:hover, .als-styles .b-skype, .als-styles .b-skype-active.active {
  border-color: #00bbf0 !important;
}
.als-styles .b-google-plus-hover:hover, .als-styles .b-google, .als-styles .b-google-plus-active.active {
  border-color: #da2200 !important;
}
.als-styles .b-twitter-square-hover:hover, .als-styles .b-twitter-square, .als-styles .b-twitter-square-active.active {
  border-color: #4fd5f8 !important;
}
.als-styles .b-rss-hover:hover, .als-styles .b-rss, .als-styles .b-rss-active.active {
  border-color: #fb9c00 !important;
}
.als-styles .b-apple-hover:hover, .als-styles .b-apple, .als-styles .b-apple-active.active {
  border-color: #404040 !important;
}
.als-styles .b-windows-hover:hover, .als-styles .b-windows, .als-styles .b-windows-active.active {
  border-color: #0063f4 !important;
}
.als-styles .b-dribbble-hover:hover, .als-styles .b-dribbble, .als-styles .b-dribbble-active.active {
  border-color: #f2689c !important;
}
.als-styles .b-android-hover:hover, .als-styles .b-android, .als-styles .b-android-active.active {
  border-color: #80da23 !important;
}
.als-styles .b-html5-hover:hover, .als-styles .b-html5, .als-styles .b-html5-active.active {
  border-color: #ec6432 !important;
}
.als-styles .b-css3-hover:hover, .als-styles .b-css3, .als-styles .b-css3-active.active {
  border-color: #3a88d0 !important;
}
.als-styles .b-pagelines-hover:hover, .als-styles .b-pagelines, .als-styles .b-pagelines-active.active {
  border-color: #4f98df !important;
}
.als-styles .b-gittip-hover:hover, .als-styles .b-gittip, .als-styles .b-gittip-active.active {
  border-color: #7c6035 !important;
}
.als-styles .color-mail, .als-styles .color-mail-hover:hover, .als-styles .color-mail-active.active {
  color: #404040 !important;
}
.als-styles .color-facebook, .als-styles .color-facebook-hover:hover, .als-styles .color-facebook-active.active {
  color: #4A90E2 !important;
}
.als-styles .color-twitter, .als-styles .color-twitter-hover:hover, .als-styles .color-twitter-active.active {
  color: #4fd5f8 !important;
}
.als-styles .color-youtube, .als-styles .color-youtube-hover:hover, .als-styles .color-youtube-active.active {
  color: #da1818 !important;
}
.als-styles .color-vimeo, .als-styles .color-vimeo-hover:hover, .als-styles .color-vimeo-active.active {
  color: #96d3f0 !important;
}
.als-styles .color-pinterest, .als-styles .color-pinterest-hover:hover, .als-styles .color-pinterest-active.active {
  color: #d83633 !important;
}
.als-styles .color-linkedin, .als-styles .color-linkedin-hover:hover, .als-styles .color-linkedin-active.active {
  color: #0189c3 !important;
}
.als-styles .color-flickr, .als-styles .color-flickr-hover:hover, .als-styles .color-flickr-active.active {
  color: #84979e !important;
}
.als-styles .color-dropbox, .als-styles .color-dropbox-hover:hover, .als-styles .color-dropbox-active.active {
  color: #1e81c2 !important;
}
.als-styles .color-instagram, .als-styles .color-instagram-hover:hover, .als-styles .color-instagram-active.active {
  color: #d82950 !important;
}
.als-styles .color-tumblr, .als-styles .color-tumblr-hover:hover, .als-styles .color-tumblr-active.active {
  color: #345365 !important;
}
.als-styles .color-skype, .als-styles .color-skype-hover:hover, .als-styles .color-skype-active.active {
  color: #00bbf0 !important;
}
.als-styles .color-google-plus, .als-styles .color-google-plus-hover:hover, .als-styles .color-google-plus-active.active {
  color: #da2200 !important;
}
.als-styles .color-twitter-square, .als-styles .color-twitter-square-hover:hover, .als-styles .color-twitter-square-active.active {
  color: #4fd5f8 !important;
}
.als-styles .color-rss, .als-styles .color-rss-hover:hover, .als-styles .color-rss-active.active {
  color: #fb9c00 !important;
}
.als-styles .color-apple, .als-styles .color-apple-hover:hover, .als-styles .color-apple-active.active {
  color: #404040 !important;
}
.als-styles .color-windows, .als-styles .color-windows-hover:hover, .als-styles .color-windows-active.active {
  color: #0063f4 !important;
}
.als-styles .color-dribbble, .als-styles .color-dribbble-hover:hover, .als-styles .color-dribbble-active.active {
  color: #f2689c !important;
}
.als-styles .color-android, .als-styles .color-android-hover:hover, .als-styles .color-android-active.active {
  color: #80da23 !important;
}
.als-styles .color-html5, .als-styles .color-html5-hover:hover, .als-styles .color-html5-active.active {
  color: #ec6432 !important;
}
.als-styles .color-css3, .als-styles .color-css3-hover:hover, .als-styles .color-css3-active.active {
  color: #3a88d0 !important;
}
.als-styles .color-pagelines, .als-styles .color-pagelines-hover:hover, .als-styles .color-pagelines-active.active {
  color: #4f98df !important;
}
.als-styles .color-gittip, .als-styles .color-gittip-hover:hover, .als-styles .color-gittip-active.active {
  color: #7c6035 !important;
}
.als-styles .color-pink, .als-styles .color-pink-hover:hover, .als-styles .color-pink-active.active {
  color: #F088B2 !important;
}
.als-styles .color-violet, .als-styles .color-violet-hover:hover, .als-styles .color-violet-active.active {
  color: violet !important;
}
.als-styles .color-purple, .als-styles .color-purple-hover:hover, .als-styles .color-purple-active.active {
  color: #8c7ae6 !important;
}
.als-styles .color-gold, .als-styles .color-gold-hover:hover, .als-styles .color-gold-active.active {
  color: #fbc531 !important;
}
.als-styles .color-asphalt, .als-styles .color-asphalt-hover:hover, .als-styles .color-asphalt-active.active {
  color: #556575 !important;
}
.als-styles .mt-auto, .als-styles .my-auto {
  margin-top: auto !important;
}
.als-styles .mt-0, .als-styles .my-0 {
  margin-top: 0px !important;
}
.als-styles .mt-1, .als-styles .my-1 {
  margin-top: 1px !important;
}
.als-styles .mt-2, .als-styles .my-2 {
  margin-top: 2px !important;
}
.als-styles .mt-3, .als-styles .my-3 {
  margin-top: 3px !important;
}
.als-styles .mt-4, .als-styles .my-4 {
  margin-top: 4px !important;
}
.als-styles .mt-5, .als-styles .my-5 {
  margin-top: 5px !important;
}
.als-styles .mt-6, .als-styles .my-6 {
  margin-top: 6px !important;
}
.als-styles .mt-7, .als-styles .my-7 {
  margin-top: 7px !important;
}
.als-styles .mt-8, .als-styles .my-8 {
  margin-top: 8px !important;
}
.als-styles .mt-9, .als-styles .my-9 {
  margin-top: 9px !important;
}
.als-styles .mt-10, .als-styles .my-10 {
  margin-top: 10px !important;
}
.als-styles .mt-15, .als-styles .my-15 {
  margin-top: 15px !important;
}
.als-styles .mt-20, .als-styles .my-20 {
  margin-top: 20px !important;
}
.als-styles .mt-25, .als-styles .my-25 {
  margin-top: 25px !important;
}
.als-styles .mt-30, .als-styles .my-30 {
  margin-top: 30px !important;
}
.als-styles .mt-35, .als-styles .my-35 {
  margin-top: 35px !important;
}
.als-styles .mt-40, .als-styles .my-40 {
  margin-top: 40px !important;
}
.als-styles .mt-45, .als-styles .my-45 {
  margin-top: 45px !important;
}
.als-styles .mt-50, .als-styles .my-50 {
  margin-top: 50px !important;
}
.als-styles .mt-55, .als-styles .my-55 {
  margin-top: 55px !important;
}
.als-styles .mt-60, .als-styles .my-60 {
  margin-top: 60px !important;
}
.als-styles .mt-65, .als-styles .my-65 {
  margin-top: 65px !important;
}
.als-styles .mt-70, .als-styles .my-70 {
  margin-top: 70px !important;
}
.als-styles .mt-75, .als-styles .my-75 {
  margin-top: 75px !important;
}
.als-styles .mt-80, .als-styles .my-80 {
  margin-top: 80px !important;
}
.als-styles .mt-85, .als-styles .my-85 {
  margin-top: 85px !important;
}
.als-styles .mt-90, .als-styles .my-90 {
  margin-top: 90px !important;
}
.als-styles .mt-95, .als-styles .my-95 {
  margin-top: 95px !important;
}
.als-styles .mt-100, .als-styles .my-100 {
  margin-top: 100px !important;
}
.als-styles .mt-110, .als-styles .my-110 {
  margin-top: 110px !important;
}
.als-styles .mt-120, .als-styles .my-120 {
  margin-top: 120px !important;
}
.als-styles .mt-130, .als-styles .my-130 {
  margin-top: 130px !important;
}
.als-styles .mt-140, .als-styles .my-140 {
  margin-top: 140px !important;
}
.als-styles .mt-150, .als-styles .my-150 {
  margin-top: 150px !important;
}
.als-styles .mt-200, .als-styles .my-200 {
  margin-top: 200px !important;
}
.als-styles .mt-250, .als-styles .my-250 {
  margin-top: 250px !important;
}
.als-styles .mt-300, .als-styles .my-300 {
  margin-top: 300px !important;
}
.als-styles .mt-350, .als-styles .my-350 {
  margin-top: 350px !important;
}
.als-styles .mr-auto, .als-styles .mx-auto {
  margin-right: auto !important;
}
.als-styles .mr-0, .als-styles .mx-0 {
  margin-right: 0px !important;
}
.als-styles .mr-1, .als-styles .mx-1 {
  margin-right: 1px !important;
}
.als-styles .mr-2, .als-styles .mx-2 {
  margin-right: 2px !important;
}
.als-styles .mr-3, .als-styles .mx-3 {
  margin-right: 3px !important;
}
.als-styles .mr-4, .als-styles .mx-4 {
  margin-right: 4px !important;
}
.als-styles .mr-5, .als-styles .mx-5 {
  margin-right: 5px !important;
}
.als-styles .mr-6, .als-styles .mx-6 {
  margin-right: 6px !important;
}
.als-styles .mr-7, .als-styles .mx-7 {
  margin-right: 7px !important;
}
.als-styles .mr-8, .als-styles .mx-8 {
  margin-right: 8px !important;
}
.als-styles .mr-9, .als-styles .mx-9 {
  margin-right: 9px !important;
}
.als-styles .mr-10, .als-styles .mx-10 {
  margin-right: 10px !important;
}
.als-styles .mr-15, .als-styles .mx-15 {
  margin-right: 15px !important;
}
.als-styles .mr-20, .als-styles .mx-20 {
  margin-right: 20px !important;
}
.als-styles .mr-25, .als-styles .mx-25 {
  margin-right: 25px !important;
}
.als-styles .mr-30, .als-styles .mx-30 {
  margin-right: 30px !important;
}
.als-styles .mr-35, .als-styles .mx-35 {
  margin-right: 35px !important;
}
.als-styles .mr-40, .als-styles .mx-40 {
  margin-right: 40px !important;
}
.als-styles .mr-45, .als-styles .mx-45 {
  margin-right: 45px !important;
}
.als-styles .mr-50, .als-styles .mx-50 {
  margin-right: 50px !important;
}
.als-styles .mr-55, .als-styles .mx-55 {
  margin-right: 55px !important;
}
.als-styles .mr-60, .als-styles .mx-60 {
  margin-right: 60px !important;
}
.als-styles .mr-65, .als-styles .mx-65 {
  margin-right: 65px !important;
}
.als-styles .mr-70, .als-styles .mx-70 {
  margin-right: 70px !important;
}
.als-styles .mr-75, .als-styles .mx-75 {
  margin-right: 75px !important;
}
.als-styles .mr-80, .als-styles .mx-80 {
  margin-right: 80px !important;
}
.als-styles .mr-85, .als-styles .mx-85 {
  margin-right: 85px !important;
}
.als-styles .mr-90, .als-styles .mx-90 {
  margin-right: 90px !important;
}
.als-styles .mr-95, .als-styles .mx-95 {
  margin-right: 95px !important;
}
.als-styles .mr-100, .als-styles .mx-100 {
  margin-right: 100px !important;
}
.als-styles .mr-110, .als-styles .mx-110 {
  margin-right: 110px !important;
}
.als-styles .mr-120, .als-styles .mx-120 {
  margin-right: 120px !important;
}
.als-styles .mr-130, .als-styles .mx-130 {
  margin-right: 130px !important;
}
.als-styles .mr-140, .als-styles .mx-140 {
  margin-right: 140px !important;
}
.als-styles .mr-150, .als-styles .mx-150 {
  margin-right: 150px !important;
}
.als-styles .mr-200, .als-styles .mx-200 {
  margin-right: 200px !important;
}
.als-styles .mr-250, .als-styles .mx-250 {
  margin-right: 250px !important;
}
.als-styles .mr-300, .als-styles .mx-300 {
  margin-right: 300px !important;
}
.als-styles .mr-350, .als-styles .mx-350 {
  margin-right: 350px !important;
}
.als-styles .mb-auto, .als-styles .my-auto {
  margin-bottom: auto !important;
}
.als-styles .mb-0, .als-styles .my-0 {
  margin-bottom: 0px !important;
}
.als-styles .mb-1, .als-styles .my-1 {
  margin-bottom: 1px !important;
}
.als-styles .mb-2, .als-styles .my-2 {
  margin-bottom: 2px !important;
}
.als-styles .mb-3, .als-styles .my-3 {
  margin-bottom: 3px !important;
}
.als-styles .mb-4, .als-styles .my-4 {
  margin-bottom: 4px !important;
}
.als-styles .mb-5, .als-styles .my-5 {
  margin-bottom: 5px !important;
}
.als-styles .mb-6, .als-styles .my-6 {
  margin-bottom: 6px !important;
}
.als-styles .mb-7, .als-styles .my-7 {
  margin-bottom: 7px !important;
}
.als-styles .mb-8, .als-styles .my-8 {
  margin-bottom: 8px !important;
}
.als-styles .mb-9, .als-styles .my-9 {
  margin-bottom: 9px !important;
}
.als-styles .mb-10, .als-styles .my-10 {
  margin-bottom: 10px !important;
}
.als-styles .mb-15, .als-styles .my-15 {
  margin-bottom: 15px !important;
}
.als-styles .mb-20, .als-styles .my-20 {
  margin-bottom: 20px !important;
}
.als-styles .mb-25, .als-styles .my-25 {
  margin-bottom: 25px !important;
}
.als-styles .mb-30, .als-styles .my-30 {
  margin-bottom: 30px !important;
}
.als-styles .mb-35, .als-styles .my-35 {
  margin-bottom: 35px !important;
}
.als-styles .mb-40, .als-styles .my-40 {
  margin-bottom: 40px !important;
}
.als-styles .mb-45, .als-styles .my-45 {
  margin-bottom: 45px !important;
}
.als-styles .mb-50, .als-styles .my-50 {
  margin-bottom: 50px !important;
}
.als-styles .mb-55, .als-styles .my-55 {
  margin-bottom: 55px !important;
}
.als-styles .mb-60, .als-styles .my-60 {
  margin-bottom: 60px !important;
}
.als-styles .mb-65, .als-styles .my-65 {
  margin-bottom: 65px !important;
}
.als-styles .mb-70, .als-styles .my-70 {
  margin-bottom: 70px !important;
}
.als-styles .mb-75, .als-styles .my-75 {
  margin-bottom: 75px !important;
}
.als-styles .mb-80, .als-styles .my-80 {
  margin-bottom: 80px !important;
}
.als-styles .mb-85, .als-styles .my-85 {
  margin-bottom: 85px !important;
}
.als-styles .mb-90, .als-styles .my-90 {
  margin-bottom: 90px !important;
}
.als-styles .mb-95, .als-styles .my-95 {
  margin-bottom: 95px !important;
}
.als-styles .mb-100, .als-styles .my-100 {
  margin-bottom: 100px !important;
}
.als-styles .mb-110, .als-styles .my-110 {
  margin-bottom: 110px !important;
}
.als-styles .mb-120, .als-styles .my-120 {
  margin-bottom: 120px !important;
}
.als-styles .mb-130, .als-styles .my-130 {
  margin-bottom: 130px !important;
}
.als-styles .mb-140, .als-styles .my-140 {
  margin-bottom: 140px !important;
}
.als-styles .mb-150, .als-styles .my-150 {
  margin-bottom: 150px !important;
}
.als-styles .mb-200, .als-styles .my-200 {
  margin-bottom: 200px !important;
}
.als-styles .mb-250, .als-styles .my-250 {
  margin-bottom: 250px !important;
}
.als-styles .mb-300, .als-styles .my-300 {
  margin-bottom: 300px !important;
}
.als-styles .mb-350, .als-styles .my-350 {
  margin-bottom: 350px !important;
}
.als-styles .mb-400, .als-styles .my-400 {
  margin-bottom: 400px !important;
}
.als-styles .mb-450, .als-styles .my-450 {
  margin-bottom: 450px !important;
}
.als-styles .mb-500, .als-styles .my-500 {
  margin-bottom: 500px !important;
}
.als-styles .mb-550, .als-styles .my-550 {
  margin-bottom: 550px !important;
}
.als-styles .mb-600, .als-styles .my-600 {
  margin-bottom: 600px !important;
}
.als-styles .mb-650, .als-styles .my-650 {
  margin-bottom: 650px !important;
}
.als-styles .mb-700, .als-styles .my-700 {
  margin-bottom: 700px !important;
}
.als-styles .ml-auto, .als-styles .my-auto {
  margin-left: auto !important;
}
.als-styles .ml-0, .als-styles .mx-0 {
  margin-left: 0px !important;
}
.als-styles .ml-1, .als-styles .mx-1 {
  margin-left: 1px !important;
}
.als-styles .ml-2, .als-styles .mx-2 {
  margin-left: 2px !important;
}
.als-styles .ml-3, .als-styles .mx-3 {
  margin-left: 3px !important;
}
.als-styles .ml-4, .als-styles .mx-4 {
  margin-left: 4px !important;
}
.als-styles .ml-5, .als-styles .mx-5 {
  margin-left: 5px !important;
}
.als-styles .ml-6, .als-styles .mx-6 {
  margin-left: 6px !important;
}
.als-styles .ml-7, .als-styles .mx-7 {
  margin-left: 7px !important;
}
.als-styles .ml-8, .als-styles .mx-8 {
  margin-left: 8px !important;
}
.als-styles .ml-9, .als-styles .mx-9 {
  margin-left: 9px !important;
}
.als-styles .ml-10, .als-styles .mx-10 {
  margin-left: 10px !important;
}
.als-styles .ml-15, .als-styles .mx-15 {
  margin-left: 15px !important;
}
.als-styles .ml-20, .als-styles .mx-20 {
  margin-left: 20px !important;
}
.als-styles .ml-25, .als-styles .mx-25 {
  margin-left: 25px !important;
}
.als-styles .ml-30, .als-styles .mx-30 {
  margin-left: 30px !important;
}
.als-styles .ml-35, .als-styles .mx-35 {
  margin-left: 35px !important;
}
.als-styles .ml-40, .als-styles .mx-40 {
  margin-left: 40px !important;
}
.als-styles .ml-45, .als-styles .mx-45 {
  margin-left: 45px !important;
}
.als-styles .ml-50, .als-styles .mx-50 {
  margin-left: 50px !important;
}
.als-styles .ml-55, .als-styles .mx-55 {
  margin-left: 55px !important;
}
.als-styles .ml-60, .als-styles .mx-60 {
  margin-left: 60px !important;
}
.als-styles .ml-65, .als-styles .mx-65 {
  margin-left: 65px !important;
}
.als-styles .ml-70, .als-styles .mx-70 {
  margin-left: 70px !important;
}
.als-styles .ml-75, .als-styles .mx-75 {
  margin-left: 75px !important;
}
.als-styles .ml-80, .als-styles .mx-80 {
  margin-left: 80px !important;
}
.als-styles .ml-85, .als-styles .mx-85 {
  margin-left: 85px !important;
}
.als-styles .ml-90, .als-styles .mx-90 {
  margin-left: 90px !important;
}
.als-styles .ml-95, .als-styles .mx-95 {
  margin-left: 95px !important;
}
.als-styles .ml-100, .als-styles .mx-100 {
  margin-left: 100px !important;
}
.als-styles .ml-110, .als-styles .mx-110 {
  margin-left: 110px !important;
}
.als-styles .ml-120, .als-styles .mx-120 {
  margin-left: 120px !important;
}
.als-styles .ml-130, .als-styles .mx-130 {
  margin-left: 130px !important;
}
.als-styles .ml-140, .als-styles .mx-140 {
  margin-left: 140px !important;
}
.als-styles .ml-150, .als-styles .mx-150 {
  margin-left: 150px !important;
}
.als-styles .ml-200, .als-styles .mx-200 {
  margin-left: 200px !important;
}
.als-styles .ml-250, .als-styles .mx-250 {
  margin-left: 250px !important;
}
.als-styles .ml-300, .als-styles .mx-300 {
  margin-left: 300px !important;
}
.als-styles .ml-350, .als-styles .mx-350 {
  margin-left: 350px !important;
}
.als-styles .mt--1 {
  margin-top: -1px !important;
}
.als-styles .mt--2 {
  margin-top: -2px !important;
}
.als-styles .mt--5 {
  margin-top: -5px !important;
}
.als-styles .mt--10 {
  margin-top: -10px !important;
}
.als-styles .mt--20 {
  margin-top: -20px !important;
}
.als-styles .mt--30 {
  margin-top: -30px !important;
}
.als-styles .mt--40 {
  margin-top: -40px !important;
}
.als-styles .mt--50 {
  margin-top: -50px !important;
}
.als-styles .m6--10 {
  margin-top: -60px !important;
}
.als-styles .mt--70 {
  margin-top: -70px !important;
}
.als-styles .mt--80 {
  margin-top: -80px !important;
}
.als-styles .mt--90 {
  margin-top: -90px !important;
}
.als-styles .mt--100 {
  margin-top: -100px !important;
}
.als-styles .mt--110 {
  margin-top: -110px !important;
}
.als-styles .mt--120 {
  margin-top: -120px !important;
}
.als-styles .mt--130 {
  margin-top: -130px !important;
}
.als-styles .mt--140 {
  margin-top: -140px !important;
}
.als-styles .mt--150 {
  margin-top: -150px !important;
}
.als-styles .mt--200 {
  margin-top: -200px !important;
}
.als-styles .mr--1, .als-styles .mx--1 {
  margin-right: -1px !important;
}
.als-styles .mr--2, .als-styles .mx--2 {
  margin-right: -2px !important;
}
.als-styles .mr--5, .als-styles .mx--5 {
  margin-right: -5px !important;
}
.als-styles .mr--10, .als-styles .mx--10 {
  margin-right: -10px !important;
}
.als-styles .mr--15, .als-styles .mx--15 {
  margin-right: -15px !important;
}
.als-styles .mb--1 {
  margin-bottom: -1px !important;
}
.als-styles .mb--2 {
  margin-bottom: -2px !important;
}
.als-styles .mb--5 {
  margin-bottom: -5px !important;
}
.als-styles .mb--10 {
  margin-bottom: -10px !important;
}
.als-styles .mb--20 {
  margin-bottom: -20px !important;
}
.als-styles .mb--30 {
  margin-bottom: -30px !important;
}
.als-styles .mb--40 {
  margin-bottom: -40px !important;
}
.als-styles .mb--50 {
  margin-bottom: -50px !important;
}
.als-styles .m6--10 {
  margin-bottom: -60px !important;
}
.als-styles .mb--70 {
  margin-bottom: -70px !important;
}
.als-styles .mb--80 {
  margin-bottom: -80px !important;
}
.als-styles .mb--90 {
  margin-bottom: -90px !important;
}
.als-styles .mb--100 {
  margin-bottom: -100px !important;
}
.als-styles .mb--150 {
  margin-bottom: -150px !important;
}
.als-styles .mb--200 {
  margin-bottom: -200px !important;
}
.als-styles .ml--1, .als-styles .mx--1 {
  margin-left: -1px !important;
}
.als-styles .ml--2, .als-styles .mx--2 {
  margin-left: -2px !important;
}
.als-styles .ml--5, .als-styles .mx--5 {
  margin-left: -5px !important;
}
.als-styles .ml--10, .als-styles .mx--10 {
  margin-left: -10px !important;
}
.als-styles .ml--15, .als-styles .mx--15 {
  margin-left: -15px !important;
}
.als-styles .pt-0, .als-styles .py-0 {
  padding-top: 0px !important;
}
.als-styles .pt-1, .als-styles .py-1 {
  padding-top: 1px !important;
}
.als-styles .pt-2, .als-styles .py-2 {
  padding-top: 2px !important;
}
.als-styles .pt-3, .als-styles .py-3 {
  padding-top: 3px !important;
}
.als-styles .pt-4, .als-styles .py-4 {
  padding-top: 4px !important;
}
.als-styles .pt-5, .als-styles .py-5 {
  padding-top: 5px !important;
}
.als-styles .pt-10, .als-styles .py-10 {
  padding-top: 10px !important;
}
.als-styles .pt-15, .als-styles .py-15 {
  padding-top: 15px !important;
}
.als-styles .pt-20, .als-styles .py-20 {
  padding-top: 20px !important;
}
.als-styles .pt-25, .als-styles .py-25 {
  padding-top: 25px !important;
}
.als-styles .pt-30, .als-styles .py-30 {
  padding-top: 30px !important;
}
.als-styles .pt-35, .als-styles .py-35 {
  padding-top: 35px !important;
}
.als-styles .pt-40, .als-styles .py-40 {
  padding-top: 40px !important;
}
.als-styles .pt-45, .als-styles .py-45 {
  padding-top: 45px !important;
}
.als-styles .pt-50, .als-styles .py-50 {
  padding-top: 50px !important;
}
.als-styles .pt-55, .als-styles .py-55 {
  padding-top: 55px !important;
}
.als-styles .pt-60, .als-styles .py-60 {
  padding-top: 60px !important;
}
.als-styles .pt-65, .als-styles .py-65 {
  padding-top: 65px !important;
}
.als-styles .pt-70, .als-styles .py-70 {
  padding-top: 70px !important;
}
.als-styles .pt-75, .als-styles .py-75 {
  padding-top: 75px !important;
}
.als-styles .pt-80, .als-styles .py-80 {
  padding-top: 80px !important;
}
.als-styles .pt-85, .als-styles .py-85 {
  padding-top: 85px !important;
}
.als-styles .pt-90, .als-styles .py-90 {
  padding-top: 90px !important;
}
.als-styles .pt-95, .als-styles .py-95 {
  padding-top: 95px !important;
}
.als-styles .pt-100, .als-styles .py-100 {
  padding-top: 100px !important;
}
.als-styles .pt-110, .als-styles .py-110 {
  padding-top: 110px !important;
}
.als-styles .pt-120, .als-styles .py-120 {
  padding-top: 120px !important;
}
.als-styles .pt-130, .als-styles .py-130 {
  padding-top: 130px !important;
}
.als-styles .pt-140, .als-styles .py-140 {
  padding-top: 140px !important;
}
.als-styles .pt-150, .als-styles .py-150 {
  padding-top: 150px !important;
}
.als-styles .pt-200, .als-styles .py-200 {
  padding-top: 200px !important;
}
.als-styles .pt-250, .als-styles .py-250 {
  padding-top: 250px !important;
}
.als-styles .pt-300, .als-styles .py-300 {
  padding-top: 300px !important;
}
.als-styles .pt-350, .als-styles .py-350 {
  padding-top: 350px !important;
}
.als-styles .pt-400, .als-styles .py-400 {
  padding-top: 400px !important;
}
.als-styles .pt-450, .als-styles .py-450 {
  padding-top: 450px !important;
}
.als-styles .pt-500, .als-styles .py-500 {
  padding-top: 500px !important;
}
.als-styles .pr-0, .als-styles .px-0 {
  padding-right: 0px !important;
}
.als-styles .pr-1, .als-styles .px-1 {
  padding-right: 1px !important;
}
.als-styles .pr-2, .als-styles .px-2 {
  padding-right: 2px !important;
}
.als-styles .pr-3, .als-styles .px-3 {
  padding-right: 3px !important;
}
.als-styles .pr-4, .als-styles .px-4 {
  padding-right: 4px !important;
}
.als-styles .pr-5, .als-styles .px-5 {
  padding-right: 5px !important;
}
.als-styles .pr-10, .als-styles .px-10 {
  padding-right: 10px !important;
}
.als-styles .pr-15, .als-styles .px-15 {
  padding-right: 15px !important;
}
.als-styles .pr-20, .als-styles .px-20 {
  padding-right: 20px !important;
}
.als-styles .pr-25, .als-styles .px-25 {
  padding-right: 25px !important;
}
.als-styles .pr-30, .als-styles .px-30 {
  padding-right: 30px !important;
}
.als-styles .pr-35, .als-styles .px-35 {
  padding-right: 35px !important;
}
.als-styles .pr-40, .als-styles .px-40 {
  padding-right: 40px !important;
}
.als-styles .pr-45, .als-styles .px-45 {
  padding-right: 45px !important;
}
.als-styles .pr-50, .als-styles .px-50 {
  padding-right: 50px !important;
}
.als-styles .pr-55, .als-styles .px-55 {
  padding-right: 55px !important;
}
.als-styles .pr-60, .als-styles .px-60 {
  padding-right: 60px !important;
}
.als-styles .pr-65, .als-styles .px-65 {
  padding-right: 65px !important;
}
.als-styles .pr-70, .als-styles .px-70 {
  padding-right: 70px !important;
}
.als-styles .pr-75, .als-styles .px-75 {
  padding-right: 75px !important;
}
.als-styles .pr-80, .als-styles .px-80 {
  padding-right: 80px !important;
}
.als-styles .pr-85, .als-styles .px-85 {
  padding-right: 85px !important;
}
.als-styles .pr-90, .als-styles .px-90 {
  padding-right: 90px !important;
}
.als-styles .pr-95, .als-styles .px-95 {
  padding-right: 95px !important;
}
.als-styles .pr-100, .als-styles .px-100 {
  padding-right: 100px !important;
}
.als-styles .pr-110, .als-styles .px-110 {
  padding-right: 110px !important;
}
.als-styles .pr-120, .als-styles .px-120 {
  padding-right: 120px !important;
}
.als-styles .pr-130, .als-styles .px-130 {
  padding-right: 130px !important;
}
.als-styles .pr-140, .als-styles .px-140 {
  padding-right: 140px !important;
}
.als-styles .pr-150, .als-styles .px-150 {
  padding-right: 150px !important;
}
.als-styles .pr-200, .als-styles .px-200 {
  padding-right: 200px !important;
}
.als-styles .pr-250, .als-styles .px-250 {
  padding-right: 250px !important;
}
.als-styles .pr-300, .als-styles .px-300 {
  padding-right: 300px !important;
}
.als-styles .pr-350, .als-styles .px-350 {
  padding-right: 350px !important;
}
.als-styles .pb-0, .als-styles .py-0 {
  padding-bottom: 0px !important;
}
.als-styles .pb-1, .als-styles .py-1 {
  padding-bottom: 1px !important;
}
.als-styles .pb-2, .als-styles .py-2 {
  padding-bottom: 2px !important;
}
.als-styles .pb-3, .als-styles .py-3 {
  padding-bottom: 3px !important;
}
.als-styles .pb-4, .als-styles .py-4 {
  padding-bottom: 4px !important;
}
.als-styles .pb-5, .als-styles .py-5 {
  padding-bottom: 5px !important;
}
.als-styles .pb-10, .als-styles .py-10 {
  padding-bottom: 10px !important;
}
.als-styles .pb-15, .als-styles .py-15 {
  padding-bottom: 15px !important;
}
.als-styles .pb-20, .als-styles .py-20 {
  padding-bottom: 20px !important;
}
.als-styles .pb-25, .als-styles .py-25 {
  padding-bottom: 25px !important;
}
.als-styles .pb-30, .als-styles .py-30 {
  padding-bottom: 30px !important;
}
.als-styles .pb-35, .als-styles .py-35 {
  padding-bottom: 35px !important;
}
.als-styles .pb-40, .als-styles .py-40 {
  padding-bottom: 40px !important;
}
.als-styles .pb-45, .als-styles .py-45 {
  padding-bottom: 45px !important;
}
.als-styles .pb-50, .als-styles .py-50 {
  padding-bottom: 50px !important;
}
.als-styles .pb-55, .als-styles .py-55 {
  padding-bottom: 55px !important;
}
.als-styles .pb-60, .als-styles .py-60 {
  padding-bottom: 60px !important;
}
.als-styles .pb-65, .als-styles .py-65 {
  padding-bottom: 65px !important;
}
.als-styles .pb-70, .als-styles .py-70 {
  padding-bottom: 70px !important;
}
.als-styles .pb-75, .als-styles .py-75 {
  padding-bottom: 75px !important;
}
.als-styles .pb-80, .als-styles .py-80 {
  padding-bottom: 80px !important;
}
.als-styles .pb-85, .als-styles .py-85 {
  padding-bottom: 85px !important;
}
.als-styles .pb-90, .als-styles .py-90 {
  padding-bottom: 90px !important;
}
.als-styles .pb-95, .als-styles .py-95 {
  padding-bottom: 95px !important;
}
.als-styles .pb-100, .als-styles .py-100 {
  padding-bottom: 100px !important;
}
.als-styles .pb-110, .als-styles .py-110 {
  padding-bottom: 110px !important;
}
.als-styles .pb-120, .als-styles .py-120 {
  padding-bottom: 120px !important;
}
.als-styles .pb-130, .als-styles .py-130 {
  padding-bottom: 130px !important;
}
.als-styles .pb-140, .als-styles .py-140 {
  padding-bottom: 140px !important;
}
.als-styles .pb-150, .als-styles .py-150 {
  padding-bottom: 150px !important;
}
.als-styles .pb-200, .als-styles .py-200 {
  padding-bottom: 200px !important;
}
.als-styles .pb-250, .als-styles .py-250 {
  padding-bottom: 250px !important;
}
.als-styles .pb-300, .als-styles .py-300 {
  padding-bottom: 300px !important;
}
.als-styles .pb-350, .als-styles .py-350 {
  padding-bottom: 350px !important;
}
.als-styles .pb-400, .als-styles .py-400 {
  padding-bottom: 400px !important;
}
.als-styles .pb-450, .als-styles .py-450 {
  padding-bottom: 450px !important;
}
.als-styles .pb-500, .als-styles .py-500 {
  padding-bottom: 500px !important;
}
.als-styles .pl-0, .als-styles .px-0 {
  padding-left: 0px !important;
}
.als-styles .pl-1, .als-styles .px-1 {
  padding-left: 1px !important;
}
.als-styles .pl-2, .als-styles .px-2 {
  padding-left: 2px !important;
}
.als-styles .pl-3, .als-styles .px-3 {
  padding-left: 3px !important;
}
.als-styles .pl-4, .als-styles .px-4 {
  padding-left: 4px !important;
}
.als-styles .pl-5, .als-styles .px-5 {
  padding-left: 5px !important;
}
.als-styles .pl-10, .als-styles .px-10 {
  padding-left: 10px !important;
}
.als-styles .pl-15, .als-styles .px-15 {
  padding-left: 15px !important;
}
.als-styles .pl-20, .als-styles .px-20 {
  padding-left: 20px !important;
}
.als-styles .pl-25, .als-styles .px-25 {
  padding-left: 25px !important;
}
.als-styles .pl-30, .als-styles .px-30 {
  padding-left: 30px !important;
}
.als-styles .pl-35, .als-styles .px-35 {
  padding-left: 35px !important;
}
.als-styles .pl-40, .als-styles .px-40 {
  padding-left: 40px !important;
}
.als-styles .pl-45, .als-styles .px-45 {
  padding-left: 45px !important;
}
.als-styles .pl-50, .als-styles .px-50 {
  padding-left: 50px !important;
}
.als-styles .pl-55, .als-styles .px-55 {
  padding-left: 55px !important;
}
.als-styles .pl-60, .als-styles .px-60 {
  padding-left: 60px !important;
}
.als-styles .pl-65, .als-styles .px-65 {
  padding-left: 65px !important;
}
.als-styles .pl-70, .als-styles .px-70 {
  padding-left: 70px !important;
}
.als-styles .pl-75, .als-styles .px-75 {
  padding-left: 75px !important;
}
.als-styles .pl-80, .als-styles .px-80 {
  padding-left: 80px !important;
}
.als-styles .pl-85, .als-styles .px-85 {
  padding-left: 85px !important;
}
.als-styles .pl-90, .als-styles .px-90 {
  padding-left: 90px !important;
}
.als-styles .pl-95, .als-styles .px-95 {
  padding-left: 95px !important;
}
.als-styles .pl-100, .als-styles .px-100 {
  padding-left: 100px !important;
}
.als-styles .pl-110, .als-styles .px-110 {
  padding-left: 110px !important;
}
.als-styles .pl-120, .als-styles .px-120 {
  padding-left: 120px !important;
}
.als-styles .pl-130, .als-styles .px-130 {
  padding-left: 130px !important;
}
.als-styles .pl-140, .als-styles .px-140 {
  padding-left: 140px !important;
}
.als-styles .pl-150, .als-styles .px-150 {
  padding-left: 150px !important;
}
.als-styles .pl-200, .als-styles .px-200 {
  padding-left: 200px !important;
}
.als-styles .pl-250, .als-styles .px-250 {
  padding-left: 250px !important;
}
.als-styles .pl-300, .als-styles .px-300 {
  padding-left: 300px !important;
}
.als-styles .pl-350, .als-styles .px-350 {
  padding-left: 350px !important;
}
.als-styles .gap-50 > * {
  padding: 50px !important;
}
.als-styles .gap-40 > * {
  padding: 40px !important;
}
.als-styles .gap-30 > * {
  padding: 30px !important;
}
.als-styles .gap-25 > * {
  padding: 25px !important;
}
.als-styles .gap-24 > * {
  padding: 24px !important;
}
.als-styles .gap-23 > * {
  padding: 23px !important;
}
.als-styles .gap-22 > * {
  padding: 22px !important;
}
.als-styles .gap-21 > * {
  padding: 21px !important;
}
.als-styles .gap-20 > * {
  padding: 20px !important;
}
.als-styles .gap-19 > * {
  padding: 19px !important;
}
.als-styles .gap-18 > * {
  padding: 18px !important;
}
.als-styles .gap-17 > * {
  padding: 17px !important;
}
.als-styles .gap-16 > * {
  padding: 16px !important;
}
.als-styles .gap-15 > * {
  padding: 15px !important;
}
.als-styles .gap-13 > * {
  padding: 13px !important;
}
.als-styles .gap-12 > * {
  padding: 12px !important;
}
.als-styles .gap-11 > * {
  padding: 11px !important;
}
.als-styles .gap-10 > * {
  padding: 10px !important;
}
.als-styles .gap-9 > * {
  padding: 9px !important;
}
.als-styles .gap-8 > * {
  padding: 8px !important;
}
.als-styles .gap-7 > * {
  padding: 7px !important;
}
.als-styles .gap-6 > * {
  padding: 6px !important;
}
.als-styles .gap-5 > * {
  padding: 6px !important;
}
.als-styles .gap-4 > * {
  padding: 5px !important;
}
.als-styles .gap-3 > * {
  padding: 4px !important;
}
.als-styles .gap-2 > * {
  padding: 3px !important;
}
.als-styles .gap-1 > * {
  padding: 1px !important;
}
.als-styles .gap-0 > * {
  padding: 0px !important;
}
.als-styles .gap-3 {
  gap: 1rem;
}
.als-styles .top-auto {
  top: auto !important;
}
.als-styles .right-auto {
  right: auto !important;
}
.als-styles .bottom-auto {
  bottom: auto !important;
}
.als-styles .left-auto {
  left: auto !important;
}
.als-styles .top-0 {
  top: 0px !important;
}
.als-styles .top-1 {
  top: 1px !important;
}
.als-styles .top-2 {
  top: 2px !important;
}
.als-styles .top-3 {
  top: 3px !important;
}
.als-styles .top-4 {
  top: 4px !important;
}
.als-styles .top-5 {
  top: 5px !important;
}
.als-styles .top-10 {
  top: 10px !important;
}
.als-styles .top-15 {
  top: 15px !important;
}
.als-styles .top-20 {
  top: 20px !important;
}
.als-styles .top-25 {
  top: 25px !important;
}
.als-styles .top-30 {
  top: 30px !important;
}
.als-styles .top-35 {
  top: 35px !important;
}
.als-styles .top-40 {
  top: 40px !important;
}
.als-styles .top-45 {
  top: 45px !important;
}
.als-styles .top-50 {
  top: 50px !important;
}
.als-styles .top-55 {
  top: 55px !important;
}
.als-styles .top-60 {
  top: 60px !important;
}
.als-styles .top-65 {
  top: 65px !important;
}
.als-styles .top-70 {
  top: 70px !important;
}
.als-styles .top-75 {
  top: 75px !important;
}
.als-styles .top-80 {
  top: 80px !important;
}
.als-styles .top-85 {
  top: 85px !important;
}
.als-styles .top-90 {
  top: 90px !important;
}
.als-styles .top-95 {
  top: 95px !important;
}
.als-styles .top-100 {
  top: 100px !important;
}
.als-styles .top-110 {
  top: 110px !important;
}
.als-styles .top-120 {
  top: 120px !important;
}
.als-styles .top-130 {
  top: 130px !important;
}
.als-styles .top-140 {
  top: 140px !important;
}
.als-styles .top-150 {
  top: 150px !important;
}
.als-styles .top-200 {
  top: 200px !important;
}
.als-styles .top-250 {
  top: 250px !important;
}
.als-styles .top-300 {
  top: 300px !important;
}
.als-styles .top-percent-0 {
  top: 0;
}
.als-styles .top-percent-5 {
  top: 5% !important;
}
.als-styles .top-percent-10 {
  top: 10% !important;
}
.als-styles .top-percent-15 {
  top: 15% !important;
}
.als-styles .top-percent-20 {
  top: 20% !important;
}
.als-styles .top-percent-25 {
  top: 25% !important;
}
.als-styles .top-percent-30 {
  top: 30% !important;
}
.als-styles .top-percent-35 {
  top: 35% !important;
}
.als-styles .top-percent-40 {
  top: 40% !important;
}
.als-styles .top-percent-45 {
  top: 45% !important;
}
.als-styles .top-percent-50 {
  top: 50% !important;
}
.als-styles .top-percent-55 {
  top: 55% !important;
}
.als-styles .top-percent-60 {
  top: 60% !important;
}
.als-styles .top-percent-65 {
  top: 65% !important;
}
.als-styles .top-percent-70 {
  top: 70% !important;
}
.als-styles .top-percent-75 {
  top: 75% !important;
}
.als-styles .top-percent-80 {
  top: 80% !important;
}
.als-styles .top-percent-80 {
  top: 80% !important;
}
.als-styles .top-percent-85 {
  top: 85% !important;
}
.als-styles .top-percent-90 {
  top: 90% !important;
}
.als-styles .top-percent-95 {
  top: 95% !important;
}
.als-styles .top-percent-100 {
  top: 100% !important;
}
.als-styles .right-0 {
  right: 0px !important;
}
.als-styles .right-1 {
  right: 1px !important;
}
.als-styles .right-2 {
  right: 2px !important;
}
.als-styles .right-3 {
  right: 3px !important;
}
.als-styles .right-4 {
  right: 4px !important;
}
.als-styles .right-5 {
  right: 5px !important;
}
.als-styles .right-10 {
  right: 10px !important;
}
.als-styles .right-15 {
  right: 15px !important;
}
.als-styles .right-20 {
  right: 20px !important;
}
.als-styles .right-25 {
  right: 25px !important;
}
.als-styles .right-30 {
  right: 30px !important;
}
.als-styles .right-35 {
  right: 35px !important;
}
.als-styles .right-40 {
  right: 40px !important;
}
.als-styles .right-45 {
  right: 45px !important;
}
.als-styles .right-50 {
  right: 50px !important;
}
.als-styles .right-55 {
  right: 55px !important;
}
.als-styles .right-60 {
  right: 60px !important;
}
.als-styles .right-65 {
  right: 65px !important;
}
.als-styles .right-70 {
  right: 70px !important;
}
.als-styles .right-75 {
  right: 75px !important;
}
.als-styles .right-80 {
  right: 80px !important;
}
.als-styles .right-85 {
  right: 85px !important;
}
.als-styles .right-90 {
  right: 90px !important;
}
.als-styles .right-95 {
  right: 95px !important;
}
.als-styles .right-100 {
  right: 100px !important;
}
.als-styles .right-110 {
  right: 110px !important;
}
.als-styles .right-120 {
  right: 120px !important;
}
.als-styles .right-130 {
  right: 130px !important;
}
.als-styles .right-140 {
  right: 140px !important;
}
.als-styles .right-150 {
  right: 150px !important;
}
.als-styles .right-percent-0 {
  right: 0;
}
.als-styles .right-percent-5 {
  right: 5% !important;
}
.als-styles .right-percent-10 {
  right: 10% !important;
}
.als-styles .right-percent-15 {
  right: 15% !important;
}
.als-styles .right-percent-20 {
  right: 20% !important;
}
.als-styles .right-percent-25 {
  right: 25% !important;
}
.als-styles .right-percent-30 {
  right: 30% !important;
}
.als-styles .right-percent-35 {
  right: 35% !important;
}
.als-styles .right-percent-40 {
  right: 40% !important;
}
.als-styles .right-percent-45 {
  right: 45% !important;
}
.als-styles .right-percent-50 {
  right: 50% !important;
}
.als-styles .right-percent-55 {
  right: 55% !important;
}
.als-styles .right-percent-60 {
  right: 60% !important;
}
.als-styles .right-percent-65 {
  right: 65% !important;
}
.als-styles .right-percent-70 {
  right: 70% !important;
}
.als-styles .right-percent-75 {
  right: 75% !important;
}
.als-styles .right-percent-80 {
  right: 80% !important;
}
.als-styles .right-percent-80 {
  right: 80% !important;
}
.als-styles .right-percent-85 {
  right: 85% !important;
}
.als-styles .right-percent-90 {
  right: 90% !important;
}
.als-styles .right-percent-95 {
  right: 95% !important;
}
.als-styles .right-percent-100 {
  right: 100% !important;
}
.als-styles .bottom-0 {
  bottom: 0px !important;
}
.als-styles .bottom-1 {
  bottom: 1px !important;
}
.als-styles .bottom-2 {
  bottom: 2px !important;
}
.als-styles .bottom-3 {
  bottom: 3px !important;
}
.als-styles .bottom-4 {
  bottom: 4px !important;
}
.als-styles .bottom-5 {
  bottom: 5px !important;
}
.als-styles .bottom-10 {
  bottom: 10px !important;
}
.als-styles .bottom-15 {
  bottom: 15px !important;
}
.als-styles .bottom-20 {
  bottom: 20px !important;
}
.als-styles .bottom-25 {
  bottom: 25px !important;
}
.als-styles .bottom-30 {
  bottom: 30px !important;
}
.als-styles .bottom-35 {
  bottom: 35px !important;
}
.als-styles .bottom-40 {
  bottom: 40px !important;
}
.als-styles .bottom-45 {
  bottom: 45px !important;
}
.als-styles .bottom-50 {
  bottom: 50px !important;
}
.als-styles .bottom-55 {
  bottom: 55px !important;
}
.als-styles .bottom-60 {
  bottom: 60px !important;
}
.als-styles .bottom-65 {
  bottom: 65px !important;
}
.als-styles .bottom-70 {
  bottom: 70px !important;
}
.als-styles .bottom-75 {
  bottom: 75px !important;
}
.als-styles .bottom-80 {
  bottom: 80px !important;
}
.als-styles .bottom-85 {
  bottom: 85px !important;
}
.als-styles .bottom-90 {
  bottom: 90px !important;
}
.als-styles .bottom-95 {
  bottom: 95px !important;
}
.als-styles .bottom-100 {
  bottom: 100px !important;
}
.als-styles .bottom-110 {
  bottom: 110px !important;
}
.als-styles .bottom-120 {
  bottom: 120px !important;
}
.als-styles .bottom-130 {
  bottom: 130px !important;
}
.als-styles .bottom-140 {
  bottom: 140px !important;
}
.als-styles .bottom-150 {
  bottom: 150px !important;
}
.als-styles .bottom-percent-0 {
  bottom: 0;
}
.als-styles .bottom-percent-5 {
  bottom: 5% !important;
}
.als-styles .bottom-percent-10 {
  bottom: 10% !important;
}
.als-styles .bottom-percent-15 {
  bottom: 15% !important;
}
.als-styles .bottom-percent-20 {
  bottom: 20% !important;
}
.als-styles .bottom-percent-25 {
  bottom: 25% !important;
}
.als-styles .bottom-percent-30 {
  bottom: 30% !important;
}
.als-styles .bottom-percent-35 {
  bottom: 35% !important;
}
.als-styles .bottom-percent-40 {
  bottom: 40% !important;
}
.als-styles .bottom-percent-45 {
  bottom: 45% !important;
}
.als-styles .bottom-percent-50 {
  bottom: 50% !important;
}
.als-styles .bottom-percent-55 {
  bottom: 55% !important;
}
.als-styles .bottom-percent-60 {
  bottom: 60% !important;
}
.als-styles .bottom-percent-65 {
  bottom: 65% !important;
}
.als-styles .bottom-percent-70 {
  bottom: 70% !important;
}
.als-styles .bottom-percent-75 {
  bottom: 75% !important;
}
.als-styles .bottom-percent-80 {
  bottom: 80% !important;
}
.als-styles .bottom-percent-80 {
  bottom: 80% !important;
}
.als-styles .bottom-percent-85 {
  bottom: 85% !important;
}
.als-styles .bottom-percent-90 {
  bottom: 90% !important;
}
.als-styles .bottom-percent-95 {
  bottom: 95% !important;
}
.als-styles .bottom-percent-100 {
  bottom: 100% !important;
}
.als-styles .left-0 {
  left: 0px !important;
}
.als-styles .left-1 {
  left: 1px !important;
}
.als-styles .left-2 {
  left: 2px !important;
}
.als-styles .left-3 {
  left: 3px !important;
}
.als-styles .left-4 {
  left: 4px !important;
}
.als-styles .left-5 {
  left: 5px !important;
}
.als-styles .left-10 {
  left: 10px !important;
}
.als-styles .left-15 {
  left: 15px !important;
}
.als-styles .left-20 {
  left: 20px !important;
}
.als-styles .left-25 {
  left: 25px !important;
}
.als-styles .left-30 {
  left: 30px !important;
}
.als-styles .left-35 {
  left: 35px !important;
}
.als-styles .left-40 {
  left: 40px !important;
}
.als-styles .left-45 {
  left: 45px !important;
}
.als-styles .left-50 {
  left: 50px !important;
}
.als-styles .left-55 {
  left: 55px !important;
}
.als-styles .left-60 {
  left: 60px !important;
}
.als-styles .left-65 {
  left: 65px !important;
}
.als-styles .left-70 {
  left: 70px !important;
}
.als-styles .left-75 {
  left: 75px !important;
}
.als-styles .left-80 {
  left: 80px !important;
}
.als-styles .left-85 {
  left: 85px !important;
}
.als-styles .left-90 {
  left: 90px !important;
}
.als-styles .left-95 {
  left: 95px !important;
}
.als-styles .left-100 {
  left: 100px !important;
}
.als-styles .left-110 {
  left: 110px !important;
}
.als-styles .left-120 {
  left: 120px !important;
}
.als-styles .left-130 {
  left: 130px !important;
}
.als-styles .left-140 {
  left: 140px !important;
}
.als-styles .left-150 {
  left: 150px !important;
}
.als-styles .left-percent-0 {
  left: 0;
}
.als-styles .left-percent-5 {
  left: 5% !important;
}
.als-styles .left-percent-10 {
  left: 10% !important;
}
.als-styles .left-percent-15 {
  left: 15% !important;
}
.als-styles .left-percent-20 {
  left: 20% !important;
}
.als-styles .left-percent-25 {
  left: 25% !important;
}
.als-styles .left-percent-30 {
  left: 30% !important;
}
.als-styles .left-percent-35 {
  left: 35% !important;
}
.als-styles .left-percent-40 {
  left: 40% !important;
}
.als-styles .left-percent-45 {
  left: 45% !important;
}
.als-styles .left-percent-50 {
  left: 50% !important;
}
.als-styles .left-percent-55 {
  left: 55% !important;
}
.als-styles .left-percent-60 {
  left: 60% !important;
}
.als-styles .left-percent-65 {
  left: 65% !important;
}
.als-styles .left-percent-70 {
  left: 70% !important;
}
.als-styles .left-percent-75 {
  left: 75% !important;
}
.als-styles .left-percent-80 {
  left: 80% !important;
}
.als-styles .left-percent-80 {
  left: 80% !important;
}
.als-styles .left-percent-85 {
  left: 85% !important;
}
.als-styles .left-percent-90 {
  left: 90% !important;
}
.als-styles .left-percent-95 {
  left: 95% !important;
}
.als-styles .left-percent-100 {
  left: 100% !important;
}
.als-styles .fs-inherit {
  font-size: inherit !important;
}
.als-styles .fs-7 {
  font-size: 7px !important;
}
.als-styles .fs-8 {
  font-size: 8px !important;
}
.als-styles .fs-9 {
  font-size: 9px !important;
}
.als-styles .fs-10 {
  font-size: 10px !important;
}
.als-styles .fs-11 {
  font-size: 11px !important;
}
.als-styles .fs-12 {
  font-size: 12px !important;
}
.als-styles .fs-13 {
  font-size: 13px !important;
}
.als-styles .fs-14 {
  font-size: 14px !important;
}
.als-styles .fs-15 {
  font-size: 15px !important;
}
.als-styles .fs-16 {
  font-size: 16px !important;
}
.als-styles .fs-17 {
  font-size: 17px !important;
}
.als-styles .fs-18 {
  font-size: 18px !important;
}
.als-styles .fs-19 {
  font-size: 19px !important;
}
.als-styles .fs-20 {
  font-size: 20px !important;
}
.als-styles .fs-21 {
  font-size: 21px !important;
}
.als-styles .fs-22 {
  font-size: 22px !important;
}
.als-styles .fs-23 {
  font-size: 23px !important;
}
.als-styles .fs-24 {
  font-size: 24px !important;
}
.als-styles .fs-25 {
  font-size: 25px !important;
}
.als-styles .fs-26 {
  font-size: 26px !important;
}
.als-styles .fs-27 {
  font-size: 27px !important;
}
.als-styles .fs-28 {
  font-size: 28px !important;
}
.als-styles .fs-29 {
  font-size: 29px !important;
}
.als-styles .fs-30 {
  font-size: 30px !important;
}
.als-styles .fs-31 {
  font-size: 31px !important;
}
.als-styles .fs-32 {
  font-size: 32px !important;
}
.als-styles .fs-33 {
  font-size: 33px !important;
}
.als-styles .fs-34 {
  font-size: 34px !important;
}
.als-styles .fs-35 {
  font-size: 35px !important;
}
.als-styles .fs-36 {
  font-size: 36px !important;
}
.als-styles .fs-37 {
  font-size: 37px !important;
}
.als-styles .fs-38 {
  font-size: 38px !important;
}
.als-styles .fs-39 {
  font-size: 39px !important;
}
.als-styles .fs-40 {
  font-size: 40px !important;
}
.als-styles .fs-41 {
  font-size: 41px !important;
}
.als-styles .fs-42 {
  font-size: 42px !important;
}
.als-styles .fs-43 {
  font-size: 43px !important;
}
.als-styles .fs-44 {
  font-size: 44px !important;
}
.als-styles .fs-45 {
  font-size: 45px !important;
}
.als-styles .fs-46 {
  font-size: 46px !important;
}
.als-styles .fs-47 {
  font-size: 47px !important;
}
.als-styles .fs-48 {
  font-size: 48px !important;
}
.als-styles .fs-49 {
  font-size: 49px !important;
}
.als-styles .fs-50 {
  font-size: 50px !important;
}
.als-styles .fs-55 {
  font-size: 55px !important;
}
.als-styles .fs-60 {
  font-size: 60px !important;
}
.als-styles .fs-65 {
  font-size: 65px !important;
}
.als-styles .fs-70 {
  font-size: 70px !important;
}
.als-styles .fs-75 {
  font-size: 75px !important;
}
.als-styles .fs-80 {
  font-size: 80px !important;
}
.als-styles .fs-85 {
  font-size: 85px !important;
}
.als-styles .fs-90 {
  font-size: 90px !important;
}
.als-styles .fs-95 {
  font-size: 95px !important;
}
.als-styles .fs-100 {
  font-size: 100px !important;
}
.als-styles .fs-110 {
  font-size: 110px !important;
}
.als-styles .fs-120 {
  font-size: 120px !important;
}
.als-styles .fs-130 {
  font-size: 130px !important;
}
.als-styles .fs-140 {
  font-size: 140px !important;
}
.als-styles .fs-150 {
  font-size: 150px !important;
}
.als-styles .fs-200 {
  font-size: 200px !important;
}
.als-styles .fs-250 {
  font-size: 250px !important;
}
.als-styles .fs-300 {
  font-size: 300px !important;
}
.als-styles .fs--xs {
  font-size: 36px !important;
  font-size: calc(23px + 25 * (100vw - 700px) / 1500) !important;
}
.als-styles .fs--sm {
  font-size: 45px !important;
  font-size: calc(27px + 31 * (100vw - 700px) / 1500) !important;
}
.als-styles .fs--md {
  font-size: 60px !important;
  font-size: calc(34px + 34 * (100vw - 700px) / 1500) !important;
}
.als-styles .fs--lg {
  font-size: 70px !important;
  font-size: calc(36px + 36 * (100vw - 700px) / 1500) !important;
}
.als-styles .fs--xl {
  font-size: 80px !important;
  font-size: calc(40px + 38 * (100vw - 700px) / 1500) !important;
}
.als-styles .fw-inherit {
  font-weight: inherit !important;
}
.als-styles .fw-100 {
  font-weight: 100 !important;
}
.als-styles .fw-200 {
  font-weight: 200 !important;
}
.als-styles .fw-300 {
  font-weight: 300 !important;
}
.als-styles .fw-400 {
  font-weight: 400 !important;
}
.als-styles .fw-500 {
  font-weight: 500 !important;
}
.als-styles .fw-600 {
  font-weight: 600 !important;
}
.als-styles .fw-700 {
  font-weight: 700 !important;
}
.als-styles .fw-800 {
  font-weight: 800 !important;
}
.als-styles .fw-900 {
  font-weight: 900 !important;
}
.als-styles .ls-0, .als-styles .ls-0-hover:hover {
  letter-spacing: 0 !important;
}
.als-styles .ls--01 {
  letter-spacing: -0.1px !important;
}
.als-styles .ls--02 {
  letter-spacing: -0.2px !important;
}
.als-styles .ls--03 {
  letter-spacing: -0.3px !important;
}
.als-styles .ls--04 {
  letter-spacing: -0.4px !important;
}
.als-styles .ls--05 {
  letter-spacing: -0.5px !important;
}
.als-styles .ls--06 {
  letter-spacing: -0.6px !important;
}
.als-styles .ls--07 {
  letter-spacing: -0.7px !important;
}
.als-styles .ls--08 {
  letter-spacing: -0.8px !important;
}
.als-styles .ls--09 {
  letter-spacing: -0.9px !important;
}
.als-styles .ls--1, .als-styles .ls--1-hover:hover {
  letter-spacing: -1px !important;
}
.als-styles .ls--11 {
  letter-spacing: -1.1px !important;
}
.als-styles .ls--12 {
  letter-spacing: -1.2px !important;
}
.als-styles .ls--13 {
  letter-spacing: -1.3px !important;
}
.als-styles .ls--14 {
  letter-spacing: -1.4px !important;
}
.als-styles .ls--15 {
  letter-spacing: -1.5px !important;
}
.als-styles .ls--16 {
  letter-spacing: -1.6px !important;
}
.als-styles .ls--17 {
  letter-spacing: -1.7px !important;
}
.als-styles .ls--18 {
  letter-spacing: -1.8px !important;
}
.als-styles .ls--19 {
  letter-spacing: -1.9px !important;
}
.als-styles .ls--2 {
  letter-spacing: -2px !important;
}
.als-styles .ls--3 {
  letter-spacing: -3px !important;
}
.als-styles .ls--4 {
  letter-spacing: -4px !important;
}
.als-styles .ls-01 {
  letter-spacing: 0.1px !important;
}
.als-styles .ls-02 {
  letter-spacing: 0.2px !important;
}
.als-styles .ls-03 {
  letter-spacing: 0.3px !important;
}
.als-styles .ls-04 {
  letter-spacing: 0.4px !important;
}
.als-styles .ls-05 {
  letter-spacing: 0.5px !important;
}
.als-styles .ls-06 {
  letter-spacing: 0.6px !important;
}
.als-styles .ls-07 {
  letter-spacing: 0.7px !important;
}
.als-styles .ls-08 {
  letter-spacing: 0.8px !important;
}
.als-styles .ls-09 {
  letter-spacing: 0.9px !important;
}
.als-styles .ls-1, .als-styles .ls-1-hover:hover {
  letter-spacing: 1px !important;
}
.als-styles .ls-2, .als-styles .ls-2-hover:hover {
  letter-spacing: 2px !important;
}
.als-styles .ls-3, .als-styles .ls-3-hover:hover {
  letter-spacing: 3px !important;
}
.als-styles .ls-4, .als-styles .ls-4-hover:hover {
  letter-spacing: 4px !important;
}
.als-styles .ls-5, .als-styles .ls-5-hover:hover {
  letter-spacing: 5px !important;
}
.als-styles .ls-6 {
  letter-spacing: 6px !important;
}
.als-styles .ls-7 {
  letter-spacing: 7px !important;
}
.als-styles .ls-8 {
  letter-spacing: 8px !important;
}
.als-styles .ls-9 {
  letter-spacing: 9px !important;
}
.als-styles .ls-10, .als-styles .ls-10-hover:hover {
  letter-spacing: 10px !important;
}
.als-styles .ls-11 {
  letter-spacing: 11px !important;
}
.als-styles .ls-12 {
  letter-spacing: 12px !important;
}
.als-styles .ls-13 {
  letter-spacing: 13px !important;
}
.als-styles .ls-14 {
  letter-spacing: 14px !important;
}
.als-styles .ls-15, .als-styles .ls-15-hover:hover {
  letter-spacing: 15px !important;
}
.als-styles .ls-20, .als-styles .ls-20-hover:hover {
  letter-spacing: 20px !important;
}
.als-styles .ls-25, .als-styles .ls-25-hover:hover {
  letter-spacing: 25px !important;
}
.als-styles .ls-30, .als-styles .ls-30-hover:hover {
  letter-spacing: 30px !important;
}
.als-styles .ls-40, .als-styles .ls-40-hover:hover {
  letter-spacing: 40px !important;
}
.als-styles .ls-50, .als-styles .ls-50-hover:hover {
  letter-spacing: 50px !important;
}
.als-styles .ls-60, .als-styles .ls-60-hover:hover {
  letter-spacing: 60px !important;
}
.als-styles .ls-70, .als-styles .ls-70-hover:hover {
  letter-spacing: 70px !important;
}
.als-styles .lh-inherit {
  line-height: inherit !important;
}
.als-styles .lh-normal {
  line-height: normal !important;
}
.als-styles .lh-xs {
  line-height: 90% !important;
}
.als-styles .lh-sm {
  line-height: 114% !important;
}
.als-styles .lh-md {
  line-height: 128% !important;
}
.als-styles .lh-lg {
  line-height: 151% !important;
}
.als-styles .lh-xl {
  line-height: 178% !important;
}
.als-styles .lh-10 {
  line-height: 10px !important;
}
.als-styles .lh-11 {
  line-height: 11px !important;
}
.als-styles .lh-12 {
  line-height: 12px !important;
}
.als-styles .lh-13 {
  line-height: 13px !important;
}
.als-styles .lh-14 {
  line-height: 14px !important;
}
.als-styles .lh-15 {
  line-height: 15px !important;
}
.als-styles .lh-16 {
  line-height: 16px !important;
}
.als-styles .lh-17 {
  line-height: 17px !important;
}
.als-styles .lh-18 {
  line-height: 18px !important;
}
.als-styles .lh-19 {
  line-height: 19px !important;
}
.als-styles .lh-20 {
  line-height: 20px !important;
}
.als-styles .lh-21 {
  line-height: 21px !important;
}
.als-styles .lh-22 {
  line-height: 22px !important;
}
.als-styles .lh-23 {
  line-height: 23px !important;
}
.als-styles .lh-24 {
  line-height: 24px !important;
}
.als-styles .lh-25 {
  line-height: 25px !important;
}
.als-styles .lh-26 {
  line-height: 26px !important;
}
.als-styles .lh-27 {
  line-height: 27px !important;
}
.als-styles .lh-28 {
  line-height: 28px !important;
}
.als-styles .lh-29 {
  line-height: 29px !important;
}
.als-styles .lh-30 {
  line-height: 30px !important;
}
.als-styles .lh-35 {
  line-height: 35px !important;
}
.als-styles .lh-40 {
  line-height: 40px !important;
}
.als-styles .lh-45 {
  line-height: 45px !important;
}
.als-styles .lh-50 {
  line-height: 50px !important;
}
.als-styles .lh-55 {
  line-height: 55px !important;
}
.als-styles .lh-60 {
  line-height: 60px !important;
}
.als-styles .lh-65 {
  line-height: 65px !important;
}
.als-styles .lh-70 {
  line-height: 70px !important;
}
.als-styles .lh-75 {
  line-height: 75px !important;
}
.als-styles .lh-80 {
  line-height: 80px !important;
}
.als-styles .lh-85 {
  line-height: 85px !important;
}
.als-styles .lh-90 {
  line-height: 90px !important;
}
.als-styles .lh-95 {
  line-height: 95px !important;
}
.als-styles .lh-100 {
  line-height: 100px !important;
}
.als-styles .lh-110 {
  line-height: 110px !important;
}
.als-styles .lh-120 {
  line-height: 120px !important;
}
.als-styles .lh-130 {
  line-height: 130px !important;
}
.als-styles .lh-140 {
  line-height: 140px !important;
}
.als-styles .lh-150 {
  line-height: 150px !important;
}
.als-styles .lh-200 {
  line-height: 200px !important;
}
.als-styles .width-percent-100, .als-styles .fullwidth {
  width: 100% !important;
}
.als-styles .width-full, .als-styles .width-100vw {
  width: 100vw !important;
}
.als-styles .width-auto {
  width: auto !important;
}
.als-styles .width-inherit {
  width: inherit !important;
}
.als-styles .width-0 {
  width: 0px !important;
}
.als-styles .width-1 {
  width: 1px !important;
}
.als-styles .width-2 {
  width: 2px !important;
}
.als-styles .width-3 {
  width: 3px !important;
}
.als-styles .width-4 {
  width: 4px !important;
}
.als-styles .width-5 {
  width: 5px !important;
}
.als-styles .width-6 {
  width: 6px !important;
}
.als-styles .width-7 {
  width: 7px !important;
}
.als-styles .width-8 {
  width: 8px !important;
}
.als-styles .width-9 {
  width: 9px !important;
}
.als-styles .width-10 {
  width: 10px !important;
}
.als-styles .width-11 {
  width: 11px !important;
}
.als-styles .width-12 {
  width: 12px !important;
}
.als-styles .width-13 {
  width: 13px !important;
}
.als-styles .width-14 {
  width: 14px !important;
}
.als-styles .width-15 {
  width: 15px !important;
}
.als-styles .width-16 {
  width: 16px !important;
}
.als-styles .width-17 {
  width: 17px !important;
}
.als-styles .width-18 {
  width: 18px !important;
}
.als-styles .width-19 {
  width: 19px !important;
}
.als-styles .width-20 {
  width: 20px !important;
}
.als-styles .width-21 {
  width: 21px !important;
}
.als-styles .width-22 {
  width: 22px !important;
}
.als-styles .width-23 {
  width: 23px !important;
}
.als-styles .width-24 {
  width: 24px !important;
}
.als-styles .width-25 {
  width: 25px !important;
}
.als-styles .width-26 {
  width: 26px !important;
}
.als-styles .width-27 {
  width: 27px !important;
}
.als-styles .width-28 {
  width: 28px !important;
}
.als-styles .width-29 {
  width: 29px !important;
}
.als-styles .width-30 {
  width: 30px !important;
}
.als-styles .width-31 {
  width: 31px !important;
}
.als-styles .width-32 {
  width: 32px !important;
}
.als-styles .width-33 {
  width: 33px !important;
}
.als-styles .width-34 {
  width: 34px !important;
}
.als-styles .width-35 {
  width: 35px !important;
}
.als-styles .width-36 {
  width: 36px !important;
}
.als-styles .width-37 {
  width: 37px !important;
}
.als-styles .width-38 {
  width: 38px !important;
}
.als-styles .width-39 {
  width: 39px !important;
}
.als-styles .width-40 {
  width: 40px !important;
}
.als-styles .width-41 {
  width: 41px !important;
}
.als-styles .width-42 {
  width: 42px !important;
}
.als-styles .width-43 {
  width: 43px !important;
}
.als-styles .width-44 {
  width: 44px !important;
}
.als-styles .width-45 {
  width: 45px !important;
}
.als-styles .width-46 {
  width: 46px !important;
}
.als-styles .width-47 {
  width: 47px !important;
}
.als-styles .width-48 {
  width: 48px !important;
}
.als-styles .width-49 {
  width: 49px !important;
}
.als-styles .width-50 {
  width: 50px !important;
}
.als-styles .width-55 {
  width: 55px !important;
}
.als-styles .width-60 {
  width: 60px !important;
}
.als-styles .width-65 {
  width: 65px !important;
}
.als-styles .width-70 {
  width: 70px !important;
}
.als-styles .width-75 {
  width: 75px !important;
}
.als-styles .width-80 {
  width: 80px !important;
}
.als-styles .width-85 {
  width: 85px !important;
}
.als-styles .width-90 {
  width: 90px !important;
}
.als-styles .width-95 {
  width: 95px !important;
}
.als-styles .width-100 {
  width: 100px !important;
}
.als-styles .width-110 {
  width: 110px !important;
}
.als-styles .width-120 {
  width: 120px !important;
}
.als-styles .width-130 {
  width: 130px !important;
}
.als-styles .width-140 {
  width: 140px !important;
}
.als-styles .width-150 {
  width: 150px !important;
}
.als-styles .width-200 {
  width: 200px !important;
}
.als-styles .width-250 {
  width: 250px !important;
}
.als-styles .width-300 {
  width: 300px !important;
}
.als-styles .width-350 {
  width: 350px !important;
}
.als-styles .width-400 {
  width: 400px !important;
}
.als-styles .width-450 {
  width: 450px !important;
}
.als-styles .width-500 {
  width: 500px !important;
}
.als-styles .width-550 {
  width: 550px !important;
}
.als-styles .width-600 {
  width: 600px !important;
}
.als-styles .width-650 {
  width: 650px !important;
}
.als-styles .width-700 {
  width: 700px !important;
}
.als-styles .width-750 {
  width: 750px !important;
}
.als-styles .width-800 {
  width: 800px !important;
}
.als-styles .width-850 {
  width: 850px !important;
}
.als-styles .width-900 {
  width: 900px !important;
}
.als-styles .width-950 {
  width: 950px !important;
}
.als-styles .width-1000 {
  width: 1000px !important;
}
.als-styles .width-percent-0 {
  width: 0;
}
.als-styles .width-percent-5 {
  width: 5% !important;
}
.als-styles .width-percent-10 {
  width: 10% !important;
}
.als-styles .width-percent-15 {
  width: 15% !important;
}
.als-styles .width-percent-20 {
  width: 20% !important;
}
.als-styles .width-percent-25 {
  width: 25% !important;
}
.als-styles .width-percent-30 {
  width: 30% !important;
}
.als-styles .width-percent-35 {
  width: 35% !important;
}
.als-styles .width-percent-40 {
  width: 40% !important;
}
.als-styles .width-percent-45 {
  width: 45% !important;
}
.als-styles .width-percent-50 {
  width: 50% !important;
}
.als-styles .width-percent-55 {
  width: 55% !important;
}
.als-styles .width-percent-60 {
  width: 60% !important;
}
.als-styles .width-percent-65 {
  width: 65% !important;
}
.als-styles .width-percent-70 {
  width: 70% !important;
}
.als-styles .width-percent-75 {
  width: 75% !important;
}
.als-styles .width-percent-80 {
  width: 80% !important;
}
.als-styles .width-percent-80 {
  width: 80% !important;
}
.als-styles .width-percent-85 {
  width: 85% !important;
}
.als-styles .width-percent-90 {
  width: 90% !important;
}
.als-styles .width-percent-95 {
  width: 95% !important;
}
.als-styles .width-5vw {
  width: 5vw !important;
}
.als-styles .width-10vw {
  width: 10vw !important;
}
.als-styles .width-15vw {
  width: 15vw !important;
}
.als-styles .width-20vw {
  width: 20vw !important;
}
.als-styles .width-25vw {
  width: 25vw !important;
}
.als-styles .width-30vw {
  width: 30vw !important;
}
.als-styles .width-35vw {
  width: 35vw !important;
}
.als-styles .width-40vw {
  width: 40vw !important;
}
.als-styles .width-45vw {
  width: 45vw !important;
}
.als-styles .width-50vw {
  width: 50vw !important;
}
.als-styles .width-55vw {
  width: 55vw !important;
}
.als-styles .width-60vw {
  width: 60vw !important;
}
.als-styles .width-65vw {
  width: 65vw !important;
}
.als-styles .width-70vw {
  width: 70vw !important;
}
.als-styles .width-75vw {
  width: 75vw !important;
}
.als-styles .width-80vw {
  width: 80vw !important;
}
.als-styles .width-85vw {
  width: 85vw !important;
}
.als-styles .width-90vw {
  width: 90vw !important;
}
.als-styles .width-95vw {
  width: 95vw !important;
}
.als-styles .height-percent-100, .als-styles .fullheight {
  height: 100% !important;
}
.als-styles .height-full, .als-styles .height-100vh {
  height: 100vh !important;
}
.als-styles .height-auto {
  height: auto !important;
}
.als-styles .height-0 {
  height: 0px !important;
}
.als-styles .height-1 {
  height: 1px !important;
}
.als-styles .height-2 {
  height: 2px !important;
}
.als-styles .height-3 {
  height: 3px !important;
}
.als-styles .height-4 {
  height: 4px !important;
}
.als-styles .height-5 {
  height: 5px !important;
}
.als-styles .height-6 {
  height: 6px !important;
}
.als-styles .height-7 {
  height: 7px !important;
}
.als-styles .height-8 {
  height: 8px !important;
}
.als-styles .height-9 {
  height: 9px !important;
}
.als-styles .height-10 {
  height: 10px !important;
}
.als-styles .height-11 {
  height: 11px !important;
}
.als-styles .height-12 {
  height: 12px !important;
}
.als-styles .height-13 {
  height: 13px !important;
}
.als-styles .height-14 {
  height: 14px !important;
}
.als-styles .height-15 {
  height: 15px !important;
}
.als-styles .height-16 {
  height: 16px !important;
}
.als-styles .height-17 {
  height: 17px !important;
}
.als-styles .height-18 {
  height: 18px !important;
}
.als-styles .height-19 {
  height: 19px !important;
}
.als-styles .height-20 {
  height: 20px !important;
}
.als-styles .height-21 {
  height: 21px !important;
}
.als-styles .height-22 {
  height: 22px !important;
}
.als-styles .height-23 {
  height: 23px !important;
}
.als-styles .height-24 {
  height: 24px !important;
}
.als-styles .height-25 {
  height: 25px !important;
}
.als-styles .height-26 {
  height: 26px !important;
}
.als-styles .height-27 {
  height: 27px !important;
}
.als-styles .height-28 {
  height: 28px !important;
}
.als-styles .height-29 {
  height: 29px !important;
}
.als-styles .height-30 {
  height: 30px !important;
}
.als-styles .height-31 {
  height: 31px !important;
}
.als-styles .height-32 {
  height: 32px !important;
}
.als-styles .height-33 {
  height: 33px !important;
}
.als-styles .height-34 {
  height: 34px !important;
}
.als-styles .height-35 {
  height: 35px !important;
}
.als-styles .height-36 {
  height: 36px !important;
}
.als-styles .height-37 {
  height: 37px !important;
}
.als-styles .height-38 {
  height: 38px !important;
}
.als-styles .height-39 {
  height: 39px !important;
}
.als-styles .height-40 {
  height: 40px !important;
}
.als-styles .height-41 {
  height: 41px !important;
}
.als-styles .height-42 {
  height: 42px !important;
}
.als-styles .height-43 {
  height: 43px !important;
}
.als-styles .height-44 {
  height: 44px !important;
}
.als-styles .height-45 {
  height: 45px !important;
}
.als-styles .height-46 {
  height: 46px !important;
}
.als-styles .height-47 {
  height: 47px !important;
}
.als-styles .height-48 {
  height: 48px !important;
}
.als-styles .height-49 {
  height: 49px !important;
}
.als-styles .height-50 {
  height: 50px !important;
}
.als-styles .height-55 {
  height: 55px !important;
}
.als-styles .height-60 {
  height: 60px !important;
}
.als-styles .height-65 {
  height: 65px !important;
}
.als-styles .height-70 {
  height: 70px !important;
}
.als-styles .height-75 {
  height: 75px !important;
}
.als-styles .height-80 {
  height: 80px !important;
}
.als-styles .height-85 {
  height: 85px !important;
}
.als-styles .height-90 {
  height: 90px !important;
}
.als-styles .height-95 {
  height: 95px !important;
}
.als-styles .height-100 {
  height: 100px !important;
}
.als-styles .height-110 {
  height: 110px !important;
}
.als-styles .height-120 {
  height: 120px !important;
}
.als-styles .height-130 {
  height: 130px !important;
}
.als-styles .height-140 {
  height: 140px !important;
}
.als-styles .height-150 {
  height: 150px !important;
}
.als-styles .height-160 {
  height: 160px !important;
}
.als-styles .height-170 {
  height: 170px !important;
}
.als-styles .height-180 {
  height: 180px !important;
}
.als-styles .height-190 {
  height: 190px !important;
}
.als-styles .height-200 {
  height: 200px !important;
}
.als-styles .height-250 {
  height: 250px !important;
}
.als-styles .height-300 {
  height: 300px !important;
}
.als-styles .height-350 {
  height: 350px !important;
}
.als-styles .height-400 {
  height: 400px !important;
}
.als-styles .height-450 {
  height: 450px !important;
}
.als-styles .height-500 {
  height: 500px !important;
}
.als-styles .height-550 {
  height: 550px !important;
}
.als-styles .height-600 {
  height: 600px !important;
}
.als-styles .height-650 {
  height: 650px !important;
}
.als-styles .height-700 {
  height: 700px !important;
}
.als-styles .height-750 {
  height: 750px !important;
}
.als-styles .height-800 {
  height: 800px !important;
}
.als-styles .height-850 {
  height: 850px !important;
}
.als-styles .height-900 {
  height: 900px !important;
}
.als-styles .height-950 {
  height: 950px !important;
}
.als-styles .height-1000 {
  height: 1000px !important;
}
.als-styles .height-percent-0 {
  height: 0;
}
.als-styles .height-percent-5 {
  height: 5% !important;
}
.als-styles .height-percent-10 {
  height: 10% !important;
}
.als-styles .height-percent-15 {
  height: 15% !important;
}
.als-styles .height-percent-20 {
  height: 20% !important;
}
.als-styles .height-percent-25 {
  height: 25% !important;
}
.als-styles .height-percent-30 {
  height: 30% !important;
}
.als-styles .height-percent-35 {
  height: 35% !important;
}
.als-styles .height-percent-40 {
  height: 40% !important;
}
.als-styles .height-percent-45 {
  height: 45% !important;
}
.als-styles .height-percent-50 {
  height: 50% !important;
}
.als-styles .height-percent-55 {
  height: 55% !important;
}
.als-styles .height-percent-60 {
  height: 60% !important;
}
.als-styles .height-percent-65 {
  height: 65% !important;
}
.als-styles .height-percent-70 {
  height: 70% !important;
}
.als-styles .height-percent-75 {
  height: 75% !important;
}
.als-styles .height-percent-80 {
  height: 80% !important;
}
.als-styles .height-percent-80 {
  height: 80% !important;
}
.als-styles .height-percent-85 {
  height: 85% !important;
}
.als-styles .height-percent-90 {
  height: 90% !important;
}
.als-styles .height-percent-95 {
  height: 95% !important;
}
.als-styles .height-5vh {
  height: 5vh !important;
}
.als-styles .height-10vh {
  height: 10vh !important;
}
.als-styles .height-15vh {
  height: 15vh !important;
}
.als-styles .height-20vh {
  height: 20vh !important;
}
.als-styles .height-25vh {
  height: 25vh !important;
}
.als-styles .height-30vh {
  height: 30vh !important;
}
.als-styles .height-35vh {
  height: 35vh !important;
}
.als-styles .height-40vh {
  height: 40vh !important;
}
.als-styles .height-45vh {
  height: 45vh !important;
}
.als-styles .height-50vh {
  height: 50vh !important;
}
.als-styles .height-55vh {
  height: 55vh !important;
}
.als-styles .height-60vh {
  height: 60vh !important;
}
.als-styles .height-65vh {
  height: 65vh !important;
}
.als-styles .height-70vh {
  height: 70vh !important;
}
.als-styles .height-75vh {
  height: 75vh !important;
}
.als-styles .height-80vh {
  height: 80vh !important;
}
.als-styles .height-85vh {
  height: 85vh !important;
}
.als-styles .height-90vh {
  height: 90vh !important;
}
.als-styles .height-95vh {
  height: 95vh !important;
}
.als-styles .height-110vh {
  height: 110vh !important;
}
.als-styles .height-115vh {
  height: 115vh !important;
}
.als-styles .height-120vh {
  height: 120vh !important;
}
.als-styles .mxw-inherit {
  max-width: inherit !important;
}
.als-styles .mxw-full, .als-styles .mxw-percent-100 {
  max-width: 100% !important;
}
.als-styles .mxw-none {
  max-width: none !important;
}
.als-styles .mxw-0, .als-styles .mxw-percent-0 {
  max-width: 0px !important;
}
.als-styles .mxw-1 {
  max-width: 1px !important;
}
.als-styles .mxw-2 {
  max-width: 2px !important;
}
.als-styles .mxw-3 {
  max-width: 3px !important;
}
.als-styles .mxw-4 {
  max-width: 4px !important;
}
.als-styles .mxw-5 {
  max-width: 5px !important;
}
.als-styles .mxw-10 {
  max-width: 10px !important;
}
.als-styles .mxw-15 {
  max-width: 15px !important;
}
.als-styles .mxw-20 {
  max-width: 20px !important;
}
.als-styles .mxw-30 {
  max-width: 30px !important;
}
.als-styles .mxw-35 {
  max-width: 35px !important;
}
.als-styles .mxw-40 {
  max-width: 40px !important;
}
.als-styles .mxw-45 {
  max-width: 45px !important;
}
.als-styles .mxw-50 {
  max-width: 50px !important;
}
.als-styles .mxw-55 {
  max-width: 55px !important;
}
.als-styles .mxw-60 {
  max-width: 60px !important;
}
.als-styles .mxw-65 {
  max-width: 65px !important;
}
.als-styles .mxw-70 {
  max-width: 70px !important;
}
.als-styles .mxw-75 {
  max-width: 75px !important;
}
.als-styles .mxw-80 {
  max-width: 80px !important;
}
.als-styles .mxw-85 {
  max-width: 85px !important;
}
.als-styles .mxw-90 {
  max-width: 90px !important;
}
.als-styles .mxw-95 {
  max-width: 95px !important;
}
.als-styles .mxw-100 {
  max-width: 100px !important;
}
.als-styles .mxw-110 {
  max-width: 110px !important;
}
.als-styles .mxw-120 {
  max-width: 120px !important;
}
.als-styles .mxw-130 {
  max-width: 130px !important;
}
.als-styles .mxw-140 {
  max-width: 140px !important;
}
.als-styles .mxw-150 {
  max-width: 150px !important;
}
.als-styles .mxw-200 {
  max-width: 200px !important;
}
.als-styles .mxw-250 {
  max-width: 250px !important;
}
.als-styles .mxw-300 {
  max-width: 300px !important;
}
.als-styles .mxw-350 {
  max-width: 350px !important;
}
.als-styles .mxw-400 {
  max-width: 400px !important;
}
.als-styles .mxw-450 {
  max-width: 450px !important;
}
.als-styles .mxw-500 {
  max-width: 500px !important;
}
.als-styles .mxw-550 {
  max-width: 550px !important;
}
.als-styles .mxw-600 {
  max-width: 600px !important;
}
.als-styles .mxw-650 {
  max-width: 650px !important;
}
.als-styles .mxw-700 {
  max-width: 700px !important;
}
.als-styles .mxw-750 {
  max-width: 750px !important;
}
.als-styles .mxw-800 {
  max-width: 800px !important;
}
.als-styles .mxw-850 {
  max-width: 850px !important;
}
.als-styles .mxw-900 {
  max-width: 900px !important;
}
.als-styles .mxw-950 {
  max-width: 950px !important;
}
.als-styles .mxw-1000 {
  max-width: 1000px !important;
}
.als-styles .mxw-5vw {
  max-width: 5vw !important;
}
.als-styles .mxw-10vw {
  max-width: 10vw !important;
}
.als-styles .mxw-15vw {
  max-width: 15vw !important;
}
.als-styles .mxw-20vw {
  max-width: 20vw !important;
}
.als-styles .mxw-25vw {
  max-width: 25vw !important;
}
.als-styles .mxw-30vw {
  max-width: 30vw !important;
}
.als-styles .mxw-35vw {
  max-width: 35vw !important;
}
.als-styles .mxw-40vw {
  max-width: 40vw !important;
}
.als-styles .mxw-45vw {
  max-width: 45vw !important;
}
.als-styles .mxw-50vw {
  max-width: 50vw !important;
}
.als-styles .mxw-55vw {
  max-width: 55vw !important;
}
.als-styles .mxw-60vw {
  max-width: 60vw !important;
}
.als-styles .mxw-65vw {
  max-width: 65vw !important;
}
.als-styles .mxw-70vw {
  max-width: 70vw !important;
}
.als-styles .mxw-75vw {
  max-width: 75vw !important;
}
.als-styles .mxw-80vw {
  max-width: 80vw !important;
}
.als-styles .mxw-85vw {
  max-width: 85vw !important;
}
.als-styles .mxw-90vw {
  max-width: 90vw !important;
}
.als-styles .mxw-95vw {
  max-width: 95vw !important;
}
.als-styles .mxw-100vw {
  max-width: 100vw !important;
}
.als-styles .mxw-percent-5 {
  max-width: 5% !important;
}
.als-styles .mxw-percent-10 {
  max-width: 10% !important;
}
.als-styles .mxw-percent-15 {
  max-width: 15% !important;
}
.als-styles .mxw-percent-20 {
  max-width: 20% !important;
}
.als-styles .mxw-percent-25 {
  max-width: 25% !important;
}
.als-styles .mxw-percent-30 {
  max-width: 30% !important;
}
.als-styles .mxw-percent-35 {
  max-width: 35% !important;
}
.als-styles .mxw-percent-40 {
  max-width: 40% !important;
}
.als-styles .mxw-percent-45 {
  max-width: 45% !important;
}
.als-styles .mxw-percent-50 {
  max-width: 50% !important;
}
.als-styles .mxw-percent-55 {
  max-width: 55% !important;
}
.als-styles .mxw-percent-60 {
  max-width: 60% !important;
}
.als-styles .mxw-percent-65 {
  max-width: 65% !important;
}
.als-styles .mxw-percent-70 {
  max-width: 70% !important;
}
.als-styles .mxw-percent-75 {
  max-width: 75% !important;
}
.als-styles .mxw-percent-80 {
  max-width: 80% !important;
}
.als-styles .mxw-percent-85 {
  max-width: 85% !important;
}
.als-styles .mxw-percent-90 {
  max-width: 90% !important;
}
.als-styles .mxw-percent-95 {
  max-width: 95% !important;
}
.als-styles .mnw-inherit {
  min-width: inherit !important;
}
.als-styles .mnw-full, .als-styles .mnw-percent-100 {
  min-width: 100% !important;
}
.als-styles .mnw-none, .als-styles .mnw-auto {
  min-width: auto !important;
}
.als-styles .mnw-0, .als-styles .mnw-percent-0 {
  min-width: 0px !important;
}
.als-styles .mnw-1 {
  min-width: 1px !important;
}
.als-styles .mnw-2 {
  min-width: 2px !important;
}
.als-styles .mnw-3 {
  min-width: 3px !important;
}
.als-styles .mnw-4 {
  min-width: 4px !important;
}
.als-styles .mnw-5 {
  min-width: 5px !important;
}
.als-styles .mnw-10 {
  min-width: 10px !important;
}
.als-styles .mnw-15 {
  min-width: 15px !important;
}
.als-styles .mnw-20 {
  min-width: 20px !important;
}
.als-styles .mnw-30 {
  min-width: 30px !important;
}
.als-styles .mnw-35 {
  min-width: 35px !important;
}
.als-styles .mnw-40 {
  min-width: 40px !important;
}
.als-styles .mnw-45 {
  min-width: 45px !important;
}
.als-styles .mnw-50 {
  min-width: 50px !important;
}
.als-styles .mnw-55 {
  min-width: 55px !important;
}
.als-styles .mnw-60 {
  min-width: 60px !important;
}
.als-styles .mnw-65 {
  min-width: 65px !important;
}
.als-styles .mnw-70 {
  min-width: 70px !important;
}
.als-styles .mnw-75 {
  min-width: 75px !important;
}
.als-styles .mnw-80 {
  min-width: 80px !important;
}
.als-styles .mnw-85 {
  min-width: 85px !important;
}
.als-styles .mnw-90 {
  min-width: 90px !important;
}
.als-styles .mnw-95 {
  min-width: 95px !important;
}
.als-styles .mnw-100 {
  min-width: 100px !important;
}
.als-styles .mnw-110 {
  min-width: 110px !important;
}
.als-styles .mnw-120 {
  min-width: 120px !important;
}
.als-styles .mnw-130 {
  min-width: 130px !important;
}
.als-styles .mnw-140 {
  min-width: 140px !important;
}
.als-styles .mnw-150 {
  min-width: 150px !important;
}
.als-styles .mnw-200 {
  min-width: 200px !important;
}
.als-styles .mnw-250 {
  min-width: 250px !important;
}
.als-styles .mnw-300 {
  min-width: 300px !important;
}
.als-styles .mnw-350 {
  min-width: 350px !important;
}
.als-styles .mnw-400 {
  min-width: 400px !important;
}
.als-styles .mnw-450 {
  min-width: 450px !important;
}
.als-styles .mnw-500 {
  min-width: 500px !important;
}
.als-styles .mnw-550 {
  min-width: 550px !important;
}
.als-styles .mnw-600 {
  min-width: 600px !important;
}
.als-styles .mnw-650 {
  min-width: 650px !important;
}
.als-styles .mnw-700 {
  min-width: 700px !important;
}
.als-styles .mnw-750 {
  min-width: 750px !important;
}
.als-styles .mnw-800 {
  min-width: 800px !important;
}
.als-styles .mnw-850 {
  min-width: 850px !important;
}
.als-styles .mnw-900 {
  min-width: 900px !important;
}
.als-styles .mnw-950 {
  min-width: 950px !important;
}
.als-styles .mnw-1000 {
  min-width: 1000px !important;
}
.als-styles .mnw-percent-5 {
  min-width: 5% !important;
}
.als-styles .mnw-percent-10 {
  min-width: 10% !important;
}
.als-styles .mnw-percent-15 {
  min-width: 15% !important;
}
.als-styles .mnw-percent-20 {
  min-width: 20% !important;
}
.als-styles .mnw-percent-25 {
  min-width: 25% !important;
}
.als-styles .mnw-percent-30 {
  min-width: 30% !important;
}
.als-styles .mnw-percent-35 {
  min-width: 35% !important;
}
.als-styles .mnw-percent-40 {
  min-width: 40% !important;
}
.als-styles .mnw-percent-45 {
  min-width: 45% !important;
}
.als-styles .mnw-percent-50 {
  min-width: 50% !important;
}
.als-styles .mnw-percent-55 {
  min-width: 55% !important;
}
.als-styles .mnw-percent-60 {
  min-width: 60% !important;
}
.als-styles .mnw-percent-65 {
  min-width: 65% !important;
}
.als-styles .mnw-percent-70 {
  min-width: 70% !important;
}
.als-styles .mnw-percent-75 {
  min-width: 75% !important;
}
.als-styles .mnw-percent-80 {
  min-width: 80% !important;
}
.als-styles .mnw-percent-85 {
  min-width: 85% !important;
}
.als-styles .mnw-percent-90 {
  min-width: 90% !important;
}
.als-styles .mnw-percent-95 {
  min-width: 95% !important;
}
.als-styles .mnw-5vw {
  min-width: 5vw !important;
}
.als-styles .mnw-10vw {
  min-width: 10vw !important;
}
.als-styles .mnw-15vw {
  min-width: 15vw !important;
}
.als-styles .mnw-20vw {
  min-width: 20vw !important;
}
.als-styles .mnw-25vw {
  min-width: 25vw !important;
}
.als-styles .mnw-30vw {
  min-width: 30vw !important;
}
.als-styles .mnw-35vw {
  min-width: 35vw !important;
}
.als-styles .mnw-40vw {
  min-width: 40vw !important;
}
.als-styles .mnw-45vw {
  min-width: 45vw !important;
}
.als-styles .mnw-50vw {
  min-width: 50vw !important;
}
.als-styles .mnw-55vw {
  min-width: 55vw !important;
}
.als-styles .mnw-60vw {
  min-width: 60vw !important;
}
.als-styles .mnw-65vw {
  min-width: 65vw !important;
}
.als-styles .mnw-70vw {
  min-width: 70vw !important;
}
.als-styles .mnw-75vw {
  min-width: 75vw !important;
}
.als-styles .mnw-80vw {
  min-width: 80vw !important;
}
.als-styles .mnw-85vw {
  min-width: 85vw !important;
}
.als-styles .mnw-90vw {
  min-width: 90vw !important;
}
.als-styles .mnw-95vw {
  min-width: 95vw !important;
}
.als-styles .mnw-100vw {
  min-width: 100vw !important;
}
.als-styles .mxh-inherit {
  max-height: inherit !important;
}
.als-styles .mxh-full, .als-styles .mxh-percent-100 {
  max-height: 100% !important;
}
.als-styles .mxh-none {
  max-height: none !important;
}
.als-styles .mxh-0, .als-styles .mxh-percent-0 {
  max-height: 0px !important;
}
.als-styles .mxh-1 {
  max-height: 1px !important;
}
.als-styles .mxh-2 {
  max-height: 2px !important;
}
.als-styles .mxh-3 {
  max-height: 3px !important;
}
.als-styles .mxh-4 {
  max-height: 4px !important;
}
.als-styles .mxh-5 {
  max-height: 5px !important;
}
.als-styles .mxh-10 {
  max-height: 10px !important;
}
.als-styles .mxh-15 {
  max-height: 15px !important;
}
.als-styles .mxh-20 {
  max-height: 20px !important;
}
.als-styles .mxh-30 {
  max-height: 30px !important;
}
.als-styles .mxh-35 {
  max-height: 35px !important;
}
.als-styles .mxh-40 {
  max-height: 40px !important;
}
.als-styles .mxh-45 {
  max-height: 45px !important;
}
.als-styles .mxh-50 {
  max-height: 50px !important;
}
.als-styles .mxh-55 {
  max-height: 55px !important;
}
.als-styles .mxh-60 {
  max-height: 60px !important;
}
.als-styles .mxh-65 {
  max-height: 65px !important;
}
.als-styles .mxh-70 {
  max-height: 70px !important;
}
.als-styles .mxh-75 {
  max-height: 75px !important;
}
.als-styles .mxh-80 {
  max-height: 80px !important;
}
.als-styles .mxh-85 {
  max-height: 85px !important;
}
.als-styles .mxh-90 {
  max-height: 90px !important;
}
.als-styles .mxh-95 {
  max-height: 95px !important;
}
.als-styles .mxh-100 {
  max-height: 100px !important;
}
.als-styles .mxh-110 {
  max-height: 110px !important;
}
.als-styles .mxh-120 {
  max-height: 120px !important;
}
.als-styles .mxh-130 {
  max-height: 130px !important;
}
.als-styles .mxh-140 {
  max-height: 140px !important;
}
.als-styles .mxh-150 {
  max-height: 150px !important;
}
.als-styles .mxh-200 {
  max-height: 200px !important;
}
.als-styles .mxh-250 {
  max-height: 250px !important;
}
.als-styles .mxh-300 {
  max-height: 300px !important;
}
.als-styles .mxh-350 {
  max-height: 350px !important;
}
.als-styles .mxh-400 {
  max-height: 400px !important;
}
.als-styles .mxh-450 {
  max-height: 450px !important;
}
.als-styles .mxh-500 {
  max-height: 500px !important;
}
.als-styles .mxh-550 {
  max-height: 550px !important;
}
.als-styles .mxh-600 {
  max-height: 600px !important;
}
.als-styles .mxh-650 {
  max-height: 650px !important;
}
.als-styles .mxh-700 {
  max-height: 700px !important;
}
.als-styles .mxh-750 {
  max-height: 750px !important;
}
.als-styles .mxh-800 {
  max-height: 800px !important;
}
.als-styles .mxh-850 {
  max-height: 850px !important;
}
.als-styles .mxh-900 {
  max-height: 900px !important;
}
.als-styles .mxh-950 {
  max-height: 950px !important;
}
.als-styles .mxh-1000 {
  max-height: 1000px !important;
}
.als-styles .mxh-1050 {
  max-height: 1050px !important;
}
.als-styles .mxh-1100 {
  max-height: 1100px !important;
}
.als-styles .mxh-1150 {
  max-height: 1150px !important;
}
.als-styles .mxh-1200 {
  max-height: 1200px !important;
}
.als-styles .mxh-percent-5 {
  max-height: 5% !important;
}
.als-styles .mxh-percent-10 {
  max-height: 10% !important;
}
.als-styles .mxh-percent-15 {
  max-height: 15% !important;
}
.als-styles .mxh-percent-20 {
  max-height: 20% !important;
}
.als-styles .mxh-percent-25 {
  max-height: 25% !important;
}
.als-styles .mxh-percent-30 {
  max-height: 30% !important;
}
.als-styles .mxh-percent-35 {
  max-height: 35% !important;
}
.als-styles .mxh-percent-40 {
  max-height: 40% !important;
}
.als-styles .mxh-percent-45 {
  max-height: 45% !important;
}
.als-styles .mxh-percent-50 {
  max-height: 50% !important;
}
.als-styles .mxh-percent-55 {
  max-height: 55% !important;
}
.als-styles .mxh-percent-60 {
  max-height: 60% !important;
}
.als-styles .mxh-percent-65 {
  max-height: 65% !important;
}
.als-styles .mxh-percent-70 {
  max-height: 70% !important;
}
.als-styles .mxh-percent-75 {
  max-height: 75% !important;
}
.als-styles .mxh-percent-80 {
  max-height: 80% !important;
}
.als-styles .mxh-percent-85 {
  max-height: 85% !important;
}
.als-styles .mxh-percent-90 {
  max-height: 90% !important;
}
.als-styles .mxh-percent-95 {
  max-height: 95% !important;
}
.als-styles .mxh-5vh {
  max-height: 5vh !important;
}
.als-styles .mxh-10vh {
  max-height: 10vh !important;
}
.als-styles .mxh-15vh {
  max-height: 15vh !important;
}
.als-styles .mxh-20vh {
  max-height: 20vh !important;
}
.als-styles .mxh-25vh {
  max-height: 25vh !important;
}
.als-styles .mxh-30vh {
  max-height: 30vh !important;
}
.als-styles .mxh-35vh {
  max-height: 35vh !important;
}
.als-styles .mxh-40vh {
  max-height: 40vh !important;
}
.als-styles .mxh-45vh {
  max-height: 45vh !important;
}
.als-styles .mxh-50vh {
  max-height: 50vh !important;
}
.als-styles .mxh-55vh {
  max-height: 55vh !important;
}
.als-styles .mxh-60vh {
  max-height: 60vh !important;
}
.als-styles .mxh-65vh {
  max-height: 65vh !important;
}
.als-styles .mxh-70vh {
  max-height: 70vh !important;
}
.als-styles .mxh-75vh {
  max-height: 75vh !important;
}
.als-styles .mxh-80vh {
  max-height: 80vh !important;
}
.als-styles .mxh-85vh {
  max-height: 85vh !important;
}
.als-styles .mxh-90vh {
  max-height: 90vh !important;
}
.als-styles .mxh-95vh {
  max-height: 95vh !important;
}
.als-styles .mxh-100vh {
  max-height: 100vh !important;
}
.als-styles .mxh-110vh {
  max-height: 110vh !important;
}
.als-styles .mxh-120vh {
  max-height: 120vh !important;
}
.als-styles .mxh-130vh {
  max-height: 130vh !important;
}
.als-styles .mxh-140vh {
  max-height: 140vh !important;
}
.als-styles .mxh-150vh {
  max-height: 150vh !important;
}
.als-styles .mxh-200vh {
  max-height: 200vh !important;
}
.als-styles .mnh-inherit {
  min-height: inherit !important;
}
.als-styles .mnh-full, .als-styles .mnh-percent-100 {
  min-height: 100% !important;
}
.als-styles .mnh-none, .als-styles .mnh-auto {
  min-height: auto !important;
}
.als-styles .mnh-0, .als-styles .mnh-percent-0 {
  min-height: 0px !important;
}
.als-styles .mnh-1 {
  min-height: 1px !important;
}
.als-styles .mnh-2 {
  min-height: 2px !important;
}
.als-styles .mnh-3 {
  min-height: 3px !important;
}
.als-styles .mnh-4 {
  min-height: 4px !important;
}
.als-styles .mnh-5 {
  min-height: 5px !important;
}
.als-styles .mnh-10 {
  min-height: 10px !important;
}
.als-styles .mnh-15 {
  min-height: 15px !important;
}
.als-styles .mnh-20 {
  min-height: 20px !important;
}
.als-styles .mnh-30 {
  min-height: 30px !important;
}
.als-styles .mnh-35 {
  min-height: 35px !important;
}
.als-styles .mnh-40 {
  min-height: 40px !important;
}
.als-styles .mnh-45 {
  min-height: 45px !important;
}
.als-styles .mnh-50 {
  min-height: 50px !important;
}
.als-styles .mnh-55 {
  min-height: 55px !important;
}
.als-styles .mnh-60 {
  min-height: 60px !important;
}
.als-styles .mnh-65 {
  min-height: 65px !important;
}
.als-styles .mnh-70 {
  min-height: 70px !important;
}
.als-styles .mnh-75 {
  min-height: 75px !important;
}
.als-styles .mnh-80 {
  min-height: 80px !important;
}
.als-styles .mnh-85 {
  min-height: 85px !important;
}
.als-styles .mnh-90 {
  min-height: 90px !important;
}
.als-styles .mnh-95 {
  min-height: 95px !important;
}
.als-styles .mnh-100 {
  min-height: 100px !important;
}
.als-styles .mnh-110 {
  min-height: 110px !important;
}
.als-styles .mnh-120 {
  min-height: 120px !important;
}
.als-styles .mnh-130 {
  min-height: 130px !important;
}
.als-styles .mnh-140 {
  min-height: 140px !important;
}
.als-styles .mnh-150 {
  min-height: 150px !important;
}
.als-styles .mnh-200 {
  min-height: 200px !important;
}
.als-styles .mnh-250 {
  min-height: 250px !important;
}
.als-styles .mnh-300 {
  min-height: 300px !important;
}
.als-styles .mnh-350 {
  min-height: 350px !important;
}
.als-styles .mnh-400 {
  min-height: 400px !important;
}
.als-styles .mnh-450 {
  min-height: 450px !important;
}
.als-styles .mnh-500 {
  min-height: 500px !important;
}
.als-styles .mnh-550 {
  min-height: 550px !important;
}
.als-styles .mnh-600 {
  min-height: 600px !important;
}
.als-styles .mnh-650 {
  min-height: 650px !important;
}
.als-styles .mnh-700 {
  min-height: 700px !important;
}
.als-styles .mnh-750 {
  min-height: 750px !important;
}
.als-styles .mnh-800 {
  min-height: 800px !important;
}
.als-styles .mnh-850 {
  min-height: 850px !important;
}
.als-styles .mnh-900 {
  min-height: 900px !important;
}
.als-styles .mnh-950 {
  min-height: 950px !important;
}
.als-styles .mnh-1000 {
  min-height: 1000px !important;
}
.als-styles .mnh-percent-5 {
  min-height: 5% !important;
}
.als-styles .mnh-percent-10 {
  min-height: 10% !important;
}
.als-styles .mnh-percent-15 {
  min-height: 15% !important;
}
.als-styles .mnh-percent-20 {
  min-height: 20% !important;
}
.als-styles .mnh-percent-25 {
  min-height: 25% !important;
}
.als-styles .mnh-percent-30 {
  min-height: 30% !important;
}
.als-styles .mnh-percent-35 {
  min-height: 35% !important;
}
.als-styles .mnh-percent-40 {
  min-height: 40% !important;
}
.als-styles .mnh-percent-45 {
  min-height: 45% !important;
}
.als-styles .mnh-percent-50 {
  min-height: 50% !important;
}
.als-styles .mnh-percent-55 {
  min-height: 55% !important;
}
.als-styles .mnh-percent-60 {
  min-height: 60% !important;
}
.als-styles .mnh-percent-65 {
  min-height: 65% !important;
}
.als-styles .mnh-percent-70 {
  min-height: 70% !important;
}
.als-styles .mnh-percent-75 {
  min-height: 75% !important;
}
.als-styles .mnh-percent-80 {
  min-height: 80% !important;
}
.als-styles .mnh-percent-85 {
  min-height: 85% !important;
}
.als-styles .mnh-percent-90 {
  min-height: 90% !important;
}
.als-styles .mnh-percent-95 {
  min-height: 95% !important;
}
.als-styles .mnh-5vh {
  min-height: 5vh !important;
}
.als-styles .mnh-10vh {
  min-height: 10vh !important;
}
.als-styles .mnh-15vh {
  min-height: 15vh !important;
}
.als-styles .mnh-20vh {
  min-height: 20vh !important;
}
.als-styles .mnh-25vh {
  min-height: 25vh !important;
}
.als-styles .mnh-30vh {
  min-height: 30vh !important;
}
.als-styles .mnh-35vh {
  min-height: 35vh !important;
}
.als-styles .mnh-40vh {
  min-height: 40vh !important;
}
.als-styles .mnh-45vh {
  min-height: 45vh !important;
}
.als-styles .mnh-50vh {
  min-height: 50vh !important;
}
.als-styles .mnh-55vh {
  min-height: 55vh !important;
}
.als-styles .mnh-60vh {
  min-height: 60vh !important;
}
.als-styles .mnh-65vh {
  min-height: 65vh !important;
}
.als-styles .mnh-70vh {
  min-height: 70vh !important;
}
.als-styles .mnh-75vh {
  min-height: 75vh !important;
}
.als-styles .mnh-80vh {
  min-height: 80vh !important;
}
.als-styles .mnh-85vh {
  min-height: 85vh !important;
}
.als-styles .mnh-90vh {
  min-height: 90vh !important;
}
.als-styles .mnh-95vh {
  min-height: 95vh !important;
}
.als-styles .mnh-100vh {
  min-height: 100vh !important;
}
.als-styles .mnh-110vh {
  min-height: 110vh !important;
}
.als-styles .mnh-120vh {
  min-height: 120vh !important;
}
.als-styles .mnh-130vh {
  min-height: 130vh !important;
}
.als-styles .mnh-140vh {
  min-height: 140vh !important;
}
.als-styles .mnh-150vh {
  min-height: 150vh !important;
}
.als-styles .mnh-200vh {
  min-height: 200vh !important;
}
.als-styles [class*=bt-], .als-styles [class*=bl-], .als-styles [class*=br-], .als-styles [class*=bb-], .als-styles [class*=b-] {
  border-style: solid !important;
}
.als-styles .no-border, .als-styles .b-none {
  border: none !important;
}
.als-styles .bt-0, .als-styles .b-0 {
  border-top-width: 0px !important;
}
.als-styles .bt-1, .als-styles .b-1 {
  border-top-width: 1px !important;
}
.als-styles .bt-2, .als-styles .b-2 {
  border-top-width: 2px !important;
}
.als-styles .bt-3, .als-styles .b-3 {
  border-top-width: 3px !important;
}
.als-styles .bt-4, .als-styles .b-4 {
  border-top-width: 4px !important;
}
.als-styles .bt-5, .als-styles .b-5 {
  border-top-width: 5px !important;
}
.als-styles .bt-6, .als-styles .b-6 {
  border-top-width: 6px !important;
}
.als-styles .bt-7, .als-styles .b-7 {
  border-top-width: 7px !important;
}
.als-styles .bt-8, .als-styles .b-8 {
  border-top-width: 8px !important;
}
.als-styles .bt-9, .als-styles .b-9 {
  border-top-width: 9px !important;
}
.als-styles .bt-10, .als-styles .b-10 {
  border-top-width: 10px !important;
}
.als-styles .br-0, .als-styles .b-0 {
  border-right-width: 0px !important;
}
.als-styles .br-1, .als-styles .b-1 {
  border-right-width: 1px !important;
}
.als-styles .br-2, .als-styles .b-2 {
  border-right-width: 2px !important;
}
.als-styles .br-3, .als-styles .b-3 {
  border-right-width: 3px !important;
}
.als-styles .br-4, .als-styles .b-4 {
  border-right-width: 4px !important;
}
.als-styles .br-5, .als-styles .b-5 {
  border-right-width: 5px !important;
}
.als-styles .br-6, .als-styles .b-6 {
  border-right-width: 6px !important;
}
.als-styles .br-7, .als-styles .b-7 {
  border-right-width: 7px !important;
}
.als-styles .br-8, .als-styles .b-8 {
  border-right-width: 8px !important;
}
.als-styles .br-9, .als-styles .b-9 {
  border-right-width: 9px !important;
}
.als-styles .br-10, .als-styles .b-10 {
  border-right-width: 10px !important;
}
.als-styles .bb-0, .als-styles .b-0 {
  border-bottom-width: 0px !important;
}
.als-styles .bb-1, .als-styles .b-1 {
  border-bottom-width: 1px !important;
}
.als-styles .bb-2, .als-styles .b-2 {
  border-bottom-width: 2px !important;
}
.als-styles .bb-3, .als-styles .b-3 {
  border-bottom-width: 3px !important;
}
.als-styles .bb-4, .als-styles .b-4 {
  border-bottom-width: 4px !important;
}
.als-styles .bb-5, .als-styles .b-5 {
  border-bottom-width: 5px !important;
}
.als-styles .bb-6, .als-styles .b-6 {
  border-bottom-width: 6px !important;
}
.als-styles .bb-7, .als-styles .b-7 {
  border-bottom-width: 7px !important;
}
.als-styles .bb-8, .als-styles .b-8 {
  border-bottom-width: 8px !important;
}
.als-styles .bb-9, .als-styles .b-9 {
  border-bottom-width: 9px !important;
}
.als-styles .bb-10, .als-styles .b-10 {
  border-bottom-width: 10px !important;
}
.als-styles .bl-0, .als-styles .b-0 {
  border-left-width: 0px !important;
}
.als-styles .bl-1, .als-styles .b-1 {
  border-left-width: 1px !important;
}
.als-styles .bl-2, .als-styles .b-2 {
  border-left-width: 2px !important;
}
.als-styles .bl-3, .als-styles .b-3 {
  border-left-width: 3px !important;
}
.als-styles .bl-4, .als-styles .b-4 {
  border-left-width: 4px !important;
}
.als-styles .bl-5, .als-styles .b-5 {
  border-left-width: 5px !important;
}
.als-styles .bl-6, .als-styles .b-6 {
  border-left-width: 6px !important;
}
.als-styles .bl-7, .als-styles .b-7 {
  border-left-width: 7px !important;
}
.als-styles .bl-8, .als-styles .b-8 {
  border-left-width: 8px !important;
}
.als-styles .bl-9, .als-styles .b-9 {
  border-left-width: 9px !important;
}
.als-styles .bl-10, .als-styles .b-10 {
  border-left-width: 10px !important;
}
.als-styles .bt-0 {
  border-top-width: 0px !important;
}
.als-styles .br-0 {
  border-right-width: 0px !important;
}
.als-styles .bb-0 {
  border-bottom-width: 0px !important;
}
.als-styles .bl-0 {
  border-left-width: 0px !important;
}
.als-styles .b-white, .als-styles .b-white-hover:hover, .als-styles .border-white, .als-styles .border-white-hover:hover, .als-styles .b-white-active.active {
  border-color: white !important;
}
.als-styles .b-transparent, .als-styles .b-transparent-hover:hover, .als-styles .b-transparent-active.active, .als-styles .border-transparent, .als-styles .border-transparent-hover:hover {
  border-color: transparent !important;
}
.als-styles .border-dotted, .als-styles .b-dotted {
  border-style: dotted !important;
}
.als-styles .border-dashed, .als-styles .b-dashed {
  border-style: dashed !important;
}
.als-styles .border-solid, .als-styles .b-solid, .als-styles .solid {
  border-style: solid !important;
}
.als-styles .b-gray, .als-styles .b-gray-hover:hover, .als-styles .b-gray-active.active {
  border-color: #f1f1f1 !important;
}
.als-styles .b-gray1, .als-styles .b-gray1-hover:hover, .als-styles .b-gray1-active.active {
  border-color: #eaeaea !important;
}
.als-styles .b-gray2, .als-styles .b-gray2-hover:hover, .als-styles .b-gray2-active.active {
  border-color: #e1e1e1 !important;
}
.als-styles .b-gray3, .als-styles .b-gray3-hover:hover, .als-styles .b-gray3-active.active {
  border-color: #dadada !important;
}
.als-styles .b-gray4, .als-styles .b-gray4-hover:hover, .als-styles .b-gray4-active.active {
  border-color: #c1c1c1 !important;
}
.als-styles .b-gray5, .als-styles .b-gray5-hover:hover, .als-styles .b-gray5-active.active {
  border-color: #a1a1a1 !important;
}
.als-styles .b-gray6, .als-styles .b-gray6-hover:hover, .als-styles .b-gray6-active.active {
  border-color: #919191 !important;
}
.als-styles .b-gray7, .als-styles .b-gray7-hover:hover, .als-styles .b-gray7-active.active {
  border-color: #717171 !important;
}
.als-styles .b-gray8, .als-styles .b-gray8-hover:hover, .als-styles .b-gray8-active.active {
  border-color: #6a6a6a !important;
}
.als-styles .b-gray9, .als-styles .b-gray9-hover:hover, .als-styles .b-gray9-active.active {
  border-color: #525252 !important;
}
.als-styles .b-gray10, .als-styles .b-gray10-hover:hover, .als-styles .b-gray10-active.active {
  border-color: #383838 !important;
}
.als-styles .b-dark, .als-styles .b-dark-hover:hover, .als-styles .b-dark-active.active {
  border-color: #292929 !important;
}
.als-styles .b-dark1, .als-styles .b-dark1-hover:hover, .als-styles .b-dark1-active.active {
  border-color: #191919 !important;
}
.als-styles .b-dark2, .als-styles .b-dark2-hover:hover, .als-styles .b-dark2-active.active {
  border-color: #161616 !important;
}
.als-styles .b-dark3, .als-styles .b-dark3-hover:hover, .als-styles .b-dark3-active.active {
  border-color: #111 !important;
}
.als-styles .b-black, .als-styles .b-black-hover:hover, .als-styles .b-black-active.active {
  border-color: #000 !important;
}
.als-styles .b-soft-dark, .als-styles .b-soft-dark-hover:hover {
  border-color: rgba(25, 25, 25, 0.05) !important;
}
.als-styles .b-soft-dark1, .als-styles .b-soft-dark1-hover:hover {
  border-color: rgba(25, 25, 25, 0.1) !important;
}
.als-styles .b-soft-dark2, .als-styles .b-soft-dark2-hover:hover {
  border-color: rgba(25, 25, 25, 0.2) !important;
}
.als-styles .b-soft-dark3, .als-styles .b-soft-dark3-hover:hover {
  border-color: rgba(25, 25, 25, 0.3) !important;
}
.als-styles .b-soft-dark4, .als-styles .b-soft-dark4-hover:hover {
  border-color: rgba(25, 25, 25, 0.4) !important;
}
.als-styles .b-soft-dark5, .als-styles .b-soft-dark5-hover:hover {
  border-color: rgba(25, 25, 25, 0.5) !important;
}
.als-styles .b-soft-dark6, .als-styles .b-soft-dark6-hover:hover {
  border-color: rgba(25, 25, 25, 0.6) !important;
}
.als-styles .b-soft-dark7, .als-styles .b-soft-dark7-hover:hover {
  border-color: rgba(25, 25, 25, 0.7) !important;
}
.als-styles .b-soft-dark8, .als-styles .b-soft-dark8-hover:hover {
  border-color: rgba(25, 25, 25, 0.8) !important;
}
.als-styles .b-soft-dark9, .als-styles .b-soft-dark9-hover:hover {
  border-color: rgba(25, 25, 25, 0.9) !important;
}
.als-styles .b-soft-white, .als-styles .b-soft-white-hover:hover {
  border-color: rgba(255, 255, 255, 0.05) !important;
}
.als-styles .b-soft-white1, .als-styles .b-soft-white1-hover:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.als-styles .b-soft-white2, .als-styles .b-soft-white2-hover:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.als-styles .b-soft-white3, .als-styles .b-soft-white3-hover:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.als-styles .b-soft-white4, .als-styles .b-soft-white4-hover:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.als-styles .b-soft-white5, .als-styles .b-soft-white5-hover:hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.als-styles .b-soft-white6, .als-styles .b-soft-white6-hover:hover {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.als-styles .b-soft-white7, .als-styles .b-soft-white7-hover:hover {
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.als-styles .b-soft-white8, .als-styles .b-soft-white8-hover:hover {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.als-styles .b-soft-white9, .als-styles .b-soft-white9-hover:hover {
  border-color: rgba(255, 255, 255, 0.9) !important;
}
.als-styles .b-text-white {
  -webkit-text-stroke: 1px white;
}
.als-styles .b-text-black {
  -webkit-text-stroke: 1px black;
}
.als-styles .b-double, .als-styles .b-double-hover {
  position: relative;
  border-style: solid;
}
.als-styles .b-double-hover:before {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.als-styles .b-double-hover:before, .als-styles .b-double:before {
  content: "";
  left: 0px !important;
  top: 0px !important;
  opacity: 0;
  right: 0px !important;
  bottom: 0px !important;
  background-color: transparent;
  border-width: 1px !important;
  border-style: inherit;
  border-color: inherit;
  border-radius: inherit;
  position: absolute;
}
.als-styles .b-double:before, .als-styles .b-double-hover:hover:before {
  left: -5px !important;
  top: -5px !important;
  right: -5px !important;
  bottom: -5px !important;
  opacity: 1;
}
.als-styles .zi-hover:hover {
  z-index: 10 !important;
}
.als-styles .zi--2 {
  z-index: -2 !important;
}
.als-styles .zi--1 {
  z-index: -1 !important;
}
.als-styles .zi-0 {
  z-index: 0 !important;
}
.als-styles .zi-1 {
  z-index: 1 !important;
}
.als-styles .zi-2 {
  z-index: 2 !important;
}
.als-styles .zi-3 {
  z-index: 3 !important;
}
.als-styles .zi-4 {
  z-index: 4 !important;
}
.als-styles .zi-5 {
  z-index: 5 !important;
}
.als-styles .zi-10 {
  z-index: 10 !important;
}
.als-styles .zi-20 {
  z-index: 20 !important;
}
.als-styles .zi-30 {
  z-index: 30 !important;
}
.als-styles .zi-40 {
  z-index: 40 !important;
}
.als-styles .zi-50 {
  z-index: 50 !important;
}
.als-styles .zi-100 {
  z-index: 100 !important;
}
.als-styles .zi-500 {
  z-index: 500 !important;
}
.als-styles .opacity-0, .als-styles .opacity-0-hover:hover, .als-styles .opacity-0-active.active {
  opacity: 0 !important;
}
.als-styles .opacity-1, .als-styles .opacity-1-hover:hover, .als-styles .opacity-1-active.active {
  opacity: 0.1 !important;
}
.als-styles .opacity-2, .als-styles .opacity-2-hover:hover, .als-styles .opacity-2-active.active {
  opacity: 0.2 !important;
}
.als-styles .opacity-3, .als-styles .opacity-3-hover:hover, .als-styles .opacity-3-active.active {
  opacity: 0.3 !important;
}
.als-styles .opacity-4, .als-styles .opacity-4-hover:hover, .als-styles .opacity-4-active.active {
  opacity: 0.4 !important;
}
.als-styles .opacity-5, .als-styles .opacity-5-hover:hover, .als-styles .opacity-5-active.active {
  opacity: 0.5 !important;
}
.als-styles .opacity-6, .als-styles .opacity-6-hover:hover, .als-styles .opacity-6-active.active {
  opacity: 0.6 !important;
}
.als-styles .opacity-7, .als-styles .opacity-7-hover:hover, .als-styles .opacity-7-active.active {
  opacity: 0.7 !important;
}
.als-styles .opacity-8, .als-styles .opacity-8-hover:hover, .als-styles .opacity-8-active.active {
  opacity: 0.8 !important;
}
.als-styles .opacity-9, .als-styles .opacity-9-hover:hover, .als-styles .opacity-9-active.active {
  opacity: 0.9 !important;
}
.als-styles .opacity-10, .als-styles .opacity-10-hover:hover, .als-styles .opacity-10-active.active {
  opacity: 1 !important;
}
.als-styles .opacity-hover:hover, .als-styles .opacity-hover-container .opacity-hover:hover, .als-styles .opacity-hover-links a:hover, .als-styles .opacity-hover-links button:hover {
  opacity: 0.7 !important;
}
@media only screen and (max-width: 992px) {
  .als-styles {
    /* Titles to minimal */
    /* Positions */
    /* Text Options */
    /* Opacity */
    /* Line Height */
    /* Letter Spacing */
    /* Positioning */
    /* Width */
    /* Height */
    /* Max & Min Width */
    /* Max & Min Height */
    /* Padding */
    /* Gaps */
    /* Margin */
    /* Background position */
    /* Radius options on mobile */
  }
  .als-styles h1, .als-styles .h1 {
    font-size: 28px;
  }
  .als-styles h2, .als-styles .h2 {
    font-size: 24px;
  }
  .als-styles h3, .als-styles .h3 {
    font-size: 20px;
  }
  .als-styles .relative-sm {
    position: relative !important;
  }
  .als-styles .t-center-sm {
    text-align: center !important;
  }
  .als-styles .t-left-sm {
    text-align: left !important;
  }
  .als-styles .t-right-sm {
    text-align: right !important;
  }
  .als-styles .fs-10-sm {
    font-size: 10px !important;
  }
  .als-styles .fs-11-sm {
    font-size: 11px !important;
  }
  .als-styles .fs-12-sm {
    font-size: 12px !important;
  }
  .als-styles .fs-13-sm {
    font-size: 13px !important;
  }
  .als-styles .fs-14-sm {
    font-size: 14px !important;
  }
  .als-styles .fs-15-sm {
    font-size: 15px !important;
  }
  .als-styles .fs-16-sm {
    font-size: 16px !important;
  }
  .als-styles .fs-17-sm {
    font-size: 17px !important;
  }
  .als-styles .fs-18-sm {
    font-size: 18px !important;
  }
  .als-styles .fs-19-sm {
    font-size: 19px !important;
  }
  .als-styles .fs-20-sm {
    font-size: 20px !important;
  }
  .als-styles .fs-21-sm {
    font-size: 21px !important;
  }
  .als-styles .fs-22-sm {
    font-size: 22px !important;
  }
  .als-styles .fs-23-sm {
    font-size: 23px !important;
  }
  .als-styles .fs-24-sm {
    font-size: 24px !important;
  }
  .als-styles .fs-25-sm {
    font-size: 25px !important;
  }
  .als-styles .fs-26-sm {
    font-size: 26px !important;
  }
  .als-styles .fs-27-sm {
    font-size: 27px !important;
  }
  .als-styles .fs-28-sm {
    font-size: 28px !important;
  }
  .als-styles .fs-29-sm {
    font-size: 29px !important;
  }
  .als-styles .fs-30-sm {
    font-size: 30px !important;
  }
  .als-styles .fs-35-sm {
    font-size: 35px !important;
  }
  .als-styles .fs-40-sm {
    font-size: 40px !important;
  }
  .als-styles .fs-45-sm {
    font-size: 45px !important;
  }
  .als-styles .fs-50-sm {
    font-size: 50px !important;
  }
  .als-styles .fs-60-sm {
    font-size: 60px !important;
  }
  .als-styles .fs-70-sm {
    font-size: 70px !important;
  }
  .als-styles .fs-80-sm {
    font-size: 80px !important;
  }
  .als-styles .fs-90-sm {
    font-size: 90px !important;
  }
  .als-styles .fs-100-sm {
    font-size: 100px !important;
  }
  .als-styles .fs-120-sm {
    font-size: 120px !important;
  }
  .als-styles .ws-normal-sm {
    white-space: normal !important;
  }
  .als-styles .ws-nowrap-sm {
    white-space: nowrap !important;
  }
  .als-styles .opacity-0-sm {
    opacity: 0 !important;
  }
  .als-styles .opacity-1-sm {
    opacity: 0.1 !important;
  }
  .als-styles .opacity-2-sm {
    opacity: 0.2 !important;
  }
  .als-styles .opacity-3-sm {
    opacity: 0.3 !important;
  }
  .als-styles .opacity-4-sm {
    opacity: 0.4 !important;
  }
  .als-styles .opacity-5-sm {
    opacity: 0.5 !important;
  }
  .als-styles .opacity-6-sm {
    opacity: 0.6 !important;
  }
  .als-styles .opacity-7-sm {
    opacity: 0.7 !important;
  }
  .als-styles .opacity-8-sm {
    opacity: 0.8 !important;
  }
  .als-styles .opacity-9-sm {
    opacity: 0.9 !important;
  }
  .als-styles .opacity-10-sm {
    opacity: 1 !important;
  }
  .als-styles .lh-10-sm {
    line-height: 10px !important;
  }
  .als-styles .lh-11-sm {
    line-height: 11px !important;
  }
  .als-styles .lh-12-sm {
    line-height: 12px !important;
  }
  .als-styles .lh-13-sm {
    line-height: 13px !important;
  }
  .als-styles .lh-14-sm {
    line-height: 14px !important;
  }
  .als-styles .lh-15-sm {
    line-height: 15px !important;
  }
  .als-styles .lh-16-sm {
    line-height: 16px !important;
  }
  .als-styles .lh-17-sm {
    line-height: 17px !important;
  }
  .als-styles .lh-18-sm {
    line-height: 18px !important;
  }
  .als-styles .lh-19-sm {
    line-height: 19px !important;
  }
  .als-styles .lh-20-sm {
    line-height: 20px !important;
  }
  .als-styles .lh-21-sm {
    line-height: 21px !important;
  }
  .als-styles .lh-22-sm {
    line-height: 22px !important;
  }
  .als-styles .lh-23-sm {
    line-height: 23px !important;
  }
  .als-styles .lh-24-sm {
    line-height: 24px !important;
  }
  .als-styles .lh-25-sm {
    line-height: 25px !important;
  }
  .als-styles .lh-26-sm {
    line-height: 26px !important;
  }
  .als-styles .lh-27-sm {
    line-height: 27px !important;
  }
  .als-styles .lh-28-sm {
    line-height: 28px !important;
  }
  .als-styles .lh-29-sm {
    line-height: 29px !important;
  }
  .als-styles .lh-30-sm {
    line-height: 30px !important;
  }
  .als-styles .lh-35-sm {
    line-height: 35px !important;
  }
  .als-styles .lh-40-sm {
    line-height: 40px !important;
  }
  .als-styles .lh-45-sm {
    line-height: 45px !important;
  }
  .als-styles .lh-50-sm {
    line-height: 50px !important;
  }
  .als-styles .lh-55-sm {
    line-height: 55px !important;
  }
  .als-styles .lh-60-sm {
    line-height: 60px !important;
  }
  .als-styles .lh-65-sm {
    line-height: 65px !important;
  }
  .als-styles .lh-70-sm {
    line-height: 70px !important;
  }
  .als-styles .lh-75-sm {
    line-height: 75px !important;
  }
  .als-styles .lh-80-sm {
    line-height: 80px !important;
  }
  .als-styles .lh-85-sm {
    line-height: 85px !important;
  }
  .als-styles .lh-90-sm {
    line-height: 90px !important;
  }
  .als-styles .lh-95-sm {
    line-height: 95px !important;
  }
  .als-styles .lh-100-sm {
    line-height: 100px !important;
  }
  .als-styles .ls-0-sm {
    letter-spacing: 0 !important;
  }
  .als-styles .ls--01-sm {
    letter-spacing: -0.1px !important;
  }
  .als-styles .ls--02-sm {
    letter-spacing: -0.2px !important;
  }
  .als-styles .ls--03-sm {
    letter-spacing: -0.3px !important;
  }
  .als-styles .ls--04-sm {
    letter-spacing: -0.4px !important;
  }
  .als-styles .ls--05-sm {
    letter-spacing: -0.5px !important;
  }
  .als-styles .ls--06-sm {
    letter-spacing: -0.6px !important;
  }
  .als-styles .ls--07-sm {
    letter-spacing: -0.7px !important;
  }
  .als-styles .ls--08-sm {
    letter-spacing: -0.8px !important;
  }
  .als-styles .ls--09-sm {
    letter-spacing: -0.9px !important;
  }
  .als-styles .ls--1-sm {
    letter-spacing: -1px !important;
  }
  .als-styles .ls--11-sm {
    letter-spacing: -1.1px !important;
  }
  .als-styles .ls--12-sm {
    letter-spacing: -1.2px !important;
  }
  .als-styles .ls--13-sm {
    letter-spacing: -1.3px !important;
  }
  .als-styles .ls--14-sm {
    letter-spacing: -1.4px !important;
  }
  .als-styles .ls--15-sm {
    letter-spacing: -1.5px !important;
  }
  .als-styles .ls--16-sm {
    letter-spacing: -1.6px !important;
  }
  .als-styles .ls--17-sm {
    letter-spacing: -1.7px !important;
  }
  .als-styles .ls--18-sm {
    letter-spacing: -1.8px !important;
  }
  .als-styles .ls--19-sm {
    letter-spacing: -1.9px !important;
  }
  .als-styles .ls--20-sm {
    letter-spacing: -2px !important;
  }
  .als-styles .ls-01-sm {
    letter-spacing: 0.1px !important;
  }
  .als-styles .ls-02-sm {
    letter-spacing: 0.2px !important;
  }
  .als-styles .ls-03-sm {
    letter-spacing: 0.3px !important;
  }
  .als-styles .ls-04-sm {
    letter-spacing: 0.4px !important;
  }
  .als-styles .ls-05-sm {
    letter-spacing: 0.5px !important;
  }
  .als-styles .ls-06-sm {
    letter-spacing: 0.6px !important;
  }
  .als-styles .ls-07-sm {
    letter-spacing: 0.7px !important;
  }
  .als-styles .ls-08-sm {
    letter-spacing: 0.8px !important;
  }
  .als-styles .ls-09-sm {
    letter-spacing: 0.9px !important;
  }
  .als-styles .ls-1-sm {
    letter-spacing: 1px !important;
  }
  .als-styles .ls-2-sm {
    letter-spacing: 2px !important;
  }
  .als-styles .ls-3-sm {
    letter-spacing: 3px !important;
  }
  .als-styles .ls-4-sm {
    letter-spacing: 4px !important;
  }
  .als-styles .ls-5-sm {
    letter-spacing: 5px !important;
  }
  .als-styles .ls-6-sm {
    letter-spacing: 6px !important;
  }
  .als-styles .ls-7-sm {
    letter-spacing: 7px !important;
  }
  .als-styles .ls-8-sm {
    letter-spacing: 8px !important;
  }
  .als-styles .ls-9-sm {
    letter-spacing: 9px !important;
  }
  .als-styles .ls-10-sm {
    letter-spacing: 10px !important;
  }
  .als-styles .ls-11-sm {
    letter-spacing: 11px !important;
  }
  .als-styles .ls-12-sm {
    letter-spacing: 12px !important;
  }
  .als-styles .ls-13-sm {
    letter-spacing: 13px !important;
  }
  .als-styles .ls-14-sm {
    letter-spacing: 14px !important;
  }
  .als-styles .ls-15-sm {
    letter-spacing: 15px !important;
  }
  .als-styles .ls-20-sm {
    letter-spacing: 20px !important;
  }
  .als-styles .top-0-sm {
    top: 0px !important;
  }
  .als-styles .top-1-sm {
    top: 1px !important;
  }
  .als-styles .top-2-sm {
    top: 2px !important;
  }
  .als-styles .top-3-sm {
    top: 3px !important;
  }
  .als-styles .top-4-sm {
    top: 4px !important;
  }
  .als-styles .top-5-sm {
    top: 5px !important;
  }
  .als-styles .top-10-sm {
    top: 10px !important;
  }
  .als-styles .top-15-sm {
    top: 15px !important;
  }
  .als-styles .top-20-sm {
    top: 20px !important;
  }
  .als-styles .top-25-sm {
    top: 25px !important;
  }
  .als-styles .top-30-sm {
    top: 30px !important;
  }
  .als-styles .top-35-sm {
    top: 35px !important;
  }
  .als-styles .top-40-sm {
    top: 40px !important;
  }
  .als-styles .top-45-sm {
    top: 45px !important;
  }
  .als-styles .top-50-sm {
    top: 50px !important;
  }
  .als-styles .top-55-sm {
    top: 55px !important;
  }
  .als-styles .top-60-sm {
    top: 60px !important;
  }
  .als-styles .top-65-sm {
    top: 65px !important;
  }
  .als-styles .top-70-sm {
    top: 70px !important;
  }
  .als-styles .top-75-sm {
    top: 75px !important;
  }
  .als-styles .top-80-sm {
    top: 80px !important;
  }
  .als-styles .top-85-sm {
    top: 85px !important;
  }
  .als-styles .top-90-sm {
    top: 90px !important;
  }
  .als-styles .top-95-sm {
    top: 95px !important;
  }
  .als-styles .top-100-sm {
    top: 100px !important;
  }
  .als-styles .top-110-sm {
    top: 110px !important;
  }
  .als-styles .top-120-sm {
    top: 120px !important;
  }
  .als-styles .top-130-sm {
    top: 130px !important;
  }
  .als-styles .top-140-sm {
    top: 140px !important;
  }
  .als-styles .top-150-sm {
    top: 150px !important;
  }
  .als-styles .right-0-sm {
    right: 0px !important;
  }
  .als-styles .right-1-sm {
    right: 1px !important;
  }
  .als-styles .right-2-sm {
    right: 2px !important;
  }
  .als-styles .right-3-sm {
    right: 3px !important;
  }
  .als-styles .right-4-sm {
    right: 4px !important;
  }
  .als-styles .right-5-sm {
    right: 5px !important;
  }
  .als-styles .right-10-sm {
    right: 10px !important;
  }
  .als-styles .right-15-sm {
    right: 15px !important;
  }
  .als-styles .right-20-sm {
    right: 20px !important;
  }
  .als-styles .right-25-sm {
    right: 25px !important;
  }
  .als-styles .right-30-sm {
    right: 30px !important;
  }
  .als-styles .right-35-sm {
    right: 35px !important;
  }
  .als-styles .right-40-sm {
    right: 40px !important;
  }
  .als-styles .right-45-sm {
    right: 45px !important;
  }
  .als-styles .right-50-sm {
    right: 50px !important;
  }
  .als-styles .right-55-sm {
    right: 55px !important;
  }
  .als-styles .right-60-sm {
    right: 60px !important;
  }
  .als-styles .right-65-sm {
    right: 65px !important;
  }
  .als-styles .right-70-sm {
    right: 70px !important;
  }
  .als-styles .right-75-sm {
    right: 75px !important;
  }
  .als-styles .right-80-sm {
    right: 80px !important;
  }
  .als-styles .right-85-sm {
    right: 85px !important;
  }
  .als-styles .right-90-sm {
    right: 90px !important;
  }
  .als-styles .right-95-sm {
    right: 95px !important;
  }
  .als-styles .right-100-sm {
    right: 100px !important;
  }
  .als-styles .right-110-sm {
    right: 110px !important;
  }
  .als-styles .right-120-sm {
    right: 120px !important;
  }
  .als-styles .right-130-sm {
    right: 130px !important;
  }
  .als-styles .right-140-sm {
    right: 140px !important;
  }
  .als-styles .right-150-sm {
    right: 150px !important;
  }
  .als-styles .bottom-0-sm {
    bottom: 0px !important;
  }
  .als-styles .bottom-1-sm {
    bottom: 1px !important;
  }
  .als-styles .bottom-2-sm {
    bottom: 2px !important;
  }
  .als-styles .bottom-3-sm {
    bottom: 3px !important;
  }
  .als-styles .bottom-4-sm {
    bottom: 4px !important;
  }
  .als-styles .bottom-5-sm {
    bottom: 5px !important;
  }
  .als-styles .bottom-10-sm {
    bottom: 10px !important;
  }
  .als-styles .bottom-15-sm {
    bottom: 15px !important;
  }
  .als-styles .bottom-20-sm {
    bottom: 20px !important;
  }
  .als-styles .bottom-25-sm {
    bottom: 25px !important;
  }
  .als-styles .bottom-30-sm {
    bottom: 30px !important;
  }
  .als-styles .bottom-35-sm {
    bottom: 35px !important;
  }
  .als-styles .bottom-40-sm {
    bottom: 40px !important;
  }
  .als-styles .bottom-45-sm {
    bottom: 45px !important;
  }
  .als-styles .bottom-50-sm {
    bottom: 50px !important;
  }
  .als-styles .bottom-55-sm {
    bottom: 55px !important;
  }
  .als-styles .bottom-60-sm {
    bottom: 60px !important;
  }
  .als-styles .bottom-65-sm {
    bottom: 65px !important;
  }
  .als-styles .bottom-70-sm {
    bottom: 70px !important;
  }
  .als-styles .bottom-75-sm {
    bottom: 75px !important;
  }
  .als-styles .bottom-80-sm {
    bottom: 80px !important;
  }
  .als-styles .bottom-85-sm {
    bottom: 85px !important;
  }
  .als-styles .bottom-90-sm {
    bottom: 90px !important;
  }
  .als-styles .bottom-95-sm {
    bottom: 95px !important;
  }
  .als-styles .bottom-100-sm {
    bottom: 100px !important;
  }
  .als-styles .bottom-110-sm {
    bottom: 110px !important;
  }
  .als-styles .bottom-120-sm {
    bottom: 120px !important;
  }
  .als-styles .bottom-130-sm {
    bottom: 130px !important;
  }
  .als-styles .bottom-140-sm {
    bottom: 140px !important;
  }
  .als-styles .bottom-150-sm {
    bottom: 150px !important;
  }
  .als-styles .left-0-sm {
    left: 0px !important;
  }
  .als-styles .left-1-sm {
    left: 1px !important;
  }
  .als-styles .left-2-sm {
    left: 2px !important;
  }
  .als-styles .left-3-sm {
    left: 3px !important;
  }
  .als-styles .left-4-sm {
    left: 4px !important;
  }
  .als-styles .left-5-sm {
    left: 5px !important;
  }
  .als-styles .left-10-sm {
    left: 10px !important;
  }
  .als-styles .left-15-sm {
    left: 15px !important;
  }
  .als-styles .left-20-sm {
    left: 20px !important;
  }
  .als-styles .left-25-sm {
    left: 25px !important;
  }
  .als-styles .left-30-sm {
    left: 30px !important;
  }
  .als-styles .left-35-sm {
    left: 35px !important;
  }
  .als-styles .left-40-sm {
    left: 40px !important;
  }
  .als-styles .left-45-sm {
    left: 45px !important;
  }
  .als-styles .left-50-sm {
    left: 50px !important;
  }
  .als-styles .left-55-sm {
    left: 55px !important;
  }
  .als-styles .left-60-sm {
    left: 60px !important;
  }
  .als-styles .left-65-sm {
    left: 65px !important;
  }
  .als-styles .left-70-sm {
    left: 70px !important;
  }
  .als-styles .left-75-sm {
    left: 75px !important;
  }
  .als-styles .left-80-sm {
    left: 80px !important;
  }
  .als-styles .left-85-sm {
    left: 85px !important;
  }
  .als-styles .left-90-sm {
    left: 90px !important;
  }
  .als-styles .left-95-sm {
    left: 95px !important;
  }
  .als-styles .left-100-sm {
    left: 100px !important;
  }
  .als-styles .left-110-sm {
    left: 110px !important;
  }
  .als-styles .left-120-sm {
    left: 120px !important;
  }
  .als-styles .left-130-sm {
    left: 130px !important;
  }
  .als-styles .left-140-sm {
    left: 140px !important;
  }
  .als-styles .left-150-sm {
    left: 150px !important;
  }
  .als-styles .fullwidth-sm {
    width: 100% !important;
  }
  .als-styles .width-full-sm {
    width: 100vw !important;
  }
  .als-styles .width-auto-sm {
    width: auto !important;
  }
  .als-styles .width-0-sm {
    width: 0px !important;
  }
  .als-styles .width-1-sm {
    width: 1px !important;
  }
  .als-styles .width-2-sm {
    width: 2px !important;
  }
  .als-styles .width-3-sm {
    width: 3px !important;
  }
  .als-styles .width-4-sm {
    width: 4px !important;
  }
  .als-styles .width-5-sm {
    width: 5px !important;
  }
  .als-styles .width-6-sm {
    width: 6px !important;
  }
  .als-styles .width-7-sm {
    width: 7px !important;
  }
  .als-styles .width-8-sm {
    width: 8px !important;
  }
  .als-styles .width-9-sm {
    width: 9px !important;
  }
  .als-styles .width-10-sm {
    width: 10px !important;
  }
  .als-styles .width-11-sm {
    width: 11px !important;
  }
  .als-styles .width-12-sm {
    width: 12px !important;
  }
  .als-styles .width-13-sm {
    width: 13px !important;
  }
  .als-styles .width-14-sm {
    width: 14px !important;
  }
  .als-styles .width-15-sm {
    width: 15px !important;
  }
  .als-styles .width-16-sm {
    width: 16px !important;
  }
  .als-styles .width-17-sm {
    width: 17px !important;
  }
  .als-styles .width-18-sm {
    width: 18px !important;
  }
  .als-styles .width-19-sm {
    width: 19px !important;
  }
  .als-styles .width-20-sm {
    width: 20px !important;
  }
  .als-styles .width-21-sm {
    width: 21px !important;
  }
  .als-styles .width-22-sm {
    width: 22px !important;
  }
  .als-styles .width-23-sm {
    width: 23px !important;
  }
  .als-styles .width-24-sm {
    width: 24px !important;
  }
  .als-styles .width-25-sm {
    width: 25px !important;
  }
  .als-styles .width-26-sm {
    width: 26px !important;
  }
  .als-styles .width-27-sm {
    width: 27px !important;
  }
  .als-styles .width-28-sm {
    width: 28px !important;
  }
  .als-styles .width-29-sm {
    width: 29px !important;
  }
  .als-styles .width-30-sm {
    width: 30px !important;
  }
  .als-styles .width-31-sm {
    width: 31px !important;
  }
  .als-styles .width-32-sm {
    width: 32px !important;
  }
  .als-styles .width-33-sm {
    width: 33px !important;
  }
  .als-styles .width-34-sm {
    width: 34px !important;
  }
  .als-styles .width-35-sm {
    width: 35px !important;
  }
  .als-styles .width-36-sm {
    width: 36px !important;
  }
  .als-styles .width-37-sm {
    width: 37px !important;
  }
  .als-styles .width-38-sm {
    width: 38px !important;
  }
  .als-styles .width-39-sm {
    width: 39px !important;
  }
  .als-styles .width-40-sm {
    width: 40px !important;
  }
  .als-styles .width-41-sm {
    width: 41px !important;
  }
  .als-styles .width-42-sm {
    width: 42px !important;
  }
  .als-styles .width-43-sm {
    width: 43px !important;
  }
  .als-styles .width-44-sm {
    width: 44px !important;
  }
  .als-styles .width-45-sm {
    width: 45px !important;
  }
  .als-styles .width-46-sm {
    width: 46px !important;
  }
  .als-styles .width-47-sm {
    width: 47px !important;
  }
  .als-styles .width-48-sm {
    width: 48px !important;
  }
  .als-styles .width-49-sm {
    width: 49px !important;
  }
  .als-styles .width-50-sm {
    width: 50px !important;
  }
  .als-styles .width-55-sm {
    width: 55px !important;
  }
  .als-styles .width-60-sm {
    width: 60px !important;
  }
  .als-styles .width-65-sm {
    width: 65px !important;
  }
  .als-styles .width-70-sm {
    width: 70px !important;
  }
  .als-styles .width-75-sm {
    width: 75px !important;
  }
  .als-styles .width-80-sm {
    width: 80px !important;
  }
  .als-styles .width-85-sm {
    width: 85px !important;
  }
  .als-styles .width-90-sm {
    width: 90px !important;
  }
  .als-styles .width-95-sm {
    width: 95px !important;
  }
  .als-styles .width-100-sm {
    width: 100px !important;
  }
  .als-styles .width-110-sm {
    width: 110px !important;
  }
  .als-styles .width-120-sm {
    width: 120px !important;
  }
  .als-styles .width-130-sm {
    width: 130px !important;
  }
  .als-styles .width-140-sm {
    width: 140px !important;
  }
  .als-styles .width-150-sm {
    width: 150px !important;
  }
  .als-styles .width-200-sm {
    width: 200px !important;
  }
  .als-styles .width-percent-0-sm {
    width: 0;
  }
  .als-styles .width-percent-5-sm {
    width: 5% !important;
  }
  .als-styles .width-percent-10-sm {
    width: 10% !important;
  }
  .als-styles .width-percent-15-sm {
    width: 15% !important;
  }
  .als-styles .width-percent-20-sm {
    width: 20% !important;
  }
  .als-styles .width-percent-25-sm {
    width: 25% !important;
  }
  .als-styles .width-percent-30-sm {
    width: 30% !important;
  }
  .als-styles .width-percent-35-sm {
    width: 35% !important;
  }
  .als-styles .width-percent-40-sm {
    width: 40% !important;
  }
  .als-styles .width-percent-45-sm {
    width: 45% !important;
  }
  .als-styles .width-percent-50-sm {
    width: 50% !important;
  }
  .als-styles .width-percent-55-sm {
    width: 55% !important;
  }
  .als-styles .width-percent-60-sm {
    width: 60% !important;
  }
  .als-styles .width-percent-65-sm {
    width: 65% !important;
  }
  .als-styles .width-percent-70-sm {
    width: 70% !important;
  }
  .als-styles .width-percent-75-sm {
    width: 75% !important;
  }
  .als-styles .width-percent-80-sm {
    width: 80% !important;
  }
  .als-styles .width-percent-80-sm {
    width: 80% !important;
  }
  .als-styles .width-percent-85-sm {
    width: 85% !important;
  }
  .als-styles .width-percent-90-sm {
    width: 90% !important;
  }
  .als-styles .width-percent-95-sm {
    width: 95% !important;
  }
  .als-styles .width-percent-100-sm {
    width: 100% !important;
  }
  .als-styles .width-5vw-sm {
    width: 5vw !important;
  }
  .als-styles .width-10vw-sm {
    width: 10vw !important;
  }
  .als-styles .width-15vw-sm {
    width: 15vw !important;
  }
  .als-styles .width-20vw-sm {
    width: 20vw !important;
  }
  .als-styles .width-25vw-sm {
    width: 25vw !important;
  }
  .als-styles .width-30vw-sm {
    width: 30vw !important;
  }
  .als-styles .width-35vw-sm {
    width: 35vw !important;
  }
  .als-styles .width-40vw-sm {
    width: 40vw !important;
  }
  .als-styles .width-45vw-sm {
    width: 45vw !important;
  }
  .als-styles .width-50vw-sm {
    width: 50vw !important;
  }
  .als-styles .width-55vw-sm {
    width: 55vw !important;
  }
  .als-styles .width-60vw-sm {
    width: 60vw !important;
  }
  .als-styles .width-65vw-sm {
    width: 65vw !important;
  }
  .als-styles .width-70vw-sm {
    width: 70vw !important;
  }
  .als-styles .width-75vw-sm {
    width: 75vw !important;
  }
  .als-styles .width-80vw-sm {
    width: 80vw !important;
  }
  .als-styles .width-85vw-sm {
    width: 85vw !important;
  }
  .als-styles .width-90vw-sm {
    width: 90vw !important;
  }
  .als-styles .width-95vw-sm {
    width: 95vw !important;
  }
  .als-styles .fullheight-sm {
    height: 100% !important;
  }
  .als-styles .height-full-sm {
    height: 100vw !important;
  }
  .als-styles .height-auto-sm {
    height: auto !important;
  }
  .als-styles .height-0-sm {
    height: 0px !important;
  }
  .als-styles .height-1-sm {
    height: 1px !important;
  }
  .als-styles .height-2-sm {
    height: 2px !important;
  }
  .als-styles .height-3-sm {
    height: 3px !important;
  }
  .als-styles .height-4-sm {
    height: 4px !important;
  }
  .als-styles .height-5-sm {
    height: 5px !important;
  }
  .als-styles .height-6-sm {
    height: 6px !important;
  }
  .als-styles .height-7-sm {
    height: 7px !important;
  }
  .als-styles .height-8-sm {
    height: 8px !important;
  }
  .als-styles .height-9-sm {
    height: 9px !important;
  }
  .als-styles .height-10-sm {
    height: 10px !important;
  }
  .als-styles .height-11-sm {
    height: 11px !important;
  }
  .als-styles .height-12-sm {
    height: 12px !important;
  }
  .als-styles .height-13-sm {
    height: 13px !important;
  }
  .als-styles .height-14-sm {
    height: 14px !important;
  }
  .als-styles .height-15-sm {
    height: 15px !important;
  }
  .als-styles .height-16-sm {
    height: 16px !important;
  }
  .als-styles .height-17-sm {
    height: 17px !important;
  }
  .als-styles .height-18-sm {
    height: 18px !important;
  }
  .als-styles .height-19-sm {
    height: 19px !important;
  }
  .als-styles .height-20-sm {
    height: 20px !important;
  }
  .als-styles .height-21-sm {
    height: 21px !important;
  }
  .als-styles .height-22-sm {
    height: 22px !important;
  }
  .als-styles .height-23-sm {
    height: 23px !important;
  }
  .als-styles .height-24-sm {
    height: 24px !important;
  }
  .als-styles .height-25-sm {
    height: 25px !important;
  }
  .als-styles .height-26-sm {
    height: 26px !important;
  }
  .als-styles .height-27-sm {
    height: 27px !important;
  }
  .als-styles .height-28-sm {
    height: 28px !important;
  }
  .als-styles .height-29-sm {
    height: 29px !important;
  }
  .als-styles .height-30-sm {
    height: 30px !important;
  }
  .als-styles .height-31-sm {
    height: 31px !important;
  }
  .als-styles .height-32-sm {
    height: 32px !important;
  }
  .als-styles .height-33-sm {
    height: 33px !important;
  }
  .als-styles .height-34-sm {
    height: 34px !important;
  }
  .als-styles .height-35-sm {
    height: 35px !important;
  }
  .als-styles .height-36-sm {
    height: 36px !important;
  }
  .als-styles .height-37-sm {
    height: 37px !important;
  }
  .als-styles .height-38-sm {
    height: 38px !important;
  }
  .als-styles .height-39-sm {
    height: 39px !important;
  }
  .als-styles .height-40-sm {
    height: 40px !important;
  }
  .als-styles .height-41-sm {
    height: 41px !important;
  }
  .als-styles .height-42-sm {
    height: 42px !important;
  }
  .als-styles .height-43-sm {
    height: 43px !important;
  }
  .als-styles .height-44-sm {
    height: 44px !important;
  }
  .als-styles .height-45-sm {
    height: 45px !important;
  }
  .als-styles .height-46-sm {
    height: 46px !important;
  }
  .als-styles .height-47-sm {
    height: 47px !important;
  }
  .als-styles .height-48-sm {
    height: 48px !important;
  }
  .als-styles .height-49-sm {
    height: 49px !important;
  }
  .als-styles .height-50-sm {
    height: 50px !important;
  }
  .als-styles .height-55-sm {
    height: 55px !important;
  }
  .als-styles .height-60-sm {
    height: 60px !important;
  }
  .als-styles .height-65-sm {
    height: 65px !important;
  }
  .als-styles .height-70-sm {
    height: 70px !important;
  }
  .als-styles .height-75-sm {
    height: 75px !important;
  }
  .als-styles .height-80-sm {
    height: 80px !important;
  }
  .als-styles .height-85-sm {
    height: 85px !important;
  }
  .als-styles .height-90-sm {
    height: 90px !important;
  }
  .als-styles .height-95-sm {
    height: 95px !important;
  }
  .als-styles .height-100-sm {
    height: 100px !important;
  }
  .als-styles .height-110-sm {
    height: 110px !important;
  }
  .als-styles .height-120-sm {
    height: 120px !important;
  }
  .als-styles .height-130-sm {
    height: 130px !important;
  }
  .als-styles .height-140-sm {
    height: 140px !important;
  }
  .als-styles .height-150-sm {
    height: 150px !important;
  }
  .als-styles .height-200-sm {
    height: 200px !important;
  }
  .als-styles .height-250-sm {
    height: 250px !important;
  }
  .als-styles .height-300-sm {
    height: 300px !important;
  }
  .als-styles .height-350-sm {
    height: 350px !important;
  }
  .als-styles .height-400-sm {
    height: 400px !important;
  }
  .als-styles .height-450-sm {
    height: 450px !important;
  }
  .als-styles .height-500-sm {
    height: 500px !important;
  }
  .als-styles .height-percent-0-sm {
    height: 0;
  }
  .als-styles .height-percent-5-sm {
    height: 5% !important;
  }
  .als-styles .height-percent-10-sm {
    height: 10% !important;
  }
  .als-styles .height-percent-15-sm {
    height: 15% !important;
  }
  .als-styles .height-percent-20-sm {
    height: 20% !important;
  }
  .als-styles .height-percent-25-sm {
    height: 25% !important;
  }
  .als-styles .height-percent-30-sm {
    height: 30% !important;
  }
  .als-styles .height-percent-35-sm {
    height: 35% !important;
  }
  .als-styles .height-percent-40-sm {
    height: 40% !important;
  }
  .als-styles .height-percent-45-sm {
    height: 45% !important;
  }
  .als-styles .height-percent-50-sm {
    height: 50% !important;
  }
  .als-styles .height-percent-55-sm {
    height: 55% !important;
  }
  .als-styles .height-percent-60-sm {
    height: 60% !important;
  }
  .als-styles .height-percent-65-sm {
    height: 65% !important;
  }
  .als-styles .height-percent-70-sm {
    height: 70% !important;
  }
  .als-styles .height-percent-75-sm {
    height: 75% !important;
  }
  .als-styles .height-percent-80-sm {
    height: 80% !important;
  }
  .als-styles .height-percent-80-sm {
    height: 80% !important;
  }
  .als-styles .height-percent-85-sm {
    height: 85% !important;
  }
  .als-styles .height-percent-90-sm {
    height: 90% !important;
  }
  .als-styles .height-percent-95-sm {
    height: 95% !important;
  }
  .als-styles .height-percent-100-sm {
    height: 100% !important;
  }
  .als-styles .height-5vh-sm {
    height: 5vh !important;
  }
  .als-styles .height-10vh-sm {
    height: 10vh !important;
  }
  .als-styles .height-15vh-sm {
    height: 15vh !important;
  }
  .als-styles .height-20vh-sm {
    height: 20vh !important;
  }
  .als-styles .height-25vh-sm {
    height: 25vh !important;
  }
  .als-styles .height-30vh-sm {
    height: 30vh !important;
  }
  .als-styles .height-35vh-sm {
    height: 35vh !important;
  }
  .als-styles .height-40vh-sm {
    height: 40vh !important;
  }
  .als-styles .height-45vh-sm {
    height: 45vh !important;
  }
  .als-styles .height-50vh-sm {
    height: 50vh !important;
  }
  .als-styles .height-55vh-sm {
    height: 55vh !important;
  }
  .als-styles .height-60vh-sm {
    height: 60vh !important;
  }
  .als-styles .height-65vh-sm {
    height: 65vh !important;
  }
  .als-styles .height-70vh-sm {
    height: 70vh !important;
  }
  .als-styles .height-75vh-sm {
    height: 75vh !important;
  }
  .als-styles .height-80vh-sm {
    height: 80vh !important;
  }
  .als-styles .height-85vh-sm {
    height: 85vh !important;
  }
  .als-styles .height-90vh-sm {
    height: 90vh !important;
  }
  .als-styles .height-95vh-sm {
    height: 95vh !important;
  }
  .als-styles .mxw-inherit-sm {
    max-width: inherit !important;
  }
  .als-styles .mxw-full-sm, .als-styles .mxw-percent-100-sm {
    max-width: 100% !important;
  }
  .als-styles .mxw-none-sm {
    max-width: none !important;
  }
  .als-styles .mxw-0-sm, .als-styles .mxw-percent-0-sm {
    max-width: 0px !important;
  }
  .als-styles .mxw-1-sm {
    max-width: 1px !important;
  }
  .als-styles .mxw-2-sm {
    max-width: 2px !important;
  }
  .als-styles .mxw-3-sm {
    max-width: 3px !important;
  }
  .als-styles .mxw-4-sm {
    max-width: 4px !important;
  }
  .als-styles .mxw-5-sm {
    max-width: 5px !important;
  }
  .als-styles .mxw-10-sm {
    max-width: 10px !important;
  }
  .als-styles .mxw-15-sm {
    max-width: 15px !important;
  }
  .als-styles .mxw-20-sm {
    max-width: 20px !important;
  }
  .als-styles .mxw-30-sm {
    max-width: 30px !important;
  }
  .als-styles .mxw-35-sm {
    max-width: 35px !important;
  }
  .als-styles .mxw-40-sm {
    max-width: 40px !important;
  }
  .als-styles .mxw-45-sm {
    max-width: 45px !important;
  }
  .als-styles .mxw-50-sm {
    max-width: 50px !important;
  }
  .als-styles .mxw-55-sm {
    max-width: 55px !important;
  }
  .als-styles .mxw-60-sm {
    max-width: 60px !important;
  }
  .als-styles .mxw-65-sm {
    max-width: 65px !important;
  }
  .als-styles .mxw-70-sm {
    max-width: 70px !important;
  }
  .als-styles .mxw-75-sm {
    max-width: 75px !important;
  }
  .als-styles .mxw-80-sm {
    max-width: 80px !important;
  }
  .als-styles .mxw-85-sm {
    max-width: 85px !important;
  }
  .als-styles .mxw-90-sm {
    max-width: 90px !important;
  }
  .als-styles .mxw-95-sm {
    max-width: 95px !important;
  }
  .als-styles .mxw-100-sm {
    max-width: 100px !important;
  }
  .als-styles .mxw-150-sm {
    max-width: 150px !important;
  }
  .als-styles .mxw-200-sm {
    max-width: 200px !important;
  }
  .als-styles .mxw-250-sm {
    max-width: 250px !important;
  }
  .als-styles .mxw-300-sm {
    max-width: 300px !important;
  }
  .als-styles .mxw-350-sm {
    max-width: 350px !important;
  }
  .als-styles .mxw-400-sm {
    max-width: 400px !important;
  }
  .als-styles .mxw-450-sm {
    max-width: 450px !important;
  }
  .als-styles .mxw-500-sm {
    max-width: 500px !important;
  }
  .als-styles .mxw-5vw-sm {
    max-width: 5vw !important;
  }
  .als-styles .mxw-10vw-sm {
    max-width: 10vw !important;
  }
  .als-styles .mxw-15vw-sm {
    max-width: 15vw !important;
  }
  .als-styles .mxw-20vw-sm {
    max-width: 20vw !important;
  }
  .als-styles .mxw-25vw-sm {
    max-width: 25vw !important;
  }
  .als-styles .mxw-30vw-sm {
    max-width: 30vw !important;
  }
  .als-styles .mxw-35vw-sm {
    max-width: 35vw !important;
  }
  .als-styles .mxw-40vw-sm {
    max-width: 40vw !important;
  }
  .als-styles .mxw-45vw-sm {
    max-width: 45vw !important;
  }
  .als-styles .mxw-50vw-sm {
    max-width: 50vw !important;
  }
  .als-styles .mxw-55vw-sm {
    max-width: 55vw !important;
  }
  .als-styles .mxw-60vw-sm {
    max-width: 60vw !important;
  }
  .als-styles .mxw-65vw-sm {
    max-width: 65vw !important;
  }
  .als-styles .mxw-70vw-sm {
    max-width: 70vw !important;
  }
  .als-styles .mxw-75vw-sm {
    max-width: 75vw !important;
  }
  .als-styles .mxw-80vw-sm {
    max-width: 80vw !important;
  }
  .als-styles .mxw-85vw-sm {
    max-width: 85vw !important;
  }
  .als-styles .mxw-90vw-sm {
    max-width: 90vw !important;
  }
  .als-styles .mxw-95vw-sm {
    max-width: 95vw !important;
  }
  .als-styles .mxw-100vw-sm {
    max-width: 100vw !important;
  }
  .als-styles .mnw-inherit-sm {
    min-width: inherit !important;
  }
  .als-styles .mnw-full-sm, .als-styles .mnw-percent-100-sm {
    min-width: 100% !important;
  }
  .als-styles .mnw-none-sm, .als-styles .mnw-auto-sm {
    min-width: auto !important;
  }
  .als-styles .mnw-0-sm, .als-styles .mnw-percent-0-sm {
    min-width: 0px !important;
  }
  .als-styles .mnw-1-sm {
    min-width: 1px !important;
  }
  .als-styles .mnw-2-sm {
    min-width: 2px !important;
  }
  .als-styles .mnw-3-sm {
    min-width: 3px !important;
  }
  .als-styles .mnw-4-sm {
    min-width: 4px !important;
  }
  .als-styles .mnw-5-sm {
    min-width: 5px !important;
  }
  .als-styles .mnw-10-sm {
    min-width: 10px !important;
  }
  .als-styles .mnw-15-sm {
    min-width: 15px !important;
  }
  .als-styles .mnw-20-sm {
    min-width: 20px !important;
  }
  .als-styles .mnw-30-sm {
    min-width: 30px !important;
  }
  .als-styles .mnw-35-sm {
    min-width: 35px !important;
  }
  .als-styles .mnw-40-sm {
    min-width: 40px !important;
  }
  .als-styles .mnw-45-sm {
    min-width: 45px !important;
  }
  .als-styles .mnw-50-sm {
    min-width: 50px !important;
  }
  .als-styles .mnw-55-sm {
    min-width: 55px !important;
  }
  .als-styles .mnw-60-sm {
    min-width: 60px !important;
  }
  .als-styles .mnw-65-sm {
    min-width: 65px !important;
  }
  .als-styles .mnw-70-sm {
    min-width: 70px !important;
  }
  .als-styles .mnw-75-sm {
    min-width: 75px !important;
  }
  .als-styles .mnw-80-sm {
    min-width: 80px !important;
  }
  .als-styles .mnw-85-sm {
    min-width: 85px !important;
  }
  .als-styles .mnw-90-sm {
    min-width: 90px !important;
  }
  .als-styles .mnw-95-sm {
    min-width: 95px !important;
  }
  .als-styles .mnw-100-sm {
    min-width: 100px !important;
  }
  .als-styles .mnw-150-sm {
    min-width: 150px !important;
  }
  .als-styles .mnw-200-sm {
    min-width: 200px !important;
  }
  .als-styles .mnw-250-sm {
    min-width: 250px !important;
  }
  .als-styles .mnw-300-sm {
    min-width: 300px !important;
  }
  .als-styles .mnw-350-sm {
    min-width: 350px !important;
  }
  .als-styles .mnw-400-sm {
    min-width: 400px !important;
  }
  .als-styles .mnw-450-sm {
    min-width: 450px !important;
  }
  .als-styles .mnw-500-sm {
    min-width: 500px !important;
  }
  .als-styles .mnw-5vw-sm {
    min-width: 5vw !important;
  }
  .als-styles .mnw-10vw-sm {
    min-width: 10vw !important;
  }
  .als-styles .mnw-15vw-sm {
    min-width: 15vw !important;
  }
  .als-styles .mnw-20vw-sm {
    min-width: 20vw !important;
  }
  .als-styles .mnw-25vw-sm {
    min-width: 25vw !important;
  }
  .als-styles .mnw-30vw-sm {
    min-width: 30vw !important;
  }
  .als-styles .mnw-35vw-sm {
    min-width: 35vw !important;
  }
  .als-styles .mnw-40vw-sm {
    min-width: 40vw !important;
  }
  .als-styles .mnw-45vw-sm {
    min-width: 45vw !important;
  }
  .als-styles .mnw-50vw-sm {
    min-width: 50vw !important;
  }
  .als-styles .mnw-55vw-sm {
    min-width: 55vw !important;
  }
  .als-styles .mnw-60vw-sm {
    min-width: 60vw !important;
  }
  .als-styles .mnw-65vw-sm {
    min-width: 65vw !important;
  }
  .als-styles .mnw-70vw-sm {
    min-width: 70vw !important;
  }
  .als-styles .mnw-75vw-sm {
    min-width: 75vw !important;
  }
  .als-styles .mnw-80vw-sm {
    min-width: 80vw !important;
  }
  .als-styles .mnw-85vw-sm {
    min-width: 85vw !important;
  }
  .als-styles .mnw-90vw-sm {
    min-width: 90vw !important;
  }
  .als-styles .mnw-95vw-sm {
    min-width: 95vw !important;
  }
  .als-styles .mnw-100vw-sm {
    min-width: 100vw !important;
  }
  .als-styles .mxh-inherit-sm {
    max-height: inherit !important;
  }
  .als-styles .mxh-full-sm, .als-styles .mxh-percent-100-sm {
    max-height: 100% !important;
  }
  .als-styles .mxh-none-sm {
    max-height: none !important;
  }
  .als-styles .mxh-0-sm, .als-styles .mxh-percent-0-sm {
    max-height: 0px !important;
  }
  .als-styles .mxh-1-sm {
    max-height: 1px !important;
  }
  .als-styles .mxh-2-sm {
    max-height: 2px !important;
  }
  .als-styles .mxh-3-sm {
    max-height: 3px !important;
  }
  .als-styles .mxh-4-sm {
    max-height: 4px !important;
  }
  .als-styles .mxh-5-sm {
    max-height: 5px !important;
  }
  .als-styles .mxh-10-sm {
    max-height: 10px !important;
  }
  .als-styles .mxh-15-sm {
    max-height: 15px !important;
  }
  .als-styles .mxh-20-sm {
    max-height: 20px !important;
  }
  .als-styles .mxh-30-sm {
    max-height: 30px !important;
  }
  .als-styles .mxh-35-sm {
    max-height: 35px !important;
  }
  .als-styles .mxh-40-sm {
    max-height: 40px !important;
  }
  .als-styles .mxh-45-sm {
    max-height: 45px !important;
  }
  .als-styles .mxh-50-sm {
    max-height: 50px !important;
  }
  .als-styles .mxh-55-sm {
    max-height: 55px !important;
  }
  .als-styles .mxh-60-sm {
    max-height: 60px !important;
  }
  .als-styles .mxh-65-sm {
    max-height: 65px !important;
  }
  .als-styles .mxh-70-sm {
    max-height: 70px !important;
  }
  .als-styles .mxh-75-sm {
    max-height: 75px !important;
  }
  .als-styles .mxh-80-sm {
    max-height: 80px !important;
  }
  .als-styles .mxh-85-sm {
    max-height: 85px !important;
  }
  .als-styles .mxh-90-sm {
    max-height: 90px !important;
  }
  .als-styles .mxh-95-sm {
    max-height: 95px !important;
  }
  .als-styles .mxh-100-sm {
    max-height: 100px !important;
  }
  .als-styles .mxh-150-sm {
    max-height: 150px !important;
  }
  .als-styles .mxh-200-sm {
    max-height: 200px !important;
  }
  .als-styles .mxh-250-sm {
    max-height: 250px !important;
  }
  .als-styles .mxh-300-sm {
    max-height: 300px !important;
  }
  .als-styles .mxh-350-sm {
    max-height: 350px !important;
  }
  .als-styles .mxh-400-sm {
    max-height: 400px !important;
  }
  .als-styles .mxh-450-sm {
    max-height: 450px !important;
  }
  .als-styles .mxh-500-sm {
    max-height: 500px !important;
  }
  .als-styles .mxh-5vh-sm {
    max-height: 5vh !important;
  }
  .als-styles .mxh-10vh-sm {
    max-height: 10vh !important;
  }
  .als-styles .mxh-15vh-sm {
    max-height: 15vh !important;
  }
  .als-styles .mxh-20vh-sm {
    max-height: 20vh !important;
  }
  .als-styles .mxh-25vh-sm {
    max-height: 25vh !important;
  }
  .als-styles .mxh-30vh-sm {
    max-height: 30vh !important;
  }
  .als-styles .mxh-35vh-sm {
    max-height: 35vh !important;
  }
  .als-styles .mxh-40vh-sm {
    max-height: 40vh !important;
  }
  .als-styles .mxh-45vh-sm {
    max-height: 45vh !important;
  }
  .als-styles .mxh-50vh-sm {
    max-height: 50vh !important;
  }
  .als-styles .mxh-55vh-sm {
    max-height: 55vh !important;
  }
  .als-styles .mxh-60vh-sm {
    max-height: 60vh !important;
  }
  .als-styles .mxh-65vh-sm {
    max-height: 65vh !important;
  }
  .als-styles .mxh-70vh-sm {
    max-height: 70vh !important;
  }
  .als-styles .mxh-75vh-sm {
    max-height: 75vh !important;
  }
  .als-styles .mxh-80vh-sm {
    max-height: 80vh !important;
  }
  .als-styles .mxh-85vh-sm {
    max-height: 85vh !important;
  }
  .als-styles .mxh-90vh-sm {
    max-height: 90vh !important;
  }
  .als-styles .mxh-95vh-sm {
    max-height: 95vh !important;
  }
  .als-styles .mxh-100vh-sm {
    max-height: 100vh !important;
  }
  .als-styles .mnh-inherit-sm {
    min-height: inherit !important;
  }
  .als-styles .mnh-full-sm, .als-styles .mnh-percent-100-sm {
    min-height: 100% !important;
  }
  .als-styles .mnh-none-sm, .als-styles .mnh-auto-sm {
    min-height: auto !important;
  }
  .als-styles .mnh-0-sm, .als-styles .mnh-percent-0-sm {
    min-height: 0px !important;
  }
  .als-styles .mnh-1-sm {
    min-height: 1px !important;
  }
  .als-styles .mnh-2-sm {
    min-height: 2px !important;
  }
  .als-styles .mnh-3-sm {
    min-height: 3px !important;
  }
  .als-styles .mnh-4-sm {
    min-height: 4px !important;
  }
  .als-styles .mnh-5-sm {
    min-height: 5px !important;
  }
  .als-styles .mnh-10-sm {
    min-height: 10px !important;
  }
  .als-styles .mnh-15-sm {
    min-height: 15px !important;
  }
  .als-styles .mnh-20-sm {
    min-height: 20px !important;
  }
  .als-styles .mnh-30-sm {
    min-height: 30px !important;
  }
  .als-styles .mnh-35-sm {
    min-height: 35px !important;
  }
  .als-styles .mnh-40-sm {
    min-height: 40px !important;
  }
  .als-styles .mnh-45-sm {
    min-height: 45px !important;
  }
  .als-styles .mnh-50-sm {
    min-height: 50px !important;
  }
  .als-styles .mnh-55-sm {
    min-height: 55px !important;
  }
  .als-styles .mnh-60-sm {
    min-height: 60px !important;
  }
  .als-styles .mnh-65-sm {
    min-height: 65px !important;
  }
  .als-styles .mnh-70-sm {
    min-height: 70px !important;
  }
  .als-styles .mnh-75-sm {
    min-height: 75px !important;
  }
  .als-styles .mnh-80-sm {
    min-height: 80px !important;
  }
  .als-styles .mnh-85-sm {
    min-height: 85px !important;
  }
  .als-styles .mnh-90-sm {
    min-height: 90px !important;
  }
  .als-styles .mnh-95-sm {
    min-height: 95px !important;
  }
  .als-styles .mnh-100-sm {
    min-height: 100px !important;
  }
  .als-styles .mnh-150-sm {
    min-height: 150px !important;
  }
  .als-styles .mnh-200-sm {
    min-height: 200px !important;
  }
  .als-styles .mnh-250-sm {
    min-height: 250px !important;
  }
  .als-styles .mnh-300-sm {
    min-height: 300px !important;
  }
  .als-styles .mnh-350-sm {
    min-height: 350px !important;
  }
  .als-styles .mnh-400-sm {
    min-height: 400px !important;
  }
  .als-styles .mnh-450-sm {
    min-height: 450px !important;
  }
  .als-styles .mnh-500-sm {
    min-height: 500px !important;
  }
  .als-styles .mnh-5vh-sm {
    min-height: 5vh !important;
  }
  .als-styles .mnh-10vh-sm {
    min-height: 10vh !important;
  }
  .als-styles .mnh-15vh-sm {
    min-height: 15vh !important;
  }
  .als-styles .mnh-20vh-sm {
    min-height: 20vh !important;
  }
  .als-styles .mnh-25vh-sm {
    min-height: 25vh !important;
  }
  .als-styles .mnh-30vh-sm {
    min-height: 30vh !important;
  }
  .als-styles .mnh-35vh-sm {
    min-height: 35vh !important;
  }
  .als-styles .mnh-40vh-sm {
    min-height: 40vh !important;
  }
  .als-styles .mnh-45vh-sm {
    min-height: 45vh !important;
  }
  .als-styles .mnh-50vh-sm {
    min-height: 50vh !important;
  }
  .als-styles .mnh-55vh-sm {
    min-height: 55vh !important;
  }
  .als-styles .mnh-60vh-sm {
    min-height: 60vh !important;
  }
  .als-styles .mnh-65vh-sm {
    min-height: 65vh !important;
  }
  .als-styles .mnh-70vh-sm {
    min-height: 70vh !important;
  }
  .als-styles .mnh-75vh-sm {
    min-height: 75vh !important;
  }
  .als-styles .mnh-80vh-sm {
    min-height: 80vh !important;
  }
  .als-styles .mnh-85vh-sm {
    min-height: 85vh !important;
  }
  .als-styles .mnh-90vh-sm {
    min-height: 90vh !important;
  }
  .als-styles .mnh-95vh-sm {
    min-height: 95vh !important;
  }
  .als-styles .mnh-100vh-sm {
    min-height: 100vh !important;
  }
  .als-styles .pt-0-sm, .als-styles .py-0-sm, .als-styles .p-0-sm, .als-styles .pm-0-sm {
    padding-top: 0px !important;
  }
  .als-styles .pt-1-sm, .als-styles .py-1-sm {
    padding-top: 1px !important;
  }
  .als-styles .pt-2-sm, .als-styles .py-2-sm {
    padding-top: 2px !important;
  }
  .als-styles .pt-3-sm, .als-styles .py-3-sm {
    padding-top: 3px !important;
  }
  .als-styles .pt-4-sm, .als-styles .py-4-sm {
    padding-top: 4px !important;
  }
  .als-styles .pt-5-sm, .als-styles .py-5-sm {
    padding-top: 5px !important;
  }
  .als-styles .pt-10-sm, .als-styles .py-10-sm {
    padding-top: 10px !important;
  }
  .als-styles .pt-15-sm, .als-styles .py-15-sm {
    padding-top: 15px !important;
  }
  .als-styles .pt-20-sm, .als-styles .py-20-sm {
    padding-top: 20px !important;
  }
  .als-styles .pt-25-sm, .als-styles .py-25-sm {
    padding-top: 25px !important;
  }
  .als-styles .pt-30-sm, .als-styles .py-30-sm {
    padding-top: 30px !important;
  }
  .als-styles .pt-35-sm, .als-styles .py-35-sm {
    padding-top: 35px !important;
  }
  .als-styles .pt-40-sm, .als-styles .py-40-sm {
    padding-top: 40px !important;
  }
  .als-styles .pt-45-sm, .als-styles .py-45-sm {
    padding-top: 45px !important;
  }
  .als-styles .pt-50-sm, .als-styles .py-50-sm {
    padding-top: 50px !important;
  }
  .als-styles .pt-55-sm, .als-styles .py-55-sm {
    padding-top: 55px !important;
  }
  .als-styles .pt-60-sm, .als-styles .py-60-sm {
    padding-top: 60px !important;
  }
  .als-styles .pt-65-sm, .als-styles .py-65-sm {
    padding-top: 65px !important;
  }
  .als-styles .pt-70-sm, .als-styles .py-70-sm {
    padding-top: 70px !important;
  }
  .als-styles .pt-75-sm, .als-styles .py-75-sm {
    padding-top: 75px !important;
  }
  .als-styles .pt-80-sm, .als-styles .py-80-sm {
    padding-top: 80px !important;
  }
  .als-styles .pt-85-sm, .als-styles .py-85-sm {
    padding-top: 85px !important;
  }
  .als-styles .pt-90-sm, .als-styles .py-90-sm {
    padding-top: 90px !important;
  }
  .als-styles .pt-95-sm, .als-styles .py-95-sm {
    padding-top: 95px !important;
  }
  .als-styles .pt-100-sm, .als-styles .py-100-sm {
    padding-top: 100px !important;
  }
  .als-styles .pt-110-sm, .als-styles .py-110-sm {
    padding-top: 110px !important;
  }
  .als-styles .pt-120-sm, .als-styles .py-120-sm {
    padding-top: 120px !important;
  }
  .als-styles .pt-130-sm, .als-styles .py-130-sm {
    padding-top: 130px !important;
  }
  .als-styles .pt-140-sm, .als-styles .py-140-sm {
    padding-top: 140px !important;
  }
  .als-styles .pt-150-sm, .als-styles .py-150-sm {
    padding-top: 150px !important;
  }
  .als-styles .pt-200-sm, .als-styles .py-200-sm {
    padding-top: 200px !important;
  }
  .als-styles .pr-0-sm, .als-styles .px-0-sm, .als-styles .p-0-sm, .als-styles .pm-0-sm {
    padding-right: 0px !important;
  }
  .als-styles .pr-1-sm, .als-styles .px-1-sm {
    padding-right: 1px !important;
  }
  .als-styles .pr-2-sm, .als-styles .px-2-sm {
    padding-right: 2px !important;
  }
  .als-styles .pr-3-sm, .als-styles .px-3-sm {
    padding-right: 3px !important;
  }
  .als-styles .pr-4-sm, .als-styles .px-4-sm {
    padding-right: 4px !important;
  }
  .als-styles .pr-5-sm, .als-styles .px-5-sm {
    padding-right: 5px !important;
  }
  .als-styles .pr-10-sm, .als-styles .px-10-sm {
    padding-right: 10px !important;
  }
  .als-styles .pr-15-sm, .als-styles .px-15-sm {
    padding-right: 15px !important;
  }
  .als-styles .pr-20-sm, .als-styles .px-20-sm {
    padding-right: 20px !important;
  }
  .als-styles .pr-25-sm, .als-styles .px-25-sm {
    padding-right: 25px !important;
  }
  .als-styles .pr-30-sm, .als-styles .px-30-sm {
    padding-right: 30px !important;
  }
  .als-styles .pr-35-sm, .als-styles .px-35-sm {
    padding-right: 35px !important;
  }
  .als-styles .pr-40-sm, .als-styles .px-40-sm {
    padding-right: 40px !important;
  }
  .als-styles .pr-45-sm, .als-styles .px-45-sm {
    padding-right: 45px !important;
  }
  .als-styles .pr-50-sm, .als-styles .px-50-sm {
    padding-right: 50px !important;
  }
  .als-styles .pr-55-sm, .als-styles .px-55-sm {
    padding-right: 55px !important;
  }
  .als-styles .pr-60-sm, .als-styles .px-60-sm {
    padding-right: 60px !important;
  }
  .als-styles .pr-65-sm, .als-styles .px-65-sm {
    padding-right: 65px !important;
  }
  .als-styles .pr-70-sm, .als-styles .px-70-sm {
    padding-right: 70px !important;
  }
  .als-styles .pr-75-sm, .als-styles .px-75-sm {
    padding-right: 75px !important;
  }
  .als-styles .pr-80-sm, .als-styles .px-80-sm {
    padding-right: 80px !important;
  }
  .als-styles .pr-85-sm, .als-styles .px-85-sm {
    padding-right: 85px !important;
  }
  .als-styles .pr-90-sm, .als-styles .px-90-sm {
    padding-right: 90px !important;
  }
  .als-styles .pr-95-sm, .als-styles .px-95-sm {
    padding-right: 95px !important;
  }
  .als-styles .pr-100-sm, .als-styles .px-100-sm {
    padding-right: 100px !important;
  }
  .als-styles .pr-110-sm, .als-styles .px-110-sm {
    padding-right: 110px !important;
  }
  .als-styles .pr-120-sm, .als-styles .px-120-sm {
    padding-right: 120px !important;
  }
  .als-styles .pr-130-sm, .als-styles .px-130-sm {
    padding-right: 130px !important;
  }
  .als-styles .pr-140-sm, .als-styles .px-140-sm {
    padding-right: 140px !important;
  }
  .als-styles .pr-150-sm, .als-styles .px-150-sm {
    padding-right: 150px !important;
  }
  .als-styles .pr-200-sm, .als-styles .px-200-sm {
    padding-right: 200px !important;
  }
  .als-styles .pb-0-sm, .als-styles .py-0-sm, .als-styles .p-0-sm, .als-styles .pm-0-sm {
    padding-bottom: 0px !important;
  }
  .als-styles .pb-1-sm, .als-styles .py-1-sm {
    padding-bottom: 1px !important;
  }
  .als-styles .pb-2-sm, .als-styles .py-2-sm {
    padding-bottom: 2px !important;
  }
  .als-styles .pb-3-sm, .als-styles .py-3-sm {
    padding-bottom: 3px !important;
  }
  .als-styles .pb-4-sm, .als-styles .py-4-sm {
    padding-bottom: 4px !important;
  }
  .als-styles .pb-5-sm, .als-styles .py-5-sm {
    padding-bottom: 5px !important;
  }
  .als-styles .pb-10-sm, .als-styles .py-10-sm {
    padding-bottom: 10px !important;
  }
  .als-styles .pb-15-sm, .als-styles .py-15-sm {
    padding-bottom: 15px !important;
  }
  .als-styles .pb-20-sm, .als-styles .py-20-sm {
    padding-bottom: 20px !important;
  }
  .als-styles .pb-25-sm, .als-styles .py-25-sm {
    padding-bottom: 25px !important;
  }
  .als-styles .pb-30-sm, .als-styles .py-30-sm {
    padding-bottom: 30px !important;
  }
  .als-styles .pb-35-sm, .als-styles .py-35-sm {
    padding-bottom: 35px !important;
  }
  .als-styles .pb-40-sm, .als-styles .py-40-sm {
    padding-bottom: 40px !important;
  }
  .als-styles .pb-45-sm, .als-styles .py-45-sm {
    padding-bottom: 45px !important;
  }
  .als-styles .pb-50-sm, .als-styles .py-50-sm {
    padding-bottom: 50px !important;
  }
  .als-styles .pb-55-sm, .als-styles .py-55-sm {
    padding-bottom: 55px !important;
  }
  .als-styles .pb-60-sm, .als-styles .py-60-sm {
    padding-bottom: 60px !important;
  }
  .als-styles .pb-65-sm, .als-styles .py-65-sm {
    padding-bottom: 65px !important;
  }
  .als-styles .pb-70-sm, .als-styles .py-70-sm {
    padding-bottom: 70px !important;
  }
  .als-styles .pb-75-sm, .als-styles .py-75-sm {
    padding-bottom: 75px !important;
  }
  .als-styles .pb-80-sm, .als-styles .py-80-sm {
    padding-bottom: 80px !important;
  }
  .als-styles .pb-85-sm, .als-styles .py-85-sm {
    padding-bottom: 85px !important;
  }
  .als-styles .pb-90-sm, .als-styles .py-90-sm {
    padding-bottom: 90px !important;
  }
  .als-styles .pb-95-sm, .als-styles .py-95-sm {
    padding-bottom: 95px !important;
  }
  .als-styles .pb-100-sm, .als-styles .py-100-sm {
    padding-bottom: 100px !important;
  }
  .als-styles .pb-110-sm, .als-styles .py-110-sm {
    padding-bottom: 110px !important;
  }
  .als-styles .pb-120-sm, .als-styles .py-120-sm {
    padding-bottom: 120px !important;
  }
  .als-styles .pb-130-sm, .als-styles .py-130-sm {
    padding-bottom: 130px !important;
  }
  .als-styles .pb-140-sm, .als-styles .py-140-sm {
    padding-bottom: 140px !important;
  }
  .als-styles .pb-150-sm, .als-styles .py-150-sm {
    padding-bottom: 150px !important;
  }
  .als-styles .pb-200-sm, .als-styles .py-200-sm {
    padding-bottom: 200px !important;
  }
  .als-styles .pl-0-sm, .als-styles .px-0-sm, .als-styles .p-0-sm, .als-styles .pm-0-sm {
    padding-left: 0px !important;
  }
  .als-styles .pl-1-sm, .als-styles .px-1-sm {
    padding-left: 1px !important;
  }
  .als-styles .pl-2-sm, .als-styles .px-2-sm {
    padding-left: 2px !important;
  }
  .als-styles .pl-3-sm, .als-styles .px-3-sm {
    padding-left: 3px !important;
  }
  .als-styles .pl-4-sm, .als-styles .px-4-sm {
    padding-left: 4px !important;
  }
  .als-styles .pl-5-sm, .als-styles .px-5-sm {
    padding-left: 5px !important;
  }
  .als-styles .pl-10-sm, .als-styles .px-10-sm {
    padding-left: 10px !important;
  }
  .als-styles .pl-15-sm, .als-styles .px-15-sm {
    padding-left: 15px !important;
  }
  .als-styles .pl-20-sm, .als-styles .px-20-sm {
    padding-left: 20px !important;
  }
  .als-styles .pl-25-sm, .als-styles .px-25-sm {
    padding-left: 25px !important;
  }
  .als-styles .pl-30-sm, .als-styles .px-30-sm {
    padding-left: 30px !important;
  }
  .als-styles .pl-35-sm, .als-styles .px-35-sm {
    padding-left: 35px !important;
  }
  .als-styles .pl-40-sm, .als-styles .px-40-sm {
    padding-left: 40px !important;
  }
  .als-styles .pl-45-sm, .als-styles .px-45-sm {
    padding-left: 45px !important;
  }
  .als-styles .pl-50-sm, .als-styles .px-50-sm {
    padding-left: 50px !important;
  }
  .als-styles .pl-55-sm, .als-styles .px-55-sm {
    padding-left: 55px !important;
  }
  .als-styles .pl-60-sm, .als-styles .px-60-sm {
    padding-left: 60px !important;
  }
  .als-styles .pl-65-sm, .als-styles .px-65-sm {
    padding-left: 65px !important;
  }
  .als-styles .pl-70-sm, .als-styles .px-70-sm {
    padding-left: 70px !important;
  }
  .als-styles .pl-75-sm, .als-styles .px-75-sm {
    padding-left: 75px !important;
  }
  .als-styles .pl-80-sm, .als-styles .px-80-sm {
    padding-left: 80px !important;
  }
  .als-styles .pl-85-sm, .als-styles .px-85-sm {
    padding-left: 85px !important;
  }
  .als-styles .pl-90-sm, .als-styles .px-90-sm {
    padding-left: 90px !important;
  }
  .als-styles .pl-95-sm, .als-styles .px-95-sm {
    padding-left: 95px !important;
  }
  .als-styles .pl-100-sm, .als-styles .px-100-sm {
    padding-left: 100px !important;
  }
  .als-styles .pl-110-sm, .als-styles .px-110-sm {
    padding-left: 110px !important;
  }
  .als-styles .pl-120-sm, .als-styles .px-120-sm {
    padding-left: 120px !important;
  }
  .als-styles .pl-130-sm, .als-styles .px-130-sm {
    padding-left: 130px !important;
  }
  .als-styles .pl-140-sm, .als-styles .px-140-sm {
    padding-left: 140px !important;
  }
  .als-styles .pl-150-sm, .als-styles .px-150-sm {
    padding-left: 150px !important;
  }
  .als-styles .pl-200-sm, .als-styles .px-200-sm {
    padding-left: 200px !important;
  }
  .als-styles .gap-0-sm > * {
    padding: 0px !important;
  }
  .als-styles .gap-5-sm > * {
    padding: 5px !important;
  }
  .als-styles .gap-10-sm > * {
    padding: 10px !important;
  }
  .als-styles .mt-auto-sm, .als-styles .my-auto-sm {
    margin-top: auto !important;
  }
  .als-styles .mt-0-sm, .als-styles .my-0-sm, .als-styles .m-0-sm, .als-styles .pm-0-sm {
    margin-top: 0px !important;
  }
  .als-styles .mt-1-sm, .als-styles .my-1-sm {
    margin-top: 1px !important;
  }
  .als-styles .mt-2-sm, .als-styles .my-2-sm {
    margin-top: 2px !important;
  }
  .als-styles .mt-3-sm, .als-styles .my-3-sm {
    margin-top: 3px !important;
  }
  .als-styles .mt-4-sm, .als-styles .my-4-sm {
    margin-top: 4px !important;
  }
  .als-styles .mt-5-sm, .als-styles .my-5-sm {
    margin-top: 5px !important;
  }
  .als-styles .mt-10-sm, .als-styles .my-10-sm {
    margin-top: 10px !important;
  }
  .als-styles .mt-15-sm, .als-styles .my-15-sm {
    margin-top: 15px !important;
  }
  .als-styles .mt-20-sm, .als-styles .my-20-sm {
    margin-top: 20px !important;
  }
  .als-styles .mt-25-sm, .als-styles .my-25-sm {
    margin-top: 25px !important;
  }
  .als-styles .mt-30-sm, .als-styles .my-30-sm {
    margin-top: 30px !important;
  }
  .als-styles .mt-35-sm, .als-styles .my-35-sm {
    margin-top: 35px !important;
  }
  .als-styles .mt-40-sm, .als-styles .my-40-sm {
    margin-top: 40px !important;
  }
  .als-styles .mt-45-sm, .als-styles .my-45-sm {
    margin-top: 45px !important;
  }
  .als-styles .mt-50-sm, .als-styles .my-50-sm {
    margin-top: 50px !important;
  }
  .als-styles .mt-55-sm, .als-styles .my-55-sm {
    margin-top: 55px !important;
  }
  .als-styles .mt-60-sm, .als-styles .my-60-sm {
    margin-top: 60px !important;
  }
  .als-styles .mt-65-sm, .als-styles .my-65-sm {
    margin-top: 65px !important;
  }
  .als-styles .mt-70-sm, .als-styles .my-70-sm {
    margin-top: 70px !important;
  }
  .als-styles .mt-75-sm, .als-styles .my-75-sm {
    margin-top: 75px !important;
  }
  .als-styles .mt-80-sm, .als-styles .my-80-sm {
    margin-top: 80px !important;
  }
  .als-styles .mt-85-sm, .als-styles .my-85-sm {
    margin-top: 85px !important;
  }
  .als-styles .mt-90-sm, .als-styles .my-90-sm {
    margin-top: 90px !important;
  }
  .als-styles .mt-95-sm, .als-styles .my-95-sm {
    margin-top: 95px !important;
  }
  .als-styles .mt-100-sm, .als-styles .my-100-sm {
    margin-top: 100px !important;
  }
  .als-styles .mt-110-sm, .als-styles .my-110-sm {
    margin-top: 110px !important;
  }
  .als-styles .mt-120-sm, .als-styles .my-120-sm {
    margin-top: 120px !important;
  }
  .als-styles .mt-130-sm, .als-styles .my-130-sm {
    margin-top: 130px !important;
  }
  .als-styles .mt-140-sm, .als-styles .my-140-sm {
    margin-top: 140px !important;
  }
  .als-styles .mt-150-sm, .als-styles .my-150-sm {
    margin-top: 150px !important;
  }
  .als-styles .mt-200-sm, .als-styles .my-200-sm {
    margin-top: 200px !important;
  }
  .als-styles .mr-auto-sm, .als-styles .mx-auto-sm {
    margin-right: auto !important;
  }
  .als-styles .mr-0-sm, .als-styles .mx-0-sm, .als-styles .m-0-sm, .als-styles .pm-0-sm {
    margin-right: 0px !important;
  }
  .als-styles .mr-1-sm, .als-styles .mx-1-sm {
    margin-right: 1px !important;
  }
  .als-styles .mr-2-sm, .als-styles .mx-2-sm {
    margin-right: 2px !important;
  }
  .als-styles .mr-3-sm, .als-styles .mx-3-sm {
    margin-right: 3px !important;
  }
  .als-styles .mr-4-sm, .als-styles .mx-4-sm {
    margin-right: 4px !important;
  }
  .als-styles .mr-5-sm, .als-styles .mx-5-sm {
    margin-right: 5px !important;
  }
  .als-styles .mr-10-sm, .als-styles .mx-10-sm {
    margin-right: 10px !important;
  }
  .als-styles .mr-15-sm, .als-styles .mx-15-sm {
    margin-right: 15px !important;
  }
  .als-styles .mr-20-sm, .als-styles .mx-20-sm {
    margin-right: 20px !important;
  }
  .als-styles .mr-25-sm, .als-styles .mx-25-sm {
    margin-right: 25px !important;
  }
  .als-styles .mr-30-sm, .als-styles .mx-30-sm {
    margin-right: 30px !important;
  }
  .als-styles .mr-35-sm, .als-styles .mx-35-sm {
    margin-right: 35px !important;
  }
  .als-styles .mr-40-sm, .als-styles .mx-40-sm {
    margin-right: 40px !important;
  }
  .als-styles .mr-45-sm, .als-styles .mx-45-sm {
    margin-right: 45px !important;
  }
  .als-styles .mr-50-sm, .als-styles .mx-50-sm {
    margin-right: 50px !important;
  }
  .als-styles .mr-55-sm, .als-styles .mx-55-sm {
    margin-right: 55px !important;
  }
  .als-styles .mr-60-sm, .als-styles .mx-60-sm {
    margin-right: 60px !important;
  }
  .als-styles .mr-65-sm, .als-styles .mx-65-sm {
    margin-right: 65px !important;
  }
  .als-styles .mr-70-sm, .als-styles .mx-70-sm {
    margin-right: 70px !important;
  }
  .als-styles .mr-75-sm, .als-styles .mx-75-sm {
    margin-right: 75px !important;
  }
  .als-styles .mr-80-sm, .als-styles .mx-80-sm {
    margin-right: 80px !important;
  }
  .als-styles .mr-85-sm, .als-styles .mx-85-sm {
    margin-right: 85px !important;
  }
  .als-styles .mr-90-sm, .als-styles .mx-90-sm {
    margin-right: 90px !important;
  }
  .als-styles .mr-95-sm, .als-styles .mx-95-sm {
    margin-right: 95px !important;
  }
  .als-styles .mr-100-sm, .als-styles .mx-100-sm {
    margin-right: 100px !important;
  }
  .als-styles .mr-110-sm, .als-styles .mx-110-sm {
    margin-right: 110px !important;
  }
  .als-styles .mr-120-sm, .als-styles .mx-120-sm {
    margin-right: 120px !important;
  }
  .als-styles .mr-130-sm, .als-styles .mx-130-sm {
    margin-right: 130px !important;
  }
  .als-styles .mr-140-sm, .als-styles .mx-140-sm {
    margin-right: 140px !important;
  }
  .als-styles .mr-150-sm, .als-styles .mx-150-sm {
    margin-right: 150px !important;
  }
  .als-styles .mr-200-sm, .als-styles .mx-200-sm {
    margin-right: 200px !important;
  }
  .als-styles .mb-auto-sm, .als-styles .my-auto-sm {
    margin-bottom: auto !important;
  }
  .als-styles .mb-0-sm, .als-styles .my-0-sm, .als-styles .m-0-sm, .als-styles .pm-0-sm {
    margin-bottom: 0px !important;
  }
  .als-styles .mb-1-sm, .als-styles .my-1-sm {
    margin-bottom: 1px !important;
  }
  .als-styles .mb-2-sm, .als-styles .my-2-sm {
    margin-bottom: 2px !important;
  }
  .als-styles .mb-3-sm, .als-styles .my-3-sm {
    margin-bottom: 3px !important;
  }
  .als-styles .mb-4-sm, .als-styles .my-4-sm {
    margin-bottom: 4px !important;
  }
  .als-styles .mb-5-sm, .als-styles .my-5-sm {
    margin-bottom: 5px !important;
  }
  .als-styles .mb-10-sm, .als-styles .my-10-sm {
    margin-bottom: 10px !important;
  }
  .als-styles .mb-15-sm, .als-styles .my-15-sm {
    margin-bottom: 15px !important;
  }
  .als-styles .mb-20-sm, .als-styles .my-20-sm {
    margin-bottom: 20px !important;
  }
  .als-styles .mb-25-sm, .als-styles .my-25-sm {
    margin-bottom: 25px !important;
  }
  .als-styles .mb-30-sm, .als-styles .my-30-sm {
    margin-bottom: 30px !important;
  }
  .als-styles .mb-35-sm, .als-styles .my-35-sm {
    margin-bottom: 35px !important;
  }
  .als-styles .mb-40-sm, .als-styles .my-40-sm {
    margin-bottom: 40px !important;
  }
  .als-styles .mb-45-sm, .als-styles .my-45-sm {
    margin-bottom: 45px !important;
  }
  .als-styles .mb-50-sm, .als-styles .my-50-sm {
    margin-bottom: 50px !important;
  }
  .als-styles .mb-55-sm, .als-styles .my-55-sm {
    margin-bottom: 55px !important;
  }
  .als-styles .mb-60-sm, .als-styles .my-60-sm {
    margin-bottom: 60px !important;
  }
  .als-styles .mb-65-sm, .als-styles .my-65-sm {
    margin-bottom: 65px !important;
  }
  .als-styles .mb-70-sm, .als-styles .my-70-sm {
    margin-bottom: 70px !important;
  }
  .als-styles .mb-75-sm, .als-styles .my-75-sm {
    margin-bottom: 75px !important;
  }
  .als-styles .mb-80-sm, .als-styles .my-80-sm {
    margin-bottom: 80px !important;
  }
  .als-styles .mb-85-sm, .als-styles .my-85-sm {
    margin-bottom: 85px !important;
  }
  .als-styles .mb-90-sm, .als-styles .my-90-sm {
    margin-bottom: 90px !important;
  }
  .als-styles .mb-95-sm, .als-styles .my-95-sm {
    margin-bottom: 95px !important;
  }
  .als-styles .mb-100-sm, .als-styles .my-100-sm {
    margin-bottom: 100px !important;
  }
  .als-styles .mb-110-sm, .als-styles .my-110-sm {
    margin-bottom: 110px !important;
  }
  .als-styles .mb-120-sm, .als-styles .my-120-sm {
    margin-bottom: 120px !important;
  }
  .als-styles .mb-130-sm, .als-styles .my-130-sm {
    margin-bottom: 130px !important;
  }
  .als-styles .mb-140-sm, .als-styles .my-140-sm {
    margin-bottom: 140px !important;
  }
  .als-styles .mb-150-sm, .als-styles .my-150-sm {
    margin-bottom: 150px !important;
  }
  .als-styles .mb-200-sm, .als-styles .my-200-sm {
    margin-bottom: 200px !important;
  }
  .als-styles .ml-auto-sm, .als-styles .my-auto-sm {
    margin-left: auto !important;
  }
  .als-styles .ml-0-sm, .als-styles .mx-0-sm, .als-styles .m-0-sm, .als-styles .pm-0-sm {
    margin-left: 0px !important;
  }
  .als-styles .ml-1-sm, .als-styles .mx-1-sm {
    margin-left: 1px !important;
  }
  .als-styles .ml-2-sm, .als-styles .mx-2-sm {
    margin-left: 2px !important;
  }
  .als-styles .ml-3-sm, .als-styles .mx-3-sm {
    margin-left: 3px !important;
  }
  .als-styles .ml-4-sm, .als-styles .mx-4-sm {
    margin-left: 4px !important;
  }
  .als-styles .ml-5-sm, .als-styles .mx-5-sm {
    margin-left: 5px !important;
  }
  .als-styles .ml-10-sm, .als-styles .mx-10-sm {
    margin-left: 10px !important;
  }
  .als-styles .ml-15-sm, .als-styles .mx-15-sm {
    margin-left: 15px !important;
  }
  .als-styles .ml-20-sm, .als-styles .mx-20-sm {
    margin-left: 20px !important;
  }
  .als-styles .ml-25-sm, .als-styles .mx-25-sm {
    margin-left: 25px !important;
  }
  .als-styles .ml-30-sm, .als-styles .mx-30-sm {
    margin-left: 30px !important;
  }
  .als-styles .ml-35-sm, .als-styles .mx-35-sm {
    margin-left: 35px !important;
  }
  .als-styles .ml-40-sm, .als-styles .mx-40-sm {
    margin-left: 40px !important;
  }
  .als-styles .ml-45-sm, .als-styles .mx-45-sm {
    margin-left: 45px !important;
  }
  .als-styles .ml-50-sm, .als-styles .mx-50-sm {
    margin-left: 50px !important;
  }
  .als-styles .ml-55-sm, .als-styles .mx-55-sm {
    margin-left: 55px !important;
  }
  .als-styles .ml-60-sm, .als-styles .mx-60-sm {
    margin-left: 60px !important;
  }
  .als-styles .ml-65-sm, .als-styles .mx-65-sm {
    margin-left: 65px !important;
  }
  .als-styles .ml-70-sm, .als-styles .mx-70-sm {
    margin-left: 70px !important;
  }
  .als-styles .ml-75-sm, .als-styles .mx-75-sm {
    margin-left: 75px !important;
  }
  .als-styles .ml-80-sm, .als-styles .mx-80-sm {
    margin-left: 80px !important;
  }
  .als-styles .ml-85-sm, .als-styles .mx-85-sm {
    margin-left: 85px !important;
  }
  .als-styles .ml-90-sm, .als-styles .mx-90-sm {
    margin-left: 90px !important;
  }
  .als-styles .ml-95-sm, .als-styles .mx-95-sm {
    margin-left: 95px !important;
  }
  .als-styles .ml-100-sm, .als-styles .mx-100-sm {
    margin-left: 100px !important;
  }
  .als-styles .ml-110-sm, .als-styles .mx-110-sm {
    margin-left: 110px !important;
  }
  .als-styles .ml-120-sm, .als-styles .mx-120-sm {
    margin-left: 120px !important;
  }
  .als-styles .ml-130-sm, .als-styles .mx-130-sm {
    margin-left: 130px !important;
  }
  .als-styles .ml-140-sm, .als-styles .mx-140-sm {
    margin-left: 140px !important;
  }
  .als-styles .ml-150-sm, .als-styles .mx-150-sm {
    margin-left: 150px !important;
  }
  .als-styles .ml-200-sm, .als-styles .mx-200-sm {
    margin-left: 200px !important;
  }
  .als-styles .bg-left-sm {
    background-position: left !important;
  }
  .als-styles .bg-right-sm {
    background-position: right !important;
  }
  .als-styles .bg-top-sm {
    background-position: top !important;
  }
  .als-styles .bg-bottom-sm {
    background-position: bottom !important;
  }
  .als-styles .bg-lefttop-sm {
    background-position: left top !important;
  }
  .als-styles .bg-leftbottom-sm {
    background-position: left bottom !important;
  }
  .als-styles .bg-righttop-sm {
    background-position: right top !important;
  }
  .als-styles .bg-rightbottom-sm {
    background-position: right bottom !important;
  }
  .als-styles .bg-center-sm {
    background-position: center center !important;
  }
  .als-styles .bg-none-sm {
    background-image: none !important;
  }
  .als-styles .bg-cover-sm {
    background-size: cover !important;
  }
  .als-styles .no-border-sm, .als-styles .b-none-sm, .als-styles .b-0-sm {
    border: none !important;
  }
  .als-styles .no-radius-sm, .als-styles .no-radius-hover-sm:hover, .als-styles .radius-0-hover-sm:hover {
    border-radius: 0 !important;
  }
  .als-styles .radius-sm-sm, .als-styles .radius-sm-hover-sm:hover {
    border-radius: 3px !important;
  }
  .als-styles .radius-sm, .als-styles .radius-hover-sm:hover {
    border-radius: 6px !important;
  }
  .als-styles .radius-md-sm, .als-styles .radius-md-hover-sm:hover {
    border-radius: 12px !important;
  }
  .als-styles .radius-lg-sm, .als-styles .radius-lg-hover-sm:hover {
    border-radius: 30px !important;
  }
  .als-styles .radius-xl-sm, .als-styles .radius-xl-hover-sm:hover {
    border-radius: 100px !important;
  }
  .als-styles .radius-inherit-sm {
    border-radius: inherit !important;
  }
  .als-styles .radius-no-sm, .als-styles .radius-0-sm {
    border-radius: 0px !important;
  }
  .als-styles .radius-no-lt-sm {
    border-top-left-radius: 0px !important;
  }
  .als-styles .radius-no-rt-sm {
    border-top-right-radius: 0px !important;
  }
  .als-styles .radius-no-lb-sm {
    border-bottom-left-radius: 0px !important;
  }
  .als-styles .radius-no-rb-sm {
    border-bottom-right-radius: 0px !important;
  }
  .als-styles .radius-no-right-sm {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  .als-styles .radius-no-left-sm {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
  }
  .als-styles .radius-no-bottom-sm {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .als-styles .radius-no-top-sm {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
}
@media only screen and (max-width: 576px) {
  .als-styles h1, .als-styles .h1 {
    font-size: 25px;
  }
  .als-styles h2, .als-styles .h2 {
    font-size: 21px;
  }
  .als-styles h3, .als-styles .h3 {
    font-size: 18px;
  }
}

@font-face {
  font-family: "w-icons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=w-icon-],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "w-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

.w-icon-file-upload-remove:before {
  content: "\e900";
}

.w-icon-file-upload-icon:before {
  content: "\e903";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-code-block {
  margin: unset;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

button,
[type=button],
[type=reset] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesnâ€™t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesnâ€™t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable=true]:before,
.w-richtext[contenteditable=true]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type=video] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type=image] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type=image] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type=video] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block;
}

.w--nav-dropdown-open {
  display: block;
}

.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=medium] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=small] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.w-tab-link.w--current {
  background-color: #C8C8C8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(90deg);
  }
  60% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
.marquee {
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-80% + var(--offset));
}

.marquee__inner {
  width: max-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 10s linear infinite;
  animation-play-state: running;
}

.marquee span {
  font-size: 100px;
  line-height: 110px;
  padding: 0 2vw;
  font-family: Bitter Slab, sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2392156863);
}

.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-hide {
  display: none !important;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

/* ==============================================
	WEBSITE SELECTION COLORS
============================================== */
::selection {
  color: white;
  background-color: #363636;
}

/* ==============================================
	TEXT COLORS
============================================== */
/* Colored */
.colored, .colored-hover:hover, .colored-active.active,
.plyr--full-ui input[type=range],
.modern-nav.link-hover-01 .nav-container .nav-menu .nav-links li:not(.extra-links):hover > a.nav-link,
.modern-nav.link-hover-01 .nav-container li.extra-links > a.nav-link:hover,
.modern-nav.link-hover-01 .nav-container li.active > a.nav-link,
.modern-nav.link-hover-01 .nav-container li > a.nav-link.active {
  color: #EB4242 !important;
}

/* Colored1 */
.colored1, .colored1-hover:hover, .colored1-active.active {
  color: #FF5454 !important;
}

/* Colored2 */
.colored2, .colored2-hover:hover, .colored2-active.active {
  color: #7E4B4B !important;
}

/* ==============================================
	BACKGROUND COLORS
============================================== */
/* bg-colored */
.bg-colored, .bg-colored-hover:hover, .bg-colored-active.active, .bg-colored-hover-trigger:hover .bg-colored-hover-target,
.modern-nav .nav-links .nav-link:before,
.irs-from, .irs-to, .irs-single, .irs-line-left, .irs-line-mid, .irs-line-right,
.dots-colored-active:not(.dots-circle) .slick-dots li.slick-active:before,
.plyr__control--overlaid,
.plyr__volume .plyr__control:hover,
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true],
.twentytwenty-handle:active,
.underline-slide.underline-colored:before, .underline-slide.underline-colored:after {
  background-color: #EB4242 !important;
}

/* bg-colored1 */
.bg-colored1, .bg-colored1-hover:hover, .bg-colored1-active.active, .bg-colored1-hover-trigger:hover .bg-colored1-hover-target {
  background-color: #FF5454 !important;
}

/* bg-colored2 */
.bg-colored2, .bg-colored2-hover:hover, .bg-colored2-active.active, .bg-colored1-hover-trigger:hover .bg-colored1-hover-target {
  background-color: #7E4B4B !important;
}

/* Soft backgrounds - colored Tones */
.bg-soft-colored:before, .bg-soft-colored-hover:hover:before, .bg-soft-colored-active.active:before, .bg-soft-colored9:before, .bg-soft-colored9-hover:hover:before, .bg-soft-colored9-active.active:before {
  background-color: rgba(235, 66, 66, 0.9);
}

.bg-soft-colored1:before, .bg-soft-colored1-hover:hover:before, .bg-soft-colored1-active.active:before {
  background-color: rgba(235, 66, 66, 0.1);
}

.bg-soft-colored2:before, .bg-soft-colored2-hover:hover:before, .bg-soft-colored2-active.active:before {
  background-color: rgba(235, 66, 66, 0.2);
}

.bg-soft-colored3:before, .bg-soft-colored3-hover:hover:before, .bg-soft-colored3-active.active:before {
  background-color: rgba(235, 66, 66, 0.3);
}

.bg-soft-colored4:before, .bg-soft-colored4-hover:hover:before, .bg-soft-colored4-active.active:before {
  background-color: rgba(235, 66, 66, 0.4);
}

.bg-soft-colored5:before, .bg-soft-colored5-hover:hover:before, .bg-soft-colored5-active.active:before {
  background-color: rgba(235, 66, 66, 0.5);
}

.bg-soft-colored6:before, .bg-soft-colored6-hover:hover:before, .bg-soft-colored6-active.active:before {
  background-color: rgba(235, 66, 66, 0.6);
}

.bg-soft-colored7:before, .bg-soft-colored7-hover:hover:before, .bg-soft-colored7-active.active:before {
  background-color: rgba(235, 66, 66, 0.7);
}

.bg-soft-colored8:before, .bg-soft-colored8-hover:hover:before, .bg-soft-colored8-active.active:before {
  background-color: rgba(235, 66, 66, 0.8);
}

.bg-soft-colored10:before, .bg-soft-colored10-hover:hover:before, .bg-soft-colored10-active.active:before {
  background-color: rgb(235, 66, 66);
}

/* ==============================================
	BORDER COLORS
============================================== */
/* b-colored */
.b-colored, .b-colored-hover:hover, .b-colored-active.active,
.strip-timeline .dates div:hover:after, .strip-timeline .dates div.active:after,
.interactive-packages .selector {
  border-color: #EB4242 !important;
}

/* b-colored1 */
.b-colored1, .b-colored1-hover:hover, .b-colored1-active.active {
  border-color: #FF5454 !important;
}

/* b-colored2 */
.b-colored2, .b-colored2-hover:hover, .b-colored2-active.active {
  border-color: #7E4B4B !important;
}

/* ==============================================
	SVG COLORS
============================================== */
/* Fills */
/* fill-colored */
.fill-colored, .fill-colored-hover:hover, .fill-colored-active.active {
  fill: #EB4242 !important;
}

/* fill-colored1 */
.fill-colored1, .fill-colored1-hover:hover, .fill-colored1-active.active {
  fill: #FF5454 !important;
}

/* fill-colored2 */
.fill-colored2, .fill-colored2-hover:hover, .fill-colored2-active.active {
  fill: #7E4B4B !important;
}

/* Strokes */
/* stroke-colored */
.stroke-colored, .stroke-colored-hover:hover, .stroke-colored-active.active {
  stroke: #EB4242 !important;
}

/* stroke-colored1 */
.stroke-colored1, .stroke-colored1-hover:hover, .stroke-colored1-active.active {
  stroke: #FF5454 !important;
}

/* stroke-colored2 */
.stroke-colored2, .stroke-colored2-hover:hover, .stroke-colored2-active.active {
  stroke: #7E4B4B !important;
}

/* ==============================================
	GRADIENT BACKGROUNDS
============================================== */
/* bg-gradient, hover, active, bg-soft-gradient */
.bg-soft-gradient:before, .bg-gradient, .bg-gradient-hover:hover, .bg-gradient-active.active {
  background-image: #EC7876 !important;
  background-image: linear-gradient(-90deg, #EC7876 0%, #F4A088 100%) !important;
}

/* bg-gradient1, hover, active, bg-soft-gradient1 */
.bg-soft-gradient1:before, .bg-gradient1, .bg-gradient1-hover:hover, .bg-gradient1-active.active {
  background-image: #FFC86C !important;
  background-image: linear-gradient(-90deg, #FFC86C 0%, #FFA726 100%) !important;
}

/* bg-gradient2, hover, active, bg-soft-gradient2 */
.bg-soft-gradient2:before, .bg-gradient2, .bg-gradient2-hover:hover, .bg-gradient2-active.active {
  background-image: #6C56DA !important;
  background-image: linear-gradient(-90deg, #6C56DA 0%, #8C7AE6 100%) !important;
}

/* bg-gradient3, hover, active, bg-soft-gradient3 */
.bg-soft-gradient3:before {
  opacity: 0.92;
}

.bg-soft-gradient3:before, .bg-gradient3, .bg-gradient3-hover:hover, .bg-gradient3-active.active {
  background-image: #7CD8AC !important;
  background-image: linear-gradient(-90deg, #7CD8AC 0%, #57AF82 100%) !important;
}

/* bg-gradient4, hover, active, bg-soft-gradient4 */
.bg-soft-gradient4:before, .bg-gradient4, .bg-gradient4-hover:hover, .bg-gradient4-active.active {
  background-image: #131313 !important;
  background-image: linear-gradient(45deg, #131313 0%, #282828 100%) !important;
}

.als-styles nav.product-menu-open {
  z-index: 20000 !important;
}
.als-styles .w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.als-styles body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.als-styles a {
  color: #07304a;
  text-decoration: none;
}
.als-styles a:hover {
  color: #9fd7cb;
}
.als-styles .ls_als_widgets_wrapper {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-color: green;
  margin-top: -20px;
  padding-top: 100px;
  position: static;
}
.als-styles .ls_als_class_name_col {
  width: 25%;
}
.als-styles .ls_als_h3 {
  margin-bottom: 0;
  font-family: Bitter Slab, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 120%;
}
.als-styles .ls_als_figure1 {
  margin-bottom: 0;
  font-family: Bitter Slab, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 100%;
}
.als-styles .ls_als_row {
  width: 100%;
  border-bottom: 0.5px solid #f1f1f1;
  flex-direction: row;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_info1_sans {
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1.8vw;
  font-weight: 200;
  line-height: 120%;
}
.als-styles .ls_als_styles_section {
  width: 100vw;
  background-color: #aaa;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}
.als-styles .ls_als_styles_wrapper {
  width: 90%;
}
.als-styles .ls_als_h2 {
  margin-bottom: 0;
  font-family: Bitter Slab, sans-serif;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 120%;
}
.als-styles .ls_als_p1 {
  margin-bottom: 0;
  font-family: Bitter Slab, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 130%;
}
.als-styles .ls_als_example_col {
  width: 50%;
  min-height: 70px;
  display: block;
}
.als-styles .ls_als_info2_slab {
  margin-bottom: 0;
  font-family: Bitter Slab, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 120%;
}
.als-styles .ls_als_row_title {
  width: 100%;
  border-bottom: 0.5px solid #000;
  flex-direction: row;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_info2_sans {
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 120%;
}
.als-styles .ls_als_h1 {
  margin-bottom: 0;
  font-family: Bitter Slab, sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 100%;
}
.als-styles .ls_als_info1_slab {
  margin-bottom: 0;
  font-family: Bitter Slab, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 110%;
}
.als-styles .ls_als_p2 {
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 2.8vw;
  font-weight: 300;
  line-height: 100%;
}
.als-styles .ls_als_p3 {
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 130%;
}
.als-styles .ls_als_inv_dropdown {
  width: 25%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.als-styles .ls_als_inv_dropdown_toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.als-styles .ls_als_inv_dropdown_icon {
  margin-right: 10px;
  font-size: 22px;
}
.als-styles .ls_als_inv_dropdown_text {
  font-family: Bitter Slab, sans-serif;
  font-size: 5vw;
  font-weight: 900;
  line-height: 5vw;
}
.als-styles .ls_als_inv_dropdown_list {
  background-color: #2f72a6;
  justify-content: flex-end;
  display: none;
}
.als-styles .ls_als_inv_dropdown_list.w--open {
  background-color: rgba(47, 114, 166, 0);
  display: block;
}
.als-styles .ls_als_in_dropdown_list {
  width: 40%;
  min-width: 0;
  color: #fff;
  text-align: center;
  background-color: #2e6aa5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  margin-right: 20px;
  font-family: Roboto Slab;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 100%;
}
.als-styles .ls_als_p4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 120%;
}
.als-styles .ls_als_inv_btn {
  text-align: center;
  letter-spacing: 0.4vw;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #23b1d6;
  border-radius: 40px;
  padding: 20px 40px;
  font-family: Fira Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.5vw;
}
.als-styles .ls_als_inv_btn:hover {
  color: #2e6aa5;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
}
.als-styles .ls_als_bg_color_01 {
  background-color: #2e6aa5;
}
.als-styles .ls_als_bg_color_02 {
  background-color: #4fb0d1;
}
.als-styles .ls_als_bg_color_03 {
  background-color: #0c325d;
}
.als-styles .ls_als_bg_color_04 {
  background-color: rgba(255, 255, 255, 0.24);
}
.als-styles .ls_als_figure3 {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Bitter Slab, sans-serif;
  font-size: 3.5vw;
  font-weight: 900;
  line-height: 100%;
}
.als-styles .ls_als_figure2 {
  margin-bottom: 0;
  font-family: Bitter Slab, sans-serif;
  font-size: 5vw;
  font-weight: 900;
  line-height: 100%;
}
.als-styles .ls_als_highlight {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 4vw;
  font-weight: 200;
  line-height: 100%;
}
.als-styles .ls_als_notes {
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 120%;
}
.als-styles .ls_als_white {
  color: #fff;
}
.als-styles .ls_als_bg_color_05 {
  background-color: rgba(255, 255, 255, 0.9);
}
.als-styles .ls_als_solapa_info {
  width: 100%;
  height: 50%;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}
.als-styles .ls_als_inv_accion_price_container {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.als-styles .ls_als_inv_icon_accion_price {
  width: 25px;
  height: 25px;
}
.als-styles .ls_als_inv_date_container {
  width: 75%;
}
.als-styles .ls_als_inv_accion_wrapper {
  width: 95%;
  height: 90%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_inv_accion_wrapperv2 {
  width: 95%;
  height: 220px !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_icon_solapa_info_container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_inv_divider {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.als-styles .ls_als_inv_accion_price_content {
  grid-column-gap: 0.5vw;
  grid-row-gap: 0.5vw;
  display: flex;
}
.als-styles .ls_als_inv_download_icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_inv_download_icon:hover {
  transform: scale(1.1);
}
.als-styles .ls_als_inv_icon_accion {
  width: 20px;
  height: 20px;
}
.als-styles .ls_als_inv_accion_title {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.als-styles .ls_als_hs_line {
  width: 30vw;
  height: 100%;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
}
.als-styles .ls_als_hs_container_img_complete {
  width: 25vw;
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  left: 8vw;
}
.als-styles .ls_als_hs_main_info_wrapper {
  width: 100%;
  height: 99%;
  color: #fff;
  align-items: flex-start;
  display: flex;
  position: relative;
}
.als-styles .ls_als_hs_camera {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.als-styles .ls_als_hs_container_img_vertical_mov {
  width: 25vw;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}
.als-styles .ls_als_hs_container_nuggets {
  width: 25vw;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}
.als-styles .ls_als_info_div {
  width: 100%;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_historia_figure1 {
  text-align: center;
  font-family: Bitter Slab, sans-serif;
  font-size: 18vw;
  font-weight: 700;
  line-height: 100%;
}
.als-styles .ls_als_hs_item {
  width: 670vw;
  height: 100%;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}
.als-styles .ls_als_hs_container_logos_row2 {
  width: 70%;
  grid-column-gap: 0.5vw;
  grid-row-gap: 0.5vw;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
  position: relative;
  overflow: visible;
}
.als-styles .ls_als_hs_container_burguer {
  width: 23vw;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}
.als-styles .ls_als_hs_img_doodle {
  width: 18vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_hs_anios {
  color: rgba(255, 255, 255, 0.14);
  text-align: center;
  letter-spacing: 1px;
  font-family: Bitter, serif;
  font-size: 18vw;
  font-weight: 700;
  line-height: 100%;
  display: block;
}
.als-styles .ls_als_hs_line_wrapper {
  width: 100%;
  height: 1px;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}
.als-styles .ls_als_hs_container_logos_row {
  width: 70%;
  height: 11vw;
  align-items: flex-end;
  display: flex;
  position: relative;
}
.als-styles .ls_als_hs_frame {
  height: 40vh;
  display: flex;
  position: static;
}
.als-styles .ls_als_hs_anios_block {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: rgba(255, 255, 255, 0.2);
  flex-direction: column;
  justify-content: flex-start;
  font-family: Bitter Slab, sans-serif;
  font-size: 30vw;
  line-height: 30vw;
  display: flex;
  position: static;
  top: 30vh;
  overflow: visible;
}
.als-styles .ls_als_hs_container_cheesecake {
  width: 25vw;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}
.als-styles .ls_als_hs_container_logos_flags {
  width: 70%;
  grid-column-gap: 0.5vw;
  grid-row-gap: 0.5vw;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 1vw;
  display: grid;
  overflow: visible;
}
.als-styles .ls_als_hs_container_img_bking {
  width: 25vw;
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  left: 8vw;
}
.als-styles .ls_als_hs_container_img_dominos {
  width: 25vw;
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  left: 8vw;
}
.als-styles .ls_als_hs_container_logos_row1 {
  width: 100%;
  grid-column-gap: 0.5vw;
  grid-row-gap: 0.5vw;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  position: relative;
  overflow: visible;
}
.als-styles .ls_als_hs_h1 {
  color: #fff;
  font-size: 25vw;
  font-weight: 900;
  line-height: 100%;
  display: none;
}
.als-styles .ls_als_brand_units_flag {
  width: 100%;
}
.als-styles .ls_als_hs_container_hotcoffee {
  width: 25vw;
  justify-content: center;
  align-items: center;
  margin: auto 10vw;
  padding-right: 2vw;
  display: flex;
}
.als-styles .ls_als_hs_main_world_wrapper_mobile {
  width: 100vw;
  height: 50vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: relative;
}
.als-styles .ls_als_hs_img-doodles_container {
  margin-left: 28vw;
  display: flex;
}
.als-styles .ls_als_hs_list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
}
.als-styles .ls_als_hs_img_wrapper {
  width: 40vw;
  height: 100%;
  display: block;
}
.als-styles .ls_als_hs_container_vinetas {
  width: 25vw;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}
.als-styles .ls_als_hs_info_wrapper {
  width: 25vw;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}
.als-styles .ls_als_hs_main_world_wrapper {
  width: 100vw;
  height: 60vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.als-styles .ls_als_hs_dot {
  width: 0.5vw;
  height: 0.5vw;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: auto;
}
.als-styles .ls_als_hs_dot._8 {
  left: 307vw;
}
.als-styles .ls_als_hs_dot._11 {
  left: 432vw;
}
.als-styles .ls_als_hs_dot._10 {
  left: 382vw;
}
.als-styles .ls_als_hs_dot._2 {
  left: 52vw;
}
.als-styles .ls_als_hs_dot._7 {
  left: 282vw;
}
.als-styles .ls_als_hs_dot._5 {
  left: 192vw;
}
.als-styles .ls_als_hs_dot._3 {
  left: 117vw;
}
.als-styles .ls_als_hs_dot._15 {
  left: 597vw;
}
.als-styles .ls_als_hs_dot._9 {
  left: 357vw;
}
.als-styles .ls_als_hs_dot._13 {
  left: 482vw;
}
.als-styles .ls_als_hs_dot._12 {
  left: 457vw;
}
.als-styles .ls_als_hs_dot._4 {
  left: 142vw;
}
.als-styles .ls_als_hs_dot._1 {
  border-radius: 20px;
  left: 27vw;
}
.als-styles .ls_als_hs_dot._6 {
  left: 217vw;
}
.als-styles .ls_als_hs_al_images {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.als-styles .ls_als_hs_info_years_col {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_hs_track {
  height: 670vw;
  position: relative;
  overflow: visible;
}
.als-styles .ls_als_brand_units_flag-copy {
  width: 40%;
}
.als-styles .ls_als_hs_container_world {
  height: 15vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: -28%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.als-styles .ls_als_hs_years {
  z-index: -1;
  width: 60%;
  height: 16vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  overflow: hidden;
}
.als-styles .ls_als_agus_block_temp-copy {
  width: 100vw;
  height: 100vh;
  background-color: rgba(182, 121, 138, 0.97);
  justify-content: center;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_unidades_menu_intro_text {
  width: 43%;
  color: #fff;
  text-align: right;
}
.als-styles .ls_als_pais_tab_link {
  width: 7.5vw;
  height: 7.5vw;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}
.als-styles .ls_als_pais_tab_link:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.als-styles .ls_als_pais_tab_link.w--current {
  width: 7.5vw;
  height: 7.5vw;
  background-color: rgba(255, 255, 255, 0.51);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}
.als-styles .ls_als_unidades_corp_frnq {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
.als-styles .ls_als_unidades_pais_close {
  width: 3vw;
  height: 3vw;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 2vw;
  background-image: url("../img/ls_als_inv_icon_accordion_close.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.als-styles .ls_als_unidades_pais_close:hover {
  transform: scale(0.7);
}
.als-styles .ls_als_unidades_pais_tabs_img {
  width: 50%;
  margin-bottom: 0.4vw;
  margin-left: auto;
  margin-right: auto;
}
.als-styles .ls_als_unidades_segmentos_wrapper {
  width: 100%;
  height: 96vh;
  max-height: 96vh;
  perspective: 1072px;
  perspective-origin: 50% 100%;
  color: #005782;
  background-color: #dad5b3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2vw 8vw 2vw 16vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 100vw;
  right: auto;
  transform: none;
}
.als-styles .ls_als_somos_tab_content_col_2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_unidades_menu_col_2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 6vw;
  display: flex;
}
.als-styles .ls_als_unidades_pais_wrapper {
  width: 100%;
  height: 96vh;
  max-height: 96vh;
  perspective: 1072px;
  perspective-origin: 50% 100%;
  color: #005782;
  background-color: #f9c7b7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2vw 8vw 2vw 16vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -100vw;
  right: auto;
  transform: none;
}
.als-styles .ls_als_unidades_tabs {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_unidades_wrapper {
  z-index: -1;
  height: 100vh;
  perspective: 2000px;
  perspective-origin: 50%;
  background-color: rgba(211, 178, 178, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}
.als-styles .ls_als_unidades_btn_marcas {
  width: 17vw;
  height: 17vw;
  color: #005782;
  cursor: pointer;
  background-color: #9bdccc;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 1vw;
  padding-left: 1vw;
  text-decoration: none;
  display: flex;
}
.als-styles .ls_als_unidades_btn_marcas:hover {
  color: #fff;
  background-color: #0e2c53;
}
.als-styles .ls_als_unidades_seg_grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 1vw;
}
.als-styles .ls_als_somos_grid_flag_container {
  width: 3vw;
}
.als-styles .ls_als_h2-2 {
  font-family: Bitter Slab, sans-serif;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 100%;
}
.als-styles .ls_als_unidades_seg_tab_link {
  width: 11vw;
  height: 11vw;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}
.als-styles .ls_als_unidades_seg_tab_link:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_unidades_seg_tab_link.w--current {
  width: 11vw;
  height: 11vw;
  background-color: rgba(255, 255, 255, 0.51);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}
.als-styles .ls_als_figure_3 {
  letter-spacing: 1px;
  font-family: Bitter Slab, sans-serif;
  font-size: 3.5vw;
  font-weight: 900;
  line-height: 100%;
}
.als-styles .ls_als_p3_unidades_corporativas {
  color: #015783;
  font-family: Fira Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 110%;
}
.als-styles .ls_als_unidades_pais_resultado_flag {
  width: 50%;
}
.als-styles .ls_als_unidades_resultado__pais {
  width: 100%;
  grid-column-gap: 0.5vw;
  grid-row-gap: 0.5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}
.als-styles .ls_als_unidades_marcas_container {
  width: 100%;
  height: 100%;
  max-height: 100%;
  perspective: 1072px;
  perspective-origin: 50% 100%;
  color: #005782;
  background-color: #9bdccc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2vw 8vw 2vw 16vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
}
.als-styles .ls_als_unidades_pais_tabs_menu {
  grid-column-gap: 7px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-auto-columns: 1fr;
  margin-top: 9vw;
  display: grid;
}
.als-styles .ls_als_unidades_pais_logo_container {
  width: 6vw;
}
.als-styles .ls_als_unidades_seg_tabs_img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.als-styles .ls_als_unidades_menu_container {
  width: 70%;
  max-width: 70%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_unidades_menu {
  width: 100%;
  height: 100vh;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: rgba(1, 87, 131, 0.31);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_somos_tab_content_logo {
  width: 100%;
}
.als-styles .ls_als_somos_grid_numbers {
  text-align: right;
}
.als-styles .ls_als_unidades_tab_content_row {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  display: flex;
}
.als-styles .ls_als_unidades_seg_grid_div {
  width: 8.5vw;
  height: 8vw;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  border: 0.5px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
  display: flex;
}
.als-styles .ls_als_unidades_marcas_wrapper {
  width: 100%;
  height: 96vh;
  perspective: 1072px;
  perspective-origin: 50% 100%;
  color: #005782;
  background-color: rgba(155, 220, 204, 0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: -100vh;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
}
.als-styles .ls_als_unidades_marcas_close {
  width: 3vw;
  height: 3vw;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 2vw;
  background-image: url("../img/ls_als_inv_icon_accordion_close.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.als-styles .ls_als_unidades_marcas_close:hover {
  transform: scale(0.7);
}
.als-styles .ls_als_unidades_btn_paises {
  width: 17vw;
  height: 17vw;
  color: #005782;
  cursor: pointer;
  background-color: #f9c7b7;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 1vw;
  padding-left: 1vw;
  text-decoration: none;
  display: flex;
}
.als-styles .ls_als_unidades_btn_paises:hover {
  color: #fff;
  background-color: #0e2c53;
}
.als-styles .ls_als_unidades_btn_segmentos {
  width: 13vw;
  height: 13vw;
  color: #005782;
  cursor: pointer;
  background-color: #dad5b3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0.5vw;
  padding-left: 0.5vw;
  text-decoration: none;
  display: flex;
}
.als-styles .ls_als_unidades_btn_segmentos:hover {
  color: #fff;
  background-color: #0e2c53;
}
.als-styles .ls_als_brands_plus_icn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  margin-left: auto;
  color: white;
  background-image: url("../img/icon_accordion_to_open.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  transition: all 0.3s linear 0s;
}
.als-styles .ls_als_marcas_tab_link_tab {
  width: 7vw;
  height: 7vw;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}
.als-styles .ls_als_marcas_tab_link_tab:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.als-styles .ls_als_marcas_tab_link_tab.w--current {
  width: 7vw;
  height: 7vw;
  background-color: rgba(255, 255, 255, 0.51);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}
.als-styles .ls_als_p3_unidades_totales {
  font-family: Fira Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 110%;
}
.als-styles .ls_als_unidades_menu_col_1 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}
.als-styles .ls_als_unidades_marca_tabs_menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-auto-columns: 1fr;
  margin-top: 10vw;
  display: grid;
}
.als-styles .ls_als_somos_grid_flag {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_unidades_seg_grid_result {
  width: 100%;
}
.als-styles .ls_als_p3_unidades {
  font-family: Fira Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 110%;
}
.als-styles .ls_als_unidades_tab_content_col_1 {
  width: 8vw;
  height: 8vw;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_unidades_pais_grid_div {
  width: 8vw;
  height: 8vw;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  border: 0.5px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 0 8px 8px;
  display: flex;
}
.als-styles .ls_als_info1_slab_unidades {
  font-family: Bitter Slab, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 120%;
}
.als-styles .ls_als_unidades_identificadores {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  align-items: flex-end;
  display: flex;
}
.als-styles .ls_als_unidades_seg_logo_container {
  width: 5vw;
}
.als-styles .ls_als_unidades_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1vw;
}
.als-styles .ls_als_info1_slab_unidades_h1 {
  font-family: Bitter Slab, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 120%;
}
.als-styles .ls_als_unidades_title {
  width: auto;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_p3_unidades_subfranquicias {
  color: #0086ff;
  font-family: Fira Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 110%;
}
.als-styles .ls_als_unidades_marca_grid_div {
  width: 8vw;
  height: 8vw;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  border: 0.5px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 0 8px;
  display: flex;
}
.als-styles .ls_als_unidades_seg_tabs_menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 0.5fr 0.5fr;
  grid-auto-columns: 1fr;
  margin-top: 9vw;
  display: grid;
}
.als-styles .ls_als_unidades_marcas_tabs_img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.als-styles .ls_als_highlight_unidades {
  font-family: Fira Sans, sans-serif;
  font-size: 4vw;
  font-weight: 200;
  line-height: 100%;
}
.als-styles .ls_als_unidades_segmentos_close {
  width: 3vw;
  height: 3vw;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 2vw;
  background-image: url("../img/ls_als_inv_icon_accordion_close.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.als-styles .ls_als_unidades_segmentos_close:hover {
  transform: scale(0.7);
}
.als-styles .ls_als_unidades_tabs_content {
  margin-left: auto;
}
.als-styles .ls_als_unidades_marcas_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 1vw;
}
.als-styles .ls_als_pk_hamburger_wrapper {
  z-index: 20000;
  width: auto;
  height: 5vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3vh;
  margin-right: 2vw;
  padding-top: 10px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}
.als-styles .ls_als_brandshome_grid_container {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.als-styles .ls_als_brands_grid_int_col1 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: flex-end;
  display: flex;
}
.als-styles .ls_als_brandshome_intro_wrapper {
  height: 50vh;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}
.als-styles .ls_als_brandshome_page_wrapper {
  position: relative;
}
.als-styles .ls_als_brandshome_scroll_track {
  height: 200vh;
  position: relative;
}
.als-styles .ls_als_brands_container_horizontal {
  width: 11vw;
  height: 8vw;
  cursor: pointer;
  background-color: #b1d8ef;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.als-styles .ls_als_brands_grid_int_col2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_brands_grid_col2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}
.als-styles .ls_als_brands_grid_background-video {
  z-index: 2;
  width: 170%;
  height: 170%;
  object-fit: fill;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.als-styles .ls_als_brands_grid_col3 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_brandshome_title {
  z-index: 1;
  color: #fff;
  margin-bottom: 4vw;
  margin-left: 14vw;
  font-size: 14px;
}
.als-styles .ls_als_brandshome_scroll_div {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.als-styles .ls_als_brands_container_vertical {
  width: 8vw;
  height: 11vw;
  cursor: pointer;
  background-color: #b1d8ef;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.als-styles .ls_als_brandshome_grid {
  width: 100%;
  height: 100vh;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-auto-columns: 10%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_brands_grid_int_col3 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_brandshome_background {
  z-index: -1;
  width: 100vw;
  height: 1000vh;
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}
.als-styles .ls_als_brands_grid_image {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
}
.als-styles .ls_als_intro_grid_cell_exterior_inversionistas {
  z-index: 2;
  width: 100%;
  height: 100%;
  perspective-origin: 50%;
  transform-origin: 50%;
  border: 10px solid #084976;
  border-radius: 20px;
  position: absolute;
  overflow: hidden;
}
.als-styles .ls_als_intro_grid_tablet {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  justify-items: center;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.als-styles .ls_als_intro_grid_cell_interior_inversionistas {
  z-index: 1;
  width: 100%;
  height: 100%;
  perspective-origin: 50%;
  transform-origin: 50%;
  border: 10px solid #084976;
  position: absolute;
  overflow: hidden;
}
.als-styles .ls_als_intro_grid_solapa_inversionistas {
  z-index: 2;
  width: 100vw;
  height: 80vh;
  background-color: rgba(8, 73, 118, 0.9);
  border-bottom-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  display: flex;
  position: absolute;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.4);
}
.als-styles .ls_als_intro_grid_wrapper {
  width: 100vw;
  height: 200vh;
  color: #fff;
  position: relative;
}
.als-styles .ls_als_intro_grid_container_img {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #2c4950;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.als-styles .ls_als_intro_grid_desktop {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  justify-items: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.als-styles .ls_als_intro_grid_module {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.als-styles .ls_als_intro_grid_table {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  justify-items: center;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.als-styles .ls_als_intro_grid_container {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}
.als-styles .ls_als_intro_grid_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.als-styles .ls_als_intro_grid_cell_wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  perspective-origin: 50%;
  transform-origin: 50%;
  margin: -3px 3px -3px -3px;
  position: relative;
  overflow: hidden;
}
.als-styles .ls_als_intro_grid_content_example {
  width: 100vw;
  height: 100vh;
  background-color: #8b4848;
}
.als-styles .ls_als_intro_solapa_container {
  width: 100%;
  height: 100%;
  margin-left: 15vw;
  margin-right: 15vw;
}
.als-styles .ls_als_solapa_content {
  width: 100%;
  height: 50%;
  justify-content: space-between;
  align-items: center;
  margin-top: 7vh;
  display: flex;
}
.als-styles .ls_als_solapa_info_column_right {
  width: 40%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_inv_img-2 {
  width: 100%;
  height: 100%;
}
.als-styles .ls_als_solapa_title {
  width: 100%;
  align-items: center;
  margin-top: 120px;
  display: flex;
}
.als-styles .ls_als_inv_accion_content-2 {
  width: 100%;
  height: 40%;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_inv_accion_content-2v2 {
  width: 110%;
  height: 220px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_info2_slab-2 {
  font-family: Bitter Slab, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 120%;
}
.als-styles .ls_als_inv_info2_sans {
  color: #005782;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 120%;
}
.als-styles .ls_als_inv_h3 {
  color: #005782;
  font-family: Bitter Slab, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 100%;
}
.als-styles .ls_als_inv_info1_slab {
  color: #005782;
  font-family: Bitter Slab, sans-serif;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 120%;
}
.als-styles .ls_als_inv_notes {
  color: #005782;
  font-family: Fira Sans, sans-serif;
  font-size: 0.8vw;
  font-weight: 300;
  line-height: 100%;
}
.als-styles .ls_als_inv_p4 {
  color: #005782;
  font-family: Fira Sans, sans-serif;
  font-size: 0.8vw;
  font-weight: 700;
  line-height: 120%;
}
.als-styles .ls_als_solapa_info_column_left {
  width: 40%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_solapa_info_column_leftv2 {
  width: 60%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_intro_grid_solapa_sostenibilidad {
  z-index: 2;
  width: 100vw;
  height: 80vh;
  background-color: rgba(66, 39, 110, 0.8);
  border-bottom-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  display: flex;
  position: absolute;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.4);
}
.als-styles .ls_als_intro_grid_cell_exterior_sostenibilidad {
  z-index: 2;
  width: 100%;
  height: 100%;
  perspective-origin: 50%;
  transform-origin: 50%;
  border: 10px solid #42276e;
  border-radius: 20px;
  position: absolute;
  overflow: hidden;
}
.als-styles .ls_als_intro_grid_cell_interior_sostenibilidad {
  z-index: 1;
  width: 100%;
  height: 100%;
  perspective-origin: 50%;
  transform-origin: 50%;
  border: 10px solid #42276e;
  position: absolute;
  overflow: hidden;
}
.als-styles .ls_als_info1_slab_sostenibilidad {
  color: #005782;
  margin-bottom: 0;
  font-family: Bitter Slab, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 110%;
}
.als-styles .ls_als_sostenibilidad_content {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.als-styles .ls_als_sostenibilidad_wrapper {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}
.als-styles .ls_als_sostenibilidad_img_wrapper {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}
.als-styles .ls_als_sostenibilidad_content_box {
  width: 95%;
  height: 90%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_icon_wrapper {
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  display: flex;
}
.als-styles .ls_als_icon {
  width: 30px;
  height: 30px;
}
.als-styles .ls_als_solapa_info_column_sostenibilidad {
  width: 40%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_sostenibilidad_btn {
  text-align: center;
  letter-spacing: 0.4vw;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8168b7;
  border-radius: 40px;
  padding: 20px 40px;
  font-family: Fira Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.5vw;
}
.als-styles .ls_als_sostenibilidad_btn:hover {
  color: #2e6aa5;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
}
.als-styles .ls_als_intro_grid_solapa_prensa {
  z-index: 2;
  width: 100vw;
  height: 80vh;
  background-color: rgba(239, 73, 97, 0.7);
  border-bottom-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  display: flex;
  position: absolute;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.4);
}
.als-styles .ls_als_intro_grid_cell_exterior_prensa {
  z-index: 2;
  width: 100%;
  height: 100%;
  perspective-origin: 50%;
  transform-origin: 50%;
  border: 10px solid #F04D62;
  border-radius: 20px;
  position: absolute;
  overflow: hidden;
}
.als-styles .ls_als_intro_grid_cell_interior_prensa {
  z-index: 1;
  width: 100%;
  height: 100%;
  perspective-origin: 50%;
  transform-origin: 50%;
  border: 10px solid #F04D62;
  position: absolute;
  overflow: hidden;
}
.als-styles .div-block {
  width: 100%;
  height: 40%;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_home_segmento_lottie_cafeterias {
  width: 7vw;
  margin-top: -11vh;
  margin-left: 31vw;
}
.als-styles .ls_als_camara_segunda {
  width: 100vw;
  height: 100vh;
  margin-top: -30vh;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}
.als-styles .ls_als_home_intro_blueback_mobile {
  display: none;
}
.als-styles .ls_als_home_div_image_background {
  width: 30vw;
  height: 50vh;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  object-fit: cover;
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 20em;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}
.als-styles .ls_als_cierre_texto_01 {
  color: #fff;
  font-family: Bitter Slab, sans-serif;
  font-size: 4.4vw;
  font-weight: 400;
  line-height: 100%;
}
.als-styles .ls_als_home_intro_window {
  z-index: 4;
  width: 100vw;
  height: 100vh;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transform: rotate(0);
}
.als-styles .ls_als_home_intro_logo {
  width: 100%;
}
.als-styles .ls_als_home_intro-segmentos {
  width: 96vw;
  height: 96vh;
  letter-spacing: 1px;
  background-image: radial-gradient(circle at 50% 100%, #9fd7cb, #00a7c7 40%);
  border-right-color: #fff;
  border-radius: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8vh;
  padding-left: 15vw;
  display: flex;
  position: absolute;
}
.als-styles .ls_als_home_item_segunda_01 {
  width: 100vw;
  height: 100vh;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_home_window_text_02 {
  z-index: 8;
  color: #fff;
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: center;
  font-family: Agbalumo Regular, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  transform: translate3d(0, 0, 100px);
}
.als-styles .ls_als_home_parrafo_primera {
  width: 60vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3vh;
  margin-left: 20vw;
  display: flex;
  position: static;
  top: 30vh;
}
.als-styles .ls_als_home_tres_combos {
  z-index: 10;
  width: 100vw;
  height: 96vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}
.als-styles .ls_als_home_camara_primera {
  width: 98vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.als-styles .text-span-3 {
  font-weight: 400;
}
.als-styles .ls_als_frame_tercera {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}
.als-styles .ls_als_home_item_primera_02 {
  width: 100vw;
  height: 100vh;
  flex: none;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_home_intro_video {
  height: 100vh;
}
.als-styles .ls_als_home_intro_window_icons {
  z-index: 6;
  width: 50vw;
  height: 50vw;
  opacity: 0.81;
  mix-blend-mode: soft-light;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, 50px);
}
.als-styles .ls_als_home_intro_video_container {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.als-styles .ls_als_home_circulo_izquierda {
  z-index: 6;
  width: 15vw;
  height: 30vw;
  border-radius: 10em;
  position: absolute;
  overflow: hidden;
}
.als-styles .ls_als__home_frame_primera {
  width: 100%;
  height: 200vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2vh;
  margin-left: 1vw;
  display: flex;
}
.als-styles .ls_als_home_seccion_primera {
  width: 100vw;
  height: 150vw;
  margin-top: 2vh;
}
.als-styles .ls_als_home_intro_segmentos_text {
  color: #fff;
  text-align: left;
  letter-spacing: 0.5px;
  transform-style: preserve-3d;
  font-family: Bitter Slab, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 120%;
  transform: translate3d(0, 0, 100px);
}
.als-styles .ls_als_home_segmento_logo {
  width: 14vw;
  height: 11vw;
}
.als-styles .ls_als_home_intro_container {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  perspective: 1000px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.als-styles .ls_als_home_seccion_segunda {
  width: 100vw;
  height: 300vh;
}
.als-styles .ls_als_home_seccion_segmentos {
  z-index: 2;
  height: 600vh;
  perspective: 1000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_home_wrapper {
  width: 100vw;
  height: auto;
  background-color: #06314a;
  padding-bottom: 2vh;
}
.als-styles .ls_als_home_seccion_intro {
  width: 100vw;
  height: auto;
  perspective: 1000px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}
.als-styles .ls_als_home_circulo_centro {
  z-index: 4;
  width: 15vw;
  height: 30vw;
  border-radius: 10em;
  position: absolute;
  overflow: hidden;
}
.als-styles .ls_als_home_combo_rapida {
  z-index: 10;
  width: 50vw;
  height: auto;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  transform: translate3d(0, 0, 100px);
}
.als-styles .imagen_home {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.als-styles .ls_als_home_intro_text {
  z-index: 8;
  width: 60vw;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: absolute;
}
.als-styles .ls_als_phrase_container {
  z-index: 2;
  width: 96vw;
  height: 90vh;
  mix-blend-mode: screen;
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 200vh;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: relative;
}
.als-styles .ls_als_home_segmento_unidades {
  width: 16vw;
  height: 8vw;
  color: #fff;
  text-align: center;
  border: 0.5px solid #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vh;
  display: flex;
}
.als-styles .ls_als_frame_segunda {
  width: 100%;
  height: 200vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.als-styles .ls_als_home_segmento_lottie_rapida {
  width: 14vw;
  margin-top: -6vh;
  margin-left: 33vw;
}
.als-styles .ls_als_tercera_image_01 {
  z-index: 1000;
  width: 15vw;
  height: 15vw;
  background-color: #c57e7e;
  border-radius: 2em;
  position: absolute;
  top: 20vh;
  left: 25vw;
  overflow: hidden;
}
.als-styles .ls_als_home_item_segunda_02 {
  width: 100vw;
  height: 100vh;
  flex: none;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_frame_cierre {
  width: 80%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vh;
  display: flex;
}
.als-styles .ls_als_home_intro_blueback_desktop {
  z-index: 4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transform: translate(0);
}
.als-styles .parrafo-segunda-seccion {
  width: 70%;
  height: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 4vh;
  margin-left: 20vw;
  display: flex;
}
.als-styles .parrafo-tercera-seccion {
  z-index: 800;
  width: 70%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20vh;
  display: flex;
  position: absolute;
  top: 2vh;
  left: 20vw;
}
@media (max-height: 720px) and (min-width: 992px) {
  .als-styles .parrafo-tercera-seccion p {
    font-size: 5vw;
    line-height: 1.2;
  }
}
.als-styles .ls_als_tercera_image_02 {
  z-index: 600;
  width: 20vw;
  height: 20vw;
  background-color: #6b7246;
  border-radius: 2em;
  position: absolute;
  top: 40vh;
  left: 70vw;
  overflow: hidden;
}
.als-styles .ls_als_home_icono_container {
  width: 10vw;
  height: 10vw;
  color: #fff;
  text-align: center;
  background-color: #005782;
  border-top-left-radius: 3vw;
  border-bottom-right-radius: 3vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
  display: flex;
}
.als-styles .ls_als_home_icono_container.tree {
  width: 9vw;
  height: 9vw;
  background-color: #095550;
  margin-top: 2vh;
}
.als-styles .ls_als_home_icono_container.grape {
  width: 9vw;
  height: 9vw;
  background-color: #8970b2;
  margin-top: 2vh;
}
.als-styles .ls_als_home_icono_container.sun {
  width: 9vw;
  height: 9vw;
  background-color: #ffcd5b;
  border-radius: 3vw 0;
  margin-top: 2vh;
}
.als-styles .ls_als_home_unidades_text {
  font-family: Bitter Slab, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 100%;
}
.als-styles .ls_als_home_circulo_derecha {
  z-index: 2;
  width: 15vw;
  height: 30vw;
  border-radius: 10em;
  position: absolute;
  overflow: hidden;
}
.als-styles .ls_als_tercera_image_03 {
  z-index: 300;
  width: 10vw;
  height: 10vw;
  background-color: #4f799c;
  border-radius: 2em;
  position: absolute;
  top: 70vh;
  left: 30vw;
  overflow: hidden;
}
.als-styles .ls_als_home_unidades_figure {
  font-family: Bitter Slab, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 100%;
}
.als-styles .ls_als_home_segmento_lottie_casual {
  width: 14vw;
  margin-top: -12%;
  margin-left: 50%;
}
.als-styles .ls_als_home_segmento_logos {
  width: 70%;
  height: auto;
  justify-content: center;
  align-items: center;
  display: block;
}
.als-styles .ls_als_home_alsea_container_primera {
  width: 80vw;
  height: 25vh;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 55vh;
}
.als-styles .ls_als_cierre_texto_02 {
  color: #fff;
  margin-top: 6vh;
  font-family: Agbalumo Regular, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 100%;
}
.als-styles .ls_als_home_intro_logo_container {
  z-index: 2;
  width: 60vw;
  height: 60vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}
.als-styles .ls_als_camara_tercera {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.als-styles .ls_als_home_seccion_cierre {
  width: 96vw;
  height: 96vh;
  background-color: #f04d62;
  border-radius: 3em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}
.als-styles .ls_als_home_seccion_tercera {
  width: 100vw;
  height: 200vw;
}
.als-styles .ls_als_home_phrase {
  color: #000;
  letter-spacing: 0;
  text-shadow: -3px 4px 3px rgba(0, 0, 0, 0.07);
  font-family: Bitter Slab, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 100%;
}
.als-styles .ls_als_home_window_text {
  z-index: 8;
  color: #fff;
  letter-spacing: 1px;
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: center;
  font-family: Bitter Slab, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  transform: translate3d(0, 0, 100px);
}
.als-styles .ls_als_home_text {
  color: #fff;
  font-family: Bitter Slab, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 110%;
}
.als-styles .ls_als_home_text p {
  line-height: 110%;
}
.als-styles .ls_als_home_item_primera_01 {
  width: 98vw;
  height: 100vh;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10vw;
  display: flex;
}
.als-styles .body-2 {
  background-color: #444343;
}
.als-styles .ls_als_home_iconos_container {
  width: 8vw;
  height: 8vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vh;
  display: flex;
}
.als-styles .ls_als_home_icono_container_primera {
  width: 8vw;
  height: 8vw;
  align-items: flex-end;
  margin-top: 38vh;
  margin-left: 1vw;
  display: flex;
}
.als-styles .div-block-2 {
  height: 50vh;
}
.als-styles .ls_als_home_mundo-cierre {
  width: 22%;
  margin-bottom: 2vh;
}
.als-styles .ls_als_home_iconos_seccion {
  width: 100%;
}
.als-styles .ls_als_image_iicon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.als-styles .ls_als_home_info_rapida {
  z-index: 4;
  width: 90vw;
  height: 90vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 8vh;
}
.als-styles .ls_als_home_info_cafeterias {
  z-index: 6;
  width: 90vw;
  height: 90vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 8vh;
}
.als-styles .ls_als_home_info_casual {
  z-index: 8;
  width: 90vw;
  height: 90vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 8vh;
}
.als-styles .ls_als_home_segmentos_sticky {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.als-styles .ls_als_home_combo_cafeterias, .als-styles .ls_als_home_combo_casual {
  z-index: 10;
  width: 50vw;
  height: auto;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  transform: translate3d(0, 0, 100px);
}
.als-styles .ls_als_home_segmento_logos_casual {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  display: block;
}
.als-styles .ls_als_espacio {
  width: 10px;
  height: 10px;
}
.als-styles .ls_als_pk_grid_secundario {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4px 2px;
  transition: background-color 0.5s cubic-bezier(0.526, 0.007, 0.25, 1);
  display: flex;
  position: relative;
}
.als-styles .ls_als_pk_grid_secundario:hover {
  background-color: rgba(0, 0, 0, 0);
}
.als-styles .ls_als_pk_submenu_link_secundario {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
}
.als-styles .ls_als_pk_submenu_link_secundario:hover {
  text-decoration: none !important;
}
.als-styles .ls_als_pk_submenu_link_secundario:focus-visible {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 2px solid #ff0;
  padding: 0 4px;
}
.als-styles .ls_als_pk_submenu_link_secundario[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 2px solid #ff0;
  padding: 0 4px;
}
.als-styles .ls_als_pk_submenu_link_text_secundario {
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Fira Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
  position: static;
}
.als-styles .ls_als_pk_menu_secundario_desktop {
  width: 100%;
  height: auto;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 45px 8px 20px;
  transition: background-color 0.5s cubic-bezier(0.526, 0.007, 0.25, 1);
  display: flex;
  position: relative;
}
.als-styles .ls_als_pk_menu_secundario_desktop:hover {
  background-color: rgba(122, 121, 121, 0.6);
}
.als-styles .ls_als_pk_menu_idioma {
  color: #fff;
}
.als-styles .ls_als_real_state_number, .als-styles .ls_als_real_state_number p {
  font-family: Bitter Slab, sans-serif;
  font-size: 2.5vw;
  font-weight: 800;
}
.als-styles .blue {
  color: #005782;
}
.als-styles .ls_als_real_estate_brand_logo {
  text-align: center;
}
.als-styles .ls_als_img_rotate {
  animation: rotate 6s linear infinite;
}
.als-styles .ls_als_bg_logo_sticky {
  position: sticky;
  top: 20px;
  background: white !important;
  border-radius: 10px;
  margin-top: 10px;
}
.als-styles .ls_als_press_arrow {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.als-styles .ls_als_resources_link {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
.als-styles .ls_als_resources_link:hover {
  background-color: white;
}
.als-styles #ls_als_id_submenu1, .als-styles #ls_als_id_submenu2 {
  grid-area: span 1/span 1/span 1/span 1;
}
.als-styles #ls_als_id_submenu3 {
  grid-area: span 2/span 2/span 2/span 2;
}
.als-styles #ls_als_id_btn-link-menu {
  grid-area: span 1/span 3/span 1/span 3;
  justify-self: end;
}
.als-styles #ls_als_id_img-mundo-menu {
  grid-area: span 2/span 2/span 2/span 2;
  align-self: center;
  justify-self: center;
}
.als-styles #ls_als_id_submenu4 {
  grid-area: span 2/span 2/span 2/span 2;
}
.als-styles #ls_als_id_submenu5 {
  grid-area: span 1/span 1/span 1/span 1;
}
@media screen and (min-width: 1920px) {
  .als-styles #ls_als_id_submenu1 {
    grid-area: span 1/span 1/span 1/span 1;
  }
  .als-styles #ls_als_id_img-mundo-menu {
    grid-area: span 2/span 2/span 2/span 2;
    align-self: center;
    justify-self: center;
  }
}
@media screen and (max-width: 991px) {
  .als-styles #ls_als_id_submenu3 {
    grid-area: span 2/span 2/span 2/span 2;
  }
}
@media screen and (max-width: 479px) {
  .als-styles #w-node-_5c28e0fa-3dbc-6e8a-7fe9-e9694bd9e19d-b284ce2f, .als-styles #w-node-_5c28e0fa-3dbc-6e8a-7fe9-e9694bd9e19f-b284ce2f {
    align-self: center;
    justify-self: center;
  }
  .als-styles #w-node-_5c28e0fa-3dbc-6e8a-7fe9-e9694bd9e1a1-b284ce2f {
    justify-self: center;
  }
  .als-styles #w-node-_5c28e0fa-3dbc-6e8a-7fe9-e9694bd9e1a3-b284ce2f, .als-styles #w-node-_5c28e0fa-3dbc-6e8a-7fe9-e9694bd9e1a5-b284ce2f, .als-styles #w-node-_5c28e0fa-3dbc-6e8a-7fe9-e9694bd9e1a7-b284ce2f {
    align-self: center;
    justify-self: center;
  }
  .als-styles #w-node-_5c28e0fa-3dbc-6e8a-7fe9-e9694bd9e1a9-b284ce2f, .als-styles #w-node-_5c28e0fa-3dbc-6e8a-7fe9-e9694bd9e1ab-b284ce2f, .als-styles #w-node-_5c28e0fa-3dbc-6e8a-7fe9-e9694bd9e1ad-b284ce2f {
    justify-self: center;
  }
  .als-styles #w-node-_5c28e0fa-3dbc-6e8a-7fe9-e9694bd9e1af-b284ce2f, .als-styles #w-node-_5c28e0fa-3dbc-6e8a-7fe9-e9694bd9e1b1-b284ce2f, .als-styles #w-node-_5c28e0fa-3dbc-6e8a-7fe9-e9694bd9e1b3-b284ce2f {
    align-self: center;
    justify-self: center;
  }
}

.als-styles {
  /* @media screen and (max-width: 992px) {
  	.ls_als_info2_sans {
  		font-size: 18px;
  	}
  	.ls_als_notes {
  		font-size: 18px;
  	}
  	.ls_als_info1_slab {
  		font-size: 24px;
  	}
  }
  @media screen and (min-width: 1200px) {
  	.ls_als_info2_sans {
  		font-size: 16px;
  	}

  	.ls_als_notes {
  		font-size: 16px;
  	}

  	.ls_als_info1_slab {
  		font-size: 22px;
  	}
  }
  @media screen and (min-width: 2550px) {
  	.ls_als_info2_sans {
  		font-size: 20px;
  	}

  	.ls_als_notes {
  		font-size: 18px;
  	}

  	.ls_als_info1_slab {
  		font-size: 24px;
  	}
  } */
}
.als-styles .container-fluid {
  padding: 0 !important;
}
.als-styles .row {
  margin: 0;
  padding: 0;
}
.als-styles html, .als-styles body {
  scroll-behavior: smooth !important;
}
.als-styles ul {
  list-style-type: disc !important;
}
.als-styles .ls_als_main_wrapper_holder {
  margin-left: 18vw;
  margin-right: 18vw;
  padding-left: 10px;
  padding-right: 10px;
}
.als-styles .ls_als_jump_top_bar_height {
  padding-top: 14vh;
  background-color: transparent;
}
.als-styles .ls_als_save_top_bar_height {
  height: 160px !important;
  background-color: transparent;
}
.als-styles .ls_als_inv_dropdown {
  position: relative;
  background-color: transparent;
  width: auto;
  float: right;
}
.als-styles .ls_als_inv_dropdown_btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: white !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.als-styles .ls_als_inv_dropdown_toggle {
  font-family: Bitter Slab, sans-serif;
  font-weight: 900;
  white-space: nowrap;
  font-size: 4vw !important;
  background-color: transparent;
  float: right;
}
.als-styles .ls_als_inv_dropdown_toggle::after {
  display: inline-block;
  font-size: 40px !important;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0.3em solid white;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.als-styles .ls_als_inv_dropdown_togglee:empty::after {
  margin-left: 0;
}
.als-styles .ls_als_inv_dropdown_menu {
  position: absolute;
  z-index: 99999;
  width: auto;
  font-size: 1.8vw;
  color: white;
  text-align: right;
  list-style: none !important;
  list-style-type: none !important;
  background-color: #3e69a0;
  border-radius: 0px !important;
  top: -4px !important;
  left: 14% !important;
  padding: 0 !important;
}
.als-styles .ls_als_inv_dropdown_item {
  display: block;
  z-index: 99999;
  width: auto;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  clear: both;
  font-weight: 700 !important;
  color: white;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: #3e69a0;
  background-color: transparent;
  border: 0;
}
.als-styles .ls_als_inv_dropdown_item:hover {
  font-weight: 800;
  color: white;
  background-color: #3975a6;
}
.als-styles .ls_als_inv_link {
  font-family: Fira Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 120%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.als-styles .ls_als_inv_link:hover {
  font-weight: 600;
  color: #005782;
}
.als-styles .ls_als_link_hover:hover {
  text-decoration: underline;
}
.als-styles .ls_als_image_mobile_hide {
  display: block;
}
.als-styles .ls_als_focus_visible:focus-visible {
  outline-offset: 0px;
  border-radius: 11px;
  outline: 2px solid #ff0;
  padding-left: 6px;
  padding-right: 6px;
}
.als-styles .ls_als_custom_cursor_pointer {
  cursor: pointer !important;
}
.als-styles .ls_als_inv_icon_size {
  width: 60px;
  height: 60px;
}
.als-styles .ls_als_inv_icon_20 {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.als-styles .ls_als_inv_icon_40 {
  width: 40px;
  height: 40px;
}
.als-styles .ls_als_inv_icon_50 {
  width: 50px;
  height: 50px;
}
.als-styles .ls_als_inv_icon_60 {
  width: 60px;
  height: 60px;
}
.als-styles .ls_als_border_radius {
  border-radius: 20px !important;
}
.als-styles .ls_als_border_radius_image_grid {
  border-radius: 10px !important;
}
.als-styles .ls_als_border_radius_left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.als-styles .ls_als_border_radius_right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.als-styles .ls_als_border_radius_top_left {
  border-top-left-radius: 20px;
}
.als-styles .ls_als_border_radius_top_right {
  border-top-right-radius: 20px;
}
.als-styles .ls_als_border_radius_top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.als-styles .ls_als_position_bottom_left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.als-styles .ls_als_position_bottom_right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.als-styles .ls_als_inv_interior_section_fixed {
  position: fixed;
  top: 0;
}
.als-styles .ls_als_inv_interior_wrapper {
  z-index: 800;
  padding-top: 25vh;
}
.als-styles .ls_als_inv_bullet_list {
  font-family: Fira Sans, sans-serif;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  padding-left: 0px;
}
.als-styles .ls_als_inv_bullet_list li {
  font-family: Fira Sans, sans-serif;
  margin-top: 20px;
  margin-left: 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  padding-left: 0px;
}
.als-styles .ls_als_google_recaptcha {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.als-styles .ls_als_aas_transition_scale {
  transition: all 0.3s linear 0s;
}
.als-styles .ls_als_aas_transition_scale:hover {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}
.als-styles .ls_als_aas_transition_scale_small {
  transition: all 0.3s linear 0s;
}
.als-styles .ls_als_aas_transition_scale_small:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.als-styles .ls_als_links_underline {
  position: relative;
  text-decoration: none;
}
.als-styles .ls_als_links_underline::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}
.als-styles .ls_als_links_underline:hover::before {
  cursor: pointer;
  transform: scaleX(1);
}
.als-styles .ls_als_p3_div p {
  font-family: Fira Sans, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 1.3vw;
  color: white !important;
}
.als-styles .ls_als_inv_accion_content-2 {
  height: auto !important;
  overflow-y: hidden;
}
.als-styles .ls_als_inv_accion_wrapper {
  height: 100% !important;
}
.als-styles .ls_als_solapa_info_column_left {
  align-items: end !important;
}
.als-styles .ls_als_tercera_image_01 {
  z-index: 600 !important;
}
.als-styles .ls_als_unidades_pais_logo_container {
  width: 5vw !important;
}
.als-styles .ls_als_color_blue {
  color: #005782;
}
.als-styles .ls_als_inv_accion_content-2 {
  overflow-y: hidden;
}
.als-styles .ls_als_investors_submit_btn {
  text-align: center;
  text-transform: uppercase;
  background-color: #084976;
  border-radius: 40px;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 30px;
  color: white;
  margin-left: auto;
}
.als-styles .ls_als_investors_submit_btn:hover {
  background-color: #4FB0D1;
  color: white;
}
.als-styles .ls_als_link_span:hover {
  color: #000000 !important;
}
.als-styles .ls_als_link_span {
  color: #005782 !important;
}
.als-styles .ls_als_sost_btn1 {
  text-align: center;
  text-transform: uppercase;
  background-color: #42276E;
  border-radius: 40px;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 40px;
  color: white !important;
}
.als-styles .ls_als_sost_btn1:hover {
  background-color: #8870B2;
  color: white !important;
}
.als-styles .ls_als_sost_btn2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #8870B2;
  border-radius: 40px;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 40px;
  color: #ffffff;
}
.als-styles .ls_als_sost_btn2:hover {
  background-color: #261345;
  color: #ffffff;
}
.als-styles .ls_als_brands_btn {
  text-align: center;
  text-transform: uppercase;
  background-color: #084976;
  border-radius: 40px;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 40px;
}
.als-styles .ls_als_brands_btn:hover {
  background-color: #fff;
  color: #063557 !important;
}
.als-styles .ls_als_press_btn {
  text-align: center;
  text-transform: uppercase;
  background-color: #EF4961;
  border-radius: 40px;
  font-family: Fira Sans, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 40px;
  color: white !important;
}
.als-styles .ls_als_press_btn:hover {
  text-align: center;
  text-transform: uppercase;
  background-color: white;
  border-radius: 40px;
  font-family: Fira Sans, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 40px;
  color: #EF4961 !important;
}
.als-styles .ls_als_press_btn2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #F79A97;
  border-radius: 40px;
  font-family: Fira Sans, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 40px;
}
.als-styles .ls_als_press_btn2:hover {
  text-align: center;
  text-transform: uppercase;
  background-color: #EF4961;
  border-radius: 40px;
  font-family: Fira Sans, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 40px;
}
.als-styles .ls_als_agus_brand_detail_video_wrapper {
  height: 300vh;
  background-color: transparent;
  border: 1px #000;
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
  margin-top: -80vh;
  margin-bottom: -100vh;
  position: -webkit-sticky;
  position: sticky;
}
.als-styles .ls_als_agus_brand_detail_video_container {
  height: 100vh;
  color: #000;
  text-align: center;
  mix-blend-mode: normal;
  background-color: transparent;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.als-styles .ls_als_brand_detail_phrase_wrapper {
  z-index: 2;
  min-height: 100vh;
  mix-blend-mode: screen;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  font-size: 80px;
}
.als-styles .ls_als_background_video {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.als-styles .ls_als_background_video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  object-fit: center;
  z-index: -100;
}
.als-styles .ls_als_background_video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.als-styles .ls_als_brands_logo {
  width: 70%;
}
.als-styles .ls_als_brand_figure {
  font-family: Bitter Slab, sans-serif;
  font-size: 7.5vw;
  font-weight: 900;
  line-height: 100%;
}
.als-styles .ls_als_brand-detail_p3 {
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 160%;
  width: fit-content;
}
.als-styles .ls_als_country_units {
  width: 100%;
}
.als-styles .ls_als_country_units-units {
  justify-self: end !important;
}
.als-styles .ls_als__brand_detail_vh_100 {
  height: 100vh;
}
.als-styles .ls_als_agus_brand_detail_wrapper {
  width: 100%;
  position: relative;
}
.als-styles .ls_als_agus_brand_detail_hero_section {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.als-styles .ls_als_agus_brand_detail_spacer {
  height: 100vh;
}
.als-styles .ls_als_agus_brand_details_units_wrapper {
  z-index: 2;
  min-height: 100vh;
  background-color: #FFFFFF;
  border-radius: 2em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}
.als-styles .ls_als_agus_brand_mobile_phrase {
  color: #991D28 !important;
}
.als-styles .ls_als_brand_detail_phrase_container {
  z-index: 2;
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.als-styles .ls_als_brand_detail_text_color {
  color: #991D28 !important;
}
.als-styles .ls_als_brand_detail_img_mt {
  margin-top: 200px;
}
.als-styles .ls_als_img_animation_left_right {
  visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.als-styles .ls_als_rounded_img {
  border-radius: 20px;
}
.als-styles .ls_als_icon_flag {
  min-width: 55px;
  min-height: 55px;
  padding: 5px;
}
.als-styles .ls_als_brand_link_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.als-styles .ls_als_pres-corporativa_img img {
  vertical-align: top;
}
.als-styles #alseaPresentationsModal .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.als-styles .text-end {
  text-align: right;
}
.als-styles .text-end, .als-styles .text-end a {
  width: 100%;
}
@media only screen and (max-width: 600px) and (min-width: 200px) {
  .als-styles .ls_als_brands_logo {
    width: 50%;
  }
}
@media only screen and (max-width: 820px) and (min-width: 500px) {
  .als-styles .ls_als_agus_brand_detail_hero_section {
    width: 100%;
    min-height: 60vh;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media only screen and (max-width: 499px) and (min-width: 0px) {
  .als-styles .ls_als_brand_detail_img_mt {
    margin-top: 300px;
  }
  .als-styles .ls_als_agus_brand_detail_hero_section {
    width: 100%;
    min-height: 100vh;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .als-styles .ls_als_brand_figure {
    font-family: Bitter Slab, sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 100%;
  }
  .als-styles .ls_als_brand-detail_p3 {
    margin-bottom: 0;
    font-family: Fira Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 150%;
    width: fit-content;
  }
}
.als-styles .ls_als_section_background {
  background: rgb(136, 112, 178);
  background: linear-gradient(180deg, rgb(136, 112, 178) 3%, rgb(66, 42, 111) 88%);
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
  .als-styles .ls_als_section_background {
    background: rgb(136, 112, 178);
    background: linear-gradient(180deg, rgb(136, 112, 178) 3%, rgb(66, 42, 111) 88%);
  }
}
.als-styles .ls_als_annual_report_sustainabilty {
  background-color: #ffffff;
  border-radius: 20px;
}
.als-styles .ls_als_sost_btn_intro {
  background-color: #8168B7 !important;
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 40px;
  color: white !important;
}
.als-styles .ls_als_sost_btn_intro:hover {
  background-color: #42276E !important;
}
.als-styles .ls_als_solapa_content {
  height: 70% !important;
}

.ls_als_inv_accordion_button {
  font-family: Bitter Slab, sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.4vw;
  line-height: 2vw;
  font-weight: 600;
  color: white;
  text-align: left;
  background-color: #1f4873;
  border: 0px solid transparent;
  border-radius: 10px;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}

.ls_als_inv_accordion_button:hover {
  z-index: 2;
  color: white;
}

.ls_als_inv_accordion_button::after {
  background-color: transparent;
  margin-left: auto;
  content: "";
  color: white;
  background-image: url("../img/icon_accordion_to_open.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.3s linear 0s;
  flex-shrink: 0;
}

.ls_als_inv_accordion_button:focus-visible:after {
  outline-offset: 0px;
  border-radius: 11px;
  outline: 2px solid #ff0;
  padding-left: 6px;
  padding-right: 6px;
}

.ls_als_inv_accordion_button.collapsed {
  background-color: transparent !important;
}

.ls_als_inv_accordion_button:not(.collapsed) {
  color: white;
  font-weight: 900;
  font-size: 1.6vw;
  background-color: #1f4873;
  border: 1px solid #487b9f;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ls_als_inv_accordion_button:not(.collapsed)::after {
  color: white;
  content: "";
  background-image: url("../img/icon_accordion_to_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.ls_als_inv_accordion_item {
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #80a6c6;
  border-radius: 10px;
  color: white;
}

.ls_als_inv_accordion_body {
  background-color: #1f4873;
  border: 1px solid #80a6c6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ls_als_inv_accordion_01_button {
  font-family: Roboto Slab, sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 2vw;
  font-weight: 600;
  color: white;
  text-align: left;
  background-color: #5489B1;
  border: 0px solid tra;
  border-radius: 10px;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}

.ls_als_inv_accordion_01_button:hover {
  z-index: 2;
  color: white;
}

.ls_als_inv_accordion_01_button::after {
  background-color: transparent;
  margin-left: auto;
  content: "";
  color: white;
  background-image: url("../img/icon_accordion_to_open.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: all 0.3s linear 0s;
}

.ls_als_inv_accordion_01_button:focus-visible:after {
  outline-offset: 0px;
  border-radius: 11px;
  outline: 2px solid #ff0;
  padding-left: 6px;
  padding-right: 6px;
}

.ls_als_inv_accordion_01_button:hover::after {
  -webkit-transform: scale(1.4) !important;
  -moz-transform: scale(1.4) !important;
  transform: scale(1.4) !important;
}

.ls_als_inv_accordion_01_button.collapsed {
  background-color: transparent !important;
}

.ls_als_inv_accordion_01_button:not(.collapsed) {
  color: white;
  font-size: 2.2vw;
  background-color: #5489B1;
  border: 1px solid #5489B1;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ls_als_invbutton:not(.collapsed)::after {
  color: white;
  content: "";
  background-image: url("../img/icon_accordion_to_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.ls_als_inv_accordion_01_item {
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #80a6c6;
  border-radius: 10px;
  color: white;
}

.ls_als_inv_accordion_01_body {
  background-color: #5489B1;
  border: 1px solid #5489B1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*---------- Franchises accordion ------------*/
.ls_als_franchises_accordion_item {
  border-bottom: 1px solid #ffffff;
}

.ls_als_franchises_accordion_button {
  background-color: transparent;
  font-family: Bitter Slab, sans-serif;
  font-weight: 700;
  padding: 1rem 0.25rem;
  font-size: 1.4vw;
  display: flex;
  align-items: center;
  width: 100%;
}

.ls_als_franchises_accordion_button:not(.collapsed) {
  font-weight: 700;
  font-size: 1.6vw;
}

.ls_als_franchises_accordion_button:hover::after {
  -webkit-transform: scale(1.4) !important;
  -moz-transform: scale(1.4) !important;
  transform: scale(1.4) !important;
}

@media screen and (max-width: 992px) {
  .ls_als_franchises_accordion_button {
    font-size: 16px !important;
  }
}
.als-styles .ls_als_fn_card_we_are_container {
  position: relative;
  border-radius: 10px;
  width: 13vw;
  height: 13vw;
  z-index: 99999999;
}
.als-styles .ls_als_fn_card_we_are_container::before {
  content: "";
  z-index: 0;
  position: absolute;
  inset: 0;
}
.als-styles .ls_als_fn_card_we_are {
  border-radius: inherit;
  overflow: hidden;
  border: none;
  width: 100%;
  height: 100%;
}
.als-styles .ls_als_fn_card_we_are .ls_als_fn_img_content_we_are {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  transition: scale 0.3s, filter 1s;
}
.als-styles .ls_als_fn_card_we_are .ls_als_fn_content_we_are {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 20px 24px;
  line-height: 1.5;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.als-styles .ls_als_fn_card_we_are:hover {
  background-color: #04a7c7 !important;
}
.als-styles .ls_als_fn_card_we_are:hover .ls_als_fn_content_we_are {
  opacity: 1;
  transform: translateY(0);
}
.als-styles .ls_als_fn_card_we_are:hover .ls_als_fn_img_content_we_are {
  scale: 2.5;
  rotate: 30deg;
  filter: blur(7px);
  opacity: 0;
}
.als-styles .ls_als_fn_card_we_are:hover .ls_als_fn_img_content_we_are svg {
  fill: transparent;
}
.als-styles .ls_als_we_are_icon {
  bottom: 0%;
  right: 0%;
  text-align: end;
}
.als-styles .ls_als_figure1_we_are {
  font-size: 8vw;
  font-family: Bitter Slab, sans-serif;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 0;
}
.als-styles .ls_als_we_are_img_card {
  width: 90%;
}
.als-styles .ls_als_bg_box {
  background-color: #084976;
}
.als-styles .ls_als_bg_box:hover {
  background: rgba(255, 255, 255, 0.24);
}
.als-styles .ls_als_bg_corporate_integrity_box {
  background-color: #347EC1;
  width: 100%;
}
.als-styles .ls_als_bg_corporate_integrity_box:hover {
  background-color: #8870B2;
}
.als-styles .ls_als_bg_sust_download_box {
  background-color: #8870B2;
  width: 100%;
}
.als-styles .ls_als_bg_sust_download_box:hover {
  background-color: #643DAC;
}
.als-styles .ls_als_balance_squares {
  height: 15vw;
  width: 15vw;
  max-width: 15vw;
  max-height: 15vw;
  padding: 1vw;
  border-radius: 10px;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .als-styles .ls_als_notes {
    font-size: 18px;
  }
  .als-styles .ls_als_info1_slab {
    font-size: 24px;
  }
  .als-styles .ls_als_fn_card_we_are_container {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 60vw;
    height: 60vw;
  }
  .als-styles .ls_als_figure1_we_are {
    font-size: 140px;
  }
}
@media screen and (min-width: 769px) {
  .als-styles .ls_als_we_are_img_card {
    width: 50% !important;
  }
  .als-styles .ls_als_notes {
    font-size: 12px;
  }
  .als-styles .ls_als_fn_we_are_container {
    width: 18vw;
    height: 18vw;
  }
}
@media screen and (min-width: 1200px) {
  .als-styles .ls_als_notes {
    font-size: 16px;
  }
  .als-styles .ls_als_fn_card_we_are_container {
    width: 13vw;
    height: 13vw !important;
  }
}
@media screen and (min-width: 2550px) {
  .als-styles .ls_als_notes {
    font-size: 18px;
  }
}
.als-styles .ls_als_inv_hover_cards_container {
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 10px;
}
.als-styles .ls_als_inv_hover_cards_container::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
}
.als-styles .ls_als_inv_hover_card {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  border: none;
  background-color: #4FB0D1;
  cursor: pointer;
}
.als-styles .ls_als_inv_hover_card .ls_als_inv_hover_cards_img_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #4FB0D1;
  transition: scale 0.3s, filter 1s;
}
.als-styles .ls_als_inv_hover_card .ls_als_inv_hover_card_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: #e8e8e8;
  padding: 20px 24px;
  line-height: 1.5;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.als-styles .ls_als_inv_hover_card .ls_als_inv_hover_card_content .heading {
  font-size: 32px;
  font-weight: 700;
}
.als-styles .ls_als_inv_hover_card:hover .ls_als_inv_hover_card_content {
  opacity: 1;
  transform: translateY(0);
}
.als-styles .ls_als_inv_hover_card:hover .ls_als_inv_hover_cards_img_container {
  scale: 2.5;
  rotate: 30deg;
  filter: blur(7px);
  opacity: 0;
}
.als-styles .ls_als_inv_hover_card:hover .ls_als_inv_hover_cards_img_container svg {
  fill: transparent;
}
.als-styles .ls_als_sust_stack-cards {
  --stack-cards-gap: 0.75em;
}
.als-styles .ls_als_sust_stack-cards__item {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 1.25em;
  height: 0;
  padding-bottom: 50%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  overflow: hidden;
}
.als-styles .ls_als_sust_stack-cards__item > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.als-styles .ls_als_sust_cards_img {
  width: 70%;
}
@media only screen and (max-width: 600px) and (min-width: 300px) {
  .als-styles .ls_als_sust_stack-cards__item {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 1.25em;
    height: 0;
    padding-bottom: 125%;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    overflow: hidden;
  }
  .als-styles .ls_als_sust_cards_img {
    width: 50%;
  }
}
.als-styles .ls_als_fn_card_sustainability_container {
  position: relative;
  border-radius: 10px;
  width: 13vw;
  height: 13vw;
  z-index: auto;
}
.als-styles .ls_als_fn_card_sustainability_container::before {
  content: "";
  z-index: 0;
  position: absolute;
  inset: 0;
}
.als-styles .ls_als_fn_card_sustainability {
  border-radius: inherit;
  overflow: hidden;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.als-styles .ls_als_fn_card_sustainability .ls_als_fn_img_content_sustainability {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  transition: scale 0.3s, filter 1s;
}
.als-styles .ls_als_fn_card_sustainability .ls_als_fn_content_sustainability {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.als-styles .ls_als_fn_card_sustainability:hover {
  background-color: #04A7C7 !important;
}
.als-styles .ls_als_fn_card_sustainability:hover .ls_als_fn_content_sustainability {
  opacity: 1;
  transform: translateY(0);
}
.als-styles .ls_als_fn_card_sustainability:hover .ls_als_fn_img_content_sustainability {
  scale: 2.5;
  rotate: 30deg;
  filter: blur(7px);
  opacity: 0;
}
.als-styles .ls_als_fn_card_sustainability:hover .ls_als_fn_img_content_sustainability svg {
  fill: transparent;
}
@media screen and (max-width: 768px) {
  .als-styles .ls_als_fn_card_sustainability_container {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 60vw;
    height: 60vw;
  }
}
@media screen and (min-width: 769px) {
  .als-styles .ls_als_fn_card_sustainability_container {
    width: 18vw;
    height: 18vw;
  }
}
@media screen and (min-width: 1200px) {
  .als-styles .ls_als_fn_card_sustainability_container {
    width: 13vw;
    height: 13vw !important;
  }
}

.als-styles .ls_als_footer_bg {
  background-color: #1a1a1a;
}
.als-styles .ls_als_footer_rounded {
  border-radius: 20px;
}
.als-styles .ls_als_footer_link {
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  text-transform: none;
}
.als-styles .ls_als_footer_link:hover {
  font-weight: 600;
}
.als-styles .ls_als_facturacion {
  font-family: Fira Sans, sans-serif;
  color: #fff200;
  font-size: 16px;
  font-weight: 200;
  display: inline-block;
  padding-bottom: 0.25rem;
  position: relative;
}
.als-styles .ls_als_facturacion:hover {
  color: #00fbff;
  font-weight: 600;
}
.als-styles .ls_als_facturacion::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #00fbff;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}
.als-styles .ls_als_facturacion:hover::before {
  cursor: pointer;
  transform: scaleX(1);
}
.als-styles .ls_als_links_footer_underline {
  display: inline-block;
  padding-bottom: 0.25rem;
  position: relative;
}
.als-styles .ls_als_links_footer_underline::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}
.als-styles .ls_als_links_footer_underline:hover::before {
  cursor: pointer;
  transform: scaleX(1);
}
.als-styles .ls_als_footer_social_links {
  width: 24px;
}
.als-styles .ls_als_pk_footer_litem {
  width: auto;
  height: auto;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 4px;
  margin-bottom: 4px;
}

.alsea-form-container .ddm-form-builder-app .lfr-ddm__default-page-header {
  display: none;
}
.alsea-form-container .ddm-form-builder-app input, .alsea-form-container .ddm-form-builder-app textarea {
  outline: none !important;
  background-color: transparent !important;
  border-bottom: 1px solid white !important;
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: white;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  font-family: Fira Sans, sans-serif;
}
.alsea-form-container .ddm-form-builder-app input::placeholder, .alsea-form-container .ddm-form-builder-app textarea::placeholder {
  color: white;
}
.alsea-form-container .lfr-ddm-form-pagination-controls {
  display: flex;
  justify-content: end;
}
.alsea-form-container .lfr-ddm-form-pagination-controls button {
  text-align: center;
  text-transform: uppercase;
  background-color: #084976;
  border-radius: 40px;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 30px;
  color: white;
  margin-left: auto;
  border: none;
}
.alsea-form-container .lfr-ddm-form-pagination-controls button:hover {
  background-color: #4FB0D1;
  color: white;
}
.alsea-form-container .custom-checkbox label {
  display: flex !important;
}
.alsea-form-container .custom-control-label {
  font-family: Fira Sans, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  cursor: pointer;
  color: #ffffff !important;
}
.alsea-form-container .field-feedback {
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.alsea-form-container .ls_als_form_label {
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.alsea-form-container .form-text-checkbox {
  color: #ffffff;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-left: 25px;
  line-height: normal;
}
.alsea-form-container .form-link-privacity {
  padding-left: 25px;
}
.alsea-form-container .form-link-privacity a {
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.alsea-form-container .form-privacity-title {
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1.8vw;
  font-weight: 200;
  line-height: 120%;
  color: #ffffff;
}
.alsea-form-container .form-privacity-p {
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 120%;
  color: #ffffff;
}
.alsea-form-container .has-error .form-feedback-item {
  color: #ff0 !important;
  padding-top: 10px !important;
  padding-left: 20px !important;
  padding-bottom: 20px !important;
  display: block !important;
  font-weight: 300 !important;
}
.alsea-form-container label .reference-mark {
  color: #b95000;
  font-size: 6px;
  position: absolute;
  left: 6px;
}
.alsea-form-container .ddm-label {
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 22px;
}
.alsea-form-container .custom-control-input {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid white;
  border-radius: 6px !important;
  background-color: transparent;
  position: absolute;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.alsea-form-container .custom-control-input:hover {
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}
.alsea-form-container .custom-control-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 6px !important;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.alsea-form-container .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #fff;
}
.alsea-form-container .custom-control-input:checked ~ .custom-control-label::after {
  content: "✔";
  position: absolute;
  left: 4px;
  top: 1px;
  font-size: 16px;
  color: #4b74b9;
}
.alsea-form-container .custom-control-label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.alsea-form-container .custom-control.custom-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.alsea-form-container .text-secondary {
  color: #ffffff !important;
  font-family: Fira Sans, sans-serif;
}
.alsea-form-container .lexicon-icon-exclamation-full {
  display: none;
}

.alsea-franquicias [data-field-reference=MarcasDeInteres] {
  padding: 25px 20px;
  border-radius: 12px;
  color: white;
  font-family: Arial, sans-serif;
}
.alsea-franquicias [data-field-reference=MarcasDeInteres] .lfr-ddm-legend {
  font-size: 1.3em;
  font-weight: normal;
  color: white;
  margin-bottom: 20px;
  font-family: Fira Sans, sans-serif;
}
.alsea-franquicias [data-field-reference=MarcasDeInteres] .lfr-ddm-checkbox-multiple {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 40px;
}
.alsea-franquicias [data-field-reference=MarcasDeInteres] .custom-control-label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.alsea-franquicias [data-field-reference=MarcasDeInteres] .custom-control-input {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid white;
  border-radius: 6px;
  background-color: transparent;
  position: absolute;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.alsea-franquicias [data-field-reference=MarcasDeInteres] .custom-control-label-text {
  color: white;
  font-size: 1.1em;
  vertical-align: middle;
  cursor: pointer;
}
.alsea-franquicias [data-field-reference=MarcasDeInteres] .custom-control.custom-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.alsea-franquicias [data-field-reference=MarcasDeInteres] .custom-control-input:hover {
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}
.alsea-franquicias [data-field-reference=MarcasDeInteres] .custom-control-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.alsea-franquicias [data-field-reference=MarcasDeInteres] .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #fff;
}
.alsea-franquicias [data-field-reference=MarcasDeInteres] .custom-control-input:checked ~ .custom-control-label::after {
  content: "✔";
  position: absolute;
  left: 4px;
  top: 1px;
  font-size: 16px;
  color: #4b74b9;
}

.als-styles .ls_als_nav_link:focus,
.als-styles .ls_als_nav_link.active {
  color: white !important;
  background-color: #1f4873;
  font-weight: 600;
}
.als-styles .ls_als_nav_link:hover {
  color: white;
  background-color: #1f4873;
  font-weight: 600;
}
.als-styles .ls_als_nav_link {
  font-family: Fira Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  display: block;
  padding: 0.5rem 1rem;
  color: white;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  text-align: left;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
.als-styles .ls_als_p3_div,
.als-styles .ls_als_p3_div p {
  font-family: Fira Sans, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 162.5%;
  color: white !important;
}
@media screen and (max-width: 769px) {
  .als-styles .ls_als_nav_link {
    font-size: 14px;
  }
}

.als-styles .ls_als_modal_copy_to_clipboard-image {
  padding: 0px;
}
.als-styles .ls_als_modal_copy_to_clipboard-image img {
  height: calc(100% + 5px);
}

.als-styles .ls_als_pk_submenu_link {
  width: auto;
  height: auto;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2px;
}
.als-styles .ls_als_pk_underline_effect {
  height: 1px;
  transform-origin: 0%;
  background-color: #004870;
}
.als-styles .ls_als_pk_lhamb_line_middle {
  width: 25px;
  height: 1px;
  background-color: #fff;
  margin-top: 9px;
}
.als-styles .ls_als_pk_menu_grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: 10vw 10vw 10vw;
  grid-template-columns: 10vw 10vw 10vw 10vw 10vw 10vw 10vw;
}
.als-styles .ls_als_pk_lhamb_line_top {
  width: 25px;
  height: 1px;
  background-color: #fff;
  margin-top: 9px;
}
.als-styles .ls_als_pk_menu_invoice_link {
  cursor: pointer;
  background-color: #004970;
  border-radius: 50px;
  margin-top: 0;
  padding: 3px 5px;
  display: flex;
}
.als-styles .ls_als_pk_menu_invoice_link:hover {
  background-color: #e2d438;
}
.als-styles .ls_als_pk_grid_single {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 4px 2px;
  transition: background-color 0.5s cubic-bezier(0.526, 0.007, 0.25, 1);
  display: flex;
  position: relative;
}
.als-styles .ls_als_pk_grid_single:hover {
  background-color: rgba(110, 110, 110, 0.5);
}
.als-styles .ls_als_pk_logo_hamb_wrapper {
  z-index: 20000;
  width: 15vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3vh;
  padding-top: 10px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}
.als-styles .ls_als_pk_navbar_hamburguer {
  z-index: 10000;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.als-styles .ls_als_pk_navbar_hamburguer:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.als-styles .ls_als_pk_lhamb_line_bottom {
  width: 25px;
  height: 1px;
  background-color: #fff;
  margin-top: 9px;
}
.als-styles .ls_als_pk_menu_holder {
  height: auto;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
  position: fixed;
  top: 80px;
}
.als-styles .ls_als_pk_menu_title {
  height: auto;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}
.als-styles .ls_als_pk_menu_link {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 6px;
  font-family: Bitter Slab, sans-serif;
  font-weight: 300;
  display: flex;
}
.als-styles .ls_als_pk_menu_link:hover {
  text-decoration: none !important;
}
.als-styles .ls_als_pk_menu_link:focus-visible {
  outline-offset: 0px;
  border-radius: 11px;
  outline: 2px solid #ff0;
  padding-left: 6px;
  padding-right: 6px;
}
.als-styles .ls_als_pk_menu_link[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 11px;
  outline: 2px solid #ff0;
  padding-left: 6px;
  padding-right: 6px;
}
.als-styles .ls_als_pk_menu_bottom {
  height: 6vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}
.als-styles .ls_als_pk_grid_double {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 4px;
  transition: background-color 0.5s cubic-bezier(0.608, 0.007, 0.25, 1);
  display: flex;
}
.als-styles .ls_als_pk_grid_double:hover {
  background-color: rgba(110, 110, 110, 0.5);
}
.als-styles .ls_als_pk_menu_invoice_ltext {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
}
.als-styles .ls_als_pk_menu_invoice_ltext:hover {
  color: #004870;
  letter-spacing: 1.6px;
  font-weight: 300;
}
.als-styles .ls_als_pk_navbar_wrapper {
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: absolute;
}
.als-styles .ls_als_pk_menu_wrapper {
  z-index: 1000;
  width: 100vw;
  height: 90%;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  transform-origin: 0 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}
.als-styles .ls_als_pk_menu_top {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 2vh;
  display: flex;
}
.als-styles .ls_als_pk_submenu_list {
  width: 100%;
  height: auto;
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  display: flex;
  overflow: hidden;
}
.als-styles .ls_als_pk_grid_empty {
  cursor: default;
}
.als-styles .ls_als_pk_submenu_item {
  color: #004870;
  font-family: Fira Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}
.als-styles .ls_als_pk_submenu_arrow_embed {
  height: 100%;
  color: #004a70;
}
.als-styles .ls_als_pk_submenu_arrow_embed:hover {
  margin-top: -2px;
  margin-right: -2px;
}
.als-styles .ls_als_pk_main_logo_img {
  width: 100%;
  height: 100%;
}
.als-styles .ls_als_pk_mian_logo_wrapper {
  width: 10vw;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 20px;
  display: flex;
}
.als-styles .ls_als_pk_submenu_arrow_wrapper {
  width: auto;
  height: 2vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}
.als-styles .ls_als_pk_submenu, .als-styles .ls_als_pk_submenu_link_prod {
  width: auto;
  height: auto;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2px;
}
.als-styles .ls_als_agus_block_temp {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}
.als-styles .ls_als_agus_texto_temp {
  color: #fff;
  padding-left: 60px;
  padding-right: 60px;
}
.als-styles .ls_als_pk_menu_bottom_02 {
  width: 10vw;
  height: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
.als-styles .ls_als_pk_menu_invoice_link_prod {
  width: auto;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #004970;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 14px;
  font-family: Fira Sans, sans-serif;
  font-size: 0.8vw;
  font-weight: 300;
  display: flex;
}
.als-styles .ls_als_pk_menu_invoice_link_prod:hover {
  color: #004870;
  background-color: #e2d438;
}
.als-styles .ls_als_pk_menu_invoice_link_prod:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #ff0;
}
.als-styles .ls_als_pk_menu_invoice_link_prod[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #ff0;
}
.als-styles .ls_als_pk_menu_top_prod {
  height: auto;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}
.als-styles .ls_als_pk_mobile_menu_list {
  display: none;
}
.als-styles .ls_als_pk_menu_wrapper_prod {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  transform-origin: 50%;
  background-color: rgba(0, 167, 199, 0.5);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 6vh;
  display: flex;
  position: fixed;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.als-styles .ls_als_pk_submenu_underline_effect {
  height: 1px;
  transform-origin: 0%;
  background-color: #fff;
  transform: translate3d(0, 0, 0) scale3d(0, 1, 1) rotateZ(0);
  transform-origin: left center;
  transform-style: preserve-3d;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.als-styles .ls_als_pk_submenu_link_secundario:hover .ls_als_pk_submenu_underline_effect,
.als-styles .ls_als_pk_submenu_link_secundario:focus-visible .ls_als_pk_submenu_underline_effect {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateZ(0);
}
.als-styles .ls_als_pk_submenu_link_02:hover .ls_als_pk_submenu_underline_effect,
.als-styles .ls_als_pk_submenu_link_02:focus-visible .ls_als_pk_submenu_underline_effect {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateZ(0);
}
.als-styles .ls_als_pk_submenu_arrow_embed-2 {
  width: 2vw;
  height: 2vw;
  color: #fff;
}
.als-styles .ls_als_pk_submenu_arrow_embed-2:hover {
  margin-top: -2px;
  margin-right: -2px;
}
.als-styles .ls_als_pk_submenu_link_02 {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 1px;
}
.als-styles .ls_als_pk_submenu_link_02:focus-visible {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 2px solid #ff0;
  padding: 0 4px;
}
.als-styles .ls_als_pk_submenu_link_02[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 2px solid #ff0;
  padding: 0 4px;
}
.als-styles .ls_als_pk_hamb_line_02 {
  width: 25px;
  height: 1px;
  background-color: #e6e7e8;
  margin-top: 9px;
}
.als-styles .ls_als_pk_top_menu_lateral {
  width: auto;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
.als-styles .ls_als_pk_top_menu_lateral #portlet_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet {
  margin-bottom: 0;
}
.als-styles .ls_als_pk_submenu_link_text {
  color: #fff;
  font-family: Fira Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 136%;
  text-decoration: none;
}
.als-styles .ls_als_pk_hamb_line_01 {
  width: 25px;
  height: 1px;
  background-color: #e6e7e8;
  margin-top: 9px;
}
.als-styles .ls_als_pk_main_logo_wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}
.als-styles .ls_als_pk_main_logo_wrapper:focus-visible {
  outline-offset: 0px;
  border-radius: 14px;
  outline: 2px solid #ff0;
}
.als-styles .ls_als_pk_main_logo_wrapper[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 14px;
  outline: 2px solid #ff0;
}
.als-styles .ls_als_menu_txt {
  height: 100%;
  color: #fff;
  text-align: left;
  font-family: Bitter Slab, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 100%;
}
.als-styles .ls_als_menu_txt:hover {
  font-family: Bitter Slab, sans-serif;
  font-weight: 600;
}
.als-styles .ls_als_menu_txt.white {
  color: #e6e7e8;
  font-size: 1.4vw;
}
.als-styles .ls_als_pk_navbar_hamburguer_prod {
  z-index: 10000;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2vw;
  margin-right: 2vw;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.als-styles .ls_als_pk_navbar_hamburguer_prod:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.als-styles .ls_als_pk_navbar_hamburguer_prod:focus-visible {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 2px solid #ff0;
}
.als-styles .ls_als_pk_navbar_hamburguer_prod[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 2px solid #ff0;
}
.als-styles .ls_als_pk_hamb_line_03 {
  width: 25px;
  height: 1px;
  background-color: #e6e7e8;
  margin-top: 9px;
}
.als-styles .ls_als_pk_menu_holder_prod {
  height: 84%;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
  position: fixed;
  top: 10vh;
}
.als-styles .ls_als_pk_desktop_menu_grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: 10.5vw 10.5vw 10.5vw;
  grid-template-columns: 10.5vw 10.5vw 10.5vw 10.5vw 10.5vw 10.5vw 10.5vw;
  margin-top: 0;
}
.als-styles .ls_als_pk_desktop_navbar_wrapper {
  z-index: 10000;
  width: auto;
  height: 14vh;
  min-height: 14vh;
  cursor: auto;
  display: flex;
  position: fixed;
}
.als-styles .ls_als_menu_link {
  width: auto;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}
.als-styles .ls_als_menu_link:hover {
  text-decoration: none !important;
}
.als-styles .ls_als_menu_link:focus-visible {
  outline-offset: 0px;
  border-radius: 12px;
  outline: 2px solid #ff0;
  padding-left: 6px;
  padding-right: 6px;
}
.als-styles .ls_als_menu_link[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 12px;
  outline: 2px solid #ff0;
  padding-left: 6px;
  padding-right: 6px;
}
.als-styles .ls_als_pk_menu {
  color: #fff;
}
.als-styles .ls_als_pk_logo_wrapper {
  z-index: 2000;
  width: 14vw;
  height: 12vh;
  min-height: 12vh;
  min-width: 14vw;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 1vw;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  top: 0;
  bottom: auto;
  left: 0%;
  right: auto;
}

@media (max-width: 992px) {
  .ls_als_news_grid_thumbnail {
    height: 200px !important;
  }
  .ls_als_news_grid_title {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .ls_als_news__container_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .ls_als_news__title {
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
  }
  .ls_als_news__video {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .ls_als_news_date {
    font-size: 16px !important;
  }
  .ls_als_news_grid_title {
    font-size: 22px !important;
  }
  .ls_als_news_filters_title {
    font-size: 24px !important;
  }
  a.ls_als_news_filter_categories_link {
    font-size: 16px !important;
  }
  .ls_als_news_title {
    font-size: 24px !important;
  }
  .ls_als_grid_wrapper {
    padding: 15px 5px !important;
  }
  .ls_als_news_grid_hover {
    padding: 10px !important;
  }
}
.als-styles .ls_als_grid_wrapper {
  background-color: transparent;
  border-radius: 10px 10px 0px 0px;
  padding: 0px 0px;
  margin-top: 40px;
}
.als-styles .ls_als_news_grid_thumbnail {
  border-radius: 10px;
  width: 100%;
}
.als-styles .ls_als_news_grid_hover {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  overflow: hidden;
}
.als-styles .ls_als_news_grid_hover:hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.als-styles .ls_als_news_grid_thumbnail {
  transition: all 0.3s linear 0s;
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
}
.als-styles .ls_als_news_grid_thumbnail:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.als-styles .ls_als_news_grid_author {
  font-size: 14px !important;
  font-weight: 400 !important;
  height: 80px !important;
  overflow: hidden !important;
}
.als-styles .ls_als_news_grid_title {
  font-family: Bitter Slab, sans-serif;
  font-size: 1.2vw !important;
  line-height: 100% !important;
  font-weight: 700 !important;
  color: #005782 !important;
}
.als-styles .ls_als_news_filters_title {
  font-family: Bitter Slab, sans-serif !important;
  font-size: 1.8vw !important;
  color: #005782 !important;
  font-weight: 700 !important;
}
.als-styles .ls_als_news_filters_by_category_wrapper {
  background-color: white;
  border-radius: 10px;
  padding-bottom: 20px;
}
.als-styles .ls_als_news_filter_categories_row {
  border-bottom: 1px solid #005782;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
.als-styles a.ls_als_news_filter_categories_link {
  font-family: Fira Sans, sans-serif !important;
  font-size: 0.9vw !important;
  color: #005782 !important;
  font-weight: 300 !important;
  cursor: pointer;
}
.als-styles a.ls_als_news_filter_categories_link:hover {
  font-weight: 600 !important;
}
.als-styles .ls_als_news_container_row {
  border: 2px solid black;
}
.als-styles .ls_als_news_title {
  text-align: center;
  text-transform: full-size-kana;
  background-color: none;
  border-radius: 40px;
  font-family: Bitter Slab, sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.4;
  padding: 15px 30px;
  color: #084976;
  margin-left: auto;
}
.als-styles .ls_als_news_author {
  font-size: 1vw !important;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
}
.als-styles .ls_als_news_author_area {
  font-size: 1vw !important;
}
.als-styles .ls_als_news_category_btn {
  font-family: Fira Sans, sans-serif;
  font-size: 14px !important;
  font-weight: 500;
}
.als-styles .ls_als_news_date {
  font-family: Fira Sans, sans-serif;
  font-size: 0.8vw !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  color: #005782 !important;
}
.als-styles .ls_als_news_ p {
  font-family: Fira Sans, sans-serif;
  color: #000000 !important;
  font-size: 1vw !important;
  line-height: 100% !important;
  font-weight: 300 !important;
}
.als-styles .ls_als_news_ i {
  color: #000000 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
}
.als-styles .ls_als_news_line-break {
  display: list-item;
  list-style-position: inside;
}
.als-styles .ls_als_news_ ul {
  color: #000000 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  list-style-type: disc !important;
  padding-top: 10px !important;
  padding-left: 30px !important;
}
.als-styles .ls_als_news_ ol {
  color: #000000 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  list-style-type: decimal;
  padding-top: 10px !important;
  padding-left: 30px !important;
}
.als-styles .ls_als_news_video {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.als-styles .ls_als_news_back_btn {
  background-color: #EF4961 !important;
  color: #ffffff !important;
  border: transparent;
  border-radius: 40px !important;
  text-align: center !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  font-size: 14px !important;
  font-family: Fira Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid;
}
.als-styles .ls_als_news_back_btn:hover {
  background-color: #ffffff !important;
  color: #EF4961 !important;
  border: 1px solid #EF4961;
}
.als-styles .ls_als_news_page_btn {
  background-color: transparent !important;
  font-family: Bitter Slab, sans-serif;
  font-size: 28px !important;
  font-weight: 700;
  color: #ffffff !important;
  border: 1px solid transparent;
  border-radius: 4px !important;
  text-align: center !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.als-styles .ls_als_news_page_btn:hover {
  background-color: rgba(255, 255, 255, 0.2823529412) !important;
  color: #EF4961 !important;
}
.als-styles .ls_als_news_page_btn_active {
  background-color: #EF4961 !important;
  font-family: Bitter Slab, sans-serif;
  font-size: 28px !important;
  font-weight: 700;
  color: #ffffff !important;
  border: 1px solid #EF4961;
  border-radius: 4px !important;
  text-align: center !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.als-styles .ls_als_news_category_links {
  font-family: Bitter Slab, sans-serif;
  font-size: 1.1vw;
  font-weight: 600 !important;
  text-decoration: none;
  text-align: center !important;
  color: white !important;
  word-break: none;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border: 2px solid transparent;
  border-radius: 0px;
  display: inline-block;
  height: auto;
  cursor: pointer;
}
.als-styles .ls_als_news_category_links:hover {
  text-decoration: none;
  color: white !important;
  font-weight: 600 !important;
  border-bottom: 2px solid white;
}
.als-styles .ls_als_news_category_links_active {
  color: white !important;
  font-weight: 600 !important;
  border-bottom: 2px solid white;
}
.als-styles .ls_als_search-filter input,
.als-styles .ls_als_search-filter span {
  border-radius: 10px;
  border: transparent;
}
.als-styles .ls_als_btn_news {
  text-align: center;
  text-transform: uppercase;
  background-color: #EF4961;
  border-radius: 40px;
  font-family: Fira Sans, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  padding: 5px 35px;
  letter-spacing: 3px;
  border: 1px solid;
}
.als-styles .ls_als_btn_news:hover {
  background-color: #ffffff;
  color: #EF4961 !important;
  border: 1px solid #EF4961;
}
.als-styles .ls_als_button_noticia {
  margin-top: 40px;
  max-height: 40px;
}
.als-styles .ls_als_news_detail {
  text-align: center;
  background-color: none;
  border-radius: 40px;
  font-family: Fira Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 30px;
  color: #084976;
  margin-left: auto;
}
.als-styles .ls_als_bg_news_pagination {
  border-radius: 0px 0px 10px 10px;
  padding: 30px 20px;
}
.als-styles .ls_als_news_year_filter select,
.als-styles .ls_als_news_year_filter span,
.als-styles #category_selected {
  border-radius: 40px;
  border: none !important;
}
.als-styles .ls_als_news_background {
  background: rgb(240, 77, 98);
  background: linear-gradient(143deg, rgb(240, 77, 98) 0%, rgb(242, 96, 111) 26%, rgb(244, 127, 132) 52%, rgb(247, 160, 156) 86%, rgb(251, 201, 184) 99%);
}
.als-styles .ls_als_bg_news {
  background-color: #ffffff;
  border-radius: 10px;
}
.als-styles .pagination-bar {
  border-radius: 12px;
  padding: 2rem 1rem;
  text-align: center;
  color: #fff;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}
.als-styles .pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.als-styles .pagination .page-item {
  display: inline-block;
}
.als-styles .pagination .page-link {
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.als-styles .pagination .page-link:hover {
  background: #e87979;
  color: #EF4961;
}
.als-styles .page-item.active .page-link::before {
  background-color: unset;
}
.als-styles .page-link:hover::before,
.als-styles .page-link.hover::before {
  background-color: unset;
}
.als-styles .pagination .page-item.active .page-link {
  background: #EF4961;
  color: white;
  font-weight: 700;
}
.als-styles .pagination .page-item.disabled .page-link {
  opacity: 0.4;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.1);
}
.als-styles .pagination .page-link svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-width: 2;
  transition: stroke 0.3s ease;
}
.als-styles .pagination .page-item.active .page-link svg {
  stroke: #e87979;
}
.als-styles .pagination-results {
  font-size: 0.95rem;
  color: #fff;
  opacity: 0.9;
  line-height: 1.4;
}
.als-styles .ls_als_search-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}
.als-styles .input-group.ls_als_search-filter {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  max-width: 420px;
  margin: 0 auto;
}
.als-styles .search-bar-keywords-input.form-control {
  border: none;
  flex: 1;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #333;
  background: transparent;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  outline: none;
  box-shadow: none;
}
.als-styles .search-bar-keywords-input.form-control::placeholder {
  color: #888;
  opacity: 0.9;
}
.als-styles .input-group-text.search-bar-submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 0.75rem;
}
.als-styles .input-group-text.search-bar-submit-button:hover {
  background: #f8f8f8;
}
.als-styles .search-bar-submit-button svg {
  width: 22px;
  height: 22px;
  color: #000;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.3s ease, color 0.3s ease;
}
.als-styles .search-bar-submit-button:hover svg {
  transform: scale(1.1);
  color: #e87979;
}
.als-styles .search-bar-clear-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  cursor: pointer;
  padding: 0 0.75rem;
  transition: background 0.3s ease;
}
.als-styles .search-bar-clear-button:hover {
  background: #f8f8f8;
}
.als-styles .search-bar-clear-button svg {
  width: 20px;
  height: 20px;
  color: #000;
  stroke: currentColor;
}
.als-styles .pagination {
  font-family: Fira Sans, sans-serif !important;
  font-size: 1.5rem;
}

.ls_als_img_wrapper_img4_vaxmicuenta {
  height: 100%;
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 15vw;
  display: flex;
}

.ls_als_intro_video_vaxmicuenta {
  width: 50%;
}

.ls_als_frame_vaxmicuenta {
  height: 80vh;
  display: flex;
  position: static;
}

.ls_als_img3_container_vaxmicuenta {
  width: 30vw;
  height: 30vw;
  -webkit-text-fill-color: inherit;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
  left: 8vw;
}

.ls_als_img4_container_vaxmicuenta {
  width: 20vw;
  height: 20vw;
  -webkit-text-fill-color: inherit;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
  left: 8vw;
}

.ls_als_img6_container_vaxmicuenta {
  width: 20vw;
  height: 20vw;
  -webkit-text-fill-color: inherit;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
  left: 8vw;
}

.ls_als_intro_logo_vaxmicuenta {
  width: 49%;
  justify-content: flex-end;
  display: flex;
}

.ls_als_img_wrapper_img1_vaxmicuenta {
  height: 100%;
  color: #fff;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 15vw;
  display: flex;
}

.ls_als_intro_txt_vaxmicuenta {
  width: 50%;
}

.ls_als_img5_container_vaxmicuenta {
  width: 30vw;
  height: 30vw;
  -webkit-text-fill-color: inherit;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
  left: 8vw;
}

.ls_als_img_wrapper_img3_vaxmicuenta {
  height: 100%;
  color: #fff;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 15vw;
  display: flex;
}

.ls_als_intro_info_vaxmicuenta {
  width: 100%;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  color: #fff;
  justify-content: flex-start;
  display: flex;
}

.ls_als_item_vaxmicuenta {
  width: 340vw;
  height: 100%;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ls_als_img_wrapper_img6_vaxmicuenta {
  height: 100%;
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 15vw;
  display: flex;
}

.ls_als_main_wrapper_vaxmicuenta {
  width: 100%;
  height: 100%;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ls_als_img_wrapper_img2_vaxmicuenta {
  height: 100%;
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 15vw;
  display: flex;
}

.ls_als_info2_vaxmicuenta, .ls_als_info_vaxmicuenta {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 1vw;
  margin-bottom: 1vw;
  display: flex;
}

.ls_als_img_wrapper_img5_vaxmicuenta {
  height: 100%;
  color: #fff;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 15vw;
  display: flex;
}

.ls_als_img_container_vaxmicuenta {
  width: 30vw;
  height: 30vw;
  -webkit-text-fill-color: inherit;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
  left: 8vw;
}

.ls_als_track_vaxmicuenta {
  height: 100%;
  position: relative;
  overflow: visible;
}

.ls_als_intro_logo_container_vaxmicuenta {
  width: 60%;
}

.ls_als_img2_container_vaxmicuenta {
  width: 20vw;
  height: 20vw;
  -webkit-text-fill-color: inherit;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
  left: 8vw;
}

.ls_als_intro_wrapper_vaxmicuenta {
  width: 90vw;
  height: 100%;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-direction: column;
  justify-content: center;
  margin-left: 5vw;
  margin-right: 10vw;
  display: flex;
}

.ls_als_camera_vaxmicuenta {
  width: 100vw;
  height: 100vh;
  background-color: #FAC7B7;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

@media screen and (min-width: 1280px) {
  .als-styles .ls_als_info2_sans, .als-styles .ls_als_pk_submenu_link_text {
    font-size: 1vw;
  }
  .als-styles .ls_als_pk_desktop_menu_grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
  .als-styles .ls_als_hs_line {
    width: 100%;
  }
  .als-styles .ls_als_hs_container_img_complete {
    left: 14em;
  }
  .als-styles .ls_als_hs_line_wrapper {
    height: 1px;
    position: static;
  }
  .als-styles .ls_als_hs_container_img_bking, .als-styles .ls_als_hs_container_img_dominos {
    left: 14em;
  }
  .als-styles .ls_als_brandshome_background {
    background-size: cover;
  }
  .als-styles .ls_als_intro_grid_tablet {
    grid-template-rows: 1fr;
    grid-auto-rows: 25vh;
  }
  .als-styles .ls_als_intro_grid_desktop {
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
  }
  .als-styles .ls_als_intro_grid_table {
    grid-template-rows: 1fr;
    grid-auto-rows: 25vh;
  }
  .als-styles .ls_als_inv_info2_sans {
    font-size: 1vw;
  }
  .als-styles .ls_als_img3_container_vaxmicuenta, .als-styles .ls_als_img4_container_vaxmicuenta, .als-styles .ls_als_img6_container_vaxmicuenta, .als-styles .ls_als_img5_container_vaxmicuenta, .als-styles .ls_als_img_container_vaxmicuenta, .als-styles .ls_als_img2_container_vaxmicuenta {
    left: 14em;
  }
  .als-styles .ls_als_icon_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .als-styles .ls_als_home_camara_primera {
    overflow: hidden;
  }
  .als-styles .imagen_home {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .als-styles .ls_als_tercera_image_01, .als-styles .ls_als_tercera_image_02, .als-styles .ls_als_tercera_image_03 {
    border-radius: 2em;
    overflow: hidden;
  }
  .als-styles .ls_als_pk_submenu_link_text_secundario {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1440px) {
  .als-styles .ls_als_info2_sans, .als-styles .ls_als_p3 {
    font-size: 1vw;
  }
  .als-styles .ls_als_pk_logo_hamb_wrapper {
    margin-top: 3vh;
  }
  .als-styles .ls_als_pk_submenu_item {
    font-size: 1.4vw;
  }
  .als-styles .ls_als_pk_submenu_link_text {
    font-size: 0.9vw;
  }
  .als-styles .ls_als_pk_desktop_menu_grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
  .als-styles .ls_als_inv_download_icon {
    width: 2vw;
  }
  .als-styles .ls_als_hs_container_img_complete {
    height: 100%;
    left: 18em;
  }
  .als-styles .ls_als_hs_main_info_wrapper {
    align-items: flex-start;
  }
  .als-styles .ls_als_hs_item {
    width: 850vw;
  }
  .als-styles .ls_als_hs_container_img_bking {
    height: 100%;
    left: 18em;
  }
  .als-styles .ls_als_hs_container_img_dominos {
    height: 100%;
    background-size: cover;
    left: 18em;
  }
  .als-styles .ls_als_hs_img_wrapper {
    height: 100%;
  }
  .als-styles .ls_als_hs_info_wrapper {
    padding-top: 2vw;
  }
  .als-styles .ls_als_unidades_btn_segmentos {
    background-color: #dad5b3;
    border-radius: 10px;
    padding-bottom: 1vw;
    padding-left: 1vw;
  }
  .als-styles .ls_als_brandshome_intro_wrapper {
    align-items: flex-end;
  }
  .als-styles .ls_als_brandshome_title {
    margin-bottom: 5vw;
  }
  .als-styles .ls_als_brandshome_background {
    background-size: cover;
  }
  .als-styles .ls_als_intro_grid_tablet, .als-styles .ls_als_intro_grid_desktop, .als-styles .ls_als_intro_grid_table {
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
  }
  .als-styles .ls_als_inv_info2_sans {
    font-size: 1vw;
  }
  .als-styles .ls_als_img3_container_vaxmicuenta, .als-styles .ls_als_img4_container_vaxmicuenta, .als-styles .ls_als_img6_container_vaxmicuenta, .als-styles .ls_als_img5_container_vaxmicuenta {
    left: 18em;
  }
  .als-styles .ls_als_main_wrapper_vaxmicuenta {
    align-items: flex-start;
  }
  .als-styles .ls_als_img_container_vaxmicuenta, .als-styles .ls_als_img2_container_vaxmicuenta {
    left: 18em;
  }
  .als-styles .ls_als_home_segmento_lottie_cafeterias {
    margin-top: -14vh;
  }
  .als-styles .ls_als_home_window_text_02 {
    font-size: 5vw;
  }
  .als-styles .ls_als_home_camara_primera {
    overflow: hidden;
  }
  .als-styles .ls_als_home_intro_window_icons {
    width: 56vw;
    height: 56vw;
  }
  .als-styles .ls_als_home_segmento_lottie_rapida {
    margin-top: -8vh;
    margin-left: 29vw;
  }
  .als-styles .parrafo-segunda-seccion {
    align-items: flex-start;
  }
  .als-styles .ls_als_home_window_text {
    font-size: 5vw;
  }
  .als-styles .ls_als_home_combo_cafeterias, .als-styles .ls_als_home_combo_casual {
    display: block;
  }
  .als-styles .ls_als_pk_grid_secundario, .als-styles .ls_als_pk_grid_secundario:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .als-styles .ls_als_pk_submenu_link_text_secundario {
    font-size: 0.9vw;
  }
  .als-styles .ls_als_pk_menu_secundario_desktop:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (min-width: 1920px) {
  .als-styles .ls_als_h3 {
    font-size: 1.5vw;
  }
  .als-styles .ls_als_figure1 {
    font-size: 5vw;
  }
  .als-styles .ls_als_info1_sans {
    font-size: 2vw;
  }
  .als-styles .ls_als_p1, .als-styles .ls_als_info2_slab {
    font-size: 1.5vw;
  }
  .als-styles .ls_als_info2_sans {
    font-size: 1vw;
  }
  .als-styles .ls_als_h1 {
    font-size: 5.5vw;
  }
  .als-styles .ls_als_info1_slab {
    font-size: 1.8vw;
  }
  .als-styles .ls_als_p2 {
    font-size: 2.5vw;
  }
  .als-styles .ls_als_p3 {
    font-size: 1vw;
  }
  .als-styles .ls_als_p4 {
    font-size: 1.3vw;
  }
  .als-styles .ls_als_figure3 {
    font-size: 3vw;
  }
  .als-styles .ls_als_figure2, .als-styles .ls_als_highlight {
    font-size: 4vw;
  }
  .als-styles .ls_als_notes {
    font-size: 1.5vw;
  }
  .als-styles .ls_als_pk_menu_invoice_link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .als-styles .ls_als_pk_grid_single {
    padding-left: 2px;
    padding-right: 2px;
  }
  .als-styles .ls_als_pk_menu_invoice_ltext {
    font-size: 1vw;
  }
  .als-styles .ls_als_pk_main_logo_img {
    width: 95%;
  }
  .als-styles .ls_als_pk_menu_invoice_link_prod {
    letter-spacing: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.8vw;
  }
  .als-styles .ls_als_pk_submenu_link_text {
    font-size: 0.9vw;
  }
  .als-styles .ls_als_pk_main_logo_wrapper {
    padding-top: 0;
    padding-left: 20px;
  }
  .als-styles .ls_als_menu_txt {
    line-height: 100%;
  }
  .als-styles .ls_als_menu_txt.white {
    font-size: 1vw;
  }
  .als-styles .ls_als_pk_menu_holder_prod {
    margin-top: 50px;
  }
  .als-styles .ls_als_pk_desktop_menu_grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: 10vw 10vw 10vw;
    grid-template-columns: 10vw 10vw 10vw 10vw 10vw 10vw 10vw;
  }
  .als-styles .ls_als_pk_menu {
    font-size: 18px;
  }
  .als-styles .ls_als_hs_container_img_complete {
    height: 100%;
    background-size: cover;
    left: 26em;
  }
  .als-styles .ls_als_hs_camera {
    overflow: visible;
  }
  .als-styles .ls_als_hs_container_img_vertical_mov {
    width: 25vw;
  }
  .als-styles .ls_als_hs_container_nuggets {
    width: 25vw;
  }
  .als-styles .ls_als_hs_item {
    width: 850vw;
  }
  .als-styles .ls_als_hs_container_burguer {
    width: 25vw;
  }
  .als-styles .ls_als_hs_img_doodle {
    width: 20vw;
  }
  .als-styles .ls_als_hs_container_cheesecake {
    width: 25vw;
  }
  .als-styles .ls_als_hs_container_img_bking, .als-styles .ls_als_hs_container_img_dominos {
    height: 100%;
    background-size: cover;
    left: 26em;
  }
  .als-styles .ls_als_hs_h1 {
    font-size: 22vw;
  }
  .als-styles .ls_als_hs_container_hotcoffee, .als-styles .ls_als_hs_container_vinetas {
    width: 25vw;
  }
  .als-styles .ls_als_hs_track {
    height: 850vw;
  }
  .als-styles .ls_als_pk_hamburger_wrapper {
    align-items: flex-end;
    margin-top: 2vh;
  }
  .als-styles .ls_als_pk_logo_wrapper {
    width: 10vw;
    height: 14vh;
    min-height: 14vh;
    min-width: 10vw;
  }
  .als-styles .ls_als_brandshome_background {
    background-size: cover;
  }
  .als-styles .ls_als_intro_grid_tablet {
    background-image: none;
    grid-template-rows: 1fr;
    grid-auto-rows: 30vh;
  }
  .als-styles .ls_als_intro_grid_wrapper {
    width: 100vw;
    height: 200vh;
    position: relative;
  }
  .als-styles .ls_als_intro_grid_container_img {
    z-index: 1;
    position: absolute;
  }
  .als-styles .ls_als_intro_grid_desktop {
    background-image: none;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
  }
  .als-styles .ls_als_intro_grid_module {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .als-styles .ls_als_intro_grid_table {
    background-image: none;
    grid-template-rows: 1fr;
    grid-auto-rows: 30vh;
  }
  .als-styles .ls_als_intro_grid_container {
    z-index: 2;
    position: absolute;
  }
  .als-styles .ls_als_intro_grid_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .als-styles .ls_als_info2_slab-2 {
    font-size: 1vw;
  }
  .als-styles .ls_als_inv_info2_sans, .als-styles .ls_als_inv_h3, .als-styles .ls_als_inv_info1_slab {
    font-size: 1.5vw;
  }
  .als-styles .ls_als_inv_p4 {
    font-size: 1vw;
  }
  .als-styles .ls_als_img3_container_vaxmicuenta, .als-styles .ls_als_img4_container_vaxmicuenta, .als-styles .ls_als_img6_container_vaxmicuenta, .als-styles .ls_als_img5_container_vaxmicuenta, .als-styles .ls_als_img_container_vaxmicuenta, .als-styles .ls_als_img2_container_vaxmicuenta {
    left: 26em;
  }
  .als-styles .ls_als_camera_vaxmicuenta {
    overflow: visible;
  }
  .als-styles .ls_als_info1_slab_sostenibilidad {
    font-size: 1.8vw;
  }
  .als-styles .ls_als_home_segmento_icono {
    width: 85%;
    height: auto;
  }
  .als-styles .ls_als_home_window_text_02 {
    font-size: 4vw;
  }
  .als-styles .ls_als_home_segmento {
    width: 100%;
  }
  .als-styles .ls_als_home_camara_primera {
    overflow: hidden;
  }
  .als-styles .ls_als_home_intro_window_icons {
    width: 46vw;
    height: 46vw;
    opacity: 0.24;
  }
  .als-styles .ls_als_home_intro_video_container {
    z-index: 1;
  }
  .als-styles .ls_als_home_circulo_izquierda {
    border-radius: 20em;
  }
  .als-styles .ls_als_home_segmento_logo {
    width: 10vw;
  }
  .als-styles .ls_als_home_circulo_centro {
    border-radius: 20em;
  }
  .als-styles .ls_als_home_segmento_unidades {
    margin-bottom: 5vh;
  }
  .als-styles .ls_als_home_icono_container.tree {
    padding-left: 28px;
    padding-right: 28px;
  }
  .als-styles .ls_als_home_circulo_derecha {
    border-radius: 20em;
  }
  .als-styles .ls_als_home_segmento_logos {
    width: 60%;
  }
  .als-styles .ls_als_home_window_text {
    font-size: 6vw;
  }
  .als-styles .ls_als_home_text {
    font-size: 4vw;
  }
  .als-styles .ls_als_home_iconos_container {
    width: 6vw;
  }
  .als-styles .ls_als_home_combo_cafeterias {
    display: block;
  }
  .als-styles .ls_als_home_segmento_logos_casual {
    width: 60%;
  }
  .als-styles .ls_als_pk_grid_secundario {
    padding-left: 2px;
    padding-right: 2px;
  }
  .als-styles .ls_als_pk_submenu_link_text_secundario {
    font-size: 0.9vw;
  }
  .als-styles .ls_als_pk_menu_idioma {
    font-size: 18px;
  }
  .als-styles .ls_als_pk_menu_idioma:hover {
    font-weight: 600;
  }
}
@media screen and (max-width: 991px) {
  .als-styles .ls_als_h3 {
    font-size: 18px;
  }
  .als-styles .ls_als_figure1 {
    font-size: 40px;
  }
  .als-styles .ls_als_info1_sans {
    font-size: 18px;
  }
  .als-styles .ls_als_h2 {
    font-size: 20px;
  }
  .als-styles .ls_als_p1 {
    font-size: 16px;
  }
  .als-styles .ls_als_info2_slab {
    font-size: 14px;
  }
  .als-styles .ls_als_info2_sans {
    font-size: 16px;
  }
  .als-styles .ls_als_h1 {
    font-size: 40px;
    line-height: 120%;
  }
  .als-styles .ls_als_info1_slab {
    font-size: 18px;
  }
  .als-styles .ls_als_p2 {
    font-size: 20px;
  }
  .als-styles .ls_als_p3 {
    font-size: 16px;
  }
  .als-styles .ls_als_p4 {
    font-size: 14px;
  }
  .als-styles .ls_als_figure3 {
    font-size: 28px;
  }
  .als-styles .ls_als_figure2 {
    font-size: 36px;
  }
  .als-styles .ls_als_figure2.ls_als_white {
    line-height: 38px;
  }
  .als-styles .ls_als_highlight {
    font-size: 22px;
  }
  .als-styles .ls_als_notes {
    font-size: 16px;
  }
  .als-styles .ls_als_pk_menu_link {
    width: auto;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .als-styles .ls_als_pk_menu_link:hover {
    font-weight: 600;
  }
  .als-styles .ls_als_pk_menu_bottom_02 {
    width: 60%;
    align-items: flex-start;
  }
  .als-styles .ls_als_pk_menu_invoice_link_prod {
    align-self: flex-end;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 4px 12px;
    font-size: 1.4vw;
    width: 30% !important;
    justify-self: self-end;
  }
  .als-styles .ls_als_pk_mobile_menu_list {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: scroll;
  }
  .als-styles .ls_als_pk_menu_wrapper_prod {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 3vh;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }
  .als-styles .ls_als_pk_submenu_underline_effect {
    background-color: #fff;
  }
  .als-styles .ls_als_pk_submenu_underline_effect.blue {
    background-color: #004a70;
  }
  .als-styles .ls_als_pk_submenu_link_02 {
    width: auto;
    height: auto;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 6px;
    margin-bottom: 6px;
    display: block;
  }
  .als-styles .ls_als_pk_top_menu_lateral {
    width: auto;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  .als-styles .ls_als_pk_icon_plus {
    width: 20px;
    height: 20px;
    margin-left: 60px;
  }
  .als-styles .ls_als_pk_submenu_link_text {
    font-size: 2vw;
    line-height: 130%;
  }
  .als-styles .ls_als_pk_mobile_dropdown {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    position: static;
    overflow: visible;
  }
  .als-styles .ls_als_pk_main_logo_wrapper {
    width: 20%;
    height: 80%;
    align-items: flex-start;
    padding-top: 10px;
  }
  .als-styles .ls_als_menu_txt.white {
    color: #fff;
    font-family: Fira Sans, sans-serif;
    font-size: 2vw;
  }
  .als-styles .ls_als_menu_txt.white:hover {
    font-weight: 300;
  }
  .als-styles .ls_als_pk_menu_holder_prod {
    width: 50vw;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 12vh;
    position: static;
    overflow: scroll;
  }
  .als-styles .ls_als_pk_desktop_menu_grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: none;
  }
  .als-styles .ls_als_pk_dropdown_list {
    width: 100%;
    height: auto;
    background-color: #347dc1;
    margin-top: -4px;
    margin-left: 0px;
    padding-left: 12px;
    padding-right: 12px;
    position: static;
    overflow: scroll;
  }
  .als-styles .ls_als_pk_dropdown_list.w--open {
    width: 28vw;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    padding: 0 10px 10px;
    display: flex;
  }
  .als-styles .ls_als_pk_desktop_navbar_wrapper {
    display: flex;
  }
  .als-styles .ls_als_menu_link {
    display: none;
  }
  .als-styles .ls_als_pk_menu {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 0 1px;
    font-size: 2.2vw;
    display: flex;
  }
  .als-styles .ls_als_pk_menu.w--open {
    margin-bottom: 0;
  }
  .als-styles .ls_als_hs_container_img_complete, .als-styles .ls_als_hs_container_img_bking, .als-styles .ls_als_hs_container_img_dominos {
    width: 100%;
    height: 100%;
    left: auto;
  }
  .als-styles .ls_als_pk_hamburger_wrapper {
    width: 20vw;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 5vh;
  }
  .als-styles .ls_als_pk_logo_wrapper {
    width: 100vw;
    height: 10vh;
    min-height: 10vh;
    background-color: #00a7c7;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    display: flex;
    position: fixed;
    top: 0;
  }
  .als-styles .ls_als_brandshome_intro_wrapper {
    height: 40vh;
  }
  .als-styles .ls_als_brands_container_horizontal {
    width: 14vw;
    height: 10vw;
  }
  .als-styles .ls_als_brands_container_vertical {
    width: 10vw;
    height: 14vw;
  }
  .als-styles .ls_als_brandshome_grid {
    align-items: center;
  }
  .als-styles .ls_als_mundo_mobile {
    width: 40%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
  .als-styles .ls_als_intro_grid_tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }
  .als-styles .ls_als_intro_grid_desktop {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: none;
  }
  .als-styles .ls_als_intro_grid_table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .als-styles .ls_als_intro_solapa_container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .als-styles .ls_als_solapa_info_column_right {
    width: 45%;
  }
  .als-styles .ls_als_info2_slab-2, .als-styles .ls_als_inv_info2_sans {
    font-size: 16px;
  }
  .als-styles .ls_als_inv_h3, .als-styles .ls_als_inv_info1_slab {
    font-size: 20px;
  }
  .als-styles .ls_als_inv_notes {
    font-size: 16px;
  }
  .als-styles .ls_als_inv_p4 {
    font-size: 14px;
  }
  .als-styles .ls_als_solapa_info_column_left {
    width: 45%;
  }
  .als-styles .ls_als_img3_container_vaxmicuenta, .als-styles .ls_als_img4_container_vaxmicuenta, .als-styles .ls_als_img6_container_vaxmicuenta, .als-styles .ls_als_img5_container_vaxmicuenta, .als-styles .ls_als_img_container_vaxmicuenta, .als-styles .ls_als_img2_container_vaxmicuenta {
    width: 100%;
    height: 100%;
    left: auto;
  }
  .als-styles .ls_als_info1_slab_sostenibilidad {
    font-size: 18px;
  }
  .als-styles .ls_als_solapa_info_column_sostenibilidad {
    width: 60%;
  }
  .als-styles .ls_als_sostenibilidad_btn {
    font-size: 18px;
  }
  .als-styles .ls_als_home_segmento_lottie_cafeterias {
    width: 8vw;
    margin-top: -10vh;
  }
  .als-styles .ls_als_cierre_texto_01 {
    font-size: 6vw;
  }
  .als-styles .ls_als_home_window_text_02 {
    font-size: 8vw;
  }
  .als-styles .ls_als_home_camara_primera {
    overflow: hidden;
  }
  .als-styles .ls_als_home_intro_window_icons {
    width: 90vw;
    height: 90vw;
  }
  .als-styles .ls_als_home_intro_segmentos_text {
    font-size: 3vw;
  }
  .als-styles .ls_als_home_segmento_logo {
    width: 14vw;
  }
  .als-styles .ls_als_home_combo_rapida {
    display: block;
  }
  .als-styles .ls_als_home_intro_text {
    margin-left: -30vw;
  }
  .als-styles .ls_als_phrase_container {
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .als-styles .ls_als_home_segmento_lottie_rapida {
    width: 13vw;
    margin-top: -4vh;
    margin-left: 31vw;
  }
  .als-styles .ls_als_frame_cierre {
    width: 80%;
  }
  .als-styles .ls_als_home_icono_container.tree {
    width: 10vw;
    height: 10vw;
    padding-left: 15px;
    padding-right: 15px;
  }
  .als-styles .ls_als_home_icono_container.grape {
    width: 10vw;
    height: 10vw;
    padding-left: 5px;
    padding-right: 5px;
  }
  .als-styles .ls_als_home_icono_container.sun {
    width: 10vw;
    height: 10vw;
    padding-left: 4px;
    padding-right: 4px;
  }
  .als-styles .ls_als_cierre_texto_02 {
    font-size: 6vw;
  }
  .als-styles .ls_als_home_phrase, .als-styles .ls_als_home_window_text {
    font-size: 10vw;
  }
  .als-styles .ls_als_home_text {
    font-size: 6vw;
  }
  .als-styles .ls_als_home_mundo-cierre {
    width: 40%;
  }
  .als-styles .ls_als_home_combo_cafeterias, .als-styles .ls_als_home_combo_casual {
    display: block;
  }
  .als-styles .ls_als_menu_secundario_mobile {
    width: 100%;
    justify-content: space-around;
    padding-top: 40px;
    display: flex;
  }
  .als-styles .div-block-4 {
    width: 50%;
  }
  .als-styles .ls_als_pk_submenu_link_secundario {
    width: auto;
    height: auto;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 6px;
    margin-bottom: 6px;
    display: block;
  }
  .als-styles .ls_als_pk_submenu_link_text_secundario {
    font-size: 2vw;
    line-height: 130%;
  }
  .als-styles .ls_als_pk_menu_secundario_desktop {
    display: none;
  }
  .als-styles .ls_als_pk_menu_idioma {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 0 1px;
    font-size: 2.2vw;
    display: flex;
  }
  .als-styles .ls_als_pk_menu_idioma.w--open {
    margin-bottom: 0;
  }
  .als-styles .ls_als_mundo_mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .als-styles .ls_als_info1_sans {
    font-size: 14px;
  }
  .als-styles .ls_als_h2 {
    font-size: 22px;
  }
  .als-styles .ls_als_inv_btn {
    padding: 20px 20px 20px 10px;
  }
  .als-styles .ls_als_pk_submenu_link {
    margin-left: 5px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 0;
  }
  .als-styles .ls_als_pk_menu_link {
    margin-bottom: 0;
  }
  .als-styles .ls_als_pk_submenu_list {
    padding-left: 0;
  }
  .als-styles .ls_als_pk_submenu_item {
    font-size: 2vw;
  }
  .als-styles .ls_als_pk_footer_litem, .als-styles .ls_als_pk_submenu, .als-styles .ls_als_pk_submenu_link_prod {
    margin-left: 5px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 0;
  }
  .als-styles .ls_als_pk_menu_invoice_link_prod {
    background-color: #053752;
    font-size: 2vw;
  }
  .als-styles .ls_als_pk_menu_wrapper_prod {
    background-color: #00a7c7;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 2vh;
    display: flex;
  }
  .als-styles .ls_als_pk_submenu_underline_effect {
    width: 100%;
  }
  .als-styles .ls_als_pk_submenu_link_02 {
    width: auto;
    height: auto;
    margin: 4px 2px;
    padding: 1px 0;
  }
  .als-styles .ls_als_pk_top_menu_lateral {
    align-items: flex-end;
  }
  .als-styles .ls_als_pk_submenu_link_text {
    width: auto;
    font-size: 14px;
  }
  .als-styles .ls_als_pk_mobile_dropdown {
    overflow: visible;
  }
  .als-styles .ls_als_pk_main_logo_wrapper {
    width: 22vw;
    margin-left: 4px;
  }
  .als-styles .ls_als_menu_txt.white {
    font-size: 2.4vw;
  }
  .als-styles .ls_als_pk_menu_holder_prod {
    width: 60vw;
    position: static;
    top: 60px;
  }
  .als-styles .ls_als_pk_desktop_menu_grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: 12vw 12vw 12vw;
    grid-template-columns: 12vw 12vw 12vw 12vw 12vw 12vw 12vw;
  }
  .als-styles .ls_als_pk_dropdown_list.w--open {
    flex-direction: column;
    display: flex;
  }
  .als-styles .ls_als_pk_desktop_navbar_wrapper {
    display: flex;
  }
  .als-styles .ls_als_pk_menu {
    font-size: 16px;
  }
  .als-styles .ls_als_pk_hamburger_wrapper {
    width: 24vw;
    justify-content: center;
    margin-top: 3vh;
  }
  .als-styles .ls_als_intro_grid_tablet, .als-styles .ls_als_intro_grid_desktop {
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }
  .als-styles .ls_als_intro_grid_table {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .als-styles .ls_als_solapa_content {
    height: 60%;
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-top: 5vh;
  }
  .als-styles .ls_als_solapa_info_column_right {
    width: 70%;
    height: 50%;
  }
  .als-styles .ls_als_inv_accion_content-2 {
    height: 90%;
  }
  .als-styles .ls_als_solapa_info_column_left {
    width: 70%;
    height: 50%;
  }
  .als-styles .ls_als_sostenibilidad_content {
    height: 90%;
  }
  .als-styles .ls_als_solapa_info_column_sostenibilidad {
    width: 80%;
    height: 70%;
  }
  .als-styles .ls_als_home_segmento_lottie_cafeterias {
    margin-top: -5vh;
  }
  .als-styles .ls_als_home_tres_combos {
    height: 100vh;
    padding-bottom: 14vh;
  }
  .als-styles .ls_als_home_intro_window_icons {
    width: 50vw;
  }
  .als-styles .ls_als_home_combo_rapida {
    display: block;
  }
  .als-styles .ls_als_home_segmento_lottie_rapida {
    width: 14vw;
    margin-top: -3vh;
    margin-left: 32vw;
  }
  .als-styles .ls_als_frame_cierre {
    width: 70%;
  }
  .als-styles .ls_als_home_combo_cafeterias, .als-styles .ls_als_home_combo_casual {
    display: block;
  }
  .als-styles .ls_als_pk_submenu_link_secundario {
    width: auto;
    height: auto;
    margin: 4px 2px;
    padding: 1px 0;
  }
  .als-styles .ls_als_pk_submenu_link_text_secundario {
    width: auto;
    font-size: 14px;
  }
  .als-styles .ls_als_pk_menu_idioma {
    font-size: 16px;
  }
  .als-styles .ls_als_real_estate_brand_logo {
    width: 90px;
  }
  .als-styles .ls_als_real_state_number, .als-styles .ls_als_real_state_number p {
    font-size: 25px;
  }
  .als-styles .ls_als_img_container_vaxmicuenta {
    width: 75vw !important;
    height: 75vw !important;
    background-size: cover;
  }
  .als-styles .ls_als_track_vaxmicuenta {
    height: 100%;
  }
  .als-styles .ls_als_main_wrapper_holder {
    margin-left: 0vw;
    margin-right: 0vw;
  }
  .als-styles .ls_als_jump_top_bar_height {
    padding-top: 14vh;
  }
  .als-styles .g-5, .als-styles .gx-5 {
    --bs-gutter-x: 0rem;
  }
  .als-styles .ls_als_inv_dropdown_toggle {
    font-size: 40px !important;
  }
  .als-styles .ls_als_inv_dropdown_menu {
    top: -2px !important;
    left: -60px !important;
    font-size: 5vw;
  }
  .als-styles .ls_als_inv_dropdown_item {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
  }
  .als-styles .ls_als_inv_accordion_button {
    font-size: 16px;
    line-height: 5vw;
  }
  .als-styles .ls_als_inv_accordion_button:not(.collapsed) {
    font-size: 20px;
    line-height: 22px;
  }
  .als-styles .ls_als_image_mobile_hide {
    display: none;
  }
  .als-styles .ls_als_inv_icon {
    width: 40px;
    height: 40px;
  }
  .als-styles .ls_als_inv_icon_size {
    width: 40px;
    height: 40px;
  }
  .als-styles .ls_als_inv_icon_20 {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .als-styles .ls_als_inv_icon_40 {
    width: 30px;
    height: 30px;
  }
  .als-styles .ls_als_inv_icon_50 {
    width: 40px;
    height: 430px;
  }
  .als-styles .ls_als_inv_icon_60 {
    width: 50px;
    height: 50px;
  }
  .als-styles .ls_als_inv_link {
    font-size: 5vw;
  }
  .als-styles .ls_als_p3_div p {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .als-styles .ls_als_camera_vaxmicuenta {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 479px) {
  .als-styles .ls_als_row {
    flex-direction: column;
  }
  .als-styles .ls_als_info1_sans {
    font-size: 14px;
  }
  .als-styles .ls_als_h2 {
    font-size: 22px;
  }
  .als-styles .ls_als_p1 {
    font-size: 14px;
  }
  .als-styles .ls_als_example_col {
    width: 100%;
  }
  .als-styles .ls_als_info2_slab {
    font-size: 14px;
  }
  .als-styles .ls_als_info2_sans {
    font-size: 15px;
  }
  .als-styles .ls_als_h1 {
    font-size: 40px;
  }
  .als-styles .ls_als_info1_slab {
    font-size: 14px;
  }
  .als-styles .ls_als_p2 {
    font-size: 20px;
  }
  .als-styles .ls_als_p3 {
    font-size: 14px;
  }
  .als-styles .ls_als_inv_dropdown {
    width: 40%;
  }
  .als-styles .ls_als_inv_dropdown_text {
    font-size: 10vw;
    line-height: 10vw;
  }
  .als-styles .ls_als_in_dropdown_list {
    width: 60%;
    font-size: 4vw;
  }
  .als-styles .ls_als_inv_btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 16px;
  }
  .als-styles .ls_als_notes {
    font-size: 14px;
  }
  .als-styles .ls_als_pk_submenu_link {
    height: auto;
    align-self: flex-start;
    margin-top: 10px;
    display: block;
    position: static;
  }
  .als-styles .ls_als_pk_lhamb_line_middle, .als-styles .ls_als_pk_lhamb_line_top {
    width: 24px;
    height: 1px;
    background-color: #fff;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .als-styles .ls_als_pk_logo_hamb_wrapper {
    overflow: hidden;
  }
  .als-styles .ls_als_pk_navbar_hamburguer {
    z-index: 1000;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }
  .als-styles .ls_als_pk_lhamb_line_bottom {
    width: 24px;
    height: 1px;
    background-color: #fff;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .als-styles .ls_als_pk_menu_link {
    width: auto;
    color: #004970;
    flex-direction: column;
    margin-bottom: 0;
  }
  .als-styles .ls_als_pk_menu_link:hover {
    font-weight: 400;
  }
  .als-styles .ls_als_pk_submenu_item {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 4vw;
    line-height: 140%;
    display: flex;
  }
  .als-styles .ls_als_pk_footer_litem {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 0;
  }
  .als-styles .ls_als_pk_submenu {
    flex-direction: row-reverse;
    align-self: flex-start;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 0;
    display: flex;
  }
  .als-styles .ls_als_pk_submenu:focus-visible {
    outline-offset: 0px;
    border-radius: 12px;
    outline: 2px solid #ff0;
  }
  .als-styles .ls_als_pk_submenu[data-wf-focus-visible] {
    outline-offset: 0px;
    border-radius: 12px;
    outline: 2px solid #ff0;
  }
  .als-styles .ls_als_pk_submenu_link_prod {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 0;
  }
  .als-styles .ls_als_pk_menu_bottom_02 {
    width: 100%;
    margin-left: 0;
  }
  .als-styles .ls_als_pk_menu_invoice_link_prod {
    letter-spacing: 0.7px;
    align-items: center;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 3.4vw;
  }
  .als-styles .ls_als_pk_menu_top_prod {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: scroll;
  }
  .als-styles .ls_als_pk_mobile_menu_list {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    overflow: scroll;
  }
  .als-styles .ls_als_pk_icon_plus_embed {
    color: #fff;
  }
  .als-styles .ls_als_pk_menu_wrapper_prod {
    height: 90vh;
    background-color: #00a7c7;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 1vh;
    display: flex;
    overflow: scroll;
  }
  .als-styles .ls_als_pk_submenu_underline_effect {
    -webkit-text-stroke-color: #fff;
    background-color: #fff;
    align-items: flex-start;
  }
  .als-styles .ls_als_pk_submenu_link_02 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }
  .als-styles .ls_als_pk_top_menu_lateral {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
  }
  .als-styles .ls_als_pk_icon_plus {
    width: 6vw;
    height: 6vw;
    margin-top: -5px;
    margin-left: 12px;
  }
  .als-styles .ls_als_pk_submenu_link_text {
    width: auto;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Fira Sans, sans-serif;
    font-size: 4.6vw;
    font-weight: 300;
    line-height: 140%;
  }
  .als-styles .ls_als_pk_mobile_dropdown {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }
  .als-styles .ls_als_pk_main_logo_wrapper {
    width: 40vw;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
  }
  .als-styles .ls_als_menu_txt.white {
    color: #fff;
    font-size: 4.4vw;
  }
  .als-styles .ls_als_pk_navbar_hamburguer_prod {
    z-index: 1000;
    margin-left: 3vw;
    margin-right: 0;
  }
  .als-styles .ls_als_pk_menu_holder_prod {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    margin-top: 80px;
    top: 80px;
    overflow: scroll;
  }
  .als-styles .ls_als_pk_desktop_menu_grid {
    display: none;
  }
  .als-styles .ls_als_pk_dropdown_list {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    margin-top: -4px;
    margin-left: 0px;
    padding-left: 12px;
    padding-right: 12px;
    position: static;
    overflow: scroll;
  }
  .als-styles .ls_als_pk_dropdown_list.w--open {
    width: 60vw;
    height: auto;
    background-color: rgba(255, 255, 255, 0.2);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
  }
  .als-styles .ls_als_pk_desktop_navbar_wrapper {
    height: auto;
    flex-direction: column;
    display: flex;
  }
  .als-styles .ls_als_pk_menu {
    align-items: center;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 17px;
    display: flex;
  }
  .als-styles .ls_als_pk_menu:hover {
    font-weight: 700;
  }
  .als-styles .ls_als_pk_menu:focus-visible {
    outline-offset: 0px;
    border-radius: 12px;
    outline: 2px solid #ff0;
  }
  .als-styles .ls_als_pk_menu[data-wf-focus-visible] {
    outline-offset: 0px;
    border-radius: 12px;
    outline: 2px solid #ff0;
  }
  .als-styles .ls_als_solapa_info {
    height: 50%;
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
  }
  .als-styles .ls_als_inv_accion_price_content {
    width: 55%;
  }
  .als-styles .ls_als_inv_download_icon {
    width: 20px;
    height: 20px;
  }
  .als-styles .ls_als_hs_container_img_complete {
    width: 100vw;
    background-size: cover;
  }
  .als-styles .ls_als_hs_main_info_wrapper {
    height: 98%;
    align-items: flex-start;
  }
  .als-styles .ls_als_hs_camera {
    justify-content: flex-end;
    overflow: hidden;
  }
  .als-styles .ls_als_hs_container_img_vertical_mov {
    width: 80vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .als-styles .ls_als_hs_container_nuggets {
    width: 80vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .als-styles .ls_als_historia_figure1 {
    font-size: 14vw;
  }
  .als-styles .ls_als_hs_item {
    width: 2000vw;
  }
  .als-styles .ls_als_hs_container_logos_row2 {
    width: 80%;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: stretch;
  }
  .als-styles .ls_als_hs_container_burguer {
    width: 60vw;
    margin-top: 5vw;
  }
  .als-styles .ls_als_hs_img_doodle {
    width: 60vw;
  }
  .als-styles .ls_als_hs_anios {
    font-family: Bitter Slab, sans-serif;
    font-size: 29vw;
  }
  .als-styles .ls_als_hs_container_logos_row {
    width: 80%;
    height: 28vw;
    justify-content: center;
    align-items: center;
  }
  .als-styles .ls_als_hs_frame {
    height: 40vh;
  }
  .als-styles .ls_als_hs_container_cheesecake {
    width: 80vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .als-styles .ls_als_hs_container_logos_flags {
    width: 90%;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
  }
  .als-styles .ls_als_hs_container_img_bking, .als-styles .ls_als_hs_container_img_dominos {
    width: 100vw;
    background-size: cover;
  }
  .als-styles .ls_als_hs_container_logos_row1 {
    width: 100%;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .als-styles .ls_als_hs_h1 {
    font-size: 30vw;
  }
  .als-styles .ls_als_hs_container_hotcoffee {
    width: 80vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .als-styles .ls_als_hs_main_world_wrapper_mobile {
    height: 50vh;
    justify-content: center;
    display: flex;
  }
  .als-styles .ls_als_hs_img-doodles_container {
    margin-left: 94vw;
  }
  .als-styles .ls_als_hs_img_wrapper {
    width: 140vw;
    padding-left: 5vw;
  }
  .als-styles .ls_als_hs_container_vinetas {
    width: 80vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .als-styles .ls_als_hs_info_wrapper {
    width: 80vw;
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    padding-top: 3vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .als-styles .ls_als_hs_main_world_wrapper {
    justify-content: center;
    display: none;
  }
  .als-styles .ls_als_hs_dot {
    width: 2vw;
    height: 2vw;
  }
  .als-styles .ls_als_hs_dot._8 {
    left: 1040vw;
  }
  .als-styles .ls_als_hs_dot._11 {
    left: 1440vw;
  }
  .als-styles .ls_als_hs_dot._10 {
    left: 1280vw;
  }
  .als-styles .ls_als_hs_dot._2 {
    left: 160vw;
  }
  .als-styles .ls_als_hs_dot._7 {
    left: 960vw;
  }
  .als-styles .ls_als_hs_dot._5 {
    left: 640vw;
  }
  .als-styles .ls_als_hs_dot._3 {
    left: 400vw;
  }
  .als-styles .ls_als_hs_dot._15 {
    left: 1600vw;
  }
  .als-styles .ls_als_hs_dot._9 {
    left: 1200vw;
  }
  .als-styles .ls_als_hs_dot._13 {
    left: 1600vw;
  }
  .als-styles .ls_als_hs_dot._12 {
    left: 1520vw;
  }
  .als-styles .ls_als_hs_dot._4 {
    left: 480vw;
  }
  .als-styles .ls_als_hs_dot._1 {
    left: 80vw;
  }
  .als-styles .ls_als_hs_dot._6 {
    left: 720vw;
  }
  .als-styles .ls_als_hs_track {
    height: 2000vw;
  }
  .als-styles .ls_als_hs_container_world {
    top: -23%;
  }
  .als-styles .ls_als_hs_years {
    width: 80%;
    height: 30vw;
    top: 6vw;
  }
  .als-styles .ls_als_unidades_menu_intro_text {
    width: 60%;
  }
  .als-styles .ls_als_pais_tab_link {
    width: 19vw;
    height: 19vw;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    flex-direction: column;
  }
  .als-styles .ls_als_pais_tab_link:hover {
    border-radius: 5px;
  }
  .als-styles .ls_als_pais_tab_link.w--current {
    width: 19vw;
    height: 19vw;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-radius: 5px;
    padding: 0;
  }
  .als-styles .ls_als_unidades_corp_frnq {
    display: none;
  }
  .als-styles .ls_als_unidades_pais_close {
    z-index: 4;
    width: 7vw;
    right: 5vw;
  }
  .als-styles .ls_als_unidades_pais_tabs_img {
    width: 45%;
    margin-bottom: 0;
  }
  .als-styles .ls_als_unidades_segmentos_wrapper {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 10px;
    justify-content: flex-start;
    padding: 30vw 5vw 5vw;
    top: auto;
    left: 100vw;
  }
  .als-styles .ls_als_somos_tab_content_col_2 {
    justify-content: flex-end;
  }
  .als-styles .ls_als_unidades_menu_col_2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  .als-styles .ls_als_unidades_pais_wrapper {
    height: 100vh;
    max-height: 100vh;
    border-radius: 10px;
    justify-content: flex-start;
    padding: 30vw 5vw 5vw;
    top: auto;
    left: -100vw;
  }
  .als-styles .ls_als_unidades_tabs {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5vw;
  }
  .als-styles .ls_als_unidades_wrapper {
    align-items: flex-end;
  }
  .als-styles .ls_als_unidades_btn_marcas {
    width: 38vw;
    height: 38vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
  }
  .als-styles .ls_als_unidades_seg_grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 5vw;
  }
  .als-styles .ls_als_somos_grid_flag_container {
    width: 7vw;
  }
  .als-styles .ls_als_h2-2 {
    font-size: 7.2vw;
  }
  .als-styles .ls_als_unidades_seg_tab_link {
    width: 29vw;
    height: 29vw;
    flex-direction: column;
  }
  .als-styles .ls_als_unidades_seg_tab_link.w--current {
    width: 29vw;
    height: 29vw;
    border: 3px #fff;
    border-radius: 5px;
  }
  .als-styles .ls_als_figure_3 {
    font-size: 7.2vw;
  }
  .als-styles .ls_als_p3_unidades_corporativas {
    font-size: 3vw;
    line-height: 100%;
  }
  .als-styles .ls_als_unidades_marcas_container {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 10px;
    justify-content: flex-start;
    padding: 30vw 5vw 5vw;
    position: absolute;
    top: auto;
    right: auto;
  }
  .als-styles .ls_als_unidades_pais_tabs_menu {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }
  .als-styles .ls_als_unidades_pais_logo_container {
    width: 85%;
  }
  .als-styles .ls_als_unidades_menu_container {
    width: 100%;
    max-width: 90%;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }
  .als-styles .ls_als_somos_grid_numbers {
    flex-direction: column;
    display: none;
  }
  .als-styles .ls_als_unidades_tab_content_row {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-top: 2vw;
  }
  .als-styles .ls_als_unidades_seg_grid_div {
    width: 21vw;
    height: 21vw;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    border-radius: 5px;
    justify-content: center;
    padding: 0 5px 5px;
    font-size: 1px;
  }
  .als-styles .ls_als_unidades_marcas_wrapper {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 10px;
    justify-content: flex-end;
    top: -100vh;
    right: auto;
  }
  .als-styles .ls_als_unidades_marcas_close {
    z-index: 4;
    width: 7vw;
    bottom: auto;
    right: 5vw;
  }
  .als-styles .ls_als_unidades_btn_paises {
    width: 38vw;
    height: 38vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
  }
  .als-styles .ls_als_unidades_btn_segmentos {
    width: 28vw;
    height: 28vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
  }
  .als-styles .ls_als_marcas_tab_link_tab {
    width: 17vw;
    height: 17vw;
    flex-direction: column;
  }
  .als-styles .ls_als_marcas_tab_link_tab.w--current {
    width: 17vw;
    height: 17vw;
    border-radius: 5px;
    padding: 0;
  }
  .als-styles .ls_als_p3_unidades_totales {
    font-size: 4.5vw;
    line-height: 120%;
  }
  .als-styles .ls_als_unidades_menu_col_1 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  .als-styles .ls_als_unidades_marca_tabs_menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    display: grid;
  }
  .als-styles .ls_als_p3_unidades {
    font-size: 4vw;
    line-height: 120%;
  }
  .als-styles .ls_als_unidades_tab_content_col_1 {
    width: 26vw;
    height: 26vw;
    border-radius: 5px;
  }
  .als-styles .ls_als_unidades_pais_grid_div {
    width: 20vw;
    height: 20vw;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    border-radius: 5px;
    justify-content: center;
    padding: 5px;
    font-size: 1px;
  }
  .als-styles .ls_als_info1_slab_unidades {
    font-size: 14px;
  }
  .als-styles .ls_als_unidades_identificadores {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    display: none;
  }
  .als-styles .ls_als_unidades_seg_logo_container {
    width: 15vw;
  }
  .als-styles .ls_als_unidades_grid {
    grid-column-gap: 9px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 5vw;
  }
  .als-styles .ls_als_info1_slab_unidades_h1 {
    font-size: 4vw;
    line-height: 100%;
  }
  .als-styles .ls_als_unidades_title {
    text-align: left;
    flex-direction: column;
  }
  .als-styles .ls_als_p3_unidades_subfranquicias {
    font-size: 3.5vw;
    line-height: 120%;
  }
  .als-styles .ls_als_unidades_marca_grid_div {
    width: 20vw;
    height: 20vw;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    border-radius: 5px;
    justify-content: center;
    padding: 0 5px;
    font-size: 1px;
  }
  .als-styles .ls_als_unidades_seg_tabs_menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }
  .als-styles .ls_als_highlight_unidades {
    font-size: 8vw;
  }
  .als-styles .ls_als_unidades_segmentos_close {
    z-index: 4;
    width: 7vw;
    right: 5vw;
  }
  .als-styles .ls_als_unidades_tabs_content {
    margin-top: 5vw;
    margin-left: 0;
  }
  .als-styles .ls_als_unidades_marcas_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 5vw;
  }
  .als-styles .paragraph {
    line-height: 14px;
  }
  .als-styles .ls_als_pk_hamburger_wrapper {
    width: auto;
    height: auto;
    margin-top: 2vh;
    margin-right: 0;
    padding-top: 0;
    position: static;
    overflow: hidden;
  }
  .als-styles .ls_als_pk_logo_wrapper {
    width: 100vw;
    height: 60px;
    min-height: 60px;
    background-color: #00a7c7;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
    position: fixed;
    top: 0;
  }
  .als-styles .ls_als_brandshome_grid_container {
    max-width: 100%;
    overflow: visible;
  }
  .als-styles .ls_als_brands_grid_int_col1 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  .als-styles .ls_als_brandshome_intro_wrapper {
    height: 30vh;
  }
  .als-styles .ls_als_brandshome_scroll_track {
    height: 200vh;
  }
  .als-styles .ls_als_brands_container_horizontal {
    width: 26vw;
    height: 20vw;
    border-radius: 2vw;
  }
  .als-styles .ls_als_brands_grid_int_col2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  .als-styles .ls_als_brands_grid_col2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-direction: row;
  }
  .als-styles .ls_als_brands_grid_background-video {
    display: flex;
  }
  .als-styles .ls_als_brands_grid_col3 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    align-items: center;
  }
  .als-styles .ls_als_brandshome_title {
    max-width: 80%;
    margin-bottom: 0;
  }
  .als-styles .ls_als_brandshome_scroll_div {
    min-height: 80vh;
    overflow: hidden;
  }
  .als-styles .ls_als_brands_container_vertical {
    width: 20vw;
    height: 26vw;
    border-radius: 2vw;
  }
  .als-styles .ls_als_brandshome_grid {
    height: 80vh;
    flex-direction: column;
    justify-content: center;
  }
  .als-styles .ls_als_brands_grid_int_col3 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  .als-styles .ls_als_mundo_mobile {
    width: 40vw;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .als-styles .ls_als_intro_grid_cell_exterior_inversionistas, .als-styles .ls_als_intro_grid_cell_exterior_sostenibilidad .ls_als_intro_grid_cell_exterior_prensa {
    border-width: 8px;
  }
  .als-styles .ls_als_intro_grid_tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }
  .als-styles .ls_als_intro_grid_cell_interior_inversionistas, .als-styles .ls_als_intro_grid_cell_interior_sostenibilidad, .als-styles .ls_als_intro_grid_cell_interior_prensas {
    border-width: 8px;
  }
  .als-styles .ls_als_intro_grid_solapa_inversionistas {
    display: flex;
  }
  .als-styles .ls_als_intro_grid_container_img {
    transform: translate(0);
  }
  .als-styles .ls_als_intro_grid_desktop {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
  .als-styles .ls_als_intro_grid_table {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: none;
  }
  .als-styles .ls_als_intro_solapa_container {
    height: 95%;
  }
  .als-styles .ls_als_solapa_content {
    height: 65%;
    margin-top: 10vh;
  }
  .als-styles .ls_als_solapa_info_column_right {
    width: 100%;
    height: 60%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .als-styles .ls_als_solapa_title {
    height: 10%;
    margin-top: 100px;
  }
  .als-styles .ls_als_inv_accion_content-2 {
    width: 100%;
    height: 100%;
  }
  .als-styles .ls_als_solapa_info_column_left {
    width: 100%;
    height: 35%;
  }
  .als-styles .botonx:hover {
    background-color: #ec38d4;
  }
  .als-styles .ls_als_intro_video_vaxmicuenta {
    width: 100%;
  }
  .als-styles .ls_als_frame_vaxmicuenta {
    height: 85vh;
  }
  .als-styles .ls_als_img3_container_vaxmicuenta {
    width: 75vw;
    height: 75vw;
    background-size: cover;
  }
  .als-styles .ls_als_img4_container_vaxmicuenta {
    width: 60vw;
    height: 60vw;
    background-size: cover;
  }
  .als-styles .ls_als_img6_container_vaxmicuenta {
    width: 60vw;
    height: 60vw;
    background-size: 29em;
  }
  .als-styles .ls_als_intro_logo_vaxmicuenta {
    width: 100%;
    margin-top: 15vw;
  }
  .als-styles .ls_als_img_wrapper_img1_vaxmicuenta {
    margin-right: 25vw;
  }
  .als-styles .ls_als_intro_txt_vaxmicuenta {
    width: 100%;
  }
  .als-styles .ls_als_img5_container_vaxmicuenta {
    width: 75vw;
    height: 75vw;
    background-size: cover;
  }
  .als-styles .ls_als_img_wrapper_img3_vaxmicuenta {
    margin-right: 25vw;
  }
  .als-styles .ls_als_intro_info_vaxmicuenta {
    flex-direction: column;
  }
  .als-styles .ls_als_item_vaxmicuenta {
    width: 650vw;
  }
  .als-styles .ls_als_img_wrapper_img2_vaxmicuenta {
    margin-right: 25vw;
  }
  .als-styles .ls_als_info2_vaxmicuenta, .als-styles .ls_als_info_vaxmicuenta {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .als-styles .ls_als_img_container_vaxmicuenta {
    width: 75vw !important;
    height: 75vw !important;
    background-size: cover;
  }
  .als-styles .ls_als_track_vaxmicuenta {
    height: 100%;
  }
  .als-styles .ls_als_img2_container_vaxmicuenta {
    width: 60vw;
    height: 60vw;
    background-size: cover;
  }
  .als-styles .ls_als_intro_wrapper_vaxmicuenta {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    justify-content: flex-start;
    margin-right: 25vw;
  }
  .als-styles .ls_als_camera_vaxmicuenta {
    height: 100vh;
    justify-content: flex-end;
    overflow: visible;
  }
  .als-styles .ls_als_intro_grid_solapa_sostenibilidad {
    display: flex;
  }
  .als-styles .ls_als_sostenibilidad_content {
    width: 100%;
    height: 100%;
  }
  .als-styles .ls_als_solapa_info_column_sostenibilidad {
    width: 100%;
    height: 60%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .als-styles .ls_als_sostenibilidad_btn {
    font-size: 16px;
    line-height: 16px;
  }
  .als-styles .ls_als_home_segmento_lottie_cafeterias {
    z-index: 4;
    width: 13vw;
    margin-top: 7vh;
    margin-left: 67vw;
    position: absolute;
  }
  .als-styles .ls_als_camara_segunda {
    margin-top: -40vh;
    overflow: hidden;
  }
  .als-styles .ls_als_home_intro_blueback_mobile {
    width: 101%;
    max-width: 101%;
    display: block;
  }
  .als-styles .ls_als_home_div_image_background {
    background-position: 50% 0;
    border-top-left-radius: 10em;
  }
  .als-styles .ls_als_cierre_texto_01 {
    font-size: 8vw;
  }
  .als-styles .ls_als_home_intro-segmentos {
    padding-top: 12vh;
    padding-left: 5vw;
  }
  .als-styles .ls_als_home_parrafo_primera {
    width: 70vw;
  }
  .als-styles .ls_als_home_segmento {
    z-index: 2;
    position: absolute;
  }
  .als-styles .ls_als_home_camara_primera {
    overflow: hidden;
  }
  .als-styles .ls_als_home_item_primera_02 {
    align-items: center;
  }
  .als-styles .ls_als_home_intro_window_icons {
    width: 100vw;
    height: 100vw;
    margin-top: -32px;
  }
  .als-styles .ls_als_home_circulo_izquierda {
    width: 25vw;
    height: 50vw;
  }
  .als-styles .ls_als_home_seccion_primera {
    height: 600vw;
  }
  .als-styles .ls_als_home_intro_segmentos_text {
    font-size: 4.2vw;
    line-height: 120%;
  }
  .als-styles .ls_als_home_segmento_logo {
    width: 26vw;
    height: 26vw;
  }
  .als-styles .ls_als_home_intro_container {
    background-size: cover;
    background-attachment: scroll;
  }
  .als-styles .ls_als_home_seccion_intro {
    object-fit: cover;
  }
  .als-styles .ls_als_home_circulo_centro {
    width: 25vw;
    height: 50vw;
  }
  .als-styles .ls_als_home_combo_rapida {
    width: 100vw;
    align-items: flex-start;
    display: flex;
  }
  .als-styles .ls_als_home_segmento_unidades {
    width: 40vw;
    height: 20vw;
  }
  .als-styles .ls_als_home_segmento_lottie_rapida {
    z-index: 4;
    width: 22vw;
    margin-top: 14vh;
    margin-left: 70vw;
    position: absolute;
  }
  .als-styles .ls_als_tercera_image_01 {
    width: 20vw;
    height: 20vw;
    border-radius: 0.8em;
  }
  .als-styles .ls_als_home_item_segunda_02 {
    align-items: center;
  }
  .als-styles .ls_als_frame_cierre {
    width: 90%;
  }
  .als-styles .ls_als_home_intro_blueback_desktop {
    display: none;
  }
  .als-styles .ls_als_tercera_image_02 {
    width: 30vw;
    height: 30vw;
    border-radius: 1em;
    left: 65.6vw;
  }
  .als-styles .ls_als_home_icono_container.tree, .als-styles .ls_als_home_icono_container.grape, .als-styles .ls_als_home_icono_container.sun {
    width: 16vw;
    height: 16vw;
    margin-top: 0;
  }
  .als-styles .ls_als_home_unidades_text {
    font-size: 6vw;
  }
  .als-styles .ls_als_home_circulo_derecha {
    width: 25vw;
    height: 50vw;
  }
  .als-styles .ls_als_tercera_image_03 {
    width: 20vw;
    height: 20vw;
    border-radius: 0.5em;
  }
  .als-styles .ls_als_home_unidades_figure {
    font-size: 10vw;
  }
  .als-styles .ls_als_home_segmento_lottie_casual {
    z-index: 4;
    width: 22vw;
    margin-top: 20%;
    margin-left: 60%;
    position: absolute;
  }
  .als-styles .ls_als_home_segmento_logos {
    width: 100%;
  }
  .als-styles .ls_als_home_alsea_container_primera {
    margin-top: 10vh;
  }
  .als-styles .ls_als_cierre_texto_02 {
    letter-spacing: -1px;
    font-size: 8vw;
  }
  .als-styles .ls_als_home_phrase {
    font-size: 9vw;
    line-height: 130%;
  }
  .als-styles .ls_als_home_text {
    font-size: 8vw;
    line-height: 120%;
  }
  .als-styles .ls_als_home_item_primera_01 {
    padding-top: 10vh;
  }
  .als-styles .ls_als_home_iconos_container {
    width: 15vw;
    height: 15vw;
  }
  .als-styles .ls_als_home_icono_container_primera {
    width: 15vw;
    height: 15vw;
    margin-top: 40vh;
  }
  .als-styles .ls_als_intro_grid_solapa_prensa {
    display: flex;
  }
  .als-styles .ls_als_home_mundo-cierre {
    width: 60%;
  }
  .als-styles .ls_als_home_info_rapida, .als-styles .ls_als_home_info_cafeterias {
    width: 90vw;
    height: 80vh;
    top: 12vh;
  }
  .als-styles .ls_als_home_info_casual {
    width: 90vw;
    height: 80vh;
    justify-content: space-between;
    top: 12vh;
  }
  .als-styles .ls_als_home_combo_cafeterias {
    width: 100vw;
    align-items: flex-start;
    display: flex;
  }
  .als-styles .ls_als_home_combo_casual {
    width: 100vw;
    align-items: center;
    display: flex;
  }
  .als-styles .ls_als_home_segmento_logos_casual {
    width: 100%;
  }
  .als-styles .ls_als_pk_submenu_link_secundario {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }
  .als-styles .ls_als_pk_submenu_link_text_secundario {
    width: auto;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Fira Sans, sans-serif;
    font-size: 4.6vw;
    font-weight: 300;
    line-height: 140%;
  }
  .als-styles .ls_als_pk_menu_idioma {
    align-items: center;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 17px;
    display: flex;
  }
  .als-styles .ls_als_pk_menu_idioma:hover {
    font-weight: 700;
  }
  .als-styles .ls_als_pk_menu_idioma:focus-visible {
    outline-offset: 0px;
    border-radius: 12px;
    outline: 2px solid #ff0;
  }
  .als-styles .ls_als_pk_menu_idioma[data-wf-focus-visible] {
    outline-offset: 0px;
    border-radius: 12px;
    outline: 2px solid #ff0;
  }
}